X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=zotnet%2Fbboards%2FMakefile.in;h=80615a377955e290634ae40ff43b02ea4e32c16a;hb=278a48ef53b5dde10d7c88f67f51ce15ad11c0c0;hp=7dedeeae16f11c9d7f8718c8927d28444100e9ae;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/zotnet/bboards/Makefile.in b/zotnet/bboards/Makefile.in index 7dedeea..80615a3 100644 --- a/zotnet/bboards/Makefile.in +++ b/zotnet/bboards/Makefile.in @@ -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