|
|
| version 1.39, 2002/06/21 12:42:19 | version 1.65, 2025/11/06 22:09:34 |
|---|---|
| Line 1 | Line 1 |
| SUBDIRS = gd smtp | AM_CPPFLAGS = -I../types -I../sql -I../lib/gd -I../lib/sdbm/pa-include -Igd $(INCLTDL) @PCRE_INCLUDES@ @XML_INCLUDES@ @AMQP_INCLUDES@ -I../lib/md5 -I../lib/smtp -I../lib/json -I../lib/memcached -I../lib/curl |
| INCLUDES = -I../types -I../sql -I../lib/pcre -Igd @XML_INCLUDES@ -I../lib/md5 | |
| noinst_LIBRARIES = libclasses.a | CLASSES_SOURCE_FILES = amqp.C array.C bool.C curl.C date.C double.C file.C form.C hash.C hashfile.C image.C inet.C int.C json.C mail.C math.C memcached.C memory.C op.C reflection.C regex.C response.C string.C table.C void.C xnode.C xdoc.C |
| noinst_HEADERS = classes.h xnode.h | |
| 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 ident.C classes.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 | |
| IDENT_AWK = $(top_srcdir)/src/ident.awk | noinst_HEADERS = classes.h xnode.h |
| IDENT_DEPS = *.awk *.h *.C | noinst_LTLIBRARIES = libclasses.la |
| libclasses_la_SOURCES = $(CLASSES_SOURCE_FILES) classes.C | |
| ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am | EXTRA_DIST = classes.vcproj |
| 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 | |
| EXTRA_DIST = classes.dsp |