|
|
| version 1.2, 2001/05/10 17:28:24 | version 1.9, 2001/08/28 10:33:41 |
|---|---|
| Line 10 | Line 10 |
| # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| # PARTICULAR PURPOSE. | # PARTICULAR PURPOSE. |
| # $Id$ | |
| SHELL = @SHELL@ | SHELL = @SHELL@ |
| Line 61 PRE_UNINSTALL = : | Line 59 PRE_UNINSTALL = : |
| POST_UNINSTALL = : | POST_UNINSTALL = : |
| host_alias = @host_alias@ | host_alias = @host_alias@ |
| host_triplet = @host@ | host_triplet = @host@ |
| APACHE13_SRC = @APACHE13_SRC@ | |
| AS = @AS@ | AS = @AS@ |
| AWK = @AWK@ | AWK = @AWK@ |
| CC = @CC@ | CC = @CC@ |
| Line 77 OBJDUMP = @OBJDUMP@ | Line 76 OBJDUMP = @OBJDUMP@ |
| PACKAGE = @PACKAGE@ | PACKAGE = @PACKAGE@ |
| RANLIB = @RANLIB@ | RANLIB = @RANLIB@ |
| VERSION = @VERSION@ | VERSION = @VERSION@ |
| WIN32_ADDITIONAL_LIBS = @WIN32_ADDITIONAL_LIBS@ | |
| YACC = @YACC@ | YACC = @YACC@ |
| host_os = @host_os@ | host_os = @host_os@ |
| @WITHOUT_APACHE13_TRUE@SUBDIRS = | |
| SUBDIRS = modules | @WITHOUT_APACHE13_FALSE@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 88 DIST_COMMON = Makefile.am Makefile.in |
| DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
| TAR = tar | TAR = gtar |
| 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 204 distdir: $(DISTFILES) | Line 203 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 $$/$$file $(distdir)/$$file; \ | cp -pr $$d/$$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 $(SUBDIRS); do \ | for subdir in $(DIST_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 \ |