|
|
| version 1.25, 2001/10/27 12:17:19 | version 1.86, 2014/08/28 17:33:13 |
|---|---|
| Line 1 | Line 1 |
| # Makefile.in generated automatically by automake 1.4 from Makefile.am | # Makefile.in generated by automake 1.11.1 from Makefile.am. |
| # @configure_input@ | |
| # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| # 2003, 2004, 2005, 2006, 2007, 2008, 2009 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 13 |
| # 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@ | |
| exec_prefix = @exec_prefix@ | |
| bindir = @bindir@ | |
| sbindir = @sbindir@ | |
| libexecdir = @libexecdir@ | |
| datadir = @datadir@ | |
| sysconfdir = @sysconfdir@ | |
| sharedstatedir = @sharedstatedir@ | |
| localstatedir = @localstatedir@ | |
| libdir = @libdir@ | |
| infodir = @infodir@ | |
| mandir = @mandir@ | |
| includedir = @includedir@ | |
| oldincludedir = /usr/include | |
| DESTDIR = | |
| 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 = @APACHE13@ | bin_PROGRAMS = parser3$(EXEEXT) |
| APACHE_LIBS = @APACHE_LIBS@ | subdir = src/targets/cgi |
| DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in | |
| 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.in | |
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
| $(ACLOCAL_M4) | |
| mkinstalldirs = $(install_sh) -d | |
| CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h | |
| CONFIG_CLEAN_FILES = | |
| CONFIG_CLEAN_VPATH_FILES = | |
| am__installdirs = "$(DESTDIR)$(bindir)" | |
| PROGRAMS = $(bin_PROGRAMS) | |
| am_parser3_OBJECTS = pa_threads.$(OBJEXT) parser3.$(OBJEXT) | |
| parser3_OBJECTS = $(am_parser3_OBJECTS) | |
| am__DEPENDENCIES_1 = | |
| DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include | |
| depcomp = $(SHELL) $(top_srcdir)/depcomp | |
| am__depfiles_maybe = depfiles | |
| am__mv = mv -f | |
| CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | |
| $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) | |
| LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | |
| --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | |
| $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) | |
| CXXLD = $(CXX) | |
| SOURCES = $(parser3_SOURCES) | |
| DIST_SOURCES = $(parser3_SOURCES) | |
| ETAGS = etags | |
| CTAGS = ctags | |
| DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
| ACLOCAL = @ACLOCAL@ | |
| AMTAR = @AMTAR@ | |
| 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@ | 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@ |
| @COMPILE_XML_TRUE@PATCHES_LIBS = ../../classes/xalan-patched/libxalan_patched.a | host_vendor = @host_vendor@ |
| @COMPILE_XML_FALSE@PATCHES_LIBS = | htmldir = @htmldir@ |
| includedir = @includedir@ | |
| INCLUDES = -I../../classes -I../../types -I$(INCLTDL) -I../../sql @XML_INCLUDES@ | infodir = @infodir@ |
| install_sh = @install_sh@ | |
| #for sysadmin-controlled auto.p | libdir = @libdir@ |
| CPPFLAGS := $(CPPFLAGS) -DSYSCONFDIR=\"$(sysconfdir)\" | libexecdir = @libexecdir@ |
| localedir = @localedir@ | |
| bin_PROGRAMS = parser3 | localstatedir = @localstatedir@ |
| parser3_SOURCES = pa_pool.C pa_threads.C parser3.C ident.C | ltdl_LIBOBJS = @ltdl_LIBOBJS@ |
| parser3_LDADD = ../../main/libmain.a ../../classes/libclasses.a ../../main/libmain.a ../../types/libtypes.a $(LIBLTDL) ../../classes/gd/libgd.a ../../pcre/libpcre.a $(PATCHES_LIBS) @XML_LIBS@ | ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@ |
| mandir = @mandir@ | |
| IDENT_AWK = ../../ident.awk | mkdir_p = @mkdir_p@ |
| IDENT_DEPS = *.C | oldincludedir = @oldincludedir@ |
| mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | pdfdir = @pdfdir@ |
| CONFIG_HEADER = ../../include/pa_config_auto.h | prefix = @prefix@ |
| CONFIG_CLEAN_FILES = | program_transform_name = @program_transform_name@ |
| PROGRAMS = $(bin_PROGRAMS) | psdir = @psdir@ |
| sbindir = @sbindir@ | |
| sharedstatedir = @sharedstatedir@ | |
| DEFS = @DEFS@ -I. -I$(srcdir) -I../../include | srcdir = @srcdir@ |
| LDFLAGS = @LDFLAGS@ | subdirs = @subdirs@ |
| LIBS = @LIBS@ | sys_symbol_underscore = @sys_symbol_underscore@ |
| parser3_OBJECTS = pa_pool.o pa_threads.o parser3.o ident.o | sysconfdir = @sysconfdir@ |
| @COMPILE_XML_TRUE@parser3_DEPENDENCIES = ../../main/libmain.a \ | target_alias = @target_alias@ |
| @COMPILE_XML_TRUE@../../classes/libclasses.a ../../main/libmain.a \ | top_build_prefix = @top_build_prefix@ |
| @COMPILE_XML_TRUE@../../types/libtypes.a ../../classes/gd/libgd.a \ | top_builddir = @top_builddir@ |
| @COMPILE_XML_TRUE@../../pcre/libpcre.a \ | top_srcdir = @top_srcdir@ |
| @COMPILE_XML_TRUE@../../classes/xalan-patched/libxalan_patched.a | |
| @COMPILE_XML_FALSE@parser3_DEPENDENCIES = ../../main/libmain.a \ | |
| @COMPILE_XML_FALSE@../../classes/libclasses.a ../../main/libmain.a \ | |
| @COMPILE_XML_FALSE@../../types/libtypes.a ../../classes/gd/libgd.a \ | |
| @COMPILE_XML_FALSE@../../pcre/libpcre.a | |
| parser3_LDFLAGS = | |
| 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 = gtar | # Parser has circular library dependencies, thus libmain.a is linked twice and --preserve-dup-deps libtool option is used |
| GZIP_ENV = --best | PA_LIBS = ../../main/.libs/libmain.a ../../classes/.libs/libclasses.a ../../types/.libs/libtypes.a ../../main/.libs/libmain.a \ |
| DEP_FILES = .deps/ident.P .deps/pa_pool.P .deps/pa_threads.P \ | ../../lib/gd/libgd.la ../../lib/cord/libcord.la ../../lib/md5/libmd5.la ../../lib/sdbm/libsdbm.la \ |
| .deps/parser3.P | ../../lib/pcre/libpcre_internal.la ../../lib/smtp/libsmtp.la ../../lib/json/libjson.la ../../lib/memcached/libmemcached.la |
| SOURCES = $(parser3_SOURCES) | |
| OBJECTS = $(parser3_OBJECTS) | INCLUDES = -I../../classes -I../../types -I../../lib/gc/include -I../../lib/cord/include @XML_INCLUDES@ |
| # Automake 1.9 does not support LIBTOOLFLAGS | |
| CXXLINK = $(LIBTOOL) --preserve-dup-deps --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
| parser3_DEPENDENCIES = Makefile $(PA_LIBS) | |
| parser3_SOURCES = pa_threads.C parser3.C | |
| parser3_LDADD = $(PA_LIBS) $(LIBLTDL) @GC_LIBS@ @PCRE_LIBS@ @XML_LIBS@ @MIME_LIBS@ | |
| EXTRA_DIST = parser3.vcproj | |
| all: all-am | |
| 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 targets/cgi/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-binPROGRAMS: | done; \ |
| echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/targets/cgi/Makefile'; \ | |
| clean-binPROGRAMS: | $(am__cd) $(top_srcdir) && \ |
| -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) | $(AUTOMAKE) --gnu src/targets/cgi/Makefile |
| .PRECIOUS: Makefile | |
| distclean-binPROGRAMS: | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| @case '$?' in \ | |
| maintainer-clean-binPROGRAMS: | *config.status*) \ |
| cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
| *) \ | |
| echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
| cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
| 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): | |
| install-binPROGRAMS: $(bin_PROGRAMS) | install-binPROGRAMS: $(bin_PROGRAMS) |
| @$(NORMAL_INSTALL) | @$(NORMAL_INSTALL) |
| $(mkinstalldirs) $(DESTDIR)$(bindir) | test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
| @list='$(bin_PROGRAMS)'; for p in $$list; do \ | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| if test -f $$p; then \ | for p in $$list; do echo "$$p $$p"; done | \ |
| echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ | sed 's/$(EXEEXT)$$//' | \ |
| $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ | while read p p1; do if test -f $$p || test -f $$p1; \ |
| else :; fi; \ | then echo "$$p"; echo "$$p"; else :; fi; \ |
| done | done | \ |
| sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ | |
| -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ | |
| sed 'N;N;N;s,\n, ,g' | \ | |
| $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ | |
| { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ | |
| if ($$2 == $$4) files[d] = files[d] " " $$1; \ | |
| else { print "f", $$3 "/" $$4, $$1; } } \ | |
| END { for (d in files) print "f", d, files[d] }' | \ | |
| while read type dir files; do \ | |
| if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ | |
| test -z "$$files" || { \ | |
| echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ | |
| $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ | |
| } \ | |
| ; done | |
| uninstall-binPROGRAMS: | uninstall-binPROGRAMS: |
| @$(NORMAL_UNINSTALL) | @$(NORMAL_UNINSTALL) |
| list='$(bin_PROGRAMS)'; for p in $$list; do \ | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ | files=`for p in $$list; do echo "$$p"; done | \ |
| done | sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| -e 's/$$/$(EXEEXT)/' `; \ | |
| .s.o: | test -n "$$list" || exit 0; \ |
| $(COMPILE) -c $< | echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
| cd "$(DESTDIR)$(bindir)" && rm -f $$files | |
| .S.o: | clean-binPROGRAMS: |
| $(COMPILE) -c $< | @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ |
| echo " rm -f" $$list; \ | |
| rm -f $$list || exit $$?; \ | |
| test -n "$(EXEEXT)" || exit 0; \ | |
| list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ | |
| echo " rm -f" $$list; \ | |
| rm -f $$list | |
| parser3$(EXEEXT): $(parser3_OBJECTS) $(parser3_DEPENDENCIES) | |
| @rm -f parser3$(EXEEXT) | |
| $(CXXLINK) $(parser3_OBJECTS) $(parser3_LDADD) $(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)/pa_threads.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser3.Po@am__quote@ | |
| .s.lo: | .C.o: |
| $(LIBTOOL) --mode=compile $(COMPILE) -c $< | @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
| @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< | |
| .C.obj: | |
| @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` | |
| @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
| @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` | |
| .S.lo: | .C.lo: |
| $(LIBTOOL) --mode=compile $(COMPILE) -c $< | @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
| @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< | |
| mostlyclean-libtool: | mostlyclean-libtool: |
| -rm -f *.lo | -rm -f *.lo |
| Line 197 mostlyclean-libtool: | Line 353 mostlyclean-libtool: |
| clean-libtool: | clean-libtool: |
| -rm -rf .libs _libs | -rm -rf .libs _libs |
| distclean-libtool: | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
| list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| maintainer-clean-libtool: | unique=`for i in $$list; do \ |
| if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| parser3: $(parser3_OBJECTS) $(parser3_DEPENDENCIES) | done | \ |
| @rm -f parser3 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
| $(CXXLINK) $(parser3_LDFLAGS) $(parser3_OBJECTS) $(parser3_LDADD) $(LIBS) | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
| .C.o: | mkid -fID $$unique |
| $(CXXCOMPILE) -c $< | |
| .C.lo: | |
| $(LTCXXCOMPILE) -c $< | |
| tags: TAGS | tags: TAGS |
| ID: $(HEADERS) $(SOURCES) $(LISP) | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| list='$(SOURCES) $(HEADERS)'; \ | $(TAGS_FILES) $(LISP) |
| unique=`for i in $$list; do echo $$i; done | \ | set x; \ |
| awk ' { files[$$0] = 1; } \ | |
| END { for (i in files) print i; }'`; \ | |
| here=`pwd` && cd $(srcdir) \ | |
| && mkid -f$$here/ID $$unique $(LISP) | |
| TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) | |
| tags=; \ | |
| here=`pwd`; \ | here=`pwd`; \ |
| list='$(SOURCES) $(HEADERS)'; \ | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| unique=`for i in $$list; do echo $$i; done | \ | unique=`for i in $$list; do \ |
| awk ' { files[$$0] = 1; } \ | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| END { for (i in files) print i; }'`; \ | done | \ |
| test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
| || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
| shift; \ | |
| mostlyclean-tags: | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| test -n "$$unique" || unique=$$empty_fix; \ | |
| clean-tags: | if test $$# -gt 0; then \ |
| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
| "$$@" $$unique; \ | |
| else \ | |
| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
| $$unique; \ | |
| fi; \ | |
| fi | |
| ctags: CTAGS | |
| CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
| $(TAGS_FILES) $(LISP) | |
| list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| unique=`for i in $$list; do \ | |
| if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| done | \ | |
| $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
| END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
| test -z "$(CTAGS_ARGS)$$unique" \ | |
| || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
| $$unique | |
| GTAGS: | |
| here=`$(am__cd) $(top_builddir) && pwd` \ | |
| && $(am__cd) $(top_srcdir) \ | |
| && gtags -i $(GTAGS_ARGS) "$$here" | |
| distclean-tags: | distclean-tags: |
| -rm -f TAGS ID | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| maintainer-clean-tags: | |
| distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | |
| subdir = targets/cgi | |
| distdir: $(DISTFILES) | distdir: $(DISTFILES) |
| here=`cd $(top_builddir) && pwd`; \ | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| top_distdir=`cd $(top_distdir) && pwd`; \ | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| distdir=`cd $(distdir) && pwd`; \ | list='$(DISTFILES)'; \ |
| cd $(top_srcdir) \ | dist_files=`for file in $$list; do echo $$file; done | \ |
| && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu targets/cgi/Makefile | sed -e "s|^$$srcdirstrip/||;t" \ |
| @for file in $(DISTFILES); do \ | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| d=$(srcdir); \ | case $$dist_files in \ |
| */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
| sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
| sort -u` ;; \ | |
| esac; \ | |
| for file in $$dist_files; do \ | |
| if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
| if test -d $$d/$$file; then \ | if test -d $$d/$$file; then \ |
| cp -pr $$d/$$file $(distdir)/$$file; \ | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
| if test -d "$(distdir)/$$file"; then \ | |
| find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
| fi; \ | |
| if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
| cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
| find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
| fi; \ | |
| cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
| else \ | else \ |
| test -f $(distdir)/$$file \ | test -f "$(distdir)/$$file" \ |
| || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | || cp -p $$d/$$file "$(distdir)/$$file" \ |
| || cp -p $$d/$$file $(distdir)/$$file || :; \ | || exit 1; \ |
| fi; \ | fi; \ |
| done | done |
| DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) | |
| -include $(DEP_FILES) | |
| mostlyclean-depend: | |
| clean-depend: | |
| 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-am | |
| dvi-am: | |
| dvi: dvi-am | |
| check-am: all-am | check-am: all-am |
| check: check-am | check: check-am |
| installcheck-am: | all-am: Makefile $(PROGRAMS) |
| installcheck: installcheck-am | installdirs: |
| install-exec-am: install-binPROGRAMS | for dir in "$(DESTDIR)$(bindir)"; do \ |
| test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | |
| done | |
| install: install-am | |
| install-exec: install-exec-am | install-exec: install-exec-am |
| install-data-am: | |
| install-data: install-data-am | install-data: install-data-am |
| uninstall: uninstall-am | |
| install-am: all-am | install-am: all-am |
| @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| install: install-am | |
| uninstall-am: uninstall-binPROGRAMS | |
| uninstall: uninstall-am | |
| all-am: Makefile $(PROGRAMS) | |
| all-redirect: all-am | |
| install-strip: | |
| $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | |
| installdirs: | |
| $(mkinstalldirs) $(DESTDIR)$(bindir) | |
| installcheck: installcheck-am | |
| install-strip: | |
| $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
| install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
| `test -z '$(STRIP)' || \ | |
| echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
| mostlyclean-generic: | mostlyclean-generic: |
| clean-generic: | clean-generic: |
| distclean-generic: | distclean-generic: |
| -rm -f Makefile $(CONFIG_CLEAN_FILES) | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| -rm -f config.cache config.log stamp-h stamp-h[0-9]* | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
| maintainer-clean-generic: | maintainer-clean-generic: |
| mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \ | @echo "This command is intended for maintainers to use" |
| mostlyclean-libtool mostlyclean-tags mostlyclean-depend \ | @echo "it deletes files that may require special tools to rebuild." |
| mostlyclean-generic | clean: clean-am |
| mostlyclean: mostlyclean-am | clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am |
| clean-am: clean-binPROGRAMS clean-compile clean-libtool clean-tags \ | distclean: distclean-am |
| clean-depend clean-generic mostlyclean-am | -rm -rf ./$(DEPDIR) |
| -rm -f Makefile | |
| distclean-am: clean-am distclean-compile distclean-generic \ | |
| distclean-tags | |
| clean: clean-am | dvi: dvi-am |
| distclean-am: distclean-binPROGRAMS distclean-compile distclean-libtool \ | dvi-am: |
| distclean-tags distclean-depend distclean-generic \ | |
| clean-am | |
| -rm -f libtool | |
| distclean: distclean-am | html: html-am |
| maintainer-clean-am: maintainer-clean-binPROGRAMS \ | html-am: |
| maintainer-clean-compile maintainer-clean-libtool \ | |
| maintainer-clean-tags maintainer-clean-depend \ | info: info-am |
| maintainer-clean-generic distclean-am | |
| @echo "This command is intended for maintainers to use;" | info-am: |
| @echo "it deletes files that may require special tools to rebuild." | |
| install-data-am: | |
| install-dvi: install-dvi-am | |
| install-dvi-am: | |
| install-exec-am: install-binPROGRAMS | |
| install-html: install-html-am | |
| install-html-am: | |
| install-info: install-info-am | |
| install-info-am: | |
| install-man: | |
| install-pdf: install-pdf-am | |
| install-pdf-am: | |
| install-ps: install-ps-am | |
| install-ps-am: | |
| installcheck-am: | |
| maintainer-clean: maintainer-clean-am | maintainer-clean: maintainer-clean-am |
| -rm -rf ./$(DEPDIR) | |
| -rm -f Makefile | |
| maintainer-clean-am: distclean-am maintainer-clean-generic | |
| mostlyclean: mostlyclean-am | |
| mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | |
| mostlyclean-libtool | |
| pdf: pdf-am | |
| pdf-am: | |
| ps: ps-am | |
| ps-am: | |
| uninstall-am: uninstall-binPROGRAMS | |
| .MAKE: install-am install-strip | |
| .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ | |
| clean-generic clean-libtool ctags distclean distclean-compile \ | |
| distclean-generic distclean-libtool distclean-tags distdir dvi \ | |
| dvi-am html html-am info info-am install install-am \ | |
| install-binPROGRAMS 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 uninstall uninstall-am \ | |
| uninstall-binPROGRAMS | |
| .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \ | |
| maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \ | |
| mostlyclean-compile distclean-compile clean-compile \ | |
| maintainer-clean-compile mostlyclean-libtool distclean-libtool \ | |
| clean-libtool maintainer-clean-libtool tags 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 mostlyclean-generic \ | |
| distclean-generic clean-generic maintainer-clean-generic clean \ | |
| mostlyclean distclean maintainer-clean | |
| 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=parser3 >> 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. |