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

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

E-mail: