]> diplodocus.org Git - nmh/blobdiff - zotnet/mf/Makefile.in
Update to include Mac OS X and Linux 2.4
[nmh] / zotnet / mf / Makefile.in
index 7871ca7ce21640aeff80f243d34174f75fdbcea8..018771416eecad83f2d322b4616c966a1d90b3a5 100644 (file)
@@ -14,6 +14,8 @@ CC       = @CC@
 CFLAGS   = @CFLAGS@
 DEFS     = @DEFS@
 INCLUDES = -I../.. -I$(srcdir) -I$(top_srcdir)
+LINT    = @LINT@
+LINTFLAGS = @LINTFLAGS@
 
 COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS)
 
@@ -60,6 +62,11 @@ realclean: distclean
 
 superclean: realclean
 
+# ========== DEPENDENCIES FOR LINT ================
+
+lint: 
+       $(LINT) $(LINTFLAGS) $(INCLUDES) $(DEFS) $(SRCS)
+
 # ========== DEPENDENCIES FOR MAINTENANCE ==========
 
 subdir = zotnet/mf