Annotation of parser3/src/include/Makefile.in, revision 1.32

1.32    ! moko        1: # Makefile.in generated by automake 1.15 from Makefile.am.
1.10      paf         2: # @configure_input@
1.1       paf         3: 
1.32    ! moko        4: # Copyright (C) 1994-2014 Free Software Foundation, Inc.
        !             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.10      paf        15: @SET_MAKE@
1.1       paf        16: 
                     17: VPATH = @srcdir@
1.32    ! moko       18: am__is_gnu_make = { \
        !            19:   if test -z '$(MAKELEVEL)'; then \
        !            20:     false; \
        !            21:   elif test -n '$(MAKE_HOST)'; then \
        !            22:     true; \
        !            23:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
        !            24:     true; \
        !            25:   else \
        !            26:     false; \
        !            27:   fi; \
        !            28: }
        !            29: am__make_running_with_option = \
        !            30:   case $${target_option-} in \
        !            31:       ?) ;; \
        !            32:       *) echo "am__make_running_with_option: internal error: invalid" \
        !            33:               "target option '$${target_option-}' specified" >&2; \
        !            34:          exit 1;; \
        !            35:   esac; \
        !            36:   has_opt=no; \
        !            37:   sane_makeflags=$$MAKEFLAGS; \
        !            38:   if $(am__is_gnu_make); then \
        !            39:     sane_makeflags=$$MFLAGS; \
        !            40:   else \
        !            41:     case $$MAKEFLAGS in \
        !            42:       *\\[\ \  ]*) \
        !            43:         bs=\\; \
        !            44:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
        !            45:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
        !            46:     esac; \
        !            47:   fi; \
        !            48:   skip_next=no; \
        !            49:   strip_trailopt () \
        !            50:   { \
        !            51:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
        !            52:   }; \
        !            53:   for flg in $$sane_makeflags; do \
        !            54:     test $$skip_next = yes && { skip_next=no; continue; }; \
        !            55:     case $$flg in \
        !            56:       *=*|--*) continue;; \
        !            57:         -*I) strip_trailopt 'I'; skip_next=yes;; \
        !            58:       -*I?*) strip_trailopt 'I';; \
        !            59:         -*O) strip_trailopt 'O'; skip_next=yes;; \
        !            60:       -*O?*) strip_trailopt 'O';; \
        !            61:         -*l) strip_trailopt 'l'; skip_next=yes;; \
        !            62:       -*l?*) strip_trailopt 'l';; \
        !            63:       -[dEDm]) skip_next=yes;; \
        !            64:       -[JT]) skip_next=yes;; \
        !            65:     esac; \
        !            66:     case $$flg in \
        !            67:       *$$target_option*) has_opt=yes; break;; \
        !            68:     esac; \
        !            69:   done; \
        !            70:   test $$has_opt = yes
        !            71: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
        !            72: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1.1       paf        73: pkgdatadir = $(datadir)/@PACKAGE@
1.29      moko       74: pkgincludedir = $(includedir)/@PACKAGE@
1.1       paf        75: pkglibdir = $(libdir)/@PACKAGE@
1.29      moko       76: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.10      paf        77: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     78: install_sh_DATA = $(install_sh) -c -m 644
                     79: install_sh_PROGRAM = $(install_sh) -c
                     80: install_sh_SCRIPT = $(install_sh) -c
                     81: INSTALL_HEADER = $(INSTALL_DATA)
                     82: transform = $(program_transform_name)
1.1       paf        83: NORMAL_INSTALL = :
                     84: PRE_INSTALL = :
                     85: POST_INSTALL = :
                     86: NORMAL_UNINSTALL = :
                     87: PRE_UNINSTALL = :
                     88: POST_UNINSTALL = :
1.29      moko       89: build_triplet = @build@
1.1       paf        90: host_triplet = @host@
1.19      paf        91: subdir = src/include
                     92: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.27      moko       93: am__aclocal_m4_deps = $(top_srcdir)/src/lib/ltdl/m4/argz.m4 \
                     94:        $(top_srcdir)/src/lib/ltdl/m4/libtool.m4 \
                     95:        $(top_srcdir)/src/lib/ltdl/m4/ltdl.m4 \
                     96:        $(top_srcdir)/src/lib/ltdl/m4/ltoptions.m4 \
                     97:        $(top_srcdir)/src/lib/ltdl/m4/ltsugar.m4 \
                     98:        $(top_srcdir)/src/lib/ltdl/m4/ltversion.m4 \
                     99:        $(top_srcdir)/src/lib/ltdl/m4/lt~obsolete.m4 \
1.30      moko      100:        $(top_srcdir)/configure.ac
1.19      paf       101: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                    102:        $(ACLOCAL_M4)
1.32    ! moko      103: DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
        !           104:        $(am__DIST_COMMON)
1.27      moko      105: mkinstalldirs = $(install_sh) -d
1.19      paf       106: CONFIG_HEADER = pa_config_auto.h
                    107: CONFIG_CLEAN_FILES =
1.29      moko      108: CONFIG_CLEAN_VPATH_FILES =
1.32    ! moko      109: AM_V_P = $(am__v_P_@AM_V@)
        !           110: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
        !           111: am__v_P_0 = false
        !           112: am__v_P_1 = :
        !           113: AM_V_GEN = $(am__v_GEN_@AM_V@)
        !           114: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
        !           115: am__v_GEN_0 = @echo "  GEN     " $@;
        !           116: am__v_GEN_1 = 
        !           117: AM_V_at = $(am__v_at_@AM_V@)
        !           118: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
        !           119: am__v_at_0 = @
        !           120: am__v_at_1 = 
1.19      paf       121: SOURCES =
                    122: DIST_SOURCES =
1.32    ! moko      123: am__can_run_installinfo = \
        !           124:   case $$AM_UPDATE_INFO_DIR in \
        !           125:     n|no|NO) false;; \
        !           126:     *) (install-info --version) >/dev/null 2>&1;; \
        !           127:   esac
1.19      paf       128: HEADERS = $(noinst_HEADERS)
1.32    ! moko      129: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
        !           130:        $(LISP)pa_config_auto.h.in
        !           131: # Read a list of newline-separated strings from the standard input,
        !           132: # and print each of them once, without duplicates.  Input order is
        !           133: # *not* preserved.
        !           134: am__uniquify_input = $(AWK) '\
        !           135:   BEGIN { nonempty = 0; } \
        !           136:   { items[$$0] = 1; nonempty = 1; } \
        !           137:   END { if (nonempty) { for (i in items) print i; }; } \
        !           138: '
        !           139: # Make sure the list of sources is unique.  This is necessary because,
        !           140: # e.g., the same source file might be shared among _SOURCES variables
        !           141: # for different programs/libraries.
        !           142: am__define_uniq_tagged_files = \
        !           143:   list='$(am__tagged_files)'; \
        !           144:   unique=`for i in $$list; do \
        !           145:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           146:   done | $(am__uniquify_input)`
1.19      paf       147: ETAGS = etags
                    148: CTAGS = ctags
1.32    ! moko      149: am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/pa_config_auto.h.in
1.19      paf       150: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.10      paf       151: ACLOCAL = @ACLOCAL@
                    152: AMTAR = @AMTAR@
1.32    ! moko      153: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.25      moko      154: APACHE = @APACHE@
                    155: APACHE_CFLAGS = @APACHE_CFLAGS@
                    156: APACHE_INC = @APACHE_INC@
1.27      moko      157: AR = @AR@
                    158: ARGZ_H = @ARGZ_H@
                    159: AS = @AS@
1.10      paf       160: AUTOCONF = @AUTOCONF@
                    161: AUTOHEADER = @AUTOHEADER@
                    162: AUTOMAKE = @AUTOMAKE@
1.1       paf       163: AWK = @AWK@
                    164: CC = @CC@
1.10      paf       165: CCDEPMODE = @CCDEPMODE@
                    166: CFLAGS = @CFLAGS@
1.11      paf       167: CPP = @CPP@
1.10      paf       168: CPPFLAGS = @CPPFLAGS@
1.1       paf       169: CXX = @CXX@
1.27      moko      170: CXXCPP = @CXXCPP@
1.10      paf       171: CXXDEPMODE = @CXXDEPMODE@
                    172: CXXFLAGS = @CXXFLAGS@
                    173: CYGPATH_W = @CYGPATH_W@
                    174: DEFS = @DEFS@
                    175: DEPDIR = @DEPDIR@
1.27      moko      176: DLLTOOL = @DLLTOOL@
                    177: DSYMUTIL = @DSYMUTIL@
                    178: DUMPBIN = @DUMPBIN@
1.10      paf       179: ECHO_C = @ECHO_C@
                    180: ECHO_N = @ECHO_N@
                    181: ECHO_T = @ECHO_T@
                    182: EGREP = @EGREP@
                    183: EXEEXT = @EXEEXT@
1.27      moko      184: FGREP = @FGREP@
1.12      paf       185: GC_LIBS = @GC_LIBS@
1.27      moko      186: GREP = @GREP@
1.1       paf       187: INCLTDL = @INCLTDL@
1.29      moko      188: INSTALL = @INSTALL@
1.10      paf       189: INSTALL_DATA = @INSTALL_DATA@
                    190: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    191: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    192: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.27      moko      193: LD = @LD@
1.10      paf       194: LDFLAGS = @LDFLAGS@
1.1       paf       195: LIBADD_DL = @LIBADD_DL@
1.27      moko      196: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
                    197: LIBADD_DLOPEN = @LIBADD_DLOPEN@
                    198: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1       paf       199: LIBLTDL = @LIBLTDL@
1.10      paf       200: LIBOBJS = @LIBOBJS@
                    201: LIBS = @LIBS@
1.27      moko      202: LIBTOOL = @LIBTOOL@
                    203: LIPO = @LIPO@
                    204: LN_S = @LN_S@
                    205: LTDLDEPS = @LTDLDEPS@
                    206: LTDLINCL = @LTDLINCL@
                    207: LTDLOPEN = @LTDLOPEN@
1.10      paf       208: LTLIBOBJS = @LTLIBOBJS@
1.27      moko      209: LT_CONFIG_H = @LT_CONFIG_H@
                    210: LT_DLLOADERS = @LT_DLLOADERS@
                    211: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1       paf       212: MAKEINFO = @MAKEINFO@
1.27      moko      213: MANIFEST_TOOL = @MANIFEST_TOOL@
1.6       paf       214: MIME_INCLUDES = @MIME_INCLUDES@
                    215: MIME_LIBS = @MIME_LIBS@
1.29      moko      216: MKDIR_P = @MKDIR_P@
1.27      moko      217: NM = @NM@
                    218: NMEDIT = @NMEDIT@
                    219: OBJDUMP = @OBJDUMP@
1.10      paf       220: OBJEXT = @OBJEXT@
1.27      moko      221: OTOOL = @OTOOL@
                    222: OTOOL64 = @OTOOL64@
1.1       paf       223: P3S = @P3S@
                    224: PACKAGE = @PACKAGE@
1.10      paf       225: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    226: PACKAGE_NAME = @PACKAGE_NAME@
                    227: PACKAGE_STRING = @PACKAGE_STRING@
                    228: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.29      moko      229: PACKAGE_URL = @PACKAGE_URL@
1.10      paf       230: PACKAGE_VERSION = @PACKAGE_VERSION@
                    231: PATH_SEPARATOR = @PATH_SEPARATOR@
1.22      misha     232: PCRE_INCLUDES = @PCRE_INCLUDES@
                    233: PCRE_LIBS = @PCRE_LIBS@
1.1       paf       234: RANLIB = @RANLIB@
1.27      moko      235: SED = @SED@
1.10      paf       236: SET_MAKE = @SET_MAKE@
                    237: SHELL = @SHELL@
                    238: STRIP = @STRIP@
1.1       paf       239: VERSION = @VERSION@
                    240: XML_INCLUDES = @XML_INCLUDES@
                    241: XML_LIBS = @XML_LIBS@
                    242: YACC = @YACC@
1.29      moko      243: YFLAGS = @YFLAGS@
                    244: abs_builddir = @abs_builddir@
                    245: abs_srcdir = @abs_srcdir@
                    246: abs_top_builddir = @abs_top_builddir@
                    247: abs_top_srcdir = @abs_top_srcdir@
1.27      moko      248: ac_ct_AR = @ac_ct_AR@
1.10      paf       249: ac_ct_CC = @ac_ct_CC@
                    250: ac_ct_CXX = @ac_ct_CXX@
1.27      moko      251: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1.10      paf       252: am__include = @am__include@
1.19      paf       253: am__leading_dot = @am__leading_dot@
1.10      paf       254: am__quote = @am__quote@
1.19      paf       255: am__tar = @am__tar@
                    256: am__untar = @am__untar@
1.10      paf       257: bindir = @bindir@
                    258: build = @build@
                    259: build_alias = @build_alias@
                    260: build_cpu = @build_cpu@
                    261: build_os = @build_os@
                    262: build_vendor = @build_vendor@
1.29      moko      263: builddir = @builddir@
1.10      paf       264: datadir = @datadir@
1.29      moko      265: datarootdir = @datarootdir@
1.7       paf       266: dll_extension = @dll_extension@
1.29      moko      267: docdir = @docdir@
                    268: dvidir = @dvidir@
1.10      paf       269: exec_prefix = @exec_prefix@
                    270: host = @host@
                    271: host_alias = @host_alias@
                    272: host_cpu = @host_cpu@
1.1       paf       273: host_os = @host_os@
1.10      paf       274: host_vendor = @host_vendor@
1.29      moko      275: htmldir = @htmldir@
1.10      paf       276: includedir = @includedir@
                    277: infodir = @infodir@
                    278: install_sh = @install_sh@
                    279: libdir = @libdir@
                    280: libexecdir = @libexecdir@
1.29      moko      281: localedir = @localedir@
1.10      paf       282: localstatedir = @localstatedir@
1.27      moko      283: ltdl_LIBOBJS = @ltdl_LIBOBJS@
                    284: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.10      paf       285: mandir = @mandir@
1.19      paf       286: mkdir_p = @mkdir_p@
1.10      paf       287: oldincludedir = @oldincludedir@
1.29      moko      288: pdfdir = @pdfdir@
1.10      paf       289: prefix = @prefix@
                    290: program_transform_name = @program_transform_name@
1.29      moko      291: psdir = @psdir@
1.10      paf       292: sbindir = @sbindir@
                    293: sharedstatedir = @sharedstatedir@
1.29      moko      294: srcdir = @srcdir@
1.10      paf       295: subdirs = @subdirs@
1.27      moko      296: sys_symbol_underscore = @sys_symbol_underscore@
1.10      paf       297: sysconfdir = @sysconfdir@
                    298: target_alias = @target_alias@
1.29      moko      299: top_build_prefix = @top_build_prefix@
                    300: top_builddir = @top_builddir@
                    301: top_srcdir = @top_srcdir@
1.31      moko      302: noinst_HEADERS = pa_version.h pa_pool.h pa_os.h pa_common.h pa_operation.h pa_request_charsets.h pa_request_info.h pa_array.h pa_cache_managers.h pa_charset.h pa_charsets.h pa_config_fixed.h pa_config_includes.h pa_dictionary.h pa_dir.h pa_exception.h pa_xml_exception.h pa_exec.h pa_globals.h pa_xml_io.h pa_hash.h pa_opcode.h pa_memory.h pa_request.h pa_sapi.h pa_socks.h pa_sql_connection.h pa_sql_driver_manager.h pa_stack.h pa_string.h pa_stylesheet_connection.h pa_stylesheet_manager.h pa_table.h pa_threads.h pa_types.h pa_uue.h pa_http.h pa_random.h pa_symbols.h
1.10      paf       303: all: pa_config_auto.h
                    304:        $(MAKE) $(AM_MAKEFLAGS) all-am
1.1       paf       305: 
                    306: .SUFFIXES:
1.19      paf       307: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    308:        @for dep in $?; do \
                    309:          case '$(am__configure_deps)' in \
                    310:            *$$dep*) \
1.29      moko      311:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    312:                && { if test -f $@; then exit 0; else break; fi; }; \
1.19      paf       313:              exit 1;; \
                    314:          esac; \
                    315:        done; \
1.29      moko      316:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/include/Makefile'; \
                    317:        $(am__cd) $(top_srcdir) && \
                    318:          $(AUTOMAKE) --gnu src/include/Makefile
1.19      paf       319: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    320:        @case '$?' in \
                    321:          *config.status*) \
                    322:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    323:          *) \
                    324:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    325:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    326:        esac;
                    327: 
                    328: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    329:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    330: 
                    331: $(top_srcdir)/configure:  $(am__configure_deps)
                    332:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    333: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    334:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.29      moko      335: $(am__aclocal_m4_deps):
1.1       paf       336: 
1.10      paf       337: pa_config_auto.h: stamp-h1
1.32    ! moko      338:        @test -f $@ || rm -f stamp-h1
        !           339:        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1.1       paf       340: 
1.10      paf       341: stamp-h1: $(srcdir)/pa_config_auto.h.in $(top_builddir)/config.status
                    342:        @rm -f stamp-h1
                    343:        cd $(top_builddir) && $(SHELL) ./config.status src/include/pa_config_auto.h
1.19      paf       344: $(srcdir)/pa_config_auto.h.in:  $(am__configure_deps) 
1.29      moko      345:        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1.19      paf       346:        rm -f stamp-h1
                    347:        touch $@
1.1       paf       348: 
                    349: distclean-hdr:
1.10      paf       350:        -rm -f pa_config_auto.h stamp-h1
1.27      moko      351: 
                    352: mostlyclean-libtool:
                    353:        -rm -f *.lo
                    354: 
                    355: clean-libtool:
                    356:        -rm -rf .libs _libs
                    357: 
1.32    ! moko      358: ID: $(am__tagged_files)
        !           359:        $(am__define_uniq_tagged_files); mkid -fID $$unique
        !           360: tags: tags-am
        !           361: TAGS: tags
1.1       paf       362: 
1.32    ! moko      363: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.29      moko      364:        set x; \
1.1       paf       365:        here=`pwd`; \
1.32    ! moko      366:        $(am__define_uniq_tagged_files); \
1.29      moko      367:        shift; \
                    368:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.19      paf       369:          test -n "$$unique" || unique=$$empty_fix; \
1.29      moko      370:          if test $$# -gt 0; then \
                    371:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    372:              "$$@" $$unique; \
                    373:          else \
                    374:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    375:              $$unique; \
                    376:          fi; \
1.19      paf       377:        fi
1.32    ! moko      378: ctags: ctags-am
        !           379: 
        !           380: CTAGS: ctags
        !           381: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        !           382:        $(am__define_uniq_tagged_files); \
1.29      moko      383:        test -z "$(CTAGS_ARGS)$$unique" \
1.10      paf       384:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.29      moko      385:             $$unique
1.10      paf       386: 
                    387: GTAGS:
                    388:        here=`$(am__cd) $(top_builddir) && pwd` \
1.29      moko      389:          && $(am__cd) $(top_srcdir) \
                    390:          && gtags -i $(GTAGS_ARGS) "$$here"
1.32    ! moko      391: cscopelist: cscopelist-am
        !           392: 
        !           393: cscopelist-am: $(am__tagged_files)
        !           394:        list='$(am__tagged_files)'; \
        !           395:        case "$(srcdir)" in \
        !           396:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
        !           397:          *) sdir=$(subdir)/$(srcdir) ;; \
        !           398:        esac; \
        !           399:        for i in $$list; do \
        !           400:          if test -f "$$i"; then \
        !           401:            echo "$(subdir)/$$i"; \
        !           402:          else \
        !           403:            echo "$$sdir/$$i"; \
        !           404:          fi; \
        !           405:        done >> $(top_builddir)/cscope.files
1.1       paf       406: 
                    407: distclean-tags:
1.10      paf       408:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       paf       409: 
                    410: distdir: $(DISTFILES)
1.29      moko      411:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    412:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    413:        list='$(DISTFILES)'; \
                    414:          dist_files=`for file in $$list; do echo $$file; done | \
                    415:          sed -e "s|^$$srcdirstrip/||;t" \
                    416:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    417:        case $$dist_files in \
                    418:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    419:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    420:                           sort -u` ;; \
                    421:        esac; \
                    422:        for file in $$dist_files; do \
1.10      paf       423:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       paf       424:          if test -d $$d/$$file; then \
1.29      moko      425:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    426:            if test -d "$(distdir)/$$file"; then \
                    427:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    428:            fi; \
1.10      paf       429:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.29      moko      430:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    431:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.10      paf       432:            fi; \
1.29      moko      433:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       paf       434:          else \
1.29      moko      435:            test -f "$(distdir)/$$file" \
                    436:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.10      paf       437:            || exit 1; \
1.1       paf       438:          fi; \
                    439:        done
                    440: check-am: all-am
                    441: check: check-am
1.10      paf       442: all-am: Makefile $(HEADERS) pa_config_auto.h
                    443: installdirs:
                    444: install: install-am
1.1       paf       445: install-exec: install-exec-am
                    446: install-data: install-data-am
1.10      paf       447: uninstall: uninstall-am
1.1       paf       448: 
                    449: install-am: all-am
                    450:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.10      paf       451: 
                    452: installcheck: installcheck-am
1.1       paf       453: install-strip:
1.32    ! moko      454:        if test -z '$(STRIP)'; then \
        !           455:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           456:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           457:              install; \
        !           458:        else \
        !           459:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           460:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           461:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
        !           462:        fi
1.1       paf       463: mostlyclean-generic:
                    464: 
                    465: clean-generic:
                    466: 
                    467: distclean-generic:
1.19      paf       468:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.29      moko      469:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       paf       470: 
                    471: maintainer-clean-generic:
1.10      paf       472:        @echo "This command is intended for maintainers to use"
                    473:        @echo "it deletes files that may require special tools to rebuild."
                    474: clean: clean-am
                    475: 
1.27      moko      476: clean-am: clean-generic clean-libtool mostlyclean-am
1.10      paf       477: 
                    478: distclean: distclean-am
1.19      paf       479:        -rm -f Makefile
1.29      moko      480: distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
1.1       paf       481: 
1.10      paf       482: dvi: dvi-am
                    483: 
                    484: dvi-am:
                    485: 
1.19      paf       486: html: html-am
                    487: 
1.29      moko      488: html-am:
                    489: 
1.10      paf       490: info: info-am
                    491: 
                    492: info-am:
1.1       paf       493: 
1.10      paf       494: install-data-am:
1.1       paf       495: 
1.29      moko      496: install-dvi: install-dvi-am
                    497: 
                    498: install-dvi-am:
                    499: 
1.10      paf       500: install-exec-am:
1.1       paf       501: 
1.29      moko      502: install-html: install-html-am
                    503: 
                    504: install-html-am:
                    505: 
1.10      paf       506: install-info: install-info-am
1.1       paf       507: 
1.29      moko      508: install-info-am:
                    509: 
1.10      paf       510: install-man:
1.1       paf       511: 
1.29      moko      512: install-pdf: install-pdf-am
                    513: 
                    514: install-pdf-am:
                    515: 
                    516: install-ps: install-ps-am
                    517: 
                    518: install-ps-am:
                    519: 
1.10      paf       520: installcheck-am:
1.1       paf       521: 
                    522: maintainer-clean: maintainer-clean-am
1.19      paf       523:        -rm -f Makefile
1.10      paf       524: maintainer-clean-am: distclean-am maintainer-clean-generic
                    525: 
                    526: mostlyclean: mostlyclean-am
                    527: 
1.27      moko      528: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1.10      paf       529: 
                    530: pdf: pdf-am
                    531: 
                    532: pdf-am:
                    533: 
                    534: ps: ps-am
                    535: 
                    536: ps-am:
                    537: 
1.29      moko      538: uninstall-am:
                    539: 
                    540: .MAKE: all install-am install-strip
1.1       paf       541: 
1.32    ! moko      542: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
        !           543:        clean-libtool cscopelist-am ctags ctags-am distclean \
        !           544:        distclean-generic distclean-hdr distclean-libtool \
        !           545:        distclean-tags distdir dvi dvi-am html html-am info info-am \
        !           546:        install install-am install-data install-data-am install-dvi \
        !           547:        install-dvi-am install-exec install-exec-am install-html \
        !           548:        install-html-am install-info install-info-am install-man \
        !           549:        install-pdf install-pdf-am install-ps install-ps-am \
        !           550:        install-strip installcheck installcheck-am installdirs \
        !           551:        maintainer-clean maintainer-clean-generic mostlyclean \
        !           552:        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
        !           553:        tags tags-am uninstall uninstall-am
        !           554: 
        !           555: .PRECIOUS: Makefile
1.29      moko      556: 
1.1       paf       557: 
                    558: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    559: # Otherwise a system limit (for SysV at least) may be exceeded.
                    560: .NOEXPORT:

E-mail: