--- parser3/src/Makefile.in 2001/08/31 15:35:34 1.14 +++ parser3/src/Makefile.in 2001/09/24 16:48:40 1.19 @@ -75,10 +75,13 @@ OBJDUMP = @OBJDUMP@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ +XML_SRC = @XML_SRC@ YACC = @YACC@ host_os = @host_os@ +INCLUDES = $(INCLUDES) -I$(XML_SRC)/xml-xerces/c/src -I$(XML_SRC)/xml-xalan/c/src SUBDIRS = classes types main libltdl pcre targets + LIBTOOL_DEPS = @LIBTOOL_DEPS@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -92,7 +95,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: @@ -274,7 +277,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 \ @@ -362,11 +365,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: