Annotation of parser3/src/main/Makefile.in, revision 1.84

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

E-mail: