--- parser3/src/main/Makefile.in 2001/05/10 17:28:16 1.2 +++ parser3/src/main/Makefile.in 2001/05/24 14:50:06 1.6 @@ -10,7 +10,7 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. -# $Id: Makefile.in,v 1.2 2001/05/10 17:28:16 paf Exp $ +# $Id: Makefile.in,v 1.6 2001/05/24 14:50:06 parser Exp $ SHELL = @SHELL@ @@ -80,7 +80,9 @@ VERSION = @VERSION@ WIN32_ADDITIONAL_LIBS = @WIN32_ADDITIONAL_LIBS@ YACC = @YACC@ host_os = @host_os@ + INCLUDES = -I../include -I../types -I../classes -I../sql -I../pcre -I../libltdl + noinst_LIBRARIES = libmain.a libmain_a_SOURCES = compile.C compile.tab.C compile_tools.C execute.C pa_array.C pa_common.C pa_exception.C pa_globals.C pa_hash.C pa_pool.C pa_request.C pa_string.C pa_table.C untaint.C pa_dir.C pa_exec.C pa_socks.C pa_sql_driver_manager.C mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -109,7 +111,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best DEP_FILES = .deps/compile.P .deps/compile.tab.P .deps/compile_tools.P \ .deps/execute.P .deps/pa_array.P .deps/pa_common.P .deps/pa_dir.P \ @@ -223,7 +225,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 \ @@ -358,9 +360,6 @@ distclean-generic clean-generic maintain mostlyclean distclean maintainer-clean - - - compile.tab.C: compile.y bison -v $< -o $@