--- parser3/src/classes/Makefile.in 2001/10/28 14:07:45 1.30 +++ 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) @@ -122,7 +122,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best DEP_FILES = .deps/classes.P .deps/date.P .deps/double.P .deps/file.P \ .deps/form.P .deps/hash.P .deps/hashfile.P .deps/ident.P .deps/image.P \ @@ -294,7 +294,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$d/$$file $(distdir)/$$file; \ + cp -pr $$/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \