X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..4c4e933cf4f3c7b74a5a17d7ac3caf1b06fccb85:/mts/mmdf/Makefile.in?ds=inline diff --git a/mts/mmdf/Makefile.in b/mts/mmdf/Makefile.in index d076a137..eb720d8a 100644 --- a/mts/mmdf/Makefile.in +++ b/mts/mmdf/Makefile.in @@ -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