]> diplodocus.org Git - nmh/blobdiff - zotnet/bboards/Makefile.in
Meaningless change to test autoconf file commit order stuff.
[nmh] / zotnet / bboards / Makefile.in
index 7dedeeae16f11c9d7f8718c8927d28444100e9ae..80615a377955e290634ae40ff43b02ea4e32c16a 100644 (file)
@@ -15,6 +15,9 @@ CFLAGS     = @CFLAGS@
 DEFS       = @DEFS@
 INCLUDES   = -I../.. -I$(srcdir) -I$(top_srcdir)
 
+LINT      = @LINT@
+LINTFLAGS  = @LINTFLAGS@
+
 COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS)
 
 .SUFFIXES:
@@ -60,6 +63,11 @@ realclean: distclean
 
 superclean: realclean
 
+# ========== DEPENDENCIES FOR LINT =================
+
+lint: 
+       $(LINT) $(LINTFLAGS) $(INCLUDES) $(DEFS) $(SRCS)
+
 # ========== DEPENDENCIES FOR MAINTENANCE ==========
 
 subdir = zotnet/bboards