|
|
| version 1.29, 2001/10/27 12:58:51 | version 1.40.16.3, 2003/07/21 11:33:21 |
|---|---|
| Line 1 | Line 1 |
| if COMPILE_XML | SUBDIRS = gd smtp |
| PATCHES_SUBDIR=xalan-patched | INCLUDES = -I../types -I../sql -I../lib/pcre -I../lib/gc/include -I../lib/cord/include -Igd @XML_INCLUDES@ -I../lib/md5 |
| PATCHES_INCLUDES=-I$(PATCHES_SUBDIR) | |
| else | |
| PATCHES_SUBDIR= | |
| PATCHES_INCLUDES= | |
| endif | |
| SUBDIRS = gd $(PATCHES_SUBDIR) | |
| INCLUDES = -I../types -I../sql -I../pcre -Igd $(PATCHES_INCLUDES) @XML_INCLUDES@ @DB2_INCLUDES@ | |
| noinst_LIBRARIES = libclasses.a | noinst_LIBRARIES = libclasses.a |
| libclasses_a_SOURCES = ident.C 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 date.C xnode.C xdoc.C hashfile.C | noinst_HEADERS = classes.h xnode.h |
| CLEANFILES = classes.inc | libclasses_a_SOURCES = 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_DEPS = *.C | CLASSES_INC_DEPS = *.C |
| Line 20 classes.inc: classes.awk $(CLASSES_INC_D | Line 11 classes.inc: classes.awk $(CLASSES_INC_D |
| 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 $(CLASSES_INC_DEPS) | $(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 |
| IDENT_AWK = ../ident.awk | EXTRA_DIST = classes.dsp |
| IDENT_DEPS = *.awk *.h *.C | |
| ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am | |
| rm -f ident.C | |
| echo // do not edit. autogenerated by Makefile.am > ident.C.new | |
| cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=classes >> ident.C.new | |
| mv ident.C.new ident.C |