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

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.33    ! moko      292: runstatedir = @runstatedir@
1.10      paf       293: sbindir = @sbindir@
                    294: sharedstatedir = @sharedstatedir@
1.29      moko      295: srcdir = @srcdir@
1.10      paf       296: subdirs = @subdirs@
1.27      moko      297: sys_symbol_underscore = @sys_symbol_underscore@
1.10      paf       298: sysconfdir = @sysconfdir@
                    299: target_alias = @target_alias@
1.29      moko      300: top_build_prefix = @top_build_prefix@
                    301: top_builddir = @top_builddir@
                    302: top_srcdir = @top_srcdir@
1.31      moko      303: 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       304: all: pa_config_auto.h
                    305:        $(MAKE) $(AM_MAKEFLAGS) all-am
1.1       paf       306: 
                    307: .SUFFIXES:
1.19      paf       308: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    309:        @for dep in $?; do \
                    310:          case '$(am__configure_deps)' in \
                    311:            *$$dep*) \
1.29      moko      312:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    313:                && { if test -f $@; then exit 0; else break; fi; }; \
1.19      paf       314:              exit 1;; \
                    315:          esac; \
                    316:        done; \
1.29      moko      317:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/include/Makefile'; \
                    318:        $(am__cd) $(top_srcdir) && \
                    319:          $(AUTOMAKE) --gnu src/include/Makefile
1.19      paf       320: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    321:        @case '$?' in \
                    322:          *config.status*) \
                    323:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    324:          *) \
                    325:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    326:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    327:        esac;
                    328: 
                    329: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    330:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    331: 
                    332: $(top_srcdir)/configure:  $(am__configure_deps)
                    333:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    334: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    335:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.29      moko      336: $(am__aclocal_m4_deps):
1.1       paf       337: 
1.10      paf       338: pa_config_auto.h: stamp-h1
1.32      moko      339:        @test -f $@ || rm -f stamp-h1
                    340:        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1.1       paf       341: 
1.10      paf       342: stamp-h1: $(srcdir)/pa_config_auto.h.in $(top_builddir)/config.status
                    343:        @rm -f stamp-h1
                    344:        cd $(top_builddir) && $(SHELL) ./config.status src/include/pa_config_auto.h
1.19      paf       345: $(srcdir)/pa_config_auto.h.in:  $(am__configure_deps) 
1.29      moko      346:        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1.19      paf       347:        rm -f stamp-h1
                    348:        touch $@
1.1       paf       349: 
                    350: distclean-hdr:
1.10      paf       351:        -rm -f pa_config_auto.h stamp-h1
1.27      moko      352: 
                    353: mostlyclean-libtool:
                    354:        -rm -f *.lo
                    355: 
                    356: clean-libtool:
                    357:        -rm -rf .libs _libs
                    358: 
1.32      moko      359: ID: $(am__tagged_files)
                    360:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    361: tags: tags-am
                    362: TAGS: tags
1.1       paf       363: 
1.32      moko      364: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.29      moko      365:        set x; \
1.1       paf       366:        here=`pwd`; \
1.32      moko      367:        $(am__define_uniq_tagged_files); \
1.29      moko      368:        shift; \
                    369:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.19      paf       370:          test -n "$$unique" || unique=$$empty_fix; \
1.29      moko      371:          if test $$# -gt 0; then \
                    372:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    373:              "$$@" $$unique; \
                    374:          else \
                    375:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    376:              $$unique; \
                    377:          fi; \
1.19      paf       378:        fi
1.32      moko      379: ctags: ctags-am
                    380: 
                    381: CTAGS: ctags
                    382: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    383:        $(am__define_uniq_tagged_files); \
1.29      moko      384:        test -z "$(CTAGS_ARGS)$$unique" \
1.10      paf       385:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.29      moko      386:             $$unique
1.10      paf       387: 
                    388: GTAGS:
                    389:        here=`$(am__cd) $(top_builddir) && pwd` \
1.29      moko      390:          && $(am__cd) $(top_srcdir) \
                    391:          && gtags -i $(GTAGS_ARGS) "$$here"
1.32      moko      392: cscopelist: cscopelist-am
                    393: 
                    394: cscopelist-am: $(am__tagged_files)
                    395:        list='$(am__tagged_files)'; \
                    396:        case "$(srcdir)" in \
                    397:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    398:          *) sdir=$(subdir)/$(srcdir) ;; \
                    399:        esac; \
                    400:        for i in $$list; do \
                    401:          if test -f "$$i"; then \
                    402:            echo "$(subdir)/$$i"; \
                    403:          else \
                    404:            echo "$$sdir/$$i"; \
                    405:          fi; \
                    406:        done >> $(top_builddir)/cscope.files
1.1       paf       407: 
                    408: distclean-tags:
1.10      paf       409:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       paf       410: 
                    411: distdir: $(DISTFILES)
1.29      moko      412:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    413:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    414:        list='$(DISTFILES)'; \
                    415:          dist_files=`for file in $$list; do echo $$file; done | \
                    416:          sed -e "s|^$$srcdirstrip/||;t" \
                    417:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    418:        case $$dist_files in \
                    419:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    420:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    421:                           sort -u` ;; \
                    422:        esac; \
                    423:        for file in $$dist_files; do \
1.10      paf       424:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       paf       425:          if test -d $$d/$$file; then \
1.29      moko      426:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    427:            if test -d "$(distdir)/$$file"; then \
                    428:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    429:            fi; \
1.10      paf       430:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.29      moko      431:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    432:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.10      paf       433:            fi; \
1.29      moko      434:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       paf       435:          else \
1.29      moko      436:            test -f "$(distdir)/$$file" \
                    437:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.10      paf       438:            || exit 1; \
1.1       paf       439:          fi; \
                    440:        done
                    441: check-am: all-am
                    442: check: check-am
1.10      paf       443: all-am: Makefile $(HEADERS) pa_config_auto.h
                    444: installdirs:
                    445: install: install-am
1.1       paf       446: install-exec: install-exec-am
                    447: install-data: install-data-am
1.10      paf       448: uninstall: uninstall-am
1.1       paf       449: 
                    450: install-am: all-am
                    451:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.10      paf       452: 
                    453: installcheck: installcheck-am
1.1       paf       454: install-strip:
1.32      moko      455:        if test -z '$(STRIP)'; then \
                    456:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    457:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    458:              install; \
                    459:        else \
                    460:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    461:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    462:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    463:        fi
1.1       paf       464: mostlyclean-generic:
                    465: 
                    466: clean-generic:
                    467: 
                    468: distclean-generic:
1.19      paf       469:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.29      moko      470:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       paf       471: 
                    472: maintainer-clean-generic:
1.10      paf       473:        @echo "This command is intended for maintainers to use"
                    474:        @echo "it deletes files that may require special tools to rebuild."
                    475: clean: clean-am
                    476: 
1.27      moko      477: clean-am: clean-generic clean-libtool mostlyclean-am
1.10      paf       478: 
                    479: distclean: distclean-am
1.19      paf       480:        -rm -f Makefile
1.29      moko      481: distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
1.1       paf       482: 
1.10      paf       483: dvi: dvi-am
                    484: 
                    485: dvi-am:
                    486: 
1.19      paf       487: html: html-am
                    488: 
1.29      moko      489: html-am:
                    490: 
1.10      paf       491: info: info-am
                    492: 
                    493: info-am:
1.1       paf       494: 
1.10      paf       495: install-data-am:
1.1       paf       496: 
1.29      moko      497: install-dvi: install-dvi-am
                    498: 
                    499: install-dvi-am:
                    500: 
1.10      paf       501: install-exec-am:
1.1       paf       502: 
1.29      moko      503: install-html: install-html-am
                    504: 
                    505: install-html-am:
                    506: 
1.10      paf       507: install-info: install-info-am
1.1       paf       508: 
1.29      moko      509: install-info-am:
                    510: 
1.10      paf       511: install-man:
1.1       paf       512: 
1.29      moko      513: install-pdf: install-pdf-am
                    514: 
                    515: install-pdf-am:
                    516: 
                    517: install-ps: install-ps-am
                    518: 
                    519: install-ps-am:
                    520: 
1.10      paf       521: installcheck-am:
1.1       paf       522: 
                    523: maintainer-clean: maintainer-clean-am
1.19      paf       524:        -rm -f Makefile
1.10      paf       525: maintainer-clean-am: distclean-am maintainer-clean-generic
                    526: 
                    527: mostlyclean: mostlyclean-am
                    528: 
1.27      moko      529: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1.10      paf       530: 
                    531: pdf: pdf-am
                    532: 
                    533: pdf-am:
                    534: 
                    535: ps: ps-am
                    536: 
                    537: ps-am:
                    538: 
1.29      moko      539: uninstall-am:
                    540: 
                    541: .MAKE: all install-am install-strip
1.1       paf       542: 
1.32      moko      543: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
                    544:        clean-libtool cscopelist-am ctags ctags-am distclean \
                    545:        distclean-generic distclean-hdr distclean-libtool \
                    546:        distclean-tags distdir dvi dvi-am html html-am info info-am \
                    547:        install install-am install-data install-data-am install-dvi \
                    548:        install-dvi-am install-exec install-exec-am install-html \
                    549:        install-html-am install-info install-info-am install-man \
                    550:        install-pdf install-pdf-am install-ps install-ps-am \
                    551:        install-strip installcheck installcheck-am installdirs \
                    552:        maintainer-clean maintainer-clean-generic mostlyclean \
                    553:        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
                    554:        tags tags-am uninstall uninstall-am
                    555: 
                    556: .PRECIOUS: Makefile
1.29      moko      557: 
1.1       paf       558: 
                    559: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    560: # Otherwise a system limit (for SysV at least) may be exceeded.
                    561: .NOEXPORT:

E-mail: