--- parser3/src/types/Makefile.in 2001/04/23 15:16:17 1.1 +++ parser3/src/types/Makefile.in 2001/05/10 17:28:34 1.2 @@ -10,7 +10,7 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. -# $Id: Makefile.in,v 1.1 2001/04/23 15:16:17 paf Exp $ +# $Id: Makefile.in,v 1.2 2001/05/10 17:28:34 paf Exp $ SHELL = @SHELL@ @@ -77,10 +77,12 @@ OBJDUMP = @OBJDUMP@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ +WIN32_ADDITIONAL_LIBS = @WIN32_ADDITIONAL_LIBS@ YACC = @YACC@ host_os = @host_os@ -mysql = @mysql@ + INCLUDES = -I../include -I../classes -I../sql + noinst_LIBRARIES = libtypes.a libtypes_a_SOURCES = pa_valiased.C pa_vcookie.C pa_vfile.C pa_vform.C pa_vimage.C pa_vrequest.C pa_vstateless_class.C pa_vstring.C pa_wcontext.C mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -354,9 +356,6 @@ distclean-generic clean-generic maintain mostlyclean distclean maintainer-clean - - - # 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: