]> diplodocus.org Git - nmh/blobdiff - Makefile.in
Resolve the circular dependency of libmh on libmts on libmh. The
[nmh] / Makefile.in
index 9492cd077faff40a9c072583268c23c5af8b5864..32a5057c32797b5de61da93c74b6dc03c5f52796 100644 (file)
@@ -75,7 +75,7 @@ DIST = ChangeLog COPYRIGHT INSTALL MACHINES README VERSION ChangeLog install-sh\
        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 +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