Annotation of parser3/src/classes/Makefile.am, revision 1.9

1.9     ! parser      1: #  $Id: Makefile.am,v 1.8 2001/05/10 14:00:18 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
1.7       paf         8: 
                      9: $(CLASSES_INC): $(METHODED) classes.awk
                     10:        echo "/* do not edit. autogenerated by Makefile.am */" > $(CLASSES_INC)
                     11:        echo >> $(CLASSES_INC)
                     12:        ls | $(AWK) -f classes.awk >> $(CLASSES_INC)
                     13: 
1.9     ! parser     14: classes.C: $(CLASSES_INC)
1.4       paf        15: 
1.2       paf        16: noinst_LIBRARIES = libclasses.a
1.9     ! parser     17: 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

E-mail: