X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2FMakefile.in;h=31237d0e765fa431ba9c91cecd9753234f911a4e;hp=c4e315f623f88d6ae864118e67fc42a3789d65d7;hb=04083c773195287a6a0774d27f96897f3d57d69d;hpb=98dfa6e68dd83922cddf00ebe2a986d076c250d0 diff --git a/h/Makefile.in b/h/Makefile.in index c4e315f..31237d0 100644 --- a/h/Makefile.in +++ b/h/Makefile.in @@ -1,8 +1,6 @@ # # Makefile for h subdirectory # -# $Id$ -# SHELL = /bin/sh @@ -10,10 +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 mf.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 tws.h vmhsbr.h +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 # auxiliary files AUX = Makefile.in @@ -29,6 +26,8 @@ install: uninstall: +lint: + # ========== DEPENDENCIES FOR CLEANUP ========== mostlyclean: @@ -48,12 +47,11 @@ superclean: realclean subdir = h Makefile: Makefile.in ../config.status - cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status - + cd .. && ./config.status $(subdir)/$@ + distdir = ../`cat ../distname`/$(subdir) -nmhdist: $(DIST) +mmhdist: $(DIST) @echo "Copying distribution files in $(subdir)" @for file in $(DIST); do \ cp -p $(srcdir)/$$file $(distdir); \ done -