Diff for /parser3/src/classes/Makefile.am between versions 1.7 and 1.15

version 1.7, 2001/05/03 13:13:21 version 1.15, 2001/07/03 10:10:21
Line 5  SUBDIRS = gd Line 5  SUBDIRS = gd
 INCLUDES = -I../include -I../types -I../sql -Igd -I../pcre  INCLUDES = -I../include -I../types -I../sql -Igd -I../pcre
   
 CLASSES_INC=classes.inc  CLASSES_INC=classes.inc
   CLASSES_C=classes.C
   
 $(CLASSES_INC): $(METHODED) classes.awk  $(CLASSES_INC): $(METHODED) classes.awk
         echo "/* do not edit. autogenerated by Makefile.am */" > $(CLASSES_INC)          echo "/* do not edit. autogenerated by Makefile.am */" > $(CLASSES_INC)
         echo >> $(CLASSES_INC)          echo >> $(CLASSES_INC)
         ls | $(AWK) -f classes.awk >> $(CLASSES_INC)          ls | $(AWK) -f classes.awk >> $(CLASSES_INC)
   
 METHODED=double.C file.C form.C image.C int.C mail.C op.C random.C response.C string.C table.C unknown.C  $(CLASSES_C): $(CLASSES_INC)
   
 noinst_LIBRARIES = libclasses.a  noinst_LIBRARIES = libclasses.a
 libclasses_a_DEPENDENCES = $(CLASSES_INC)  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
 libclasses_a_SOURCES = classes.C $(METHODED)  CLEANFILES = $(CLASSES_INC)
   

Removed from v.1.7  
changed lines
  Added in v.1.15


E-mail: