--- parser3/src/classes/Makefile.in 2001/11/01 16:12:03 1.31 +++ parser3/src/classes/Makefile.in 2002/01/28 13:33:56 1.35 @@ -85,12 +85,12 @@ XML_LIBS = @XML_LIBS@ YACC = @YACC@ host_os = @host_os@ -SUBDIRS = gd xalan-patched +SUBDIRS = gd -INCLUDES = -I../types -I../sql -I../pcre -Igd -Ixalan-patched @XML_INCLUDES@ @DB2_INCLUDES@ +INCLUDES = -I../types -I../sql -I../pcre -Igd @XML_INCLUDES@ @DB2_INCLUDES@ noinst_LIBRARIES = libclasses.a -libclasses_a_SOURCES = ident.C classes.C double.C file.C form.C image.C int.C mail.C op.C math.C response.C string.C table.C void.C hash.C date.C xnode.C xdoc.C hashfile.C +libclasses_a_SOURCES = double.C file.C form.C image.C int.C mail.C op.C math.C response.C string.C table.C void.C hash.C date.C xnode.C xdoc.C hashfile.C ident.C classes.C CLEANFILES = classes.inc CLASSES_INC_DEPS = *.C @@ -108,9 +108,9 @@ CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ libclasses_a_LIBADD = -libclasses_a_OBJECTS = ident.o classes.o double.o file.o form.o image.o \ -int.o mail.o op.o math.o response.o string.o table.o void.o hash.o \ -date.o xnode.o xdoc.o hashfile.o +libclasses_a_OBJECTS = double.o file.o form.o image.o int.o mail.o op.o \ +math.o response.o string.o table.o void.o hash.o date.o xnode.o xdoc.o \ +hashfile.o ident.o classes.o AR = ar CXXFLAGS = @CXXFLAGS@ CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)