|
|
| version 1.8, 2001/05/24 14:50:06 | version 1.43, 2002/02/22 10:11:30 |
|---|---|
| Line 10 | Line 10 |
| # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| # PARTICULAR PURPOSE. | # PARTICULAR PURPOSE. |
| # $Id$ | |
| SHELL = @SHELL@ | SHELL = @SHELL@ |
| Line 40 pkgdatadir = $(datadir)/@PACKAGE@ | Line 38 pkgdatadir = $(datadir)/@PACKAGE@ |
| pkglibdir = $(libdir)/@PACKAGE@ | pkglibdir = $(libdir)/@PACKAGE@ |
| pkgincludedir = $(includedir)/@PACKAGE@ | pkgincludedir = $(includedir)/@PACKAGE@ |
| top_builddir = .. | top_builddir = ../.. |
| ACLOCAL = @ACLOCAL@ | ACLOCAL = @ACLOCAL@ |
| AUTOCONF = @AUTOCONF@ | AUTOCONF = @AUTOCONF@ |
| Line 61 PRE_UNINSTALL = : | Line 59 PRE_UNINSTALL = : |
| POST_UNINSTALL = : | POST_UNINSTALL = : |
| host_alias = @host_alias@ | host_alias = @host_alias@ |
| host_triplet = @host@ | host_triplet = @host@ |
| AS = @AS@ | APACHE13 = @APACHE13@ |
| APACHE_LIBS = @APACHE_LIBS@ | |
| AWK = @AWK@ | AWK = @AWK@ |
| CC = @CC@ | CC = @CC@ |
| CXX = @CXX@ | CXX = @CXX@ |
| DLLTOOL = @DLLTOOL@ | |
| INCLTDL = @INCLTDL@ | INCLTDL = @INCLTDL@ |
| LIBADD_DL = @LIBADD_DL@ | LIBADD_DL = @LIBADD_DL@ |
| LIBLTDL = @LIBLTDL@ | LIBLTDL = @LIBLTDL@ |
| LIBTOOL = @LIBTOOL@ | |
| LIBTOOL_DEPS = @LIBTOOL_DEPS@ | |
| LN_S = @LN_S@ | |
| MAKEINFO = @MAKEINFO@ | MAKEINFO = @MAKEINFO@ |
| OBJDUMP = @OBJDUMP@ | P3S = @P3S@ |
| PACKAGE = @PACKAGE@ | PACKAGE = @PACKAGE@ |
| RANLIB = @RANLIB@ | RANLIB = @RANLIB@ |
| VERSION = @VERSION@ | VERSION = @VERSION@ |
| WIN32_ADDITIONAL_LIBS = @WIN32_ADDITIONAL_LIBS@ | XML_INCLUDES = @XML_INCLUDES@ |
| XML_LIBS = @XML_LIBS@ | |
| YACC = @YACC@ | YACC = @YACC@ |
| charsetsdir = @charsetsdir@ | |
| host_os = @host_os@ | host_os = @host_os@ |
| rootconfigdir = @rootconfigdir@ | |
| sqldriversdir = @sqldriversdir@ | |
| SUBDIRS = gd | SUBDIRS = gd smtp |
| INCLUDES = -I../include -I../types -I../sql -Igd -I../pcre | |
| CLASSES_INC = classes.inc | INCLUDES = -I../types -I../sql -I../pcre -Igd @XML_INCLUDES@ |
| CLASSES_C = classes.C | |
| noinst_LIBRARIES = libclasses.a | noinst_LIBRARIES = libclasses.a |
| 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 nothing.C hash.C | noinst_HEADERS = classes.h xnode.h |
| CLEANFILES = $(CLASSES_INC) | 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 | |
| CLEANFILES = classes.inc | |
| IDENT_AWK = $(top_srcdir)/src/ident.awk | |
| IDENT_DEPS = *.awk *.h *.C | |
| EXTRA_DIST = classes.dsp | |
| mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
| CONFIG_HEADER = ../include/pa_config_auto.h | CONFIG_HEADER = ../../src/include/pa_config_auto.h |
| CONFIG_CLEAN_FILES = | CONFIG_CLEAN_FILES = |
| LIBRARIES = $(noinst_LIBRARIES) | LIBRARIES = $(noinst_LIBRARIES) |
| DEFS = @DEFS@ -I. -I$(srcdir) -I../include | DEFS = @DEFS@ -I. -I$(srcdir) -I../../src/include |
| CPPFLAGS = @CPPFLAGS@ | CPPFLAGS = @CPPFLAGS@ |
| LDFLAGS = @LDFLAGS@ | LDFLAGS = @LDFLAGS@ |
| LIBS = @LIBS@ | LIBS = @LIBS@ |
| libclasses_a_LIBADD = | libclasses_a_LIBADD = |
| libclasses_a_OBJECTS = classes.o double.o file.o form.o image.o int.o \ | libclasses_a_OBJECTS = double.o file.o form.o image.o int.o mail.o op.o \ |
| mail.o op.o random.o response.o string.o table.o nothing.o hash.o | math.o response.o string.o table.o void.o hash.o date.o xnode.o xdoc.o \ |
| ident.o classes.o | |
| AR = ar | AR = ar |
| CXXFLAGS = @CXXFLAGS@ | CXXFLAGS = @CXXFLAGS@ |
| CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) | CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
| LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) | |
| CXXLD = $(CXX) | CXXLD = $(CXX) |
| CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ | CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ |
| HEADERS = $(noinst_HEADERS) | |
| DIST_COMMON = Makefile.am Makefile.in | DIST_COMMON = Makefile.am Makefile.in |
| DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
| TAR = gtar | TAR = tar |
| GZIP_ENV = --best | GZIP_ENV = --best |
| DEP_FILES = .deps/classes.P .deps/double.P .deps/file.P .deps/form.P \ | DEP_FILES = .deps/classes.P .deps/date.P .deps/double.P .deps/file.P \ |
| .deps/hash.P .deps/image.P .deps/int.P .deps/mail.P .deps/nothing.P \ | .deps/form.P .deps/hash.P .deps/ident.P .deps/image.P .deps/int.P \ |
| .deps/op.P .deps/random.P .deps/response.P .deps/string.P .deps/table.P | .deps/mail.P .deps/math.P .deps/op.P .deps/response.P .deps/string.P \ |
| .deps/table.P .deps/void.P .deps/xdoc.P .deps/xnode.P | |
| SOURCES = $(libclasses_a_SOURCES) | SOURCES = $(libclasses_a_SOURCES) |
| OBJECTS = $(libclasses_a_OBJECTS) | OBJECTS = $(libclasses_a_OBJECTS) |
| all: all-redirect | all: all-redirect |
| .SUFFIXES: | .SUFFIXES: |
| .SUFFIXES: .C .S .c .lo .o .s | .SUFFIXES: .C .S .c .o .s |
| $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
| cd $(top_srcdir) && $(AUTOMAKE) --gnu classes/Makefile | cd $(top_srcdir) && $(AUTOMAKE) --gnu src/classes/Makefile |
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
| cd $(top_builddir) \ | cd $(top_builddir) \ |
| Line 159 distclean-compile: | Line 166 distclean-compile: |
| maintainer-clean-compile: | maintainer-clean-compile: |
| .s.lo: | |
| $(LIBTOOL) --mode=compile $(COMPILE) -c $< | |
| .S.lo: | |
| $(LIBTOOL) --mode=compile $(COMPILE) -c $< | |
| mostlyclean-libtool: | |
| -rm -f *.lo | |
| clean-libtool: | |
| -rm -rf .libs _libs | |
| distclean-libtool: | |
| maintainer-clean-libtool: | |
| libclasses.a: $(libclasses_a_OBJECTS) $(libclasses_a_DEPENDENCIES) | libclasses.a: $(libclasses_a_OBJECTS) $(libclasses_a_DEPENDENCIES) |
| -rm -f libclasses.a | -rm -f libclasses.a |
| $(AR) cru libclasses.a $(libclasses_a_OBJECTS) $(libclasses_a_LIBADD) | $(AR) cru libclasses.a $(libclasses_a_OBJECTS) $(libclasses_a_LIBADD) |
| $(RANLIB) libclasses.a | $(RANLIB) libclasses.a |
| .C.o: | .C.o: |
| $(CXXCOMPILE) -c $< | $(CXXCOMPILE) -c $< |
| .C.lo: | |
| $(LTCXXCOMPILE) -c $< | |
| # This directory's subdirectories are mostly independent; you can cd | # This directory's subdirectories are mostly independent; you can cd |
| # into them and run `make' without going through this Makefile. | # into them and run `make' without going through this Makefile. |
| Line 275 maintainer-clean-tags: | Line 264 maintainer-clean-tags: |
| distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
| subdir = classes | subdir = src/classes |
| distdir: $(DISTFILES) | distdir: $(DISTFILES) |
| here=`cd $(top_builddir) && pwd`; \ | here=`cd $(top_builddir) && pwd`; \ |
| top_distdir=`cd $(top_distdir) && pwd`; \ | top_distdir=`cd $(top_distdir) && pwd`; \ |
| distdir=`cd $(distdir) && pwd`; \ | distdir=`cd $(distdir) && pwd`; \ |
| cd $(top_srcdir) \ | cd $(top_srcdir) \ |
| && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu classes/Makefile | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/classes/Makefile |
| @for file in $(DISTFILES); do \ | @for file in $(DISTFILES); do \ |
| d=$(srcdir); \ | d=$(srcdir); \ |
| if test -d $$d/$$file; then \ | if test -d $$d/$$file; then \ |
| cp -pr $$d/$$file $(distdir)/$$file; \ | cp -pr $$/$$file $(distdir)/$$file; \ |
| else \ | else \ |
| test -f $(distdir)/$$file \ | test -f $(distdir)/$$file \ |
| || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
| Line 373 install-am: all-am | Line 362 install-am: all-am |
| install: install-recursive | install: install-recursive |
| uninstall-am: | uninstall-am: |
| uninstall: uninstall-recursive | uninstall: uninstall-recursive |
| all-am: Makefile $(LIBRARIES) | all-am: Makefile $(LIBRARIES) $(HEADERS) |
| all-redirect: all-recursive | all-redirect: all-recursive |
| install-strip: | install-strip: |
| $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
| Line 392 distclean-generic: | Line 381 distclean-generic: |
| maintainer-clean-generic: | maintainer-clean-generic: |
| mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \ | mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \ |
| mostlyclean-libtool mostlyclean-tags mostlyclean-depend \ | mostlyclean-tags mostlyclean-depend mostlyclean-generic |
| mostlyclean-generic | |
| mostlyclean: mostlyclean-recursive | mostlyclean: mostlyclean-recursive |
| clean-am: clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \ | clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-depend \ |
| clean-depend clean-generic mostlyclean-am | clean-generic mostlyclean-am |
| clean: clean-recursive | clean: clean-recursive |
| distclean-am: distclean-noinstLIBRARIES distclean-compile \ | distclean-am: distclean-noinstLIBRARIES distclean-compile \ |
| distclean-libtool distclean-tags distclean-depend \ | distclean-tags distclean-depend distclean-generic \ |
| distclean-generic clean-am | clean-am |
| -rm -f libtool | |
| distclean: distclean-recursive | distclean: distclean-recursive |
| maintainer-clean-am: maintainer-clean-noinstLIBRARIES \ | maintainer-clean-am: maintainer-clean-noinstLIBRARIES \ |
| maintainer-clean-compile maintainer-clean-libtool \ | maintainer-clean-compile maintainer-clean-tags \ |
| maintainer-clean-tags maintainer-clean-depend \ | maintainer-clean-depend maintainer-clean-generic \ |
| maintainer-clean-generic distclean-am | distclean-am |
| @echo "This command is intended for maintainers to use;" | @echo "This command is intended for maintainers to use;" |
| @echo "it deletes files that may require special tools to rebuild." | @echo "it deletes files that may require special tools to rebuild." |
| Line 421 maintainer-clean: maintainer-clean-recur | Line 408 maintainer-clean: maintainer-clean-recur |
| .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ | .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ |
| clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ | clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ |
| mostlyclean-compile distclean-compile clean-compile \ | mostlyclean-compile distclean-compile clean-compile \ |
| maintainer-clean-compile mostlyclean-libtool distclean-libtool \ | maintainer-clean-compile install-data-recursive \ |
| clean-libtool maintainer-clean-libtool install-data-recursive \ | |
| uninstall-data-recursive install-exec-recursive \ | uninstall-data-recursive install-exec-recursive \ |
| uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ | uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ |
| all-recursive check-recursive installcheck-recursive info-recursive \ | all-recursive check-recursive installcheck-recursive info-recursive \ |
| Line 438 distclean-generic clean-generic maintain | Line 424 distclean-generic clean-generic maintain |
| mostlyclean distclean maintainer-clean | mostlyclean distclean maintainer-clean |
| $(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 |
| $(CLASSES_C): $(CLASSES_INC) | classes.C: classes.inc |
| 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 | |
| # Tell versions [3.59,3.63) of GNU make to not export all variables. | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| # Otherwise a system limit (for SysV at least) may be exceeded. | # Otherwise a system limit (for SysV at least) may be exceeded. |