X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2FMakefile.in;h=baef0e0aabd94a46a6774dd4b27f8f42a2cfef8b;hp=4f99259218d3533573ecec2aae9a73800e902c34;hb=d4bcca1aa235370bc20bc2734c0cd6f700b17871;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/h/Makefile.in b/h/Makefile.in index 4f99259..baef0e0 100644 --- a/h/Makefile.in +++ b/h/Makefile.in @@ -1,8 +1,6 @@ # # Makefile for h subdirectory # -# $Id$ -# SHELL = /bin/sh @@ -10,16 +8,9 @@ srcdir = @srcdir@ VPATH = @srcdir@ # header files included in distribution -HDRS = addrsbr.h aliasbr.h dropsbr.h fmt_compile.h fmt_scan.h \ - md5.h mh.h mhcachesbr.h mhparse.h mime.h msh.h netdb.h nmh.h \ - nntp.h picksbr.h popsbr.h prototypes.h rcvmail.h scansbr.h \ - signals.h vmhsbr.h - -# auxiliary files -AUX = Makefile.in - -# all files in this directory included in the distribution -DIST = $(HDRS) $(AUX) +HDRS = addrsbr.h aliasbr.h crawl_folders.h dropsbr.h fmt_compile.h \ + fmt_scan.h mf.h mh.h mhparse.h mime.h \ + prototypes.h rcvmail.h scansbr.h signals.h tws.h utils.h # ========== DEPENDENCIES FOR BUILDING AND INSTALLING ========== @@ -29,6 +20,8 @@ install: uninstall: +lint: + # ========== DEPENDENCIES FOR CLEANUP ========== mostlyclean: @@ -48,12 +41,5 @@ superclean: realclean subdir = h Makefile: Makefile.in ../config.status - cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status - -distdir = ../`cat ../distname`/$(subdir) -nmhdist: $(DIST) - @echo "Copying distribution files in $(subdir)" - @for file in $(DIST); do \ - cp -p $(srcdir)/$$file $(distdir); \ - done + cd .. && ./config.status $(subdir)/$@