--- parser3/src/classes/Makefile.am 2002/01/31 10:20:18 1.35 +++ parser3/src/classes/Makefile.am 2002/02/08 10:20:09 1.37 @@ -1,9 +1,10 @@ -SUBDIRS = gd +SUBDIRS = gd smtp 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 +noinst_HEADERS = classes.h xnode.h +libclasses_a_SOURCES = classes.awk 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 @@ -15,7 +16,7 @@ CLEANFILES = classes.inc classes.C: classes.inc -IDENT_AWK = $(top_srcdir)/ident.awk +IDENT_AWK = $(top_srcdir)/src/ident.awk IDENT_DEPS = *.awk *.h *.C ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am @@ -23,3 +24,5 @@ ident.C: $(IDENT_AWK) $(IDENT_DEPS) Make echo // do not edit. autogenerated by Makefile.am > ident.C.new cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=classes >> ident.C.new mv ident.C.new ident.C + +EXTRA_DIST = classes.dsp