--- parser3/src/classes/Makefile.in 2002/01/31 10:20:18 1.37 +++ parser3/src/classes/Makefile.in 2002/02/07 17:41:35 1.39 @@ -78,7 +78,6 @@ MAKEINFO = @MAKEINFO@ OBJDUMP = @OBJDUMP@ P3S = @P3S@ PACKAGE = @PACKAGE@ -PARSER_ROOT_CONFIG_DIR = @PARSER_ROOT_CONFIG_DIR@ RANLIB = @RANLIB@ VERSION = @VERSION@ XML_INCLUDES = @XML_INCLUDES@ @@ -86,19 +85,16 @@ XML_LIBS = @XML_LIBS@ YACC = @YACC@ charsetsdir = @charsetsdir@ host_os = @host_os@ +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)/ident.awk +IDENT_AWK = $(top_srcdir)/src/ident.awk IDENT_DEPS = *.awk *.h *.C mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../src/include/pa_config_auto.h @@ -449,6 +445,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 @@ -456,6 +455,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