|
|
| version 1.14, 2001/09/25 09:36:51 | version 1.18, 2001/10/09 15:47:54 |
|---|---|
| Line 81 XML_LIBS = @XML_LIBS@ | Line 81 XML_LIBS = @XML_LIBS@ |
| YACC = @YACC@ | YACC = @YACC@ |
| host_os = @host_os@ | host_os = @host_os@ |
| @COMPILE_APACHE13_MODULE_TRUE@SUBDIRS = modules | SUBDIRS = modules |
| mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
| CONFIG_HEADER = ../../include/pa_config_auto.h | CONFIG_HEADER = ../../include/pa_config_auto.h |
| CONFIG_CLEAN_FILES = | CONFIG_CLEAN_FILES = |
| Line 90 DIST_COMMON = Makefile.am Makefile.in | Line 90 DIST_COMMON = Makefile.am Makefile.in |
| DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
| TAR = gtar | TAR = tar |
| GZIP_ENV = --best | GZIP_ENV = --best |
| DIST_SUBDIRS = modules | |
| all: all-redirect | all: all-redirect |
| .SUFFIXES: | .SUFFIXES: |
| $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
| Line 205 distdir: $(DISTFILES) | Line 204 distdir: $(DISTFILES) |
| @for file in $(DISTFILES); do \ | @for file in $(DISTFILES); do \ |
| d=$(srcdir); \ | d=$(srcdir); \ |
| if test -d $$d/$$file; then \ | if test -d $$d/$$file; then \ |
| cp -pr $$d/$$file $(distdir)/$$file; \ | cp -pr $$/$$file $(distdir)/$$file; \ |
| else \ | else \ |
| test -f $(distdir)/$$file \ | test -f $(distdir)/$$file \ |
| || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
| || cp -p $$d/$$file $(distdir)/$$file || :; \ | || cp -p $$d/$$file $(distdir)/$$file || :; \ |
| fi; \ | fi; \ |
| done | done |
| for subdir in $(DIST_SUBDIRS); do \ | for subdir in $(SUBDIRS); do \ |
| if test "$$subdir" = .; then :; else \ | if test "$$subdir" = .; then :; else \ |
| test -d $(distdir)/$$subdir \ | test -d $(distdir)/$$subdir \ |
| || mkdir $(distdir)/$$subdir \ | || mkdir $(distdir)/$$subdir \ |
| Line 291 uninstall-am uninstall all-redirect all- | Line 290 uninstall-am uninstall all-redirect all- |
| installdirs mostlyclean-generic distclean-generic clean-generic \ | installdirs mostlyclean-generic distclean-generic clean-generic \ |
| maintainer-clean-generic clean mostlyclean distclean maintainer-clean | maintainer-clean-generic clean mostlyclean distclean maintainer-clean |
| #don't compile apache | |
| # Tell versions [3.59,3.63) of GNU make to not export all variables. | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| # Otherwise a system limit (for SysV at least) may be exceeded. | # Otherwise a system limit (for SysV at least) may be exceeded. |