--- parser3/src/classes/Makefile.in 2001/11/01 16:12:03 1.31 +++ parser3/src/classes/Makefile.in 2001/11/19 08:21:37 1.32 @@ -86,15 +86,11 @@ YACC = @YACC@ host_os = @host_os@ SUBDIRS = gd xalan-patched - INCLUDES = -I../types -I../sql -I../pcre -Igd -Ixalan-patched @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 CLEANFILES = classes.inc - CLASSES_INC_DEPS = *.C - IDENT_AWK = ../ident.awk IDENT_DEPS = *.awk *.h *.C mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -446,6 +442,9 @@ distclean-generic clean-generic maintain mostlyclean distclean maintainer-clean + + + classes.inc: classes.awk $(CLASSES_INC_DEPS) Makefile.am echo "/* do not edit. autogenerated by Makefile.am */" > classes.inc echo >> classes.inc @@ -453,6 +452,7 @@ classes.inc: classes.awk $(CLASSES_INC_D classes.C: classes.inc + ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am rm -f ident.C echo // do not edit. autogenerated by Makefile.am > ident.C.new