File:  [parser3project] / parser3 / src / classes / Makefile.am
Revision 1.40.16.3: download - view: text, annotated - select for diffs - revision graph
Mon Jul 21 11:33:21 2003 UTC (22 years, 11 months ago) by paf
Diff to: branchpoint 1.40: preferred, unified
removed circular dependency on classes.C

SUBDIRS = gd smtp
INCLUDES = -I../types -I../sql -I../lib/pcre -I../lib/gc/include -I../lib/cord/include -Igd @XML_INCLUDES@ -I../lib/md5

noinst_LIBRARIES = libclasses.a
noinst_HEADERS = classes.h xnode.h
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: classes.awk $(CLASSES_INC_DEPS) Makefile.am
	echo "/* do not edit. autogenerated by Makefile.am */" > classes.inc
	echo >> classes.inc
	ls $(CLASSES_INC_DEPS) | $(AWK) -f classes.awk >> classes.inc
CLEANFILES = classes.inc

classes.C: classes.inc

EXTRA_DIST = classes.dsp

E-mail: