From e2dfccb52240fd943ec6f1f2b8260f86d24d4cd2 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Sun, 04 Jan 2004 03:23:22 +0000 Subject: update apache.m4 to use -with-apxs instead of --with-apache got SSL support to compile. added Documentation subdirectory. --- (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 08b0bfa..e3c7142 100644 --- a/Makefile.in +++ b/Makefile.in @@ -59,9 +59,6 @@ all-subdirs install-subdirs update-subdirs clean-subdirs distclean-subdirs: fi; \ done; \ -TODO: TODO_HEADER $(SOURCES) $(HEADERS) - ./gen_todo.pl - $(TARGET): @APXS_BIN@ -c -o @PACKAGE_NAME@.la $(INCLUDES) $(CFLAGS) $(LDADD) @DEFS@ $(SOURCES) @@ -79,11 +76,11 @@ clean: clean-subdirs $(RM) $(OBJ) $(SLO) $(LO) $(TARGET) .deps distclean: clean distclean-subdirs - $(RM) TODO config.status config.log config.h config.h.in \ - configure stamp-h stamp-h.in Makefile + $(RM) config.status config.log config.h config.h.in \ + configure stamp-h stamp-h.in Makefile aclocal.m4 $(RM) -r autom4te-2.53.cache .libs -DESTDIR = @PACKAGE_TARNAME@-@PACKAGE_VERSION@ +DESTDIR = @PACKAGE_NAME@-@PACKAGE_VERSION@ DESTTGZ = $(DESTDIR).tar.gz dist: @rm -rf $(DESTDIR); \ @@ -115,7 +112,7 @@ $(builddir)/.deps: depend depend: $(SOURCES) $(HEADERS) if test -n "`ls $(srcdir)/*.c 2> /dev/null`"; then \ - $(CC) -MM -MT $(TARGET) -I@APACHE_INCDIR@ $(INCLUDES) $(srcdir)/*.c > $(builddir)/.deps || true; \ + $(CC) -MM -MT $(TARGET) -I@APACHE_INCDIR@ $(INCLUDES) -DHAVE_CONFIG_H $(srcdir)/*.c > $(builddir)/.deps || true; \ fi include $(builddir)/.deps -- cgit v0.9.2