X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=Makefile.in;h=b331c5da3f1ff1a5a352ab80770d7f101bda37f2;hb=fc80e34e8e9e3c726073d321e2075ead77baba08;hp=e342d040c042f250f6e00be41804ee983c981ce0;hpb=d66e48eced59def411e289f040956b1ec3666cb0;p=mmh diff --git a/Makefile.in b/Makefile.in index e342d04..b331c5d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -70,7 +70,7 @@ INSTALL_DATA = @INSTALL_DATA@ .SUFFIXES: # all files in this directory included in the distribution -DIST = README INSTALL COPYRIGHT VERSION ChangeLog install-sh \ +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 @@ -121,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