X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=Makefile.in;h=7cd91b04f5f5bc85fe5d4a36e592d8d654fede91;hp=9492cd077faff40a9c072583268c23c5af8b5864;hb=7b4f53959307e3434809f5dbc0ef5e0dbbb32005;hpb=2894f47bd3f3d15d944e650cb4fadb1aec3a5e15 diff --git a/Makefile.in b/Makefile.in index 9492cd0..7cd91b0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -70,12 +70,13 @@ INSTALL_DATA = @INSTALL_DATA@ .SUFFIXES: # all files in this directory included in the distribution -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 +DIST = ChangeLog COPYRIGHT DATE 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 docs +SUBDIRS = h config sbr mts uip etc man docs # ========== DEPENDENCIES FOR BUILDING AND INSTALLING ========== @@ -121,6 +122,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