X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=mts%2Fsmtp%2FMakefile.in;h=9890d1c33024237e7dd651f5419b9e528ea1d101;hb=df7b16cb148474b3b80dbf1e226e858cf1e47edb;hp=a4fc8d95cf6e4681959eff214e84e368bad2fa6e;hpb=e001a96010a62d4bd79a33955bb29e3c18bb26fe;p=mmh diff --git a/mts/smtp/Makefile.in b/mts/smtp/Makefile.in index a4fc8d9..9890d1c 100644 --- a/mts/smtp/Makefile.in +++ b/mts/smtp/Makefile.in @@ -26,6 +26,8 @@ TSORT = @TSORT@ RANLIB = @RANLIB@ LIBTOOL = @LIBTOOL@ GNU_LIBTOOL = @GNU_LIBTOOL@ +LINT = @LINT@ +LINTFLAGS = @LINTFLAGS@ COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS) @@ -56,7 +58,7 @@ all: libsmtp.a libsmtp.a: $(OBJS) rm -f $@ - if test x$(LIBTOOL) != xno -a x$(GNU_LIBTOOL) = x ; then \ + if test x$(LIBTOOL) != x -a x$(GNU_LIBTOOL) = x ; then \ $(LIBTOOL) -static -c $(OBJS) -o $@ ; \ else \ ar cr $@ `$(LORDER) $(OBJS) | $(TSORT)` ; \ @@ -82,6 +84,11 @@ realclean: distclean superclean: realclean +# ========== DEPENDENCIES FOR LINT ================= + +lint: + $(LINT) $(LINTFLAGS) $(INCLUDES) $(DEFS) $(SRCS) + # ========== DEPENDENCIES FOR MAINTENANCE ========== subdir = mts/smtp