--- parser3/src/classes/Makefile.am 2001/05/19 15:50:12 1.10 +++ parser3/src/classes/Makefile.am 2001/09/26 08:22:17 1.21 @@ -1,13 +1,11 @@ -# $Id: Makefile.am,v 1.10 2001/05/19 15:50:12 parser Exp $ - SUBDIRS = gd -INCLUDES = -I../include -I../types -I../sql -Igd -I../pcre +INCLUDES = -I../types -I../sql -I../pcre -Igd @XML_INCLUDES@ CLASSES_INC=classes.inc CLASSES_C=classes.C -$(CLASSES_INC): $(METHODED) classes.awk +$(CLASSES_INC): classes.awk echo "/* do not edit. autogenerated by Makefile.am */" > $(CLASSES_INC) echo >> $(CLASSES_INC) ls | $(AWK) -f classes.awk >> $(CLASSES_INC) @@ -15,5 +13,5 @@ $(CLASSES_INC): $(METHODED) classes.awk $(CLASSES_C): $(CLASSES_INC) noinst_LIBRARIES = libclasses.a -libclasses_a_SOURCES = $(CLASSES_C) double.C file.C form.C image.C int.C mail.C op.C random.C response.C string.C table.C unknown.C hash.C -libclasses_a_CLEANFILES = $(CLASSES_C) +libclasses_a_SOURCES = $(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 dom.C dnode.C +CLEANFILES = $(CLASSES_INC)