added lint targets for Makefiles and a configure test to find whether lclint or lint...
[mmh] / zotnet / Makefile.in
index cc20173..0a75e14 100644 (file)
@@ -85,6 +85,13 @@ mostlyclean-recursive clean-recursive distclean-recursive realclean-recursive su
          (cd $$subdir && $(MAKE) $(MAKEDEFS) $$target) || exit 1; \
        done
 
+# ========== DEPENDENCIES FOR LINT =================
+
+lint:
+       for subdir in $(SUBDIRS) ; do \
+         (cd $$subdir && $(MAKE) $(MAKEDEFS) lint) || exit 1; \
+       done
+
 # ========== DEPENDENCIES FOR MAINTENANCE ==========
 
 subdir = zotnet