|
|
| version 1.19, 2001/10/02 11:13:35 | version 1.87, 2024/11/11 05:42:39 |
|---|---|
| Line 1 | Line 1 |
| # Makefile.in generated automatically by automake 1.4 from Makefile.am | # Makefile.in generated by automake 1.16.3 from Makefile.am. |
| # @configure_input@ | |
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | |
| # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. | |
| # This Makefile.in is free software; the Free Software Foundation | # This Makefile.in is free software; the Free Software Foundation |
| # gives unlimited permission to copy and/or distribute it, | # gives unlimited permission to copy and/or distribute it, |
| # with or without modifications, as long as this notice is preserved. | # with or without modifications, as long as this notice is preserved. |
| Line 10 | Line 12 |
| # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| # PARTICULAR PURPOSE. | # PARTICULAR PURPOSE. |
| @SET_MAKE@ | |
| SHELL = @SHELL@ | |
| srcdir = @srcdir@ | |
| top_srcdir = @top_srcdir@ | |
| VPATH = @srcdir@ | VPATH = @srcdir@ |
| prefix = @prefix@ | am__is_gnu_make = { \ |
| exec_prefix = @exec_prefix@ | if test -z '$(MAKELEVEL)'; then \ |
| false; \ | |
| bindir = @bindir@ | elif test -n '$(MAKE_HOST)'; then \ |
| sbindir = @sbindir@ | true; \ |
| libexecdir = @libexecdir@ | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
| datadir = @datadir@ | true; \ |
| sysconfdir = @sysconfdir@ | else \ |
| sharedstatedir = @sharedstatedir@ | false; \ |
| localstatedir = @localstatedir@ | fi; \ |
| libdir = @libdir@ | } |
| infodir = @infodir@ | am__make_running_with_option = \ |
| mandir = @mandir@ | case $${target_option-} in \ |
| includedir = @includedir@ | ?) ;; \ |
| oldincludedir = /usr/include | *) echo "am__make_running_with_option: internal error: invalid" \ |
| "target option '$${target_option-}' specified" >&2; \ | |
| DESTDIR = | exit 1;; \ |
| esac; \ | |
| has_opt=no; \ | |
| sane_makeflags=$$MAKEFLAGS; \ | |
| if $(am__is_gnu_make); then \ | |
| sane_makeflags=$$MFLAGS; \ | |
| else \ | |
| case $$MAKEFLAGS in \ | |
| *\\[\ \ ]*) \ | |
| bs=\\; \ | |
| sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | |
| | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ | |
| esac; \ | |
| fi; \ | |
| skip_next=no; \ | |
| strip_trailopt () \ | |
| { \ | |
| flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | |
| }; \ | |
| for flg in $$sane_makeflags; do \ | |
| test $$skip_next = yes && { skip_next=no; continue; }; \ | |
| case $$flg in \ | |
| *=*|--*) continue;; \ | |
| -*I) strip_trailopt 'I'; skip_next=yes;; \ | |
| -*I?*) strip_trailopt 'I';; \ | |
| -*O) strip_trailopt 'O'; skip_next=yes;; \ | |
| -*O?*) strip_trailopt 'O';; \ | |
| -*l) strip_trailopt 'l'; skip_next=yes;; \ | |
| -*l?*) strip_trailopt 'l';; \ | |
| -[dEDm]) skip_next=yes;; \ | |
| -[JT]) skip_next=yes;; \ | |
| esac; \ | |
| case $$flg in \ | |
| *$$target_option*) has_opt=yes; break;; \ | |
| esac; \ | |
| done; \ | |
| test $$has_opt = yes | |
| am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | |
| am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | |
| pkgdatadir = $(datadir)/@PACKAGE@ | pkgdatadir = $(datadir)/@PACKAGE@ |
| pkglibdir = $(libdir)/@PACKAGE@ | |
| pkgincludedir = $(includedir)/@PACKAGE@ | pkgincludedir = $(includedir)/@PACKAGE@ |
| pkglibdir = $(libdir)/@PACKAGE@ | |
| top_builddir = .. | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
| am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
| ACLOCAL = @ACLOCAL@ | install_sh_DATA = $(install_sh) -c -m 644 |
| AUTOCONF = @AUTOCONF@ | install_sh_PROGRAM = $(install_sh) -c |
| AUTOMAKE = @AUTOMAKE@ | install_sh_SCRIPT = $(install_sh) -c |
| AUTOHEADER = @AUTOHEADER@ | INSTALL_HEADER = $(INSTALL_DATA) |
| transform = $(program_transform_name) | |
| INSTALL = @INSTALL@ | |
| INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) | |
| INSTALL_DATA = @INSTALL_DATA@ | |
| INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
| transform = @program_transform_name@ | |
| NORMAL_INSTALL = : | NORMAL_INSTALL = : |
| PRE_INSTALL = : | PRE_INSTALL = : |
| POST_INSTALL = : | POST_INSTALL = : |
| NORMAL_UNINSTALL = : | NORMAL_UNINSTALL = : |
| PRE_UNINSTALL = : | PRE_UNINSTALL = : |
| POST_UNINSTALL = : | POST_UNINSTALL = : |
| host_alias = @host_alias@ | build_triplet = @build@ |
| host_triplet = @host@ | host_triplet = @host@ |
| APACHE13_SRC = @APACHE13_SRC@ | subdir = src/classes |
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
| am__aclocal_m4_deps = $(top_srcdir)/src/lib/ltdl/m4/argz.m4 \ | |
| $(top_srcdir)/src/lib/ltdl/m4/libtool.m4 \ | |
| $(top_srcdir)/src/lib/ltdl/m4/ltdl.m4 \ | |
| $(top_srcdir)/src/lib/ltdl/m4/ltoptions.m4 \ | |
| $(top_srcdir)/src/lib/ltdl/m4/ltsugar.m4 \ | |
| $(top_srcdir)/src/lib/ltdl/m4/ltversion.m4 \ | |
| $(top_srcdir)/src/lib/ltdl/m4/lt~obsolete.m4 \ | |
| $(top_srcdir)/configure.ac | |
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
| $(ACLOCAL_M4) | |
| DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ | |
| $(am__DIST_COMMON) | |
| mkinstalldirs = $(install_sh) -d | |
| CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h | |
| CONFIG_CLEAN_FILES = | |
| CONFIG_CLEAN_VPATH_FILES = | |
| LTLIBRARIES = $(noinst_LTLIBRARIES) | |
| libclasses_la_LIBADD = | |
| am__objects_1 = array.lo bool.lo curl.lo date.lo double.lo file.lo \ | |
| form.lo hash.lo hashfile.lo image.lo inet.lo int.lo json.lo \ | |
| mail.lo math.lo memcached.lo memory.lo op.lo reflection.lo \ | |
| regex.lo response.lo string.lo table.lo void.lo xnode.lo \ | |
| xdoc.lo | |
| am_libclasses_la_OBJECTS = $(am__objects_1) classes.lo | |
| libclasses_la_OBJECTS = $(am_libclasses_la_OBJECTS) | |
| AM_V_lt = $(am__v_lt_@AM_V@) | |
| am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | |
| am__v_lt_0 = --silent | |
| am__v_lt_1 = | |
| AM_V_P = $(am__v_P_@AM_V@) | |
| am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | |
| am__v_P_0 = false | |
| am__v_P_1 = : | |
| AM_V_GEN = $(am__v_GEN_@AM_V@) | |
| am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | |
| am__v_GEN_0 = @echo " GEN " $@; | |
| am__v_GEN_1 = | |
| AM_V_at = $(am__v_at_@AM_V@) | |
| am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | |
| am__v_at_0 = @ | |
| am__v_at_1 = | |
| DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include | |
| depcomp = $(SHELL) $(top_srcdir)/depcomp | |
| am__maybe_remake_depfiles = depfiles | |
| am__depfiles_remade = ./$(DEPDIR)/array.Plo ./$(DEPDIR)/bool.Plo \ | |
| ./$(DEPDIR)/classes.Plo ./$(DEPDIR)/curl.Plo \ | |
| ./$(DEPDIR)/date.Plo ./$(DEPDIR)/double.Plo \ | |
| ./$(DEPDIR)/file.Plo ./$(DEPDIR)/form.Plo ./$(DEPDIR)/hash.Plo \ | |
| ./$(DEPDIR)/hashfile.Plo ./$(DEPDIR)/image.Plo \ | |
| ./$(DEPDIR)/inet.Plo ./$(DEPDIR)/int.Plo ./$(DEPDIR)/json.Plo \ | |
| ./$(DEPDIR)/mail.Plo ./$(DEPDIR)/math.Plo \ | |
| ./$(DEPDIR)/memcached.Plo ./$(DEPDIR)/memory.Plo \ | |
| ./$(DEPDIR)/op.Plo ./$(DEPDIR)/reflection.Plo \ | |
| ./$(DEPDIR)/regex.Plo ./$(DEPDIR)/response.Plo \ | |
| ./$(DEPDIR)/string.Plo ./$(DEPDIR)/table.Plo \ | |
| ./$(DEPDIR)/void.Plo ./$(DEPDIR)/xdoc.Plo \ | |
| ./$(DEPDIR)/xnode.Plo | |
| am__mv = mv -f | |
| CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | |
| $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) | |
| LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ | |
| $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ | |
| $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
| $(AM_CXXFLAGS) $(CXXFLAGS) | |
| AM_V_CXX = $(am__v_CXX_@AM_V@) | |
| am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) | |
| am__v_CXX_0 = @echo " CXX " $@; | |
| am__v_CXX_1 = | |
| CXXLD = $(CXX) | |
| CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ | |
| $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ | |
| $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
| AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) | |
| am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) | |
| am__v_CXXLD_0 = @echo " CXXLD " $@; | |
| am__v_CXXLD_1 = | |
| SOURCES = $(libclasses_la_SOURCES) | |
| DIST_SOURCES = $(libclasses_la_SOURCES) | |
| am__can_run_installinfo = \ | |
| case $$AM_UPDATE_INFO_DIR in \ | |
| n|no|NO) false;; \ | |
| *) (install-info --version) >/dev/null 2>&1;; \ | |
| esac | |
| HEADERS = $(noinst_HEADERS) | |
| am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | |
| # Read a list of newline-separated strings from the standard input, | |
| # and print each of them once, without duplicates. Input order is | |
| # *not* preserved. | |
| am__uniquify_input = $(AWK) '\ | |
| BEGIN { nonempty = 0; } \ | |
| { items[$$0] = 1; nonempty = 1; } \ | |
| END { if (nonempty) { for (i in items) print i; }; } \ | |
| ' | |
| # Make sure the list of sources is unique. This is necessary because, | |
| # e.g., the same source file might be shared among _SOURCES variables | |
| # for different programs/libraries. | |
| am__define_uniq_tagged_files = \ | |
| list='$(am__tagged_files)'; \ | |
| unique=`for i in $$list; do \ | |
| if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| done | $(am__uniquify_input)` | |
| ETAGS = etags | |
| CTAGS = ctags | |
| am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | |
| DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
| ACLOCAL = @ACLOCAL@ | |
| AMTAR = @AMTAR@ | |
| AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |
| APACHE = @APACHE@ | |
| APACHE_CFLAGS = @APACHE_CFLAGS@ | |
| APACHE_INC = @APACHE_INC@ | |
| AR = @AR@ | |
| ARGZ_H = @ARGZ_H@ | |
| AS = @AS@ | AS = @AS@ |
| AUTOCONF = @AUTOCONF@ | |
| AUTOHEADER = @AUTOHEADER@ | |
| AUTOMAKE = @AUTOMAKE@ | |
| AWK = @AWK@ | AWK = @AWK@ |
| CC = @CC@ | CC = @CC@ |
| CCDEPMODE = @CCDEPMODE@ | |
| CFLAGS = @CFLAGS@ | |
| CPP = @CPP@ | |
| CPPFLAGS = @CPPFLAGS@ | |
| CXX = @CXX@ | CXX = @CXX@ |
| CXXCPP = @CXXCPP@ | |
| CXXDEPMODE = @CXXDEPMODE@ | |
| CXXFLAGS = @CXXFLAGS@ | |
| CYGPATH_W = @CYGPATH_W@ | |
| DEFS = @DEFS@ | |
| DEPDIR = @DEPDIR@ | |
| DLLTOOL = @DLLTOOL@ | DLLTOOL = @DLLTOOL@ |
| DSYMUTIL = @DSYMUTIL@ | |
| DUMPBIN = @DUMPBIN@ | |
| ECHO_C = @ECHO_C@ | |
| ECHO_N = @ECHO_N@ | |
| ECHO_T = @ECHO_T@ | |
| EGREP = @EGREP@ | |
| EXEEXT = @EXEEXT@ | |
| FGREP = @FGREP@ | |
| GC_LIBS = @GC_LIBS@ | |
| GREP = @GREP@ | |
| INCLTDL = @INCLTDL@ | INCLTDL = @INCLTDL@ |
| INSTALL = @INSTALL@ | |
| INSTALL_DATA = @INSTALL_DATA@ | |
| INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
| INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
| INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
| LD = @LD@ | |
| LDFLAGS = @LDFLAGS@ | |
| LIBADD_DL = @LIBADD_DL@ | LIBADD_DL = @LIBADD_DL@ |
| LIBADD_DLD_LINK = @LIBADD_DLD_LINK@ | |
| LIBADD_DLOPEN = @LIBADD_DLOPEN@ | |
| LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@ | |
| LIBLTDL = @LIBLTDL@ | LIBLTDL = @LIBLTDL@ |
| LIBOBJS = @LIBOBJS@ | |
| LIBS = @LIBS@ | |
| LIBTOOL = @LIBTOOL@ | LIBTOOL = @LIBTOOL@ |
| LIBTOOL_DEPS = @LIBTOOL_DEPS@ | LIPO = @LIPO@ |
| LN_S = @LN_S@ | LN_S = @LN_S@ |
| LTDLDEPS = @LTDLDEPS@ | |
| LTDLINCL = @LTDLINCL@ | |
| LTDLOPEN = @LTDLOPEN@ | |
| LTLIBOBJS = @LTLIBOBJS@ | |
| LT_CONFIG_H = @LT_CONFIG_H@ | |
| LT_DLLOADERS = @LT_DLLOADERS@ | |
| LT_DLPREOPEN = @LT_DLPREOPEN@ | |
| MAKEINFO = @MAKEINFO@ | MAKEINFO = @MAKEINFO@ |
| MANIFEST_TOOL = @MANIFEST_TOOL@ | |
| MIME_INCLUDES = @MIME_INCLUDES@ | |
| MIME_LIBS = @MIME_LIBS@ | |
| MKDIR_P = @MKDIR_P@ | |
| NM = @NM@ | |
| NMEDIT = @NMEDIT@ | |
| OBJDUMP = @OBJDUMP@ | OBJDUMP = @OBJDUMP@ |
| OBJEXT = @OBJEXT@ | |
| OTOOL = @OTOOL@ | |
| OTOOL64 = @OTOOL64@ | |
| P3S = @P3S@ | |
| PACKAGE = @PACKAGE@ | PACKAGE = @PACKAGE@ |
| PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
| PACKAGE_NAME = @PACKAGE_NAME@ | |
| PACKAGE_STRING = @PACKAGE_STRING@ | |
| PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
| PACKAGE_URL = @PACKAGE_URL@ | |
| PACKAGE_VERSION = @PACKAGE_VERSION@ | |
| PATH_SEPARATOR = @PATH_SEPARATOR@ | |
| PCRE_INCLUDES = @PCRE_INCLUDES@ | |
| PCRE_LIBS = @PCRE_LIBS@ | |
| RANLIB = @RANLIB@ | RANLIB = @RANLIB@ |
| SED = @SED@ | |
| SET_MAKE = @SET_MAKE@ | |
| SHELL = @SHELL@ | |
| STRIP = @STRIP@ | |
| VERSION = @VERSION@ | VERSION = @VERSION@ |
| XML_INCLUDES = @XML_INCLUDES@ | XML_INCLUDES = @XML_INCLUDES@ |
| XML_LIBS = @XML_LIBS@ | XML_LIBS = @XML_LIBS@ |
| YACC = @YACC@ | YACC = @YACC@ |
| YFLAGS = @YFLAGS@ | |
| abs_builddir = @abs_builddir@ | |
| abs_srcdir = @abs_srcdir@ | |
| abs_top_builddir = @abs_top_builddir@ | |
| abs_top_srcdir = @abs_top_srcdir@ | |
| ac_ct_AR = @ac_ct_AR@ | |
| ac_ct_CC = @ac_ct_CC@ | |
| ac_ct_CXX = @ac_ct_CXX@ | |
| ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | |
| am__include = @am__include@ | |
| am__leading_dot = @am__leading_dot@ | |
| am__quote = @am__quote@ | |
| am__tar = @am__tar@ | |
| am__untar = @am__untar@ | |
| bindir = @bindir@ | |
| build = @build@ | |
| build_alias = @build_alias@ | |
| build_cpu = @build_cpu@ | |
| build_os = @build_os@ | |
| build_vendor = @build_vendor@ | |
| builddir = @builddir@ | |
| datadir = @datadir@ | |
| datarootdir = @datarootdir@ | |
| dll_extension = @dll_extension@ | |
| docdir = @docdir@ | |
| dvidir = @dvidir@ | |
| exec_prefix = @exec_prefix@ | |
| host = @host@ | |
| host_alias = @host_alias@ | |
| host_cpu = @host_cpu@ | |
| host_os = @host_os@ | host_os = @host_os@ |
| host_vendor = @host_vendor@ | |
| htmldir = @htmldir@ | |
| includedir = @includedir@ | |
| infodir = @infodir@ | |
| install_sh = @install_sh@ | |
| libdir = @libdir@ | |
| libexecdir = @libexecdir@ | |
| localedir = @localedir@ | |
| localstatedir = @localstatedir@ | |
| ltdl_LIBOBJS = @ltdl_LIBOBJS@ | |
| ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@ | |
| mandir = @mandir@ | |
| mkdir_p = @mkdir_p@ | |
| oldincludedir = @oldincludedir@ | |
| pdfdir = @pdfdir@ | |
| prefix = @prefix@ | |
| program_transform_name = @program_transform_name@ | |
| psdir = @psdir@ | |
| runstatedir = @runstatedir@ | |
| sbindir = @sbindir@ | |
| sharedstatedir = @sharedstatedir@ | |
| srcdir = @srcdir@ | |
| subdirs = @subdirs@ | |
| sys_symbol_underscore = @sys_symbol_underscore@ | |
| sysconfdir = @sysconfdir@ | |
| target_alias = @target_alias@ | |
| top_build_prefix = @top_build_prefix@ | |
| top_builddir = @top_builddir@ | |
| top_srcdir = @top_srcdir@ | |
| AM_CPPFLAGS = -I../types -I../sql -I../lib/gd -I../lib/sdbm/pa-include -Igd $(INCLTDL) @PCRE_INCLUDES@ @XML_INCLUDES@ -I../lib/md5 -I../lib/smtp -I../lib/json -I../lib/memcached -I../lib/curl | |
| CLASSES_SOURCE_FILES = 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 | |
| noinst_LTLIBRARIES = libclasses.la | |
| libclasses_la_SOURCES = $(CLASSES_SOURCE_FILES) classes.C | |
| EXTRA_DIST = classes.vcproj | |
| all: all-am | |
| SUBDIRS = gd | |
| INCLUDES = -I../types -I../sql -I../pcre -Igd @XML_INCLUDES@ | |
| noinst_LIBRARIES = libclasses.a | |
| libclasses_a_SOURCES = 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 ident.C | |
| CLEANFILES = classes.inc | |
| CLASSES_INC_DEPS = *.C | |
| IDENT_AWK = ../ident.awk | |
| IDENT_DEPS = *.awk *.h *.C | |
| mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
| CONFIG_HEADER = ../include/pa_config_auto.h | |
| CONFIG_CLEAN_FILES = | |
| LIBRARIES = $(noinst_LIBRARIES) | |
| DEFS = @DEFS@ -I. -I$(srcdir) -I../include | |
| CPPFLAGS = @CPPFLAGS@ | |
| LDFLAGS = @LDFLAGS@ | |
| LIBS = @LIBS@ | |
| libclasses_a_LIBADD = | |
| libclasses_a_OBJECTS = classes.o double.o file.o form.o image.o int.o \ | |
| mail.o op.o math.o response.o string.o table.o void.o hash.o date.o \ | |
| xnode.o xdoc.o ident.o | |
| AR = ar | |
| 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) | |
| CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ | |
| DIST_COMMON = Makefile.am Makefile.in | |
| DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | |
| TAR = tar | |
| GZIP_ENV = --best | |
| DEP_FILES = .deps/classes.P .deps/date.P .deps/double.P .deps/file.P \ | |
| .deps/form.P .deps/hash.P .deps/ident.P .deps/image.P .deps/int.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) | |
| OBJECTS = $(libclasses_a_OBJECTS) | |
| all: all-redirect | |
| .SUFFIXES: | .SUFFIXES: |
| .SUFFIXES: .C .S .c .lo .o .s | .SUFFIXES: .C .lo .o .obj |
| $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
| cd $(top_srcdir) && $(AUTOMAKE) --gnu classes/Makefile | @for dep in $?; do \ |
| case '$(am__configure_deps)' in \ | |
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) | *$$dep*) \ |
| cd $(top_builddir) \ | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
| && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | && { if test -f $@; then exit 0; else break; fi; }; \ |
| exit 1;; \ | |
| esac; \ | |
| mostlyclean-noinstLIBRARIES: | done; \ |
| echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/classes/Makefile'; \ | |
| clean-noinstLIBRARIES: | $(am__cd) $(top_srcdir) && \ |
| -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) | $(AUTOMAKE) --gnu src/classes/Makefile |
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
| distclean-noinstLIBRARIES: | @case '$?' in \ |
| *config.status*) \ | |
| maintainer-clean-noinstLIBRARIES: | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
| *) \ | |
| .s.o: | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ |
| $(COMPILE) -c $< | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ |
| esac; | |
| $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
| cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
| $(top_srcdir)/configure: $(am__configure_deps) | |
| cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
| $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
| cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
| $(am__aclocal_m4_deps): | |
| clean-noinstLTLIBRARIES: | |
| -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) | |
| @list='$(noinst_LTLIBRARIES)'; \ | |
| locs=`for p in $$list; do echo $$p; done | \ | |
| sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ | |
| sort -u`; \ | |
| test -z "$$locs" || { \ | |
| echo rm -f $${locs}; \ | |
| rm -f $${locs}; \ | |
| } | |
| .S.o: | libclasses.la: $(libclasses_la_OBJECTS) $(libclasses_la_DEPENDENCIES) $(EXTRA_libclasses_la_DEPENDENCIES) |
| $(COMPILE) -c $< | $(AM_V_CXXLD)$(CXXLINK) $(libclasses_la_OBJECTS) $(libclasses_la_LIBADD) $(LIBS) |
| mostlyclean-compile: | mostlyclean-compile: |
| -rm -f *.o core *.core | -rm -f *.$(OBJEXT) |
| clean-compile: | |
| distclean-compile: | distclean-compile: |
| -rm -f *.tab.c | -rm -f *.tab.c |
| maintainer-clean-compile: | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Plo@am__quote@ # am--include-marker |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bool.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/classes.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/date.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/double.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/form.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashfile.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/int.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mail.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/math.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcached.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reflection.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/response.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/table.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/void.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdoc.Plo@am__quote@ # am--include-marker | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xnode.Plo@am__quote@ # am--include-marker | |
| $(am__depfiles_remade): | |
| @$(MKDIR_P) $(@D) | |
| @echo '# dummy' >$@-t && $(am__mv) $@-t $@ | |
| .s.lo: | am--depfiles: $(am__depfiles_remade) |
| $(LIBTOOL) --mode=compile $(COMPILE) -c $< | |
| .S.lo: | .C.o: |
| $(LIBTOOL) --mode=compile $(COMPILE) -c $< | @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
| @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< | |
| .C.obj: | |
| @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` | |
| @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
| @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` | |
| .C.lo: | |
| @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | |
| @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
| @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< | |
| mostlyclean-libtool: | mostlyclean-libtool: |
| -rm -f *.lo | -rm -f *.lo |
| Line 175 mostlyclean-libtool: | Line 469 mostlyclean-libtool: |
| clean-libtool: | clean-libtool: |
| -rm -rf .libs _libs | -rm -rf .libs _libs |
| distclean-libtool: | ID: $(am__tagged_files) |
| $(am__define_uniq_tagged_files); mkid -fID $$unique | |
| tags: tags-am | |
| TAGS: tags | |
| maintainer-clean-libtool: | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| set x; \ | |
| here=`pwd`; \ | |
| $(am__define_uniq_tagged_files); \ | |
| shift; \ | |
| if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
| test -n "$$unique" || unique=$$empty_fix; \ | |
| if test $$# -gt 0; then \ | |
| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
| "$$@" $$unique; \ | |
| else \ | |
| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
| $$unique; \ | |
| fi; \ | |
| fi | |
| ctags: ctags-am | |
| libclasses.a: $(libclasses_a_OBJECTS) $(libclasses_a_DEPENDENCIES) | CTAGS: ctags |
| -rm -f libclasses.a | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| $(AR) cru libclasses.a $(libclasses_a_OBJECTS) $(libclasses_a_LIBADD) | $(am__define_uniq_tagged_files); \ |
| $(RANLIB) libclasses.a | test -z "$(CTAGS_ARGS)$$unique" \ |
| .C.o: | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| $(CXXCOMPILE) -c $< | $$unique |
| .C.lo: | |
| $(LTCXXCOMPILE) -c $< | GTAGS: |
| here=`$(am__cd) $(top_builddir) && pwd` \ | |
| && $(am__cd) $(top_srcdir) \ | |
| && gtags -i $(GTAGS_ARGS) "$$here" | |
| cscopelist: cscopelist-am | |
| cscopelist-am: $(am__tagged_files) | |
| list='$(am__tagged_files)'; \ | |
| case "$(srcdir)" in \ | |
| [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | |
| *) sdir=$(subdir)/$(srcdir) ;; \ | |
| esac; \ | |
| for i in $$list; do \ | |
| if test -f "$$i"; then \ | |
| echo "$(subdir)/$$i"; \ | |
| else \ | |
| echo "$$sdir/$$i"; \ | |
| fi; \ | |
| done >> $(top_builddir)/cscope.files | |
| # This directory's subdirectories are mostly independent; you can cd | distclean-tags: |
| # into them and run `make' without going through this Makefile. | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| # To change the values of `make' variables: instead of editing Makefiles, | |
| # (1) if the variable is set in `config.status', edit `config.status' | |
| # (which will cause the Makefiles to be regenerated when you run `make'); | |
| # (2) otherwise, pass the desired values on the `make' command line. | |
| @SET_MAKE@ | distdir: $(BUILT_SOURCES) |
| $(MAKE) $(AM_MAKEFLAGS) distdir-am | |
| all-recursive install-data-recursive install-exec-recursive \ | distdir-am: $(DISTFILES) |
| installdirs-recursive install-recursive uninstall-recursive \ | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| check-recursive installcheck-recursive info-recursive dvi-recursive: | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| @set fnord $(MAKEFLAGS); amf=$$2; \ | list='$(DISTFILES)'; \ |
| dot_seen=no; \ | dist_files=`for file in $$list; do echo $$file; done | \ |
| target=`echo $@ | sed s/-recursive//`; \ | sed -e "s|^$$srcdirstrip/||;t" \ |
| list='$(SUBDIRS)'; for subdir in $$list; do \ | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| echo "Making $$target in $$subdir"; \ | case $$dist_files in \ |
| if test "$$subdir" = "."; then \ | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
| dot_seen=yes; \ | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
| local_target="$$target-am"; \ | sort -u` ;; \ |
| else \ | esac; \ |
| local_target="$$target"; \ | for file in $$dist_files; do \ |
| fi; \ | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
| (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | if test -d $$d/$$file; then \ |
| || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
| done; \ | if test -d "$(distdir)/$$file"; then \ |
| if test "$$dot_seen" = "no"; then \ | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | fi; \ |
| fi; test -z "$$fail" | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
| mostlyclean-recursive clean-recursive distclean-recursive \ | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| maintainer-clean-recursive: | fi; \ |
| @set fnord $(MAKEFLAGS); amf=$$2; \ | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
| dot_seen=no; \ | |
| rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ | |
| rev="$$subdir $$rev"; \ | |
| test "$$subdir" = "." && dot_seen=yes; \ | |
| done; \ | |
| test "$$dot_seen" = "no" && rev=". $$rev"; \ | |
| target=`echo $@ | sed s/-recursive//`; \ | |
| for subdir in $$rev; do \ | |
| echo "Making $$target in $$subdir"; \ | |
| if test "$$subdir" = "."; then \ | |
| local_target="$$target-am"; \ | |
| else \ | else \ |
| local_target="$$target"; \ | test -f "$(distdir)/$$file" \ |
| || cp -p $$d/$$file "$(distdir)/$$file" \ | |
| || exit 1; \ | |
| fi; \ | fi; \ |
| (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
| || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | |
| done && test -z "$$fail" | |
| tags-recursive: | |
| list='$(SUBDIRS)'; for subdir in $$list; do \ | |
| test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | |
| done | done |
| check-am: all-am | |
| check: check-am | |
| all-am: Makefile $(LTLIBRARIES) $(HEADERS) | |
| installdirs: | |
| install: install-am | |
| install-exec: install-exec-am | |
| install-data: install-data-am | |
| uninstall: uninstall-am | |
| tags: TAGS | install-am: all-am |
| @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
| ID: $(HEADERS) $(SOURCES) $(LISP) | installcheck: installcheck-am |
| list='$(SOURCES) $(HEADERS)'; \ | install-strip: |
| unique=`for i in $$list; do echo $$i; done | \ | if test -z '$(STRIP)'; then \ |
| awk ' { files[$$0] = 1; } \ | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| END { for (i in files) print i; }'`; \ | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| here=`pwd` && cd $(srcdir) \ | install; \ |
| && mkid -f$$here/ID $$unique $(LISP) | else \ |
| $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
| install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
| "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
| fi | |
| mostlyclean-generic: | |
| TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) | clean-generic: |
| tags=; \ | |
| here=`pwd`; \ | |
| list='$(SUBDIRS)'; for subdir in $$list; do \ | |
| if test "$$subdir" = .; then :; else \ | |
| test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ | |
| fi; \ | |
| done; \ | |
| list='$(SOURCES) $(HEADERS)'; \ | |
| unique=`for i in $$list; do echo $$i; done | \ | |
| awk ' { files[$$0] = 1; } \ | |
| END { for (i in files) print i; }'`; \ | |
| test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ | |
| || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) | |
| mostlyclean-tags: | distclean-generic: |
| -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
| -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
| clean-tags: | maintainer-clean-generic: |
| @echo "This command is intended for maintainers to use" | |
| @echo "it deletes files that may require special tools to rebuild." | |
| clean: clean-am | |
| distclean-tags: | clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ |
| -rm -f TAGS ID | mostlyclean-am |
| maintainer-clean-tags: | distclean: distclean-am |
| -rm -f ./$(DEPDIR)/array.Plo | |
| -rm -f ./$(DEPDIR)/bool.Plo | |
| -rm -f ./$(DEPDIR)/classes.Plo | |
| -rm -f ./$(DEPDIR)/curl.Plo | |
| -rm -f ./$(DEPDIR)/date.Plo | |
| -rm -f ./$(DEPDIR)/double.Plo | |
| -rm -f ./$(DEPDIR)/file.Plo | |
| -rm -f ./$(DEPDIR)/form.Plo | |
| -rm -f ./$(DEPDIR)/hash.Plo | |
| -rm -f ./$(DEPDIR)/hashfile.Plo | |
| -rm -f ./$(DEPDIR)/image.Plo | |
| -rm -f ./$(DEPDIR)/inet.Plo | |
| -rm -f ./$(DEPDIR)/int.Plo | |
| -rm -f ./$(DEPDIR)/json.Plo | |
| -rm -f ./$(DEPDIR)/mail.Plo | |
| -rm -f ./$(DEPDIR)/math.Plo | |
| -rm -f ./$(DEPDIR)/memcached.Plo | |
| -rm -f ./$(DEPDIR)/memory.Plo | |
| -rm -f ./$(DEPDIR)/op.Plo | |
| -rm -f ./$(DEPDIR)/reflection.Plo | |
| -rm -f ./$(DEPDIR)/regex.Plo | |
| -rm -f ./$(DEPDIR)/response.Plo | |
| -rm -f ./$(DEPDIR)/string.Plo | |
| -rm -f ./$(DEPDIR)/table.Plo | |
| -rm -f ./$(DEPDIR)/void.Plo | |
| -rm -f ./$(DEPDIR)/xdoc.Plo | |
| -rm -f ./$(DEPDIR)/xnode.Plo | |
| -rm -f Makefile | |
| distclean-am: clean-am distclean-compile distclean-generic \ | |
| distclean-tags | |
| distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | dvi: dvi-am |
| subdir = classes | dvi-am: |
| distdir: $(DISTFILES) | html: html-am |
| here=`cd $(top_builddir) && pwd`; \ | |
| top_distdir=`cd $(top_distdir) && pwd`; \ | |
| distdir=`cd $(distdir) && pwd`; \ | |
| cd $(top_srcdir) \ | |
| && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu classes/Makefile | |
| @for file in $(DISTFILES); do \ | |
| d=$(srcdir); \ | |
| if test -d $$d/$$file; then \ | |
| cp -pr $$/$$file $(distdir)/$$file; \ | |
| else \ | |
| test -f $(distdir)/$$file \ | |
| || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | |
| || cp -p $$d/$$file $(distdir)/$$file || :; \ | |
| fi; \ | |
| done | |
| for subdir in $(SUBDIRS); do \ | |
| if test "$$subdir" = .; then :; else \ | |
| test -d $(distdir)/$$subdir \ | |
| || mkdir $(distdir)/$$subdir \ | |
| || exit 1; \ | |
| chmod 777 $(distdir)/$$subdir; \ | |
| (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ | |
| || exit 1; \ | |
| fi; \ | |
| done | |
| DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) | html-am: |
| -include $(DEP_FILES) | info: info-am |
| mostlyclean-depend: | info-am: |
| clean-depend: | install-data-am: |
| install-dvi: install-dvi-am | |
| install-dvi-am: | |
| distclean-depend: | |
| -rm -rf .deps | |
| maintainer-clean-depend: | |
| %.o: %.c | |
| @echo '$(COMPILE) -c $<'; \ | |
| $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< | |
| @-cp .deps/$(*F).pp .deps/$(*F).P; \ | |
| tr ' ' '\012' < .deps/$(*F).pp \ | |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ | |
| >> .deps/$(*F).P; \ | |
| rm .deps/$(*F).pp | |
| %.lo: %.c | |
| @echo '$(LTCOMPILE) -c $<'; \ | |
| $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< | |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ | |
| < .deps/$(*F).pp > .deps/$(*F).P; \ | |
| tr ' ' '\012' < .deps/$(*F).pp \ | |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ | |
| >> .deps/$(*F).P; \ | |
| rm -f .deps/$(*F).pp | |
| %.o: %.C | |
| @echo '$(CXXCOMPILE) -c $<'; \ | |
| $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< | |
| @-cp .deps/$(*F).pp .deps/$(*F).P; \ | |
| tr ' ' '\012' < .deps/$(*F).pp \ | |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ | |
| >> .deps/$(*F).P; \ | |
| rm .deps/$(*F).pp | |
| %.lo: %.C | |
| @echo '$(LTCXXCOMPILE) -c $<'; \ | |
| $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< | |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ | |
| < .deps/$(*F).pp > .deps/$(*F).P; \ | |
| tr ' ' '\012' < .deps/$(*F).pp \ | |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ | |
| >> .deps/$(*F).P; \ | |
| rm -f .deps/$(*F).pp | |
| info-am: | |
| info: info-recursive | |
| dvi-am: | |
| dvi: dvi-recursive | |
| check-am: all-am | |
| check: check-recursive | |
| installcheck-am: | |
| installcheck: installcheck-recursive | |
| install-exec-am: | install-exec-am: |
| install-exec: install-exec-recursive | |
| install-data-am: | install-html: install-html-am |
| install-data: install-data-recursive | |
| install-am: all-am | install-html-am: |
| @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
| install: install-recursive | |
| uninstall-am: | |
| uninstall: uninstall-recursive | |
| all-am: Makefile $(LIBRARIES) | |
| all-redirect: all-recursive | |
| install-strip: | |
| $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | |
| installdirs: installdirs-recursive | |
| installdirs-am: | |
| install-info: install-info-am | |
| mostlyclean-generic: | install-info-am: |
| clean-generic: | install-man: |
| -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) | |
| distclean-generic: | install-pdf: install-pdf-am |
| -rm -f Makefile $(CONFIG_CLEAN_FILES) | |
| -rm -f config.cache config.log stamp-h stamp-h[0-9]* | |
| maintainer-clean-generic: | install-pdf-am: |
| mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \ | |
| mostlyclean-libtool mostlyclean-tags mostlyclean-depend \ | |
| mostlyclean-generic | |
| mostlyclean: mostlyclean-recursive | install-ps: install-ps-am |
| clean-am: clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \ | install-ps-am: |
| clean-depend clean-generic mostlyclean-am | |
| clean: clean-recursive | installcheck-am: |
| distclean-am: distclean-noinstLIBRARIES distclean-compile \ | maintainer-clean: maintainer-clean-am |
| distclean-libtool distclean-tags distclean-depend \ | -rm -f ./$(DEPDIR)/array.Plo |
| distclean-generic clean-am | -rm -f ./$(DEPDIR)/bool.Plo |
| -rm -f libtool | -rm -f ./$(DEPDIR)/classes.Plo |
| -rm -f ./$(DEPDIR)/curl.Plo | |
| -rm -f ./$(DEPDIR)/date.Plo | |
| -rm -f ./$(DEPDIR)/double.Plo | |
| -rm -f ./$(DEPDIR)/file.Plo | |
| -rm -f ./$(DEPDIR)/form.Plo | |
| -rm -f ./$(DEPDIR)/hash.Plo | |
| -rm -f ./$(DEPDIR)/hashfile.Plo | |
| -rm -f ./$(DEPDIR)/image.Plo | |
| -rm -f ./$(DEPDIR)/inet.Plo | |
| -rm -f ./$(DEPDIR)/int.Plo | |
| -rm -f ./$(DEPDIR)/json.Plo | |
| -rm -f ./$(DEPDIR)/mail.Plo | |
| -rm -f ./$(DEPDIR)/math.Plo | |
| -rm -f ./$(DEPDIR)/memcached.Plo | |
| -rm -f ./$(DEPDIR)/memory.Plo | |
| -rm -f ./$(DEPDIR)/op.Plo | |
| -rm -f ./$(DEPDIR)/reflection.Plo | |
| -rm -f ./$(DEPDIR)/regex.Plo | |
| -rm -f ./$(DEPDIR)/response.Plo | |
| -rm -f ./$(DEPDIR)/string.Plo | |
| -rm -f ./$(DEPDIR)/table.Plo | |
| -rm -f ./$(DEPDIR)/void.Plo | |
| -rm -f ./$(DEPDIR)/xdoc.Plo | |
| -rm -f ./$(DEPDIR)/xnode.Plo | |
| -rm -f Makefile | |
| maintainer-clean-am: distclean-am maintainer-clean-generic | |
| mostlyclean: mostlyclean-am | |
| mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | |
| mostlyclean-libtool | |
| distclean: distclean-recursive | pdf: pdf-am |
| maintainer-clean-am: maintainer-clean-noinstLIBRARIES \ | pdf-am: |
| maintainer-clean-compile maintainer-clean-libtool \ | |
| maintainer-clean-tags maintainer-clean-depend \ | ps: ps-am |
| maintainer-clean-generic distclean-am | |
| @echo "This command is intended for maintainers to use;" | ps-am: |
| @echo "it deletes files that may require special tools to rebuild." | |
| uninstall-am: | |
| .MAKE: install-am install-strip | |
| .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ | |
| clean-generic clean-libtool clean-noinstLTLIBRARIES \ | |
| cscopelist-am ctags ctags-am distclean distclean-compile \ | |
| distclean-generic distclean-libtool distclean-tags distdir dvi \ | |
| dvi-am html html-am info info-am install install-am \ | |
| install-data install-data-am install-dvi install-dvi-am \ | |
| install-exec install-exec-am install-html install-html-am \ | |
| install-info install-info-am install-man install-pdf \ | |
| install-pdf-am install-ps install-ps-am install-strip \ | |
| installcheck installcheck-am installdirs maintainer-clean \ | |
| maintainer-clean-generic mostlyclean mostlyclean-compile \ | |
| mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | |
| tags tags-am uninstall uninstall-am | |
| maintainer-clean: maintainer-clean-recursive | .PRECIOUS: Makefile |
| .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ | |
| clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ | |
| mostlyclean-compile distclean-compile clean-compile \ | |
| maintainer-clean-compile mostlyclean-libtool distclean-libtool \ | |
| clean-libtool maintainer-clean-libtool install-data-recursive \ | |
| uninstall-data-recursive install-exec-recursive \ | |
| uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ | |
| all-recursive check-recursive installcheck-recursive info-recursive \ | |
| dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ | |
| maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ | |
| distclean-tags clean-tags maintainer-clean-tags distdir \ | |
| mostlyclean-depend distclean-depend clean-depend \ | |
| maintainer-clean-depend info-am info dvi-am dvi check check-am \ | |
| installcheck-am installcheck install-exec-am install-exec \ | |
| install-data-am install-data install-am install uninstall-am uninstall \ | |
| all-redirect all-am all installdirs-am installdirs mostlyclean-generic \ | |
| distclean-generic clean-generic maintainer-clean-generic clean \ | |
| mostlyclean distclean maintainer-clean | |
| 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 | |
| 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. |