Diff for /parser3/src/classes/Makefile.am between versions 1.14 and 1.40.16.1

version 1.14, 2001/06/29 08:42:42 version 1.40.16.1, 2003/03/25 11:42:16
Line 1 Line 1
 #  $Id$  SUBDIRS = gd smtp
   INCLUDES = -I../types -I../sql -I../lib/pcre -Igd @XML_INCLUDES@ -I../lib/md5
   
 SUBDIRS = gd  noinst_LIBRARIES = libclasses.a
   noinst_HEADERS = classes.h xnode.h
 INCLUDES = -I../include -I../types -I../sql -Igd -I../pcre  libclasses_a_SOURCES = classes.awk 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 xnode.C xdoc.C classes.C memory.C
   
 CLASSES_INC=classes.inc  CLASSES_INC_DEPS = *.C
 CLASSES_C=classes.C  
   
 $(CLASSES_INC): $(METHODED) classes.awk  classes.inc: classes.awk $(CLASSES_INC_DEPS) Makefile.am
         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 $(CLASSES_INC_DEPS) | $(AWK) -f classes.awk >> classes.inc
   CLEANFILES = classes.inc
   
 $(CLASSES_C): $(CLASSES_INC)  classes.C: classes.inc
   
 noinst_LIBRARIES = libclasses.a  EXTRA_DIST = classes.dsp
 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 void.C hash.C  
 CLEANFILES = $(CLASSES_INC)  

Removed from v.1.14  
changed lines
  Added in v.1.40.16.1


E-mail: