2 # Makefile for h subdirectory
12 # header files included in distribution
13 HDRS = addrsbr.h aliasbr.h dropsbr.h fmt_compile.h fmt_scan.h \
14 md5.h mh.h mhcachesbr.h mhparse.h mime.h msh.h netdb.h nmh.h \
15 nntp.h picksbr.h popsbr.h prototypes.h rcvmail.h scansbr.h \
21 # all files in this directory included in the distribution
24 # ========== DEPENDENCIES FOR BUILDING AND INSTALLING ==========
32 # ========== DEPENDENCIES FOR CLEANUP ==========
46 # ========== DEPENDENCIES FOR MAINTENANCE ==========
50 Makefile: Makefile.in ../config.status
51 cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
53 distdir = ../`cat ../distname`/$(subdir)
55 @echo "Copying distribution files in $(subdir)"
56 @for file in $(DIST); do \
57 cp -p $(srcdir)/$$file $(distdir); \