--- parser3/src/Makefile.in 2001/10/09 15:47:54 1.24 +++ parser3/src/Makefile.in 2001/10/15 12:12:36 1.29 @@ -59,10 +59,11 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -APACHE13_SRC = @APACHE13_SRC@ +APACHE13 = @APACHE13@ AS = @AS@ AWK = @AWK@ CC = @CC@ +CPP_LIBS = @CPP_LIBS@ CXX = @CXX@ DLLTOOL = @DLLTOOL@ INCLTDL = @INCLTDL@ @@ -71,7 +72,9 @@ LIBLTDL = @LIBLTDL@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ +MATH_LIBS = @MATH_LIBS@ OBJDUMP = @OBJDUMP@ +P3S = @P3S@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ @@ -81,7 +84,6 @@ YACC = @YACC@ host_os = @host_os@ SUBDIRS = classes types main libltdl pcre targets - LIBTOOL_DEPS = @LIBTOOL_DEPS@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -365,6 +367,7 @@ 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