Annotation of parser3/src/classes/Makefile.am, revision 1.21
1.4 paf 1: SUBDIRS = gd
1.2 paf 2:
1.20 parser 3: INCLUDES = -I../types -I../sql -I../pcre -Igd @XML_INCLUDES@
1.2 paf 4:
1.4 paf 5: CLASSES_INC=classes.inc
1.10 parser 6: CLASSES_C=classes.C
1.7 paf 7:
1.21 ! parser 8: $(CLASSES_INC): classes.awk
1.7 paf 9: echo "/* do not edit. autogenerated by Makefile.am */" > $(CLASSES_INC)
10: echo >> $(CLASSES_INC)
11: ls | $(AWK) -f classes.awk >> $(CLASSES_INC)
12:
1.10 parser 13: $(CLASSES_C): $(CLASSES_INC)
1.4 paf 14:
1.2 paf 15: noinst_LIBRARIES = libclasses.a
1.19 parser 16: 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
1.12 parser 17: CLEANFILES = $(CLASSES_INC)
E-mail: