X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=mts%2Fsmtp%2FMakefile.in;h=f8b0ed31ffb517c4b21dac15e342ccf62d857ea0;hp=55997a4e70918e404dfeca427ffb20d447760658;hb=d2da15ecabb03fb2de72863abdf5f21e52fdf329;hpb=d3a67123c9d05b6d639adb0e6b4a874807602a6b diff --git a/mts/smtp/Makefile.in b/mts/smtp/Makefile.in index 55997a4..f8b0ed3 100644 --- a/mts/smtp/Makefile.in +++ b/mts/smtp/Makefile.in @@ -19,12 +19,10 @@ etcdir = @sysconfdir@ CC = @CC@ CFLAGS = @CFLAGS@ DEFS = @DEFS@ -INCLUDES = -I../.. -I$(srcdir) -I$(top_srcdir) - -LORDER = @LORDER@ -TSORT = @TSORT@ -RANLIB = @RANLIB@ -LIBTOOL = @LIBTOOL@ +SASL_INCLUDES = @SASL_INCLUDES@ +INCLUDES = -I../.. -I$(srcdir) -I$(top_srcdir) $(SASL_INCLUDES) +LINT = @LINT@ +LINTFLAGS = @LINTFLAGS@ COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS) @@ -51,16 +49,7 @@ DIST = $(HDRS) $(SRCS) $(AUX) # ========= DEPENDENCIES FOR BUILDING AND INSTALLING ========== -all: libsmtp.a - -libsmtp.a: $(OBJS) - rm -f $@ - if test x$(LIBTOOL) != xno ; then \ - $(LIBTOOL) -static -c $(OBJS) -o $@ ; \ - else \ - ar cr $@ `$(LORDER) $(OBJS) | $(TSORT)` ; \ - $(RANLIB) $@ ; \ - fi +all: $(OBJS) install: @@ -72,7 +61,6 @@ mostlyclean: rm -f *.o *~ clean: mostlyclean - rm -f libsmtp.a distclean: clean rm -f Makefile @@ -81,12 +69,17 @@ realclean: distclean superclean: realclean +# ========== DEPENDENCIES FOR LINT ================= + +lint: + $(LINT) $(LINTFLAGS) $(INCLUDES) $(DEFS) $(SRCS) + # ========== DEPENDENCIES FOR MAINTENANCE ========== subdir = mts/smtp Makefile: Makefile.in ../../config.status - cd ../.. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status + cd ../.. && ./config.status $(subdir)/$@ distdir = ../../`cat ../../distname`/$(subdir) nmhdist: $(DIST)