--- parser3/src/targets/apache13/Attic/Makefile.in 2001/05/21 17:41:50 1.5 +++ parser3/src/targets/apache13/Attic/Makefile.in 2001/08/28 10:33:41 1.9 @@ -10,8 +10,6 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. -# $Id: Makefile.in,v 1.5 2001/05/21 17:41:50 parser Exp $ - SHELL = @SHELL@ @@ -61,6 +59,7 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ +APACHE13_SRC = @APACHE13_SRC@ AS = @AS@ AWK = @AWK@ CC = @CC@ @@ -77,11 +76,10 @@ OBJDUMP = @OBJDUMP@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ -WIN32_ADDITIONAL_LIBS = @WIN32_ADDITIONAL_LIBS@ YACC = @YACC@ host_os = @host_os@ - -SUBDIRS = modules +@WITHOUT_APACHE13_TRUE@SUBDIRS = +@WITHOUT_APACHE13_FALSE@SUBDIRS = modules mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../include/pa_config_auto.h CONFIG_CLEAN_FILES = @@ -92,6 +90,7 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $( TAR = gtar GZIP_ENV = --best +DIST_SUBDIRS = modules all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) @@ -211,7 +210,7 @@ distdir: $(DISTFILES) || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done - for subdir in $(SUBDIRS); do \ + for subdir in $(DIST_SUBDIRS); do \ if test "$$subdir" = .; then :; else \ test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \