--- parser3/src/Makefile.in 2001/04/23 15:16:52 1.1 +++ parser3/src/Makefile.in 2001/09/04 06:36:43 1.15 @@ -10,8 +10,6 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. -# $Id: Makefile.in,v 1.1 2001/04/23 15:16:52 paf 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@ @@ -78,8 +77,9 @@ RANLIB = @RANLIB@ VERSION = @VERSION@ YACC = @YACC@ host_os = @host_os@ -mysql = @mysql@ + SUBDIRS = classes types main libltdl pcre targets + LIBTOOL_DEPS = @LIBTOOL_DEPS@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -93,7 +93,7 @@ install-sh ltconfig ltmain.sh missing mk DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: @@ -275,7 +275,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$/$$file $(distdir)/$$file; \ + cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ @@ -363,13 +363,9 @@ uninstall-am uninstall all-redirect all- installdirs mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean - - - libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck - # 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. .NOEXPORT: