#
# Makefile for h subdirectory
#
# $Id: Makefile.in,v 1.5 2005/11/08 16:51:37 opk Exp $
#

SHELL = /bin/sh

srcdir = @srcdir@
VPATH  = @srcdir@

# header files included in distribution
HDRS = 	addrsbr.h aliasbr.h dropsbr.h fmt_compile.h fmt_scan.h		\
	md5.h mf.h mh.h mhcachesbr.h mhparse.h mime.h msh.h mts.h	\
	netdb.h nmh.h nntp.h picksbr.h popsbr.h prototypes.h rcvmail.h	\
	scansbr.h signals.h tws.h vmhsbr.h

# auxiliary files
AUX = Makefile.in

# all files in this directory included in the distribution
DIST = $(HDRS) $(AUX)

# ========== DEPENDENCIES FOR BUILDING AND INSTALLING ==========

all:

install:

uninstall:

lint:

# ========== DEPENDENCIES FOR CLEANUP ==========

mostlyclean:
	rm -f *~

clean: mostlyclean

distclean: clean
	rm -f Makefile

realclean: distclean

superclean: realclean

# ========== DEPENDENCIES FOR MAINTENANCE ==========

subdir = h

Makefile: Makefile.in ../config.status
	cd .. && ./config.status $(subdir)/$@
 
distdir = ../`cat ../distname`/$(subdir)
nmhdist: $(DIST)
	@echo "Copying distribution files in $(subdir)"
	@for file in $(DIST); do \
	  cp -p $(srcdir)/$$file $(distdir); \
	done



syntax highlighted by Code2HTML, v. 0.9.1