--- parser3/src/classes/Makefile.in 2002/02/07 17:41:35 1.39 +++ parser3/src/classes/Makefile.in 2002/02/07 17:46:28 1.40 @@ -89,11 +89,15 @@ rootconfigdir = @rootconfigdir@ sqldriversdir = @sqldriversdir@ SUBDIRS = gd + INCLUDES = -I../types -I../sql -I../pcre -Igd @XML_INCLUDES@ @DB2_INCLUDES@ + noinst_LIBRARIES = libclasses.a 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 + CLASSES_INC_DEPS = *.C CLEANFILES = classes.inc + IDENT_AWK = $(top_srcdir)/src/ident.awk IDENT_DEPS = *.awk *.h *.C mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -445,9 +449,6 @@ 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 @@ -455,7 +456,6 @@ 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