]> git.marmaro.de Git - mmh/blobdiff - mts/smtp/Makefile.in
fix for bug #578 repl leaks umask; there are several other
[mmh] / mts / smtp / Makefile.in
index 9890d1c33024237e7dd651f5419b9e528ea1d101..341f0b1d5224a8d0b2b26bcb9275f8f68749d0f5 100644 (file)
@@ -19,13 +19,8 @@ etcdir      = @sysconfdir@
 CC       = @CC@
 CFLAGS   = @CFLAGS@
 DEFS     = @DEFS@
-INCLUDES = -I../.. -I$(srcdir) -I$(top_srcdir)
-
-LORDER  = @LORDER@
-TSORT   = @TSORT@
-RANLIB  = @RANLIB@
-LIBTOOL = @LIBTOOL@
-GNU_LIBTOOL = @GNU_LIBTOOL@
+SASL_INCLUDES = @SASL_INCLUDES@
+INCLUDES = -I../.. -I$(srcdir) -I$(top_srcdir) $(SASL_INCLUDES)
 LINT   = @LINT@
 LINTFLAGS = @LINTFLAGS@
 
@@ -54,16 +49,7 @@ DIST = $(HDRS) $(SRCS) $(AUX)
 
 # ========= DEPENDENCIES FOR BUILDING AND INSTALLING ==========
 
-all: libsmtp.a
-
-libsmtp.a: $(OBJS)
-       rm -f $@
-       if test x$(LIBTOOL) != x -a x$(GNU_LIBTOOL) = x ; then \
-         $(LIBTOOL) -static -c $(OBJS) -o $@  ; \
-       else \
-         ar cr $@ `$(LORDER) $(OBJS) | $(TSORT)`  ; \
-         $(RANLIB) $@  ; \
-       fi 
+all: $(OBJS)
 
 install:
 
@@ -75,7 +61,6 @@ mostlyclean:
        rm -f *.o *~
 
 clean: mostlyclean
-       rm -f libsmtp.a
 
 distclean: clean
        rm -f Makefile