X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=Makefile.in;h=b331c5da3f1ff1a5a352ab80770d7f101bda37f2;hb=d1563de82a4fed11ee45202be934bfba9a5ae6ea;hp=ed09153053df85e56ec955aaeb03210091416d2f;hpb=b1450ec537bd31be606633aa363201cc2ed95b9a;p=mmh diff --git a/Makefile.in b/Makefile.in index ed09153..b331c5d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -70,13 +70,12 @@ INSTALL_DATA = @INSTALL_DATA@ .SUFFIXES: # all files in this directory included in the distribution -DIST = README INSTALL MACHINES COPYRIGHT VERSION DIFFERENCES FAQ \ - TODO COMPLETION-ZSH COMPLETION-TCSH MAIL.FILTERING \ - ChangeLog install-sh mkinstalldirs Makefile.in aclocal.m4 \ - acconfig.h config.h.in configure.in configure stamp-h.in config.sub config.guess +DIST = ChangeLog COPYRIGHT INSTALL MACHINES README VERSION ChangeLog install-sh\ + mkinstalldirs Makefile.in aclocal.m4 acconfig.h config.h.in \ + configure.in configure stamp-h.in config.sub config.guess # subdirectories in distribution -SUBDIRS = h config sbr zotnet mts uip etc man +SUBDIRS = h config sbr zotnet mts uip etc man docs # ========== DEPENDENCIES FOR BUILDING AND INSTALLING ========== @@ -122,6 +121,13 @@ mostlyclean-recursive clean-recursive distclean-recursive realclean-recursive su # ========== DEPENDENCIES FOR MAINTENANCE ========== +lint: + for subdir in $(SUBDIRS); do \ + ( cd $$subdir && $(MAKE) $(MAKEDEFS) lint ) || exit 1; \ + done + +# ========== DEPENDENCIES FOR MAINTENANCE ========== + Makefile: Makefile.in config.status CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status