summaryrefslogtreecommitdiffstatsabout
path: root/Makefile.in
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-01-04 03:23:22 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-01-04 03:23:22 (GMT)
commite2dfccb52240fd943ec6f1f2b8260f86d24d4cd2 (patch)
treee9576f43acacc69993ab369c0f608cefcedf8ae2 /Makefile.in
parent5b0927ae5d90380ac043f66787e253b03d218319 (diff)
update apache.m4 to use -with-apxs instead of --with-apache
got SSL support to compile. added Documentation subdirectory.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 4 insertions, 7 deletions
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:
59 fi; \ 59 fi; \
60 done; \ 60 done; \
61 61
62TODO: TODO_HEADER $(SOURCES) $(HEADERS)
63 ./gen_todo.pl
64
65$(TARGET): 62$(TARGET):
66 @APXS_BIN@ -c -o @PACKAGE_NAME@.la $(INCLUDES) $(CFLAGS) $(LDADD) @DEFS@ $(SOURCES) 63 @APXS_BIN@ -c -o @PACKAGE_NAME@.la $(INCLUDES) $(CFLAGS) $(LDADD) @DEFS@ $(SOURCES)
67 64
@@ -79,11 +76,11 @@ clean: clean-subdirs
79 $(RM) $(OBJ) $(SLO) $(LO) $(TARGET) .deps 76 $(RM) $(OBJ) $(SLO) $(LO) $(TARGET) .deps
80 77
81distclean: clean distclean-subdirs 78distclean: clean distclean-subdirs
82 $(RM) TODO config.status config.log config.h config.h.in \ 79 $(RM) config.status config.log config.h config.h.in \
83 configure stamp-h stamp-h.in Makefile 80 configure stamp-h stamp-h.in Makefile aclocal.m4
84 $(RM) -r autom4te-2.53.cache .libs 81 $(RM) -r autom4te-2.53.cache .libs
85 82
86DESTDIR = @PACKAGE_TARNAME@-@PACKAGE_VERSION@ 83DESTDIR = @PACKAGE_NAME@-@PACKAGE_VERSION@
87DESTTGZ = $(DESTDIR).tar.gz 84DESTTGZ = $(DESTDIR).tar.gz
88dist: 85dist:
89 @rm -rf $(DESTDIR); \ 86 @rm -rf $(DESTDIR); \
@@ -115,7 +112,7 @@ $(builddir)/.deps: depend
115 112
116depend: $(SOURCES) $(HEADERS) 113depend: $(SOURCES) $(HEADERS)
117 if test -n "`ls $(srcdir)/*.c 2> /dev/null`"; then \ 114 if test -n "`ls $(srcdir)/*.c 2> /dev/null`"; then \
118 $(CC) -MM -MT $(TARGET) -I@APACHE_INCDIR@ $(INCLUDES) $(srcdir)/*.c > $(builddir)/.deps || true; \ 115 $(CC) -MM -MT $(TARGET) -I@APACHE_INCDIR@ $(INCLUDES) -DHAVE_CONFIG_H $(srcdir)/*.c > $(builddir)/.deps || true; \
119 fi 116 fi
120 117
121include $(builddir)/.deps 118include $(builddir)/.deps