Annotation of parser3/Makefile.in, revision 1.174

1.163     moko        1: # Makefile.in generated by automake 1.16.1 from Makefile.am.
1.43      paf         2: # @configure_input@
1.1       paf         3: 
1.163     moko        4: # Copyright (C) 1994-2018 Free Software Foundation, Inc.
1.153     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.43      paf        15: @SET_MAKE@
1.1       paf        16: VPATH = @srcdir@
1.153     moko       17: am__is_gnu_make = { \
                     18:   if test -z '$(MAKELEVEL)'; then \
                     19:     false; \
                     20:   elif test -n '$(MAKE_HOST)'; then \
                     21:     true; \
                     22:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
                     23:     true; \
                     24:   else \
                     25:     false; \
                     26:   fi; \
                     27: }
                     28: am__make_running_with_option = \
                     29:   case $${target_option-} in \
                     30:       ?) ;; \
                     31:       *) echo "am__make_running_with_option: internal error: invalid" \
                     32:               "target option '$${target_option-}' specified" >&2; \
                     33:          exit 1;; \
                     34:   esac; \
                     35:   has_opt=no; \
                     36:   sane_makeflags=$$MAKEFLAGS; \
                     37:   if $(am__is_gnu_make); then \
                     38:     sane_makeflags=$$MFLAGS; \
                     39:   else \
                     40:     case $$MAKEFLAGS in \
                     41:       *\\[\ \  ]*) \
                     42:         bs=\\; \
                     43:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
                     44:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
                     45:     esac; \
                     46:   fi; \
                     47:   skip_next=no; \
                     48:   strip_trailopt () \
                     49:   { \
                     50:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
                     51:   }; \
                     52:   for flg in $$sane_makeflags; do \
                     53:     test $$skip_next = yes && { skip_next=no; continue; }; \
                     54:     case $$flg in \
                     55:       *=*|--*) continue;; \
                     56:         -*I) strip_trailopt 'I'; skip_next=yes;; \
                     57:       -*I?*) strip_trailopt 'I';; \
                     58:         -*O) strip_trailopt 'O'; skip_next=yes;; \
                     59:       -*O?*) strip_trailopt 'O';; \
                     60:         -*l) strip_trailopt 'l'; skip_next=yes;; \
                     61:       -*l?*) strip_trailopt 'l';; \
                     62:       -[dEDm]) skip_next=yes;; \
                     63:       -[JT]) skip_next=yes;; \
                     64:     esac; \
                     65:     case $$flg in \
                     66:       *$$target_option*) has_opt=yes; break;; \
                     67:     esac; \
                     68:   done; \
                     69:   test $$has_opt = yes
                     70: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
                     71: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1.1       paf        72: pkgdatadir = $(datadir)/@PACKAGE@
1.119     moko       73: pkgincludedir = $(includedir)/@PACKAGE@
1.1       paf        74: pkglibdir = $(libdir)/@PACKAGE@
1.119     moko       75: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.43      paf        76: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     77: install_sh_DATA = $(install_sh) -c -m 644
                     78: install_sh_PROGRAM = $(install_sh) -c
                     79: install_sh_SCRIPT = $(install_sh) -c
                     80: INSTALL_HEADER = $(INSTALL_DATA)
                     81: transform = $(program_transform_name)
1.1       paf        82: NORMAL_INSTALL = :
                     83: PRE_INSTALL = :
                     84: POST_INSTALL = :
                     85: NORMAL_UNINSTALL = :
                     86: PRE_UNINSTALL = :
                     87: POST_UNINSTALL = :
1.119     moko       88: build_triplet = @build@
1.1       paf        89: host_triplet = @host@
1.119     moko       90: subdir = .
1.64      paf        91: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.100     moko       92: am__aclocal_m4_deps = $(top_srcdir)/src/lib/ltdl/m4/argz.m4 \
                     93:        $(top_srcdir)/src/lib/ltdl/m4/libtool.m4 \
                     94:        $(top_srcdir)/src/lib/ltdl/m4/ltdl.m4 \
                     95:        $(top_srcdir)/src/lib/ltdl/m4/ltoptions.m4 \
                     96:        $(top_srcdir)/src/lib/ltdl/m4/ltsugar.m4 \
                     97:        $(top_srcdir)/src/lib/ltdl/m4/ltversion.m4 \
                     98:        $(top_srcdir)/src/lib/ltdl/m4/lt~obsolete.m4 \
1.142     moko       99:        $(top_srcdir)/configure.ac
1.64      paf       100: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                    101:        $(ACLOCAL_M4)
1.153     moko      102: DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
                    103:        $(am__configure_deps) $(am__DIST_COMMON)
1.64      paf       104: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
1.119     moko      105:  configure.lineno config.status.lineno
1.100     moko      106: mkinstalldirs = $(install_sh) -d
1.64      paf       107: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
                    108: CONFIG_CLEAN_FILES =
1.119     moko      109: CONFIG_CLEAN_VPATH_FILES =
1.153     moko      110: AM_V_P = $(am__v_P_@AM_V@)
                    111: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                    112: am__v_P_0 = false
                    113: am__v_P_1 = :
                    114: AM_V_GEN = $(am__v_GEN_@AM_V@)
                    115: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                    116: am__v_GEN_0 = @echo "  GEN     " $@;
                    117: am__v_GEN_1 = 
                    118: AM_V_at = $(am__v_at_@AM_V@)
                    119: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    120: am__v_at_0 = @
                    121: am__v_at_1 = 
1.64      paf       122: SOURCES =
                    123: DIST_SOURCES =
1.153     moko      124: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
                    125:        ctags-recursive dvi-recursive html-recursive info-recursive \
                    126:        install-data-recursive install-dvi-recursive \
                    127:        install-exec-recursive install-html-recursive \
                    128:        install-info-recursive install-pdf-recursive \
                    129:        install-ps-recursive install-recursive installcheck-recursive \
                    130:        installdirs-recursive pdf-recursive ps-recursive \
                    131:        tags-recursive uninstall-recursive
                    132: am__can_run_installinfo = \
                    133:   case $$AM_UPDATE_INFO_DIR in \
                    134:     n|no|NO) false;; \
                    135:     *) (install-info --version) >/dev/null 2>&1;; \
                    136:   esac
1.119     moko      137: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
                    138:   distclean-recursive maintainer-clean-recursive
1.153     moko      139: am__recursive_targets = \
                    140:   $(RECURSIVE_TARGETS) \
                    141:   $(RECURSIVE_CLEAN_TARGETS) \
                    142:   $(am__extra_recursive_targets)
                    143: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
1.163     moko      144:        cscope distdir distdir-am dist dist-all distcheck
1.153     moko      145: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    146: # Read a list of newline-separated strings from the standard input,
                    147: # and print each of them once, without duplicates.  Input order is
                    148: # *not* preserved.
                    149: am__uniquify_input = $(AWK) '\
                    150:   BEGIN { nonempty = 0; } \
                    151:   { items[$$0] = 1; nonempty = 1; } \
                    152:   END { if (nonempty) { for (i in items) print i; }; } \
                    153: '
                    154: # Make sure the list of sources is unique.  This is necessary because,
                    155: # e.g., the same source file might be shared among _SOURCES variables
                    156: # for different programs/libraries.
                    157: am__define_uniq_tagged_files = \
                    158:   list='$(am__tagged_files)'; \
                    159:   unique=`for i in $$list; do \
                    160:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    161:   done | $(am__uniquify_input)`
1.64      paf       162: ETAGS = etags
                    163: CTAGS = ctags
1.153     moko      164: CSCOPE = cscope
1.64      paf       165: DIST_SUBDIRS = $(SUBDIRS)
1.153     moko      166: am__DIST_COMMON = $(srcdir)/Makefile.in AUTHORS COPYING ChangeLog \
                    167:        INSTALL NEWS README compile config.guess config.sub depcomp \
                    168:        install-sh ltmain.sh missing
1.64      paf       169: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    170: distdir = $(PACKAGE)-$(VERSION)
                    171: top_distdir = $(distdir)
                    172: am__remove_distdir = \
1.153     moko      173:   if test -d "$(distdir)"; then \
                    174:     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
                    175:       && rm -rf "$(distdir)" \
                    176:       || { sleep 5 && rm -rf "$(distdir)"; }; \
                    177:   else :; fi
                    178: am__post_remove_distdir = $(am__remove_distdir)
1.119     moko      179: am__relativize = \
                    180:   dir0=`pwd`; \
                    181:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
                    182:   sed_rest='s,^[^/]*/*,,'; \
                    183:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
                    184:   sed_butlast='s,/*[^/]*$$,,'; \
                    185:   while test -n "$$dir1"; do \
                    186:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
                    187:     if test "$$first" != "."; then \
                    188:       if test "$$first" = ".."; then \
                    189:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
                    190:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
                    191:       else \
                    192:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
                    193:         if test "$$first2" = "$$first"; then \
                    194:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
                    195:         else \
                    196:           dir2="../$$dir2"; \
                    197:         fi; \
                    198:         dir0="$$dir0"/"$$first"; \
                    199:       fi; \
                    200:     fi; \
                    201:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
                    202:   done; \
                    203:   reldir="$$dir2"
1.64      paf       204: DIST_ARCHIVES = $(distdir).tar.gz
                    205: GZIP_ENV = --best
1.153     moko      206: DIST_TARGETS = dist-gzip
1.64      paf       207: distuninstallcheck_listfiles = find . -type f -print
1.153     moko      208: am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
                    209:   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
1.64      paf       210: distcleancheck_listfiles = find . -type f -print
1.43      paf       211: ACLOCAL = @ACLOCAL@
                    212: AMTAR = @AMTAR@
1.153     moko      213: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.95      moko      214: APACHE = @APACHE@
                    215: APACHE_CFLAGS = @APACHE_CFLAGS@
                    216: APACHE_INC = @APACHE_INC@
1.100     moko      217: AR = @AR@
                    218: ARGZ_H = @ARGZ_H@
                    219: AS = @AS@
1.43      paf       220: AUTOCONF = @AUTOCONF@
                    221: AUTOHEADER = @AUTOHEADER@
                    222: AUTOMAKE = @AUTOMAKE@
1.1       paf       223: AWK = @AWK@
                    224: CC = @CC@
1.43      paf       225: CCDEPMODE = @CCDEPMODE@
                    226: CFLAGS = @CFLAGS@
1.48      paf       227: CPP = @CPP@
1.43      paf       228: CPPFLAGS = @CPPFLAGS@
1.1       paf       229: CXX = @CXX@
1.100     moko      230: CXXCPP = @CXXCPP@
1.43      paf       231: CXXDEPMODE = @CXXDEPMODE@
                    232: CXXFLAGS = @CXXFLAGS@
                    233: CYGPATH_W = @CYGPATH_W@
                    234: DEFS = @DEFS@
                    235: DEPDIR = @DEPDIR@
1.100     moko      236: DLLTOOL = @DLLTOOL@
                    237: DSYMUTIL = @DSYMUTIL@
                    238: DUMPBIN = @DUMPBIN@
1.43      paf       239: ECHO_C = @ECHO_C@
                    240: ECHO_N = @ECHO_N@
                    241: ECHO_T = @ECHO_T@
                    242: EGREP = @EGREP@
                    243: EXEEXT = @EXEEXT@
1.100     moko      244: FGREP = @FGREP@
1.49      paf       245: GC_LIBS = @GC_LIBS@
1.100     moko      246: GREP = @GREP@
1.1       paf       247: INCLTDL = @INCLTDL@
1.119     moko      248: INSTALL = @INSTALL@
1.43      paf       249: INSTALL_DATA = @INSTALL_DATA@
                    250: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    251: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    252: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.100     moko      253: LD = @LD@
1.43      paf       254: LDFLAGS = @LDFLAGS@
1.1       paf       255: LIBADD_DL = @LIBADD_DL@
1.100     moko      256: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
                    257: LIBADD_DLOPEN = @LIBADD_DLOPEN@
                    258: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1       paf       259: LIBLTDL = @LIBLTDL@
1.43      paf       260: LIBOBJS = @LIBOBJS@
                    261: LIBS = @LIBS@
1.100     moko      262: LIBTOOL = @LIBTOOL@
                    263: LIPO = @LIPO@
                    264: LN_S = @LN_S@
                    265: LTDLDEPS = @LTDLDEPS@
                    266: LTDLINCL = @LTDLINCL@
                    267: LTDLOPEN = @LTDLOPEN@
1.43      paf       268: LTLIBOBJS = @LTLIBOBJS@
1.100     moko      269: LT_CONFIG_H = @LT_CONFIG_H@
                    270: LT_DLLOADERS = @LT_DLLOADERS@
                    271: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1       paf       272: MAKEINFO = @MAKEINFO@
1.100     moko      273: MANIFEST_TOOL = @MANIFEST_TOOL@
1.14      paf       274: MIME_INCLUDES = @MIME_INCLUDES@
                    275: MIME_LIBS = @MIME_LIBS@
1.119     moko      276: MKDIR_P = @MKDIR_P@
1.100     moko      277: NM = @NM@
                    278: NMEDIT = @NMEDIT@
                    279: OBJDUMP = @OBJDUMP@
1.43      paf       280: OBJEXT = @OBJEXT@
1.100     moko      281: OTOOL = @OTOOL@
                    282: OTOOL64 = @OTOOL64@
1.1       paf       283: P3S = @P3S@
                    284: PACKAGE = @PACKAGE@
1.43      paf       285: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    286: PACKAGE_NAME = @PACKAGE_NAME@
                    287: PACKAGE_STRING = @PACKAGE_STRING@
                    288: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.119     moko      289: PACKAGE_URL = @PACKAGE_URL@
1.43      paf       290: PACKAGE_VERSION = @PACKAGE_VERSION@
                    291: PATH_SEPARATOR = @PATH_SEPARATOR@
1.73      misha     292: PCRE_INCLUDES = @PCRE_INCLUDES@
                    293: PCRE_LIBS = @PCRE_LIBS@
1.1       paf       294: RANLIB = @RANLIB@
1.100     moko      295: SED = @SED@
1.43      paf       296: SET_MAKE = @SET_MAKE@
                    297: SHELL = @SHELL@
                    298: STRIP = @STRIP@
1.1       paf       299: VERSION = @VERSION@
                    300: XML_INCLUDES = @XML_INCLUDES@
                    301: XML_LIBS = @XML_LIBS@
                    302: YACC = @YACC@
1.119     moko      303: YFLAGS = @YFLAGS@
                    304: abs_builddir = @abs_builddir@
                    305: abs_srcdir = @abs_srcdir@
                    306: abs_top_builddir = @abs_top_builddir@
                    307: abs_top_srcdir = @abs_top_srcdir@
1.100     moko      308: ac_ct_AR = @ac_ct_AR@
1.43      paf       309: ac_ct_CC = @ac_ct_CC@
                    310: ac_ct_CXX = @ac_ct_CXX@
1.100     moko      311: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1.43      paf       312: am__include = @am__include@
1.64      paf       313: am__leading_dot = @am__leading_dot@
1.43      paf       314: am__quote = @am__quote@
1.64      paf       315: am__tar = @am__tar@
                    316: am__untar = @am__untar@
1.43      paf       317: bindir = @bindir@
                    318: build = @build@
                    319: build_alias = @build_alias@
                    320: build_cpu = @build_cpu@
                    321: build_os = @build_os@
                    322: build_vendor = @build_vendor@
1.119     moko      323: builddir = @builddir@
1.43      paf       324: datadir = @datadir@
1.119     moko      325: datarootdir = @datarootdir@
1.20      paf       326: dll_extension = @dll_extension@
1.119     moko      327: docdir = @docdir@
                    328: dvidir = @dvidir@
1.43      paf       329: exec_prefix = @exec_prefix@
                    330: host = @host@
                    331: host_alias = @host_alias@
                    332: host_cpu = @host_cpu@
1.1       paf       333: host_os = @host_os@
1.43      paf       334: host_vendor = @host_vendor@
1.119     moko      335: htmldir = @htmldir@
1.43      paf       336: includedir = @includedir@
                    337: infodir = @infodir@
                    338: install_sh = @install_sh@
                    339: libdir = @libdir@
                    340: libexecdir = @libexecdir@
1.119     moko      341: localedir = @localedir@
1.43      paf       342: localstatedir = @localstatedir@
1.100     moko      343: ltdl_LIBOBJS = @ltdl_LIBOBJS@
                    344: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.43      paf       345: mandir = @mandir@
1.64      paf       346: mkdir_p = @mkdir_p@
1.43      paf       347: oldincludedir = @oldincludedir@
1.119     moko      348: pdfdir = @pdfdir@
1.43      paf       349: prefix = @prefix@
                    350: program_transform_name = @program_transform_name@
1.119     moko      351: psdir = @psdir@
1.156     moko      352: runstatedir = @runstatedir@
1.43      paf       353: sbindir = @sbindir@
                    354: sharedstatedir = @sharedstatedir@
1.119     moko      355: srcdir = @srcdir@
1.43      paf       356: subdirs = @subdirs@
1.100     moko      357: sys_symbol_underscore = @sys_symbol_underscore@
1.43      paf       358: sysconfdir = @sysconfdir@
                    359: target_alias = @target_alias@
1.119     moko      360: top_build_prefix = @top_build_prefix@
                    361: top_builddir = @top_builddir@
                    362: top_srcdir = @top_srcdir@
1.164     moko      363: SUBDIRS = src etc
1.103     moko      364: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4
1.136     moko      365: EXTRA_DIST = operators.txt parser3.sln gnu.vcproj buildall acsite.m4
1.43      paf       366: all: all-recursive
1.1       paf       367: 
                    368: .SUFFIXES:
1.153     moko      369: am--refresh: Makefile
1.64      paf       370:        @:
                    371: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    372:        @for dep in $?; do \
                    373:          case '$(am__configure_deps)' in \
                    374:            *$$dep*) \
1.119     moko      375:              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
                    376:              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
1.64      paf       377:                && exit 0; \
                    378:              exit 1;; \
                    379:          esac; \
                    380:        done; \
1.119     moko      381:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
                    382:        $(am__cd) $(top_srcdir) && \
                    383:          $(AUTOMAKE) --gnu Makefile
1.64      paf       384: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    385:        @case '$?' in \
                    386:          *config.status*) \
                    387:            echo ' $(SHELL) ./config.status'; \
                    388:            $(SHELL) ./config.status;; \
                    389:          *) \
1.163     moko      390:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
                    391:            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
1.64      paf       392:        esac;
1.1       paf       393: 
1.64      paf       394: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1.1       paf       395:        $(SHELL) ./config.status --recheck
1.64      paf       396: 
                    397: $(top_srcdir)/configure:  $(am__configure_deps)
1.119     moko      398:        $(am__cd) $(srcdir) && $(AUTOCONF)
1.64      paf       399: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1.119     moko      400:        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
                    401: $(am__aclocal_m4_deps):
1.100     moko      402: 
                    403: mostlyclean-libtool:
                    404:        -rm -f *.lo
                    405: 
                    406: clean-libtool:
                    407:        -rm -rf .libs _libs
                    408: 
                    409: distclean-libtool:
1.119     moko      410:        -rm -f libtool config.lt
1.40      paf       411: 
1.1       paf       412: # This directory's subdirectories are mostly independent; you can cd
1.153     moko      413: # into them and run 'make' without going through this Makefile.
                    414: # To change the values of 'make' variables: instead of editing Makefiles,
                    415: # (1) if the variable is set in 'config.status', edit 'config.status'
                    416: #     (which will cause the Makefiles to be regenerated when you run 'make');
                    417: # (2) otherwise, pass the desired values on the 'make' command line.
                    418: $(am__recursive_targets):
                    419:        @fail=; \
                    420:        if $(am__make_keepgoing); then \
                    421:          failcom='fail=yes'; \
                    422:        else \
                    423:          failcom='exit 1'; \
                    424:        fi; \
1.1       paf       425:        dot_seen=no; \
                    426:        target=`echo $@ | sed s/-recursive//`; \
1.153     moko      427:        case "$@" in \
                    428:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    429:          *) list='$(SUBDIRS)' ;; \
                    430:        esac; \
                    431:        for subdir in $$list; do \
1.1       paf       432:          echo "Making $$target in $$subdir"; \
                    433:          if test "$$subdir" = "."; then \
                    434:            dot_seen=yes; \
                    435:            local_target="$$target-am"; \
                    436:          else \
                    437:            local_target="$$target"; \
                    438:          fi; \
1.119     moko      439:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    440:          || eval $$failcom; \
1.1       paf       441:        done; \
                    442:        if test "$$dot_seen" = "no"; then \
                    443:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    444:        fi; test -z "$$fail"
                    445: 
1.153     moko      446: ID: $(am__tagged_files)
                    447:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    448: tags: tags-recursive
                    449: TAGS: tags
1.1       paf       450: 
1.153     moko      451: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.119     moko      452:        set x; \
1.1       paf       453:        here=`pwd`; \
1.64      paf       454:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    455:          include_option=--etags-include; \
                    456:          empty_fix=.; \
                    457:        else \
                    458:          include_option=--include; \
                    459:          empty_fix=; \
                    460:        fi; \
1.1       paf       461:        list='$(SUBDIRS)'; for subdir in $$list; do \
1.43      paf       462:          if test "$$subdir" = .; then :; else \
1.64      paf       463:            test ! -f $$subdir/TAGS || \
1.119     moko      464:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1.43      paf       465:          fi; \
1.1       paf       466:        done; \
1.153     moko      467:        $(am__define_uniq_tagged_files); \
1.119     moko      468:        shift; \
                    469:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.64      paf       470:          test -n "$$unique" || unique=$$empty_fix; \
1.119     moko      471:          if test $$# -gt 0; then \
                    472:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    473:              "$$@" $$unique; \
                    474:          else \
                    475:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    476:              $$unique; \
                    477:          fi; \
1.64      paf       478:        fi
1.153     moko      479: ctags: ctags-recursive
                    480: 
                    481: CTAGS: ctags
                    482: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    483:        $(am__define_uniq_tagged_files); \
1.119     moko      484:        test -z "$(CTAGS_ARGS)$$unique" \
1.43      paf       485:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.119     moko      486:             $$unique
1.43      paf       487: 
                    488: GTAGS:
                    489:        here=`$(am__cd) $(top_builddir) && pwd` \
1.119     moko      490:          && $(am__cd) $(top_srcdir) \
                    491:          && gtags -i $(GTAGS_ARGS) "$$here"
1.153     moko      492: cscope: cscope.files
                    493:        test ! -s cscope.files \
                    494:          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
                    495: clean-cscope:
                    496:        -rm -f cscope.files
                    497: cscope.files: clean-cscope cscopelist
                    498: cscopelist: cscopelist-recursive
                    499: 
                    500: cscopelist-am: $(am__tagged_files)
                    501:        list='$(am__tagged_files)'; \
                    502:        case "$(srcdir)" in \
                    503:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    504:          *) sdir=$(subdir)/$(srcdir) ;; \
                    505:        esac; \
                    506:        for i in $$list; do \
                    507:          if test -f "$$i"; then \
                    508:            echo "$(subdir)/$$i"; \
                    509:          else \
                    510:            echo "$$sdir/$$i"; \
                    511:          fi; \
                    512:        done >> $(top_builddir)/cscope.files
1.1       paf       513: 
1.43      paf       514: distclean-tags:
                    515:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.153     moko      516:        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1.1       paf       517: 
1.163     moko      518: distdir: $(BUILT_SOURCES)
                    519:        $(MAKE) $(AM_MAKEFLAGS) distdir-am
                    520: 
                    521: distdir-am: $(DISTFILES)
1.43      paf       522:        $(am__remove_distdir)
1.119     moko      523:        test -d "$(distdir)" || mkdir "$(distdir)"
                    524:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    525:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    526:        list='$(DISTFILES)'; \
                    527:          dist_files=`for file in $$list; do echo $$file; done | \
                    528:          sed -e "s|^$$srcdirstrip/||;t" \
                    529:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    530:        case $$dist_files in \
                    531:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    532:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    533:                           sort -u` ;; \
                    534:        esac; \
                    535:        for file in $$dist_files; do \
1.43      paf       536:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       paf       537:          if test -d $$d/$$file; then \
1.119     moko      538:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    539:            if test -d "$(distdir)/$$file"; then \
                    540:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    541:            fi; \
1.43      paf       542:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.119     moko      543:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    544:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.43      paf       545:            fi; \
1.119     moko      546:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       paf       547:          else \
1.119     moko      548:            test -f "$(distdir)/$$file" \
                    549:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.43      paf       550:            || exit 1; \
1.1       paf       551:          fi; \
                    552:        done
1.119     moko      553:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1       paf       554:          if test "$$subdir" = .; then :; else \
1.153     moko      555:            $(am__make_dryrun) \
                    556:              || test -d "$(distdir)/$$subdir" \
                    557:              || $(MKDIR_P) "$(distdir)/$$subdir" \
                    558:              || exit 1; \
1.119     moko      559:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
                    560:            $(am__relativize); \
                    561:            new_distdir=$$reldir; \
                    562:            dir1=$$subdir; dir2="$(top_distdir)"; \
                    563:            $(am__relativize); \
                    564:            new_top_distdir=$$reldir; \
                    565:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
                    566:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
                    567:            ($(am__cd) $$subdir && \
1.43      paf       568:              $(MAKE) $(AM_MAKEFLAGS) \
1.119     moko      569:                top_distdir="$$new_top_distdir" \
                    570:                distdir="$$new_distdir" \
                    571:                am__remove_distdir=: \
                    572:                am__skip_length_check=: \
                    573:                am__skip_mode_fix=: \
1.43      paf       574:                distdir) \
1.1       paf       575:              || exit 1; \
                    576:          fi; \
                    577:        done
1.119     moko      578:        -test -n "$(am__skip_mode_fix)" \
                    579:        || find "$(distdir)" -type d ! -perm -755 \
                    580:                -exec chmod u+rwx,go+rx {} \; -o \
1.43      paf       581:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                    582:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1.119     moko      583:          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
                    584:        || chmod -R a+r "$(distdir)"
1.43      paf       585: dist-gzip: distdir
1.163     moko      586:        tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
1.153     moko      587:        $(am__post_remove_distdir)
1.64      paf       588: 
                    589: dist-bzip2: distdir
1.153     moko      590:        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
                    591:        $(am__post_remove_distdir)
1.64      paf       592: 
1.153     moko      593: dist-lzip: distdir
                    594:        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
                    595:        $(am__post_remove_distdir)
1.119     moko      596: 
                    597: dist-xz: distdir
1.153     moko      598:        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
                    599:        $(am__post_remove_distdir)
1.119     moko      600: 
1.64      paf       601: dist-tarZ: distdir
1.153     moko      602:        @echo WARNING: "Support for distribution archives compressed with" \
                    603:                       "legacy program 'compress' is deprecated." >&2
                    604:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1.64      paf       605:        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1.153     moko      606:        $(am__post_remove_distdir)
1.64      paf       607: 
                    608: dist-shar: distdir
1.153     moko      609:        @echo WARNING: "Support for shar distribution archives is" \
                    610:                       "deprecated." >&2
                    611:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1.163     moko      612:        shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
1.153     moko      613:        $(am__post_remove_distdir)
1.64      paf       614: 
                    615: dist-zip: distdir
                    616:        -rm -f $(distdir).zip
                    617:        zip -rq $(distdir).zip $(distdir)
1.153     moko      618:        $(am__post_remove_distdir)
1.43      paf       619: 
1.153     moko      620: dist dist-all:
                    621:        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
                    622:        $(am__post_remove_distdir)
1.43      paf       623: 
                    624: # This target untars the dist file and tries a VPATH configuration.  Then
                    625: # it guarantees that the distribution is self-contained by making another
                    626: # tarfile.
                    627: distcheck: dist
1.64      paf       628:        case '$(DIST_ARCHIVES)' in \
                    629:        *.tar.gz*) \
1.163     moko      630:          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1.64      paf       631:        *.tar.bz2*) \
1.119     moko      632:          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1.153     moko      633:        *.tar.lz*) \
                    634:          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1.119     moko      635:        *.tar.xz*) \
                    636:          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1.64      paf       637:        *.tar.Z*) \
                    638:          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
                    639:        *.shar.gz*) \
1.163     moko      640:          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1.64      paf       641:        *.zip*) \
                    642:          unzip $(distdir).zip ;;\
                    643:        esac
1.153     moko      644:        chmod -R a-w $(distdir)
                    645:        chmod u+w $(distdir)
                    646:        mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1.43      paf       647:        chmod a-w $(distdir)
1.119     moko      648:        test -d $(distdir)/_build || exit 0; \
1.64      paf       649:        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1.43      paf       650:          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1.119     moko      651:          && am__cwd=`pwd` \
1.153     moko      652:          && $(am__cd) $(distdir)/_build/sub \
                    653:          && ../../configure \
                    654:            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1.43      paf       655:            $(DISTCHECK_CONFIGURE_FLAGS) \
1.153     moko      656:            --srcdir=../.. --prefix="$$dc_install_base" \
1.43      paf       657:          && $(MAKE) $(AM_MAKEFLAGS) \
                    658:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
                    659:          && $(MAKE) $(AM_MAKEFLAGS) check \
                    660:          && $(MAKE) $(AM_MAKEFLAGS) install \
                    661:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                    662:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
                    663:          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
                    664:                distuninstallcheck \
                    665:          && chmod -R a-w "$$dc_install_base" \
                    666:          && ({ \
1.64      paf       667:               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1.43      paf       668:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
                    669:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
                    670:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
                    671:                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
                    672:              } || { rm -rf "$$dc_destdir"; exit 1; }) \
                    673:          && rm -rf "$$dc_destdir" \
1.64      paf       674:          && $(MAKE) $(AM_MAKEFLAGS) dist \
                    675:          && rm -rf $(DIST_ARCHIVES) \
1.119     moko      676:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
                    677:          && cd "$$am__cwd" \
                    678:          || exit 1
1.153     moko      679:        $(am__post_remove_distdir)
1.64      paf       680:        @(echo "$(distdir) archives ready for distribution: "; \
                    681:          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1.119     moko      682:          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1.43      paf       683: distuninstallcheck:
1.153     moko      684:        @test -n '$(distuninstallcheck_dir)' || { \
                    685:          echo 'ERROR: trying to run $@ with an empty' \
                    686:               '$$(distuninstallcheck_dir)' >&2; \
                    687:          exit 1; \
                    688:        }; \
                    689:        $(am__cd) '$(distuninstallcheck_dir)' || { \
                    690:          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
                    691:          exit 1; \
                    692:        }; \
                    693:        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1.43      paf       694:           || { echo "ERROR: files left after uninstall:" ; \
                    695:                if test -n "$(DESTDIR)"; then \
                    696:                  echo "  (check DESTDIR support)"; \
                    697:                fi ; \
                    698:                $(distuninstallcheck_listfiles) ; \
                    699:                exit 1; } >&2
                    700: distcleancheck: distclean
1.64      paf       701:        @if test '$(srcdir)' = . ; then \
1.43      paf       702:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
                    703:          exit 1 ; \
                    704:        fi
1.64      paf       705:        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1.43      paf       706:          || { echo "ERROR: files left in build directory after distclean:" ; \
                    707:               $(distcleancheck_listfiles) ; \
                    708:               exit 1; } >&2
1.1       paf       709: check-am: all-am
                    710: check: check-recursive
1.43      paf       711: all-am: Makefile
                    712: installdirs: installdirs-recursive
                    713: installdirs-am:
                    714: install: install-recursive
1.1       paf       715: install-exec: install-exec-recursive
                    716: install-data: install-data-recursive
1.43      paf       717: uninstall: uninstall-recursive
1.1       paf       718: 
                    719: install-am: all-am
                    720:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.43      paf       721: 
                    722: installcheck: installcheck-recursive
1.1       paf       723: install-strip:
1.153     moko      724:        if test -z '$(STRIP)'; then \
                    725:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    726:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    727:              install; \
                    728:        else \
                    729:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    730:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    731:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    732:        fi
1.1       paf       733: mostlyclean-generic:
                    734: 
                    735: clean-generic:
                    736: 
                    737: distclean-generic:
1.64      paf       738:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.119     moko      739:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       paf       740: 
                    741: maintainer-clean-generic:
1.43      paf       742:        @echo "This command is intended for maintainers to use"
                    743:        @echo "it deletes files that may require special tools to rebuild."
                    744: clean: clean-recursive
                    745: 
1.100     moko      746: clean-am: clean-generic clean-libtool mostlyclean-am
1.43      paf       747: 
                    748: distclean: distclean-recursive
                    749:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1.64      paf       750:        -rm -f Makefile
1.100     moko      751: distclean-am: clean-am distclean-generic distclean-libtool \
                    752:        distclean-tags
1.43      paf       753: 
                    754: dvi: dvi-recursive
1.1       paf       755: 
1.43      paf       756: dvi-am:
                    757: 
1.64      paf       758: html: html-recursive
                    759: 
1.119     moko      760: html-am:
                    761: 
1.43      paf       762: info: info-recursive
                    763: 
                    764: info-am:
1.1       paf       765: 
1.43      paf       766: install-data-am:
1.1       paf       767: 
1.119     moko      768: install-dvi: install-dvi-recursive
                    769: 
                    770: install-dvi-am:
                    771: 
1.43      paf       772: install-exec-am:
1.1       paf       773: 
1.119     moko      774: install-html: install-html-recursive
                    775: 
                    776: install-html-am:
                    777: 
1.43      paf       778: install-info: install-info-recursive
1.1       paf       779: 
1.119     moko      780: install-info-am:
                    781: 
1.43      paf       782: install-man:
1.1       paf       783: 
1.119     moko      784: install-pdf: install-pdf-recursive
                    785: 
                    786: install-pdf-am:
                    787: 
                    788: install-ps: install-ps-recursive
                    789: 
                    790: install-ps-am:
                    791: 
1.43      paf       792: installcheck-am:
1.1       paf       793: 
                    794: maintainer-clean: maintainer-clean-recursive
1.43      paf       795:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1.64      paf       796:        -rm -rf $(top_srcdir)/autom4te.cache
                    797:        -rm -f Makefile
1.43      paf       798: maintainer-clean-am: distclean-am maintainer-clean-generic
                    799: 
                    800: mostlyclean: mostlyclean-recursive
                    801: 
1.100     moko      802: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1.1       paf       803: 
1.43      paf       804: pdf: pdf-recursive
                    805: 
                    806: pdf-am:
                    807: 
                    808: ps: ps-recursive
                    809: 
                    810: ps-am:
                    811: 
1.119     moko      812: uninstall-am:
1.43      paf       813: 
1.153     moko      814: .MAKE: $(am__recursive_targets) install-am install-strip
                    815: 
                    816: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
                    817:        am--refresh check check-am clean clean-cscope clean-generic \
                    818:        clean-libtool cscope cscopelist-am ctags ctags-am dist \
                    819:        dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
                    820:        dist-xz dist-zip distcheck distclean distclean-generic \
                    821:        distclean-libtool distclean-tags distcleancheck distdir \
                    822:        distuninstallcheck dvi dvi-am html html-am info info-am \
                    823:        install install-am install-data install-data-am install-dvi \
                    824:        install-dvi-am install-exec install-exec-am install-html \
                    825:        install-html-am install-info install-info-am install-man \
                    826:        install-pdf install-pdf-am install-ps install-ps-am \
                    827:        install-strip installcheck installcheck-am installdirs \
                    828:        installdirs-am maintainer-clean maintainer-clean-generic \
                    829:        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
                    830:        ps ps-am tags tags-am uninstall uninstall-am
1.43      paf       831: 
1.153     moko      832: .PRECIOUS: Makefile
1.1       paf       833: 
                    834: 
1.21      paf       835: commit:
1.103     moko      836: #       trick to make 'make' happy at check out time
                    837: #       and avoid redundant remaking: aclocal+autoconf+automake
1.21      paf       838: 
1.143     moko      839:        cvs commit -m "no message" -f configure.ac acsite.m4 aclocal.m4 Makefile.am Makefile.in configure src/include/pa_config_auto.h.in
1.119     moko      840: 
1.1       paf       841: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    842: # Otherwise a system limit (for SysV at least) may be exceeded.
                    843: .NOEXPORT:

E-mail: