--- parser3/src/classes/Makefile.am 2001/03/21 14:06:41 1.2 +++ parser3/src/classes/Makefile.am 2001/08/28 12:04:20 1.18 @@ -1,6 +1,17 @@ -# $Id: Makefile.am,v 1.2 2001/03/21 14:06:41 paf Exp $ +SUBDIRS = gd -INCLUDES = -I../include -I../types +INCLUDES = -I../types -I../sql -I../pcre -Igd + +CLASSES_INC=classes.inc +CLASSES_C=classes.C + +$(CLASSES_INC): $(METHODED) classes.awk + echo "/* do not edit. autogenerated by Makefile.am */" > $(CLASSES_INC) + echo >> $(CLASSES_INC) + ls | $(AWK) -f classes.awk >> $(CLASSES_INC) + +$(CLASSES_C): $(CLASSES_INC) noinst_LIBRARIES = libclasses.a -libclasses_a_SOURCES = double.C file.C form.C int.C response.C root.C string.C table.C \ No newline at end of file +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 +CLEANFILES = $(CLASSES_INC)