diff options
author | Edward Rudd | 2004-01-04 03:23:22 +0000 |
---|---|---|
committer | Edward Rudd | 2004-01-04 03:23:22 +0000 |
commit | e2dfccb52240fd943ec6f1f2b8260f86d24d4cd2 (patch) | |
tree | e9576f43acacc69993ab369c0f608cefcedf8ae2 /Makefile.in | |
parent | 5b0927ae5d90380ac043f66787e253b03d218319 (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.in | 11 |
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 | ||
62 | TODO: 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 | ||
81 | distclean: clean distclean-subdirs | 78 | distclean: 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 | ||
86 | DESTDIR = @PACKAGE_TARNAME@-@PACKAGE_VERSION@ | 83 | DESTDIR = @PACKAGE_NAME@-@PACKAGE_VERSION@ |
87 | DESTTGZ = $(DESTDIR).tar.gz | 84 | DESTTGZ = $(DESTDIR).tar.gz |
88 | dist: | 85 | dist: |
89 | @rm -rf $(DESTDIR); \ | 86 | @rm -rf $(DESTDIR); \ |
@@ -115,7 +112,7 @@ $(builddir)/.deps: depend | |||
115 | 112 | ||
116 | depend: $(SOURCES) $(HEADERS) | 113 | depend: $(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 | ||
121 | include $(builddir)/.deps | 118 | include $(builddir)/.deps |