--- parser3/src/Makefile.in 2001/04/23 15:16:52 1.1 +++ parser3/src/Makefile.in 2002/01/29 15:27:02 1.40 @@ -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,26 +59,34 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ +APACHE13 = @APACHE13@ +APACHE_LIBS = @APACHE_LIBS@ AS = @AS@ AWK = @AWK@ CC = @CC@ CXX = @CXX@ +DB2_INCLUDES = @DB2_INCLUDES@ +DB2_LIBS = @DB2_LIBS@ DLLTOOL = @DLLTOOL@ INCLTDL = @INCLTDL@ LIBADD_DL = @LIBADD_DL@ LIBLTDL = @LIBLTDL@ LIBTOOL = @LIBTOOL@ +LIBTOOL_DEPS = @LIBTOOL_DEPS@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ OBJDUMP = @OBJDUMP@ +P3S = @P3S@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ +XML_INCLUDES = @XML_INCLUDES@ +XML_LIBS = @XML_LIBS@ YACC = @YACC@ +charsetsdir = @charsetsdir@ host_os = @host_os@ -mysql = @mysql@ -SUBDIRS = classes types main libltdl pcre targets -LIBTOOL_DEPS = @LIBTOOL_DEPS@ + +SUBDIRS = libltdl pcre main types classes targets etc ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ./include/pa_config_auto.h @@ -364,12 +370,9 @@ installdirs mostlyclean-generic distclea 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: