* uip/sendsbr.c: replaced st_mtim with st_mtime, that's what
[mmh] / mts / smtp / Makefile.in
index 9890d1c..f8b0ed3 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
@@ -94,7 +79,7 @@ lint:
 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)