Annotation of parser3/src/classes/Makefile.am, revision 1.10
1.10 ! parser 1: # $Id: Makefile.am,v 1.9 2001/05/19 15:45:10 parser Exp $
1.4 paf 2:
3: SUBDIRS = gd
1.2 paf 4:
1.3 paf 5: INCLUDES = -I../include -I../types -I../sql -Igd -I../pcre
1.2 paf 6:
1.4 paf 7: CLASSES_INC=classes.inc
1.10 ! parser 8: CLASSES_C=classes.C
1.7 paf 9:
10: $(CLASSES_INC): $(METHODED) classes.awk
11: echo "/* do not edit. autogenerated by Makefile.am */" > $(CLASSES_INC)
12: echo >> $(CLASSES_INC)
13: ls | $(AWK) -f classes.awk >> $(CLASSES_INC)
14:
1.10 ! parser 15: $(CLASSES_C): $(CLASSES_INC)
1.4 paf 16:
1.2 paf 17: noinst_LIBRARIES = libclasses.a
1.10 ! parser 18: 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
! 19: libclasses_a_CLEANFILES = $(CLASSES_C)
E-mail: