X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=zotnet%2Fmf%2FMakefile.in;h=018771416eecad83f2d322b4616c966a1d90b3a5;hp=7871ca7ce21640aeff80f243d34174f75fdbcea8;hb=de84e33cbf49bf0e70ad010d58ab9893c5438cff;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/zotnet/mf/Makefile.in b/zotnet/mf/Makefile.in index 7871ca7..0187714 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