X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..7793fde2bb56c76aa8d1fd819d6c60f720e6c44e:/zotnet/mf/Makefile.in diff --git a/zotnet/mf/Makefile.in b/zotnet/mf/Makefile.in index 7871ca7c..01877141 100644 --- a/zotnet/mf/Makefile.in +++ b/zotnet/mf/Makefile.in @@ -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