added lint targets for Makefiles and a configure test to find whether lclint or lint...
[mmh] / mts / mmdf / Makefile.in
index d076a13..eb720d8 100644 (file)
@@ -15,6 +15,9 @@ bindir      = @bindir@
 libdir      = @libdir@
 etcdir      = @sysconfdir@
 
+LINT       = @LINT@
+LINTFLAGS   = @LINTFLAGS@
+
 .SUFFIXES:
 
 # source files
@@ -48,6 +51,11 @@ realclean: distclean
 
 superclean: realclean
 
+# ========== DEPENDENCIES FOR LINT =================
+
+lint: 
+       $(LINT) $(LINTFLAGS) $(INCLUDES) $(DEFS) $(SRCS)
+
 # ========== DEPENDENCIES FOR MAINTENANCE ==========
 
 subdir = mts/mmdf