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