Annotation of parser3/src/classes/Makefile.am, revision 1.5
1.5 ! paf 1: # $Id: Makefile.am,v 1.4 2001/04/28 14:48:15 paf 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
8:
1.2 paf 9: noinst_LIBRARIES = libclasses.a
1.4 paf 10: libclasses_a_DEPENDENCES = $(CLASSES_INC)
1.3 paf 11: libclasses_a_SOURCES = double.C exec.C file.C form.C image.C int.C mail.C op.C random.C response.C string.C table.C unknown.C
12:
1.4 paf 13: $(CLASSES_INC): $(libclasses_a_SOURCES) classes.awk
1.5 ! paf 14: echo "/* do not edit. autogenerated by Makefile.am */" > $(CLASSES_INC)
! 15: echo >> $(CLASSES_INC)
1.4 paf 16: ls | $(AWK) -f classes.awk >> $(CLASSES_INC)
E-mail: