Annotation of parser3/src/main/Makefile.in, revision 1.83
1.82 moko 1: # Makefile.in generated by automake 1.16.3 from Makefile.am.
1.49 paf 2: # @configure_input@
1.1 paf 3:
1.82 moko 4: # Copyright (C) 1994-2020 Free Software Foundation, Inc.
1.75 moko 5:
1.1 paf 6: # This Makefile.in is free software; the Free Software Foundation
7: # gives unlimited permission to copy and/or distribute it,
8: # with or without modifications, as long as this notice is preserved.
9:
10: # This program is distributed in the hope that it will be useful,
11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13: # PARTICULAR PURPOSE.
14:
1.49 paf 15: @SET_MAKE@
1.1 paf 16:
1.59 paf 17:
1.1 paf 18: VPATH = @srcdir@
1.75 moko 19: am__is_gnu_make = { \
20: if test -z '$(MAKELEVEL)'; then \
21: false; \
22: elif test -n '$(MAKE_HOST)'; then \
23: true; \
24: elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25: true; \
26: else \
27: false; \
28: fi; \
29: }
30: am__make_running_with_option = \
31: case $${target_option-} in \
32: ?) ;; \
33: *) echo "am__make_running_with_option: internal error: invalid" \
34: "target option '$${target_option-}' specified" >&2; \
35: exit 1;; \
36: esac; \
37: has_opt=no; \
38: sane_makeflags=$$MAKEFLAGS; \
39: if $(am__is_gnu_make); then \
40: sane_makeflags=$$MFLAGS; \
41: else \
42: case $$MAKEFLAGS in \
43: *\\[\ \ ]*) \
44: bs=\\; \
45: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
47: esac; \
48: fi; \
49: skip_next=no; \
50: strip_trailopt () \
51: { \
52: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53: }; \
54: for flg in $$sane_makeflags; do \
55: test $$skip_next = yes && { skip_next=no; continue; }; \
56: case $$flg in \
57: *=*|--*) continue;; \
58: -*I) strip_trailopt 'I'; skip_next=yes;; \
59: -*I?*) strip_trailopt 'I';; \
60: -*O) strip_trailopt 'O'; skip_next=yes;; \
61: -*O?*) strip_trailopt 'O';; \
62: -*l) strip_trailopt 'l'; skip_next=yes;; \
63: -*l?*) strip_trailopt 'l';; \
64: -[dEDm]) skip_next=yes;; \
65: -[JT]) skip_next=yes;; \
66: esac; \
67: case $$flg in \
68: *$$target_option*) has_opt=yes; break;; \
69: esac; \
70: done; \
71: test $$has_opt = yes
72: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1.1 paf 74: pkgdatadir = $(datadir)/@PACKAGE@
1.70 moko 75: pkgincludedir = $(includedir)/@PACKAGE@
1.1 paf 76: pkglibdir = $(libdir)/@PACKAGE@
1.70 moko 77: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.49 paf 78: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79: install_sh_DATA = $(install_sh) -c -m 644
80: install_sh_PROGRAM = $(install_sh) -c
81: install_sh_SCRIPT = $(install_sh) -c
82: INSTALL_HEADER = $(INSTALL_DATA)
83: transform = $(program_transform_name)
1.1 paf 84: NORMAL_INSTALL = :
85: PRE_INSTALL = :
86: POST_INSTALL = :
87: NORMAL_UNINSTALL = :
88: PRE_UNINSTALL = :
89: POST_UNINSTALL = :
1.70 moko 90: build_triplet = @build@
1.1 paf 91: host_triplet = @host@
1.59 paf 92: subdir = src/main
93: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.67 moko 94: am__aclocal_m4_deps = $(top_srcdir)/src/lib/ltdl/m4/argz.m4 \
95: $(top_srcdir)/src/lib/ltdl/m4/libtool.m4 \
96: $(top_srcdir)/src/lib/ltdl/m4/ltdl.m4 \
97: $(top_srcdir)/src/lib/ltdl/m4/ltoptions.m4 \
98: $(top_srcdir)/src/lib/ltdl/m4/ltsugar.m4 \
99: $(top_srcdir)/src/lib/ltdl/m4/ltversion.m4 \
100: $(top_srcdir)/src/lib/ltdl/m4/lt~obsolete.m4 \
1.73 moko 101: $(top_srcdir)/configure.ac
1.59 paf 102: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103: $(ACLOCAL_M4)
1.75 moko 104: DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
105: $(am__DIST_COMMON)
1.67 moko 106: mkinstalldirs = $(install_sh) -d
1.59 paf 107: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
108: CONFIG_CLEAN_FILES =
1.70 moko 109: CONFIG_CLEAN_VPATH_FILES =
1.69 moko 110: LTLIBRARIES = $(noinst_LTLIBRARIES)
111: libmain_la_LIBADD =
1.81 moko 112: am_libmain_la_OBJECTS = pa_pool.lo pa_os.lo pa_threads.lo pa_common.lo \
113: pa_base64.lo compile.tab.lo compile.lo compile_tools.lo \
114: execute.lo pa_cache_managers.lo pa_exception.lo \
115: pa_xml_exception.lo pa_globals.lo pa_xml_io.lo pa_memory.lo \
116: pa_request.lo pa_string.lo pa_table.lo untaint.lo pa_dir.lo \
117: pa_exec.lo pa_socks.lo pa_dictionary.lo pa_charset.lo \
118: pa_charsets.lo pa_uue.lo pa_sql_driver_manager.lo \
119: pa_stylesheet_manager.lo pa_stylesheet_connection.lo \
120: pa_http.lo pa_random.lo pa_symbols.lo
1.69 moko 121: libmain_la_OBJECTS = $(am_libmain_la_OBJECTS)
1.75 moko 122: AM_V_lt = $(am__v_lt_@AM_V@)
123: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
124: am__v_lt_0 = --silent
125: am__v_lt_1 =
126: AM_V_P = $(am__v_P_@AM_V@)
127: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
128: am__v_P_0 = false
129: am__v_P_1 = :
130: AM_V_GEN = $(am__v_GEN_@AM_V@)
131: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
132: am__v_GEN_0 = @echo " GEN " $@;
133: am__v_GEN_1 =
134: AM_V_at = $(am__v_at_@AM_V@)
135: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
136: am__v_at_0 = @
137: am__v_at_1 =
1.70 moko 138: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include
1.59 paf 139: depcomp = $(SHELL) $(top_srcdir)/depcomp
1.80 moko 140: am__maybe_remake_depfiles = depfiles
141: am__depfiles_remade = ./$(DEPDIR)/compile.Plo \
142: ./$(DEPDIR)/compile.tab.Plo ./$(DEPDIR)/compile_tools.Plo \
143: ./$(DEPDIR)/execute.Plo ./$(DEPDIR)/pa_base64.Plo \
144: ./$(DEPDIR)/pa_cache_managers.Plo ./$(DEPDIR)/pa_charset.Plo \
145: ./$(DEPDIR)/pa_charsets.Plo ./$(DEPDIR)/pa_common.Plo \
146: ./$(DEPDIR)/pa_dictionary.Plo ./$(DEPDIR)/pa_dir.Plo \
147: ./$(DEPDIR)/pa_exception.Plo ./$(DEPDIR)/pa_exec.Plo \
148: ./$(DEPDIR)/pa_globals.Plo ./$(DEPDIR)/pa_http.Plo \
149: ./$(DEPDIR)/pa_memory.Plo ./$(DEPDIR)/pa_os.Plo \
150: ./$(DEPDIR)/pa_pool.Plo ./$(DEPDIR)/pa_random.Plo \
151: ./$(DEPDIR)/pa_request.Plo ./$(DEPDIR)/pa_socks.Plo \
152: ./$(DEPDIR)/pa_sql_driver_manager.Plo \
153: ./$(DEPDIR)/pa_string.Plo \
154: ./$(DEPDIR)/pa_stylesheet_connection.Plo \
155: ./$(DEPDIR)/pa_stylesheet_manager.Plo \
156: ./$(DEPDIR)/pa_symbols.Plo ./$(DEPDIR)/pa_table.Plo \
1.81 moko 157: ./$(DEPDIR)/pa_threads.Plo ./$(DEPDIR)/pa_uue.Plo \
158: ./$(DEPDIR)/pa_xml_exception.Plo ./$(DEPDIR)/pa_xml_io.Plo \
159: ./$(DEPDIR)/untaint.Plo
1.70 moko 160: am__mv = mv -f
1.59 paf 161: CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
162: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
1.75 moko 163: LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
164: $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
165: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
166: $(AM_CXXFLAGS) $(CXXFLAGS)
167: AM_V_CXX = $(am__v_CXX_@AM_V@)
168: am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
169: am__v_CXX_0 = @echo " CXX " $@;
170: am__v_CXX_1 =
1.59 paf 171: CXXLD = $(CXX)
1.75 moko 172: CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
173: $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
174: $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
175: AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
176: am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
177: am__v_CXXLD_0 = @echo " CXXLD " $@;
178: am__v_CXXLD_1 =
1.69 moko 179: SOURCES = $(libmain_la_SOURCES)
180: DIST_SOURCES = $(libmain_la_SOURCES)
1.75 moko 181: am__can_run_installinfo = \
182: case $$AM_UPDATE_INFO_DIR in \
183: n|no|NO) false;; \
184: *) (install-info --version) >/dev/null 2>&1;; \
185: esac
1.59 paf 186: HEADERS = $(noinst_HEADERS)
1.75 moko 187: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
188: # Read a list of newline-separated strings from the standard input,
189: # and print each of them once, without duplicates. Input order is
190: # *not* preserved.
191: am__uniquify_input = $(AWK) '\
192: BEGIN { nonempty = 0; } \
193: { items[$$0] = 1; nonempty = 1; } \
194: END { if (nonempty) { for (i in items) print i; }; } \
195: '
196: # Make sure the list of sources is unique. This is necessary because,
197: # e.g., the same source file might be shared among _SOURCES variables
198: # for different programs/libraries.
199: am__define_uniq_tagged_files = \
200: list='$(am__tagged_files)'; \
201: unique=`for i in $$list; do \
202: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
203: done | $(am__uniquify_input)`
1.59 paf 204: ETAGS = etags
205: CTAGS = ctags
1.75 moko 206: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
1.59 paf 207: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.49 paf 208: ACLOCAL = @ACLOCAL@
1.83 ! moko 209: AMQP_INCLUDES = @AMQP_INCLUDES@
! 210: AMQP_LIBS = @AMQP_LIBS@
1.49 paf 211: AMTAR = @AMTAR@
1.75 moko 212: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.65 moko 213: APACHE = @APACHE@
214: APACHE_CFLAGS = @APACHE_CFLAGS@
215: APACHE_INC = @APACHE_INC@
1.67 moko 216: AR = @AR@
217: ARGZ_H = @ARGZ_H@
218: AS = @AS@
1.49 paf 219: AUTOCONF = @AUTOCONF@
220: AUTOHEADER = @AUTOHEADER@
221: AUTOMAKE = @AUTOMAKE@
1.1 paf 222: AWK = @AWK@
223: CC = @CC@
1.49 paf 224: CCDEPMODE = @CCDEPMODE@
225: CFLAGS = @CFLAGS@
1.50 paf 226: CPP = @CPP@
1.49 paf 227: CPPFLAGS = @CPPFLAGS@
1.1 paf 228: CXX = @CXX@
1.67 moko 229: CXXCPP = @CXXCPP@
1.49 paf 230: CXXDEPMODE = @CXXDEPMODE@
231: CXXFLAGS = @CXXFLAGS@
232: CYGPATH_W = @CYGPATH_W@
233: DEFS = @DEFS@
234: DEPDIR = @DEPDIR@
1.67 moko 235: DLLTOOL = @DLLTOOL@
236: DSYMUTIL = @DSYMUTIL@
237: DUMPBIN = @DUMPBIN@
1.49 paf 238: ECHO_C = @ECHO_C@
239: ECHO_N = @ECHO_N@
240: ECHO_T = @ECHO_T@
241: EGREP = @EGREP@
242: EXEEXT = @EXEEXT@
1.67 moko 243: FGREP = @FGREP@
1.51 paf 244: GC_LIBS = @GC_LIBS@
1.67 moko 245: GREP = @GREP@
1.1 paf 246: INCLTDL = @INCLTDL@
1.70 moko 247: INSTALL = @INSTALL@
1.49 paf 248: INSTALL_DATA = @INSTALL_DATA@
249: INSTALL_PROGRAM = @INSTALL_PROGRAM@
250: INSTALL_SCRIPT = @INSTALL_SCRIPT@
251: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.67 moko 252: LD = @LD@
1.49 paf 253: LDFLAGS = @LDFLAGS@
1.1 paf 254: LIBADD_DL = @LIBADD_DL@
1.67 moko 255: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
256: LIBADD_DLOPEN = @LIBADD_DLOPEN@
257: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1 paf 258: LIBLTDL = @LIBLTDL@
1.49 paf 259: LIBOBJS = @LIBOBJS@
260: LIBS = @LIBS@
1.67 moko 261: LIBTOOL = @LIBTOOL@
262: LIPO = @LIPO@
263: LN_S = @LN_S@
264: LTDLDEPS = @LTDLDEPS@
265: LTDLINCL = @LTDLINCL@
266: LTDLOPEN = @LTDLOPEN@
1.49 paf 267: LTLIBOBJS = @LTLIBOBJS@
1.67 moko 268: LT_CONFIG_H = @LT_CONFIG_H@
269: LT_DLLOADERS = @LT_DLLOADERS@
270: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1 paf 271: MAKEINFO = @MAKEINFO@
1.67 moko 272: MANIFEST_TOOL = @MANIFEST_TOOL@
1.43 paf 273: MIME_INCLUDES = @MIME_INCLUDES@
274: MIME_LIBS = @MIME_LIBS@
1.70 moko 275: MKDIR_P = @MKDIR_P@
1.67 moko 276: NM = @NM@
277: NMEDIT = @NMEDIT@
278: OBJDUMP = @OBJDUMP@
1.49 paf 279: OBJEXT = @OBJEXT@
1.67 moko 280: OTOOL = @OTOOL@
281: OTOOL64 = @OTOOL64@
1.20 parser 282: P3S = @P3S@
1.1 paf 283: PACKAGE = @PACKAGE@
1.49 paf 284: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
285: PACKAGE_NAME = @PACKAGE_NAME@
286: PACKAGE_STRING = @PACKAGE_STRING@
287: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.70 moko 288: PACKAGE_URL = @PACKAGE_URL@
1.49 paf 289: PACKAGE_VERSION = @PACKAGE_VERSION@
290: PATH_SEPARATOR = @PATH_SEPARATOR@
1.62 misha 291: PCRE_INCLUDES = @PCRE_INCLUDES@
292: PCRE_LIBS = @PCRE_LIBS@
1.1 paf 293: RANLIB = @RANLIB@
1.67 moko 294: SED = @SED@
1.49 paf 295: SET_MAKE = @SET_MAKE@
296: SHELL = @SHELL@
297: STRIP = @STRIP@
1.1 paf 298: VERSION = @VERSION@
1.14 parser 299: XML_INCLUDES = @XML_INCLUDES@
300: XML_LIBS = @XML_LIBS@
1.1 paf 301: YACC = @YACC@
1.70 moko 302: YFLAGS = @YFLAGS@
303: abs_builddir = @abs_builddir@
304: abs_srcdir = @abs_srcdir@
305: abs_top_builddir = @abs_top_builddir@
306: abs_top_srcdir = @abs_top_srcdir@
1.67 moko 307: ac_ct_AR = @ac_ct_AR@
1.49 paf 308: ac_ct_CC = @ac_ct_CC@
309: ac_ct_CXX = @ac_ct_CXX@
1.67 moko 310: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1.49 paf 311: am__include = @am__include@
1.59 paf 312: am__leading_dot = @am__leading_dot@
1.49 paf 313: am__quote = @am__quote@
1.59 paf 314: am__tar = @am__tar@
315: am__untar = @am__untar@
1.49 paf 316: bindir = @bindir@
317: build = @build@
318: build_alias = @build_alias@
319: build_cpu = @build_cpu@
320: build_os = @build_os@
321: build_vendor = @build_vendor@
1.70 moko 322: builddir = @builddir@
1.49 paf 323: datadir = @datadir@
1.70 moko 324: datarootdir = @datarootdir@
1.45 paf 325: dll_extension = @dll_extension@
1.70 moko 326: docdir = @docdir@
327: dvidir = @dvidir@
1.49 paf 328: exec_prefix = @exec_prefix@
329: host = @host@
330: host_alias = @host_alias@
331: host_cpu = @host_cpu@
1.1 paf 332: host_os = @host_os@
1.49 paf 333: host_vendor = @host_vendor@
1.70 moko 334: htmldir = @htmldir@
1.49 paf 335: includedir = @includedir@
336: infodir = @infodir@
337: install_sh = @install_sh@
338: libdir = @libdir@
339: libexecdir = @libexecdir@
1.70 moko 340: localedir = @localedir@
1.49 paf 341: localstatedir = @localstatedir@
1.67 moko 342: ltdl_LIBOBJS = @ltdl_LIBOBJS@
343: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.49 paf 344: mandir = @mandir@
1.59 paf 345: mkdir_p = @mkdir_p@
1.49 paf 346: oldincludedir = @oldincludedir@
1.70 moko 347: pdfdir = @pdfdir@
1.49 paf 348: prefix = @prefix@
349: program_transform_name = @program_transform_name@
1.70 moko 350: psdir = @psdir@
1.76 moko 351: runstatedir = @runstatedir@
1.49 paf 352: sbindir = @sbindir@
353: sharedstatedir = @sharedstatedir@
1.70 moko 354: srcdir = @srcdir@
1.49 paf 355: subdirs = @subdirs@
1.67 moko 356: sys_symbol_underscore = @sys_symbol_underscore@
1.49 paf 357: sysconfdir = @sysconfdir@
358: target_alias = @target_alias@
1.70 moko 359: top_build_prefix = @top_build_prefix@
360: top_builddir = @top_builddir@
361: top_srcdir = @top_srcdir@
1.77 moko 362: AM_CPPFLAGS = -I../types -I../classes -I../sql -I../lib/punycode $(INCLTDL) @PCRE_INCLUDES@ @XML_INCLUDES@
1.52 paf 363: noinst_HEADERS = compile_tools.h utf8-to-lower.inc utf8-to-upper.inc
1.69 moko 364: noinst_LTLIBRARIES = libmain.la
1.81 moko 365: libmain_la_SOURCES = pa_pool.C pa_os.C pa_threads.C pa_common.C pa_base64.C compile.tab.C compile.C compile_tools.C execute.C pa_cache_managers.C pa_exception.C pa_xml_exception.C pa_globals.C pa_xml_io.C pa_memory.C pa_request.C pa_string.C pa_table.C untaint.C pa_dir.C pa_exec.C pa_socks.C pa_dictionary.C pa_charset.C pa_charsets.C pa_uue.C pa_sql_driver_manager.C pa_stylesheet_manager.C pa_stylesheet_connection.C pa_http.C pa_random.C pa_symbols.C
1.52 paf 366: EXTRA_DIST = compile.y main.vcproj
1.49 paf 367: all: all-am
1.1 paf 368:
369: .SUFFIXES:
1.67 moko 370: .SUFFIXES: .C .lo .o .obj
1.59 paf 371: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
372: @for dep in $?; do \
373: case '$(am__configure_deps)' in \
374: *$$dep*) \
1.70 moko 375: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
376: && { if test -f $@; then exit 0; else break; fi; }; \
1.59 paf 377: exit 1;; \
378: esac; \
379: done; \
1.70 moko 380: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/main/Makefile'; \
381: $(am__cd) $(top_srcdir) && \
382: $(AUTOMAKE) --gnu src/main/Makefile
1.59 paf 383: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
384: @case '$?' in \
385: *config.status*) \
386: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
387: *) \
1.80 moko 388: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
389: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
1.59 paf 390: esac;
391:
392: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
393: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
394:
395: $(top_srcdir)/configure: $(am__configure_deps)
396: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
397: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
398: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.70 moko 399: $(am__aclocal_m4_deps):
1.1 paf 400:
1.69 moko 401: clean-noinstLTLIBRARIES:
402: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1.75 moko 403: @list='$(noinst_LTLIBRARIES)'; \
404: locs=`for p in $$list; do echo $$p; done | \
405: sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
406: sort -u`; \
407: test -z "$$locs" || { \
408: echo rm -f $${locs}; \
409: rm -f $${locs}; \
410: }
411:
412: libmain.la: $(libmain_la_OBJECTS) $(libmain_la_DEPENDENCIES) $(EXTRA_libmain_la_DEPENDENCIES)
413: $(AM_V_CXXLD)$(CXXLINK) $(libmain_la_OBJECTS) $(libmain_la_LIBADD) $(LIBS)
1.1 paf 414:
415: mostlyclean-compile:
1.59 paf 416: -rm -f *.$(OBJEXT)
1.1 paf 417:
418: distclean-compile:
419: -rm -f *.tab.c
420:
1.80 moko 421: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compile.Plo@am__quote@ # am--include-marker
422: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compile.tab.Plo@am__quote@ # am--include-marker
423: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compile_tools.Plo@am__quote@ # am--include-marker
424: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/execute.Plo@am__quote@ # am--include-marker
425: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_base64.Plo@am__quote@ # am--include-marker
426: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_cache_managers.Plo@am__quote@ # am--include-marker
427: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_charset.Plo@am__quote@ # am--include-marker
428: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_charsets.Plo@am__quote@ # am--include-marker
429: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_common.Plo@am__quote@ # am--include-marker
430: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_dictionary.Plo@am__quote@ # am--include-marker
431: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_dir.Plo@am__quote@ # am--include-marker
432: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_exception.Plo@am__quote@ # am--include-marker
433: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_exec.Plo@am__quote@ # am--include-marker
434: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_globals.Plo@am__quote@ # am--include-marker
435: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_http.Plo@am__quote@ # am--include-marker
436: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_memory.Plo@am__quote@ # am--include-marker
437: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_os.Plo@am__quote@ # am--include-marker
438: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_pool.Plo@am__quote@ # am--include-marker
439: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_random.Plo@am__quote@ # am--include-marker
440: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_request.Plo@am__quote@ # am--include-marker
441: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_socks.Plo@am__quote@ # am--include-marker
442: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_sql_driver_manager.Plo@am__quote@ # am--include-marker
443: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_string.Plo@am__quote@ # am--include-marker
444: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_stylesheet_connection.Plo@am__quote@ # am--include-marker
445: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_stylesheet_manager.Plo@am__quote@ # am--include-marker
446: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_symbols.Plo@am__quote@ # am--include-marker
447: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_table.Plo@am__quote@ # am--include-marker
1.81 moko 448: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_threads.Plo@am__quote@ # am--include-marker
1.80 moko 449: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_uue.Plo@am__quote@ # am--include-marker
450: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_xml_exception.Plo@am__quote@ # am--include-marker
451: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_xml_io.Plo@am__quote@ # am--include-marker
452: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/untaint.Plo@am__quote@ # am--include-marker
453:
454: $(am__depfiles_remade):
455: @$(MKDIR_P) $(@D)
456: @echo '# dummy' >$@-t && $(am__mv) $@-t $@
457:
458: am--depfiles: $(am__depfiles_remade)
1.49 paf 459:
1.1 paf 460: .C.o:
1.75 moko 461: @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
462: @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
463: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.59 paf 464: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.75 moko 465: @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
1.49 paf 466:
467: .C.obj:
1.75 moko 468: @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
469: @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
470: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.59 paf 471: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.75 moko 472: @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1.67 moko 473:
474: .C.lo:
1.75 moko 475: @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
476: @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
477: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1.67 moko 478: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.75 moko 479: @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
1.67 moko 480:
481: mostlyclean-libtool:
482: -rm -f *.lo
483:
484: clean-libtool:
485: -rm -rf .libs _libs
486:
1.75 moko 487: ID: $(am__tagged_files)
488: $(am__define_uniq_tagged_files); mkid -fID $$unique
489: tags: tags-am
490: TAGS: tags
1.1 paf 491:
1.75 moko 492: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.70 moko 493: set x; \
1.1 paf 494: here=`pwd`; \
1.75 moko 495: $(am__define_uniq_tagged_files); \
1.70 moko 496: shift; \
497: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.59 paf 498: test -n "$$unique" || unique=$$empty_fix; \
1.70 moko 499: if test $$# -gt 0; then \
500: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
501: "$$@" $$unique; \
502: else \
503: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
504: $$unique; \
505: fi; \
1.59 paf 506: fi
1.75 moko 507: ctags: ctags-am
508:
509: CTAGS: ctags
510: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
511: $(am__define_uniq_tagged_files); \
1.70 moko 512: test -z "$(CTAGS_ARGS)$$unique" \
1.49 paf 513: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.70 moko 514: $$unique
1.49 paf 515:
516: GTAGS:
517: here=`$(am__cd) $(top_builddir) && pwd` \
1.70 moko 518: && $(am__cd) $(top_srcdir) \
519: && gtags -i $(GTAGS_ARGS) "$$here"
1.75 moko 520: cscopelist: cscopelist-am
521:
522: cscopelist-am: $(am__tagged_files)
523: list='$(am__tagged_files)'; \
524: case "$(srcdir)" in \
525: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
526: *) sdir=$(subdir)/$(srcdir) ;; \
527: esac; \
528: for i in $$list; do \
529: if test -f "$$i"; then \
530: echo "$(subdir)/$$i"; \
531: else \
532: echo "$$sdir/$$i"; \
533: fi; \
534: done >> $(top_builddir)/cscope.files
1.1 paf 535:
536: distclean-tags:
1.49 paf 537: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1 paf 538:
1.80 moko 539: distdir: $(BUILT_SOURCES)
540: $(MAKE) $(AM_MAKEFLAGS) distdir-am
541:
542: distdir-am: $(DISTFILES)
1.70 moko 543: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
544: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
545: list='$(DISTFILES)'; \
546: dist_files=`for file in $$list; do echo $$file; done | \
547: sed -e "s|^$$srcdirstrip/||;t" \
548: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
549: case $$dist_files in \
550: */*) $(MKDIR_P) `echo "$$dist_files" | \
551: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
552: sort -u` ;; \
553: esac; \
554: for file in $$dist_files; do \
1.49 paf 555: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1 paf 556: if test -d $$d/$$file; then \
1.70 moko 557: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
558: if test -d "$(distdir)/$$file"; then \
559: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
560: fi; \
1.49 paf 561: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.70 moko 562: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
563: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.49 paf 564: fi; \
1.70 moko 565: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1 paf 566: else \
1.70 moko 567: test -f "$(distdir)/$$file" \
568: || cp -p $$d/$$file "$(distdir)/$$file" \
1.49 paf 569: || exit 1; \
1.1 paf 570: fi; \
571: done
1.49 paf 572: check-am: all-am
573: check: check-am
1.69 moko 574: all-am: Makefile $(LTLIBRARIES) $(HEADERS)
1.49 paf 575: installdirs:
576: install: install-am
577: install-exec: install-exec-am
578: install-data: install-data-am
579: uninstall: uninstall-am
580:
581: install-am: all-am
582: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
583:
584: installcheck: installcheck-am
585: install-strip:
1.75 moko 586: if test -z '$(STRIP)'; then \
587: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
588: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
589: install; \
590: else \
591: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
592: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
593: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
594: fi
1.49 paf 595: mostlyclean-generic:
596:
597: clean-generic:
598:
599: distclean-generic:
1.59 paf 600: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.70 moko 601: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.49 paf 602:
603: maintainer-clean-generic:
604: @echo "This command is intended for maintainers to use"
605: @echo "it deletes files that may require special tools to rebuild."
606: clean: clean-am
1.1 paf 607:
1.69 moko 608: clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
1.67 moko 609: mostlyclean-am
1.1 paf 610:
1.49 paf 611: distclean: distclean-am
1.80 moko 612: -rm -f ./$(DEPDIR)/compile.Plo
613: -rm -f ./$(DEPDIR)/compile.tab.Plo
614: -rm -f ./$(DEPDIR)/compile_tools.Plo
615: -rm -f ./$(DEPDIR)/execute.Plo
616: -rm -f ./$(DEPDIR)/pa_base64.Plo
617: -rm -f ./$(DEPDIR)/pa_cache_managers.Plo
618: -rm -f ./$(DEPDIR)/pa_charset.Plo
619: -rm -f ./$(DEPDIR)/pa_charsets.Plo
620: -rm -f ./$(DEPDIR)/pa_common.Plo
621: -rm -f ./$(DEPDIR)/pa_dictionary.Plo
622: -rm -f ./$(DEPDIR)/pa_dir.Plo
623: -rm -f ./$(DEPDIR)/pa_exception.Plo
624: -rm -f ./$(DEPDIR)/pa_exec.Plo
625: -rm -f ./$(DEPDIR)/pa_globals.Plo
626: -rm -f ./$(DEPDIR)/pa_http.Plo
627: -rm -f ./$(DEPDIR)/pa_memory.Plo
628: -rm -f ./$(DEPDIR)/pa_os.Plo
629: -rm -f ./$(DEPDIR)/pa_pool.Plo
630: -rm -f ./$(DEPDIR)/pa_random.Plo
631: -rm -f ./$(DEPDIR)/pa_request.Plo
632: -rm -f ./$(DEPDIR)/pa_socks.Plo
633: -rm -f ./$(DEPDIR)/pa_sql_driver_manager.Plo
634: -rm -f ./$(DEPDIR)/pa_string.Plo
635: -rm -f ./$(DEPDIR)/pa_stylesheet_connection.Plo
636: -rm -f ./$(DEPDIR)/pa_stylesheet_manager.Plo
637: -rm -f ./$(DEPDIR)/pa_symbols.Plo
638: -rm -f ./$(DEPDIR)/pa_table.Plo
1.81 moko 639: -rm -f ./$(DEPDIR)/pa_threads.Plo
1.80 moko 640: -rm -f ./$(DEPDIR)/pa_uue.Plo
641: -rm -f ./$(DEPDIR)/pa_xml_exception.Plo
642: -rm -f ./$(DEPDIR)/pa_xml_io.Plo
643: -rm -f ./$(DEPDIR)/untaint.Plo
1.59 paf 644: -rm -f Makefile
645: distclean-am: clean-am distclean-compile distclean-generic \
1.70 moko 646: distclean-tags
1.1 paf 647:
1.49 paf 648: dvi: dvi-am
1.1 paf 649:
1.49 paf 650: dvi-am:
1.1 paf 651:
1.59 paf 652: html: html-am
653:
1.70 moko 654: html-am:
655:
1.49 paf 656: info: info-am
1.1 paf 657:
658: info-am:
659:
660: install-data-am:
661:
1.70 moko 662: install-dvi: install-dvi-am
663:
664: install-dvi-am:
665:
1.49 paf 666: install-exec-am:
1.1 paf 667:
1.70 moko 668: install-html: install-html-am
669:
670: install-html-am:
671:
1.49 paf 672: install-info: install-info-am
1.1 paf 673:
1.70 moko 674: install-info-am:
675:
1.49 paf 676: install-man:
1.1 paf 677:
1.70 moko 678: install-pdf: install-pdf-am
679:
680: install-pdf-am:
681:
682: install-ps: install-ps-am
683:
684: install-ps-am:
685:
1.49 paf 686: installcheck-am:
1.1 paf 687:
1.49 paf 688: maintainer-clean: maintainer-clean-am
1.80 moko 689: -rm -f ./$(DEPDIR)/compile.Plo
690: -rm -f ./$(DEPDIR)/compile.tab.Plo
691: -rm -f ./$(DEPDIR)/compile_tools.Plo
692: -rm -f ./$(DEPDIR)/execute.Plo
693: -rm -f ./$(DEPDIR)/pa_base64.Plo
694: -rm -f ./$(DEPDIR)/pa_cache_managers.Plo
695: -rm -f ./$(DEPDIR)/pa_charset.Plo
696: -rm -f ./$(DEPDIR)/pa_charsets.Plo
697: -rm -f ./$(DEPDIR)/pa_common.Plo
698: -rm -f ./$(DEPDIR)/pa_dictionary.Plo
699: -rm -f ./$(DEPDIR)/pa_dir.Plo
700: -rm -f ./$(DEPDIR)/pa_exception.Plo
701: -rm -f ./$(DEPDIR)/pa_exec.Plo
702: -rm -f ./$(DEPDIR)/pa_globals.Plo
703: -rm -f ./$(DEPDIR)/pa_http.Plo
704: -rm -f ./$(DEPDIR)/pa_memory.Plo
705: -rm -f ./$(DEPDIR)/pa_os.Plo
706: -rm -f ./$(DEPDIR)/pa_pool.Plo
707: -rm -f ./$(DEPDIR)/pa_random.Plo
708: -rm -f ./$(DEPDIR)/pa_request.Plo
709: -rm -f ./$(DEPDIR)/pa_socks.Plo
710: -rm -f ./$(DEPDIR)/pa_sql_driver_manager.Plo
711: -rm -f ./$(DEPDIR)/pa_string.Plo
712: -rm -f ./$(DEPDIR)/pa_stylesheet_connection.Plo
713: -rm -f ./$(DEPDIR)/pa_stylesheet_manager.Plo
714: -rm -f ./$(DEPDIR)/pa_symbols.Plo
715: -rm -f ./$(DEPDIR)/pa_table.Plo
1.81 moko 716: -rm -f ./$(DEPDIR)/pa_threads.Plo
1.80 moko 717: -rm -f ./$(DEPDIR)/pa_uue.Plo
718: -rm -f ./$(DEPDIR)/pa_xml_exception.Plo
719: -rm -f ./$(DEPDIR)/pa_xml_io.Plo
720: -rm -f ./$(DEPDIR)/untaint.Plo
1.59 paf 721: -rm -f Makefile
1.49 paf 722: maintainer-clean-am: distclean-am maintainer-clean-generic
1.1 paf 723:
724: mostlyclean: mostlyclean-am
725:
1.67 moko 726: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
727: mostlyclean-libtool
1.1 paf 728:
1.49 paf 729: pdf: pdf-am
1.1 paf 730:
1.49 paf 731: pdf-am:
1.1 paf 732:
1.49 paf 733: ps: ps-am
1.1 paf 734:
1.49 paf 735: ps-am:
1.1 paf 736:
1.70 moko 737: uninstall-am:
738:
739: .MAKE: install-am install-strip
1.1 paf 740:
1.80 moko 741: .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
742: clean-generic clean-libtool clean-noinstLTLIBRARIES \
743: cscopelist-am ctags ctags-am distclean distclean-compile \
744: distclean-generic distclean-libtool distclean-tags distdir dvi \
745: dvi-am html html-am info info-am install install-am \
746: install-data install-data-am install-dvi install-dvi-am \
747: install-exec install-exec-am install-html install-html-am \
748: install-info install-info-am install-man install-pdf \
749: install-pdf-am install-ps install-ps-am install-strip \
750: installcheck installcheck-am installdirs maintainer-clean \
1.75 moko 751: maintainer-clean-generic mostlyclean mostlyclean-compile \
752: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
753: tags tags-am uninstall uninstall-am
754:
755: .PRECIOUS: Makefile
1.1 paf 756:
757:
758: compile.tab.C: compile.y
1.58 paf 759: bison -v compile.y -o $@
1.70 moko 760:
1.1 paf 761: # Tell versions [3.59,3.63) of GNU make to not export all variables.
762: # Otherwise a system limit (for SysV at least) may be exceeded.
763: .NOEXPORT:
E-mail: