X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=mts%2Fsmtp%2FMakefile.in;h=4a726b96e4dff91f84678198588ae8cfd9522ad3;hb=84546c458ff514a547b40d436259b77661565e9b;hp=85ea7ea56187c2c257ae17c38b674b61bfc9e9c6;hpb=d02ec5835693084c86f676b35dd96f44a22ff534;p=mmh diff --git a/mts/smtp/Makefile.in b/mts/smtp/Makefile.in index 85ea7ea..4a726b9 100644 --- a/mts/smtp/Makefile.in +++ b/mts/smtp/Makefile.in @@ -19,13 +19,16 @@ etcdir = @sysconfdir@ CC = @CC@ CFLAGS = @CFLAGS@ DEFS = @DEFS@ -INCLUDES = -I../.. -I$(srcdir) -I$(top_srcdir) +SASL_INCLUDES = @SASL_INCLUDES@ +INCLUDES = -I../.. -I$(srcdir) -I$(top_srcdir) $(SASL_INCLUDES) LORDER = @LORDER@ TSORT = @TSORT@ RANLIB = @RANLIB@ LIBTOOL = @LIBTOOL@ GNU_LIBTOOL = @GNU_LIBTOOL@ +LINT = @LINT@ +LINTFLAGS = @LINTFLAGS@ COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS) @@ -82,6 +85,11 @@ realclean: distclean superclean: realclean +# ========== DEPENDENCIES FOR LINT ================= + +lint: + $(LINT) $(LINTFLAGS) $(INCLUDES) $(DEFS) $(SRCS) + # ========== DEPENDENCIES FOR MAINTENANCE ========== subdir = mts/smtp