Annotation of parser3/etc/Makefile.in, revision 1.32

1.31      moko        1: # Makefile.in generated by automake 1.16.3 from Makefile.am.
1.13      paf         2: # @configure_input@
1.1       paf         3: 
1.31      moko        4: # Copyright (C) 1994-2020 Free Software Foundation, Inc.
1.27      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.13      paf        15: @SET_MAKE@
1.30      moko       16: 
1.1       paf        17: VPATH = @srcdir@
1.27      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.25      moko       74: pkgincludedir = $(includedir)/@PACKAGE@
1.1       paf        75: pkglibdir = $(libdir)/@PACKAGE@
1.25      moko       76: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.13      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.25      moko       89: build_triplet = @build@
1.1       paf        90: host_triplet = @host@
1.17      paf        91: subdir = etc
                     92: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.23      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.26      moko      100:        $(top_srcdir)/configure.ac
1.17      paf       101: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                    102:        $(ACLOCAL_M4)
1.27      moko      103: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
1.23      moko      104: mkinstalldirs = $(install_sh) -d
1.17      paf       105: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
1.30      moko      106: CONFIG_CLEAN_FILES = auto.p
1.25      moko      107: CONFIG_CLEAN_VPATH_FILES =
1.27      moko      108: AM_V_P = $(am__v_P_@AM_V@)
                    109: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                    110: am__v_P_0 = false
                    111: am__v_P_1 = :
                    112: AM_V_GEN = $(am__v_GEN_@AM_V@)
                    113: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                    114: am__v_GEN_0 = @echo "  GEN     " $@;
                    115: am__v_GEN_1 = 
                    116: AM_V_at = $(am__v_at_@AM_V@)
                    117: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    118: am__v_at_0 = @
                    119: am__v_at_1 = 
1.17      paf       120: SOURCES =
                    121: DIST_SOURCES =
1.27      moko      122: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
                    123:        ctags-recursive dvi-recursive html-recursive info-recursive \
                    124:        install-data-recursive install-dvi-recursive \
                    125:        install-exec-recursive install-html-recursive \
                    126:        install-info-recursive install-pdf-recursive \
                    127:        install-ps-recursive install-recursive installcheck-recursive \
                    128:        installdirs-recursive pdf-recursive ps-recursive \
                    129:        tags-recursive uninstall-recursive
                    130: am__can_run_installinfo = \
                    131:   case $$AM_UPDATE_INFO_DIR in \
                    132:     n|no|NO) false;; \
                    133:     *) (install-info --version) >/dev/null 2>&1;; \
                    134:   esac
1.30      moko      135: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                    136: am__vpath_adj = case $$p in \
                    137:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                    138:     *) f=$$p;; \
                    139:   esac;
                    140: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
                    141: am__install_max = 40
                    142: am__nobase_strip_setup = \
                    143:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
                    144: am__nobase_strip = \
                    145:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
                    146: am__nobase_list = $(am__nobase_strip_setup); \
                    147:   for p in $$list; do echo "$$p $$p"; done | \
                    148:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
                    149:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
                    150:     if (++n[$$2] == $(am__install_max)) \
                    151:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
                    152:     END { for (dir in files) print dir, files[dir] }'
                    153: am__base_list = \
                    154:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
                    155:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
                    156: am__uninstall_files_from_dir = { \
                    157:   test -z "$$files" \
                    158:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
                    159:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
                    160:          $(am__cd) "$$dir" && rm -f $$files; }; \
                    161:   }
                    162: am__installdirs = "$(DESTDIR)$(confdir)"
                    163: DATA = $(conf_DATA)
1.25      moko      164: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
                    165:   distclean-recursive maintainer-clean-recursive
1.27      moko      166: am__recursive_targets = \
                    167:   $(RECURSIVE_TARGETS) \
                    168:   $(RECURSIVE_CLEAN_TARGETS) \
                    169:   $(am__extra_recursive_targets)
                    170: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
1.29      moko      171:        distdir distdir-am
1.27      moko      172: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    173: # Read a list of newline-separated strings from the standard input,
                    174: # and print each of them once, without duplicates.  Input order is
                    175: # *not* preserved.
                    176: am__uniquify_input = $(AWK) '\
                    177:   BEGIN { nonempty = 0; } \
                    178:   { items[$$0] = 1; nonempty = 1; } \
                    179:   END { if (nonempty) { for (i in items) print i; }; } \
                    180: '
                    181: # Make sure the list of sources is unique.  This is necessary because,
                    182: # e.g., the same source file might be shared among _SOURCES variables
                    183: # for different programs/libraries.
                    184: am__define_uniq_tagged_files = \
                    185:   list='$(am__tagged_files)'; \
                    186:   unique=`for i in $$list; do \
                    187:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    188:   done | $(am__uniquify_input)`
1.17      paf       189: ETAGS = etags
                    190: CTAGS = ctags
                    191: DIST_SUBDIRS = $(SUBDIRS)
1.30      moko      192: am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/auto.p.in
1.17      paf       193: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.25      moko      194: am__relativize = \
                    195:   dir0=`pwd`; \
                    196:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
                    197:   sed_rest='s,^[^/]*/*,,'; \
                    198:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
                    199:   sed_butlast='s,/*[^/]*$$,,'; \
                    200:   while test -n "$$dir1"; do \
                    201:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
                    202:     if test "$$first" != "."; then \
                    203:       if test "$$first" = ".."; then \
                    204:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
                    205:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
                    206:       else \
                    207:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
                    208:         if test "$$first2" = "$$first"; then \
                    209:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
                    210:         else \
                    211:           dir2="../$$dir2"; \
                    212:         fi; \
                    213:         dir0="$$dir0"/"$$first"; \
                    214:       fi; \
                    215:     fi; \
                    216:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
                    217:   done; \
                    218:   reldir="$$dir2"
1.13      paf       219: ACLOCAL = @ACLOCAL@
1.32    ! moko      220: AMQP_INCLUDES = @AMQP_INCLUDES@
        !           221: AMQP_LIBS = @AMQP_LIBS@
1.13      paf       222: AMTAR = @AMTAR@
1.27      moko      223: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.21      moko      224: APACHE = @APACHE@
                    225: APACHE_CFLAGS = @APACHE_CFLAGS@
                    226: APACHE_INC = @APACHE_INC@
1.23      moko      227: AR = @AR@
                    228: ARGZ_H = @ARGZ_H@
                    229: AS = @AS@
1.13      paf       230: AUTOCONF = @AUTOCONF@
                    231: AUTOHEADER = @AUTOHEADER@
                    232: AUTOMAKE = @AUTOMAKE@
1.1       paf       233: AWK = @AWK@
                    234: CC = @CC@
1.13      paf       235: CCDEPMODE = @CCDEPMODE@
                    236: CFLAGS = @CFLAGS@
1.14      paf       237: CPP = @CPP@
1.13      paf       238: CPPFLAGS = @CPPFLAGS@
1.1       paf       239: CXX = @CXX@
1.23      moko      240: CXXCPP = @CXXCPP@
1.13      paf       241: CXXDEPMODE = @CXXDEPMODE@
                    242: CXXFLAGS = @CXXFLAGS@
                    243: CYGPATH_W = @CYGPATH_W@
                    244: DEFS = @DEFS@
                    245: DEPDIR = @DEPDIR@
1.23      moko      246: DLLTOOL = @DLLTOOL@
                    247: DSYMUTIL = @DSYMUTIL@
                    248: DUMPBIN = @DUMPBIN@
1.13      paf       249: ECHO_C = @ECHO_C@
                    250: ECHO_N = @ECHO_N@
                    251: ECHO_T = @ECHO_T@
                    252: EGREP = @EGREP@
                    253: EXEEXT = @EXEEXT@
1.23      moko      254: FGREP = @FGREP@
1.15      paf       255: GC_LIBS = @GC_LIBS@
1.23      moko      256: GREP = @GREP@
1.1       paf       257: INCLTDL = @INCLTDL@
1.25      moko      258: INSTALL = @INSTALL@
1.13      paf       259: INSTALL_DATA = @INSTALL_DATA@
                    260: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    261: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    262: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.23      moko      263: LD = @LD@
1.13      paf       264: LDFLAGS = @LDFLAGS@
1.1       paf       265: LIBADD_DL = @LIBADD_DL@
1.23      moko      266: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
                    267: LIBADD_DLOPEN = @LIBADD_DLOPEN@
                    268: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1       paf       269: LIBLTDL = @LIBLTDL@
1.13      paf       270: LIBOBJS = @LIBOBJS@
                    271: LIBS = @LIBS@
1.23      moko      272: LIBTOOL = @LIBTOOL@
                    273: LIPO = @LIPO@
                    274: LN_S = @LN_S@
                    275: LTDLDEPS = @LTDLDEPS@
                    276: LTDLINCL = @LTDLINCL@
                    277: LTDLOPEN = @LTDLOPEN@
1.13      paf       278: LTLIBOBJS = @LTLIBOBJS@
1.23      moko      279: LT_CONFIG_H = @LT_CONFIG_H@
                    280: LT_DLLOADERS = @LT_DLLOADERS@
                    281: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1       paf       282: MAKEINFO = @MAKEINFO@
1.23      moko      283: MANIFEST_TOOL = @MANIFEST_TOOL@
1.9       paf       284: MIME_INCLUDES = @MIME_INCLUDES@
                    285: MIME_LIBS = @MIME_LIBS@
1.25      moko      286: MKDIR_P = @MKDIR_P@
1.23      moko      287: NM = @NM@
                    288: NMEDIT = @NMEDIT@
                    289: OBJDUMP = @OBJDUMP@
1.13      paf       290: OBJEXT = @OBJEXT@
1.23      moko      291: OTOOL = @OTOOL@
                    292: OTOOL64 = @OTOOL64@
1.1       paf       293: P3S = @P3S@
                    294: PACKAGE = @PACKAGE@
1.13      paf       295: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    296: PACKAGE_NAME = @PACKAGE_NAME@
                    297: PACKAGE_STRING = @PACKAGE_STRING@
                    298: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.25      moko      299: PACKAGE_URL = @PACKAGE_URL@
1.13      paf       300: PACKAGE_VERSION = @PACKAGE_VERSION@
                    301: PATH_SEPARATOR = @PATH_SEPARATOR@
1.19      misha     302: PCRE_INCLUDES = @PCRE_INCLUDES@
                    303: PCRE_LIBS = @PCRE_LIBS@
1.1       paf       304: RANLIB = @RANLIB@
1.23      moko      305: SED = @SED@
1.13      paf       306: SET_MAKE = @SET_MAKE@
                    307: SHELL = @SHELL@
                    308: STRIP = @STRIP@
1.1       paf       309: VERSION = @VERSION@
                    310: XML_INCLUDES = @XML_INCLUDES@
                    311: XML_LIBS = @XML_LIBS@
                    312: YACC = @YACC@
1.25      moko      313: YFLAGS = @YFLAGS@
                    314: abs_builddir = @abs_builddir@
                    315: abs_srcdir = @abs_srcdir@
                    316: abs_top_builddir = @abs_top_builddir@
                    317: abs_top_srcdir = @abs_top_srcdir@
1.23      moko      318: ac_ct_AR = @ac_ct_AR@
1.13      paf       319: ac_ct_CC = @ac_ct_CC@
                    320: ac_ct_CXX = @ac_ct_CXX@
1.23      moko      321: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1.13      paf       322: am__include = @am__include@
1.17      paf       323: am__leading_dot = @am__leading_dot@
1.13      paf       324: am__quote = @am__quote@
1.17      paf       325: am__tar = @am__tar@
                    326: am__untar = @am__untar@
1.13      paf       327: bindir = @bindir@
                    328: build = @build@
                    329: build_alias = @build_alias@
                    330: build_cpu = @build_cpu@
                    331: build_os = @build_os@
                    332: build_vendor = @build_vendor@
1.25      moko      333: builddir = @builddir@
1.13      paf       334: datadir = @datadir@
1.25      moko      335: datarootdir = @datarootdir@
1.10      paf       336: dll_extension = @dll_extension@
1.25      moko      337: docdir = @docdir@
                    338: dvidir = @dvidir@
1.13      paf       339: exec_prefix = @exec_prefix@
                    340: host = @host@
                    341: host_alias = @host_alias@
                    342: host_cpu = @host_cpu@
1.1       paf       343: host_os = @host_os@
1.13      paf       344: host_vendor = @host_vendor@
1.25      moko      345: htmldir = @htmldir@
1.13      paf       346: includedir = @includedir@
                    347: infodir = @infodir@
                    348: install_sh = @install_sh@
                    349: libdir = @libdir@
                    350: libexecdir = @libexecdir@
1.25      moko      351: localedir = @localedir@
1.13      paf       352: localstatedir = @localstatedir@
1.23      moko      353: ltdl_LIBOBJS = @ltdl_LIBOBJS@
                    354: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.13      paf       355: mandir = @mandir@
1.17      paf       356: mkdir_p = @mkdir_p@
1.13      paf       357: oldincludedir = @oldincludedir@
1.25      moko      358: pdfdir = @pdfdir@
1.13      paf       359: prefix = @prefix@
                    360: program_transform_name = @program_transform_name@
1.25      moko      361: psdir = @psdir@
1.28      moko      362: runstatedir = @runstatedir@
1.13      paf       363: sbindir = @sbindir@
                    364: sharedstatedir = @sharedstatedir@
1.25      moko      365: srcdir = @srcdir@
1.13      paf       366: subdirs = @subdirs@
1.23      moko      367: sys_symbol_underscore = @sys_symbol_underscore@
1.13      paf       368: sysconfdir = @sysconfdir@
                    369: target_alias = @target_alias@
1.25      moko      370: top_build_prefix = @top_build_prefix@
                    371: top_builddir = @top_builddir@
                    372: top_srcdir = @top_srcdir@
1.1       paf       373: SUBDIRS = parser3.charsets
1.30      moko      374: confdir = @sysconfdir@
                    375: conf_DATA = auto.p
1.13      paf       376: all: all-recursive
1.1       paf       377: 
                    378: .SUFFIXES:
1.17      paf       379: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    380:        @for dep in $?; do \
                    381:          case '$(am__configure_deps)' in \
                    382:            *$$dep*) \
1.25      moko      383:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    384:                && { if test -f $@; then exit 0; else break; fi; }; \
1.17      paf       385:              exit 1;; \
                    386:          esac; \
                    387:        done; \
1.25      moko      388:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu etc/Makefile'; \
                    389:        $(am__cd) $(top_srcdir) && \
                    390:          $(AUTOMAKE) --gnu etc/Makefile
1.17      paf       391: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    392:        @case '$?' in \
                    393:          *config.status*) \
                    394:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    395:          *) \
1.29      moko      396:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
                    397:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
1.17      paf       398:        esac;
                    399: 
                    400: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    401:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    402: 
                    403: $(top_srcdir)/configure:  $(am__configure_deps)
                    404:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    405: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    406:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.25      moko      407: $(am__aclocal_m4_deps):
1.30      moko      408: auto.p: $(top_builddir)/config.status $(srcdir)/auto.p.in
                    409:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1.23      moko      410: 
                    411: mostlyclean-libtool:
                    412:        -rm -f *.lo
                    413: 
                    414: clean-libtool:
                    415:        -rm -rf .libs _libs
1.30      moko      416: install-confDATA: $(conf_DATA)
                    417:        @$(NORMAL_INSTALL)
                    418:        @list='$(conf_DATA)'; test -n "$(confdir)" || list=; \
                    419:        if test -n "$$list"; then \
                    420:          echo " $(MKDIR_P) '$(DESTDIR)$(confdir)'"; \
                    421:          $(MKDIR_P) "$(DESTDIR)$(confdir)" || exit 1; \
                    422:        fi; \
                    423:        for p in $$list; do \
                    424:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                    425:          echo "$$d$$p"; \
                    426:        done | $(am__base_list) | \
                    427:        while read files; do \
                    428:          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(confdir)'"; \
                    429:          $(INSTALL_DATA) $$files "$(DESTDIR)$(confdir)" || exit $$?; \
                    430:        done
                    431: 
                    432: uninstall-confDATA:
                    433:        @$(NORMAL_UNINSTALL)
                    434:        @list='$(conf_DATA)'; test -n "$(confdir)" || list=; \
                    435:        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
                    436:        dir='$(DESTDIR)$(confdir)'; $(am__uninstall_files_from_dir)
1.23      moko      437: 
1.1       paf       438: # This directory's subdirectories are mostly independent; you can cd
1.27      moko      439: # into them and run 'make' without going through this Makefile.
                    440: # To change the values of 'make' variables: instead of editing Makefiles,
                    441: # (1) if the variable is set in 'config.status', edit 'config.status'
                    442: #     (which will cause the Makefiles to be regenerated when you run 'make');
                    443: # (2) otherwise, pass the desired values on the 'make' command line.
                    444: $(am__recursive_targets):
                    445:        @fail=; \
                    446:        if $(am__make_keepgoing); then \
                    447:          failcom='fail=yes'; \
                    448:        else \
                    449:          failcom='exit 1'; \
                    450:        fi; \
1.1       paf       451:        dot_seen=no; \
                    452:        target=`echo $@ | sed s/-recursive//`; \
1.27      moko      453:        case "$@" in \
                    454:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    455:          *) list='$(SUBDIRS)' ;; \
                    456:        esac; \
                    457:        for subdir in $$list; do \
1.1       paf       458:          echo "Making $$target in $$subdir"; \
                    459:          if test "$$subdir" = "."; then \
                    460:            dot_seen=yes; \
                    461:            local_target="$$target-am"; \
                    462:          else \
                    463:            local_target="$$target"; \
                    464:          fi; \
1.25      moko      465:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    466:          || eval $$failcom; \
1.1       paf       467:        done; \
                    468:        if test "$$dot_seen" = "no"; then \
                    469:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    470:        fi; test -z "$$fail"
                    471: 
1.27      moko      472: ID: $(am__tagged_files)
                    473:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    474: tags: tags-recursive
                    475: TAGS: tags
1.1       paf       476: 
1.27      moko      477: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.25      moko      478:        set x; \
1.1       paf       479:        here=`pwd`; \
1.17      paf       480:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    481:          include_option=--etags-include; \
                    482:          empty_fix=.; \
                    483:        else \
                    484:          include_option=--include; \
                    485:          empty_fix=; \
                    486:        fi; \
1.1       paf       487:        list='$(SUBDIRS)'; for subdir in $$list; do \
1.13      paf       488:          if test "$$subdir" = .; then :; else \
1.17      paf       489:            test ! -f $$subdir/TAGS || \
1.25      moko      490:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1.13      paf       491:          fi; \
1.1       paf       492:        done; \
1.27      moko      493:        $(am__define_uniq_tagged_files); \
1.25      moko      494:        shift; \
                    495:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.17      paf       496:          test -n "$$unique" || unique=$$empty_fix; \
1.25      moko      497:          if test $$# -gt 0; then \
                    498:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    499:              "$$@" $$unique; \
                    500:          else \
                    501:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    502:              $$unique; \
                    503:          fi; \
1.17      paf       504:        fi
1.27      moko      505: ctags: ctags-recursive
                    506: 
                    507: CTAGS: ctags
                    508: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    509:        $(am__define_uniq_tagged_files); \
1.25      moko      510:        test -z "$(CTAGS_ARGS)$$unique" \
1.13      paf       511:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.25      moko      512:             $$unique
1.13      paf       513: 
                    514: GTAGS:
                    515:        here=`$(am__cd) $(top_builddir) && pwd` \
1.25      moko      516:          && $(am__cd) $(top_srcdir) \
                    517:          && gtags -i $(GTAGS_ARGS) "$$here"
1.27      moko      518: cscopelist: cscopelist-recursive
                    519: 
                    520: cscopelist-am: $(am__tagged_files)
                    521:        list='$(am__tagged_files)'; \
                    522:        case "$(srcdir)" in \
                    523:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    524:          *) sdir=$(subdir)/$(srcdir) ;; \
                    525:        esac; \
                    526:        for i in $$list; do \
                    527:          if test -f "$$i"; then \
                    528:            echo "$(subdir)/$$i"; \
                    529:          else \
                    530:            echo "$$sdir/$$i"; \
                    531:          fi; \
                    532:        done >> $(top_builddir)/cscope.files
1.1       paf       533: 
                    534: distclean-tags:
1.13      paf       535:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       paf       536: 
1.29      moko      537: distdir: $(BUILT_SOURCES)
                    538:        $(MAKE) $(AM_MAKEFLAGS) distdir-am
                    539: 
                    540: distdir-am: $(DISTFILES)
1.25      moko      541:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    542:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    543:        list='$(DISTFILES)'; \
                    544:          dist_files=`for file in $$list; do echo $$file; done | \
                    545:          sed -e "s|^$$srcdirstrip/||;t" \
                    546:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    547:        case $$dist_files in \
                    548:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    549:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    550:                           sort -u` ;; \
                    551:        esac; \
                    552:        for file in $$dist_files; do \
1.13      paf       553:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       paf       554:          if test -d $$d/$$file; then \
1.25      moko      555:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    556:            if test -d "$(distdir)/$$file"; then \
                    557:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    558:            fi; \
1.13      paf       559:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.25      moko      560:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    561:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.13      paf       562:            fi; \
1.25      moko      563:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       paf       564:          else \
1.25      moko      565:            test -f "$(distdir)/$$file" \
                    566:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.13      paf       567:            || exit 1; \
1.1       paf       568:          fi; \
                    569:        done
1.25      moko      570:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1       paf       571:          if test "$$subdir" = .; then :; else \
1.27      moko      572:            $(am__make_dryrun) \
                    573:              || test -d "$(distdir)/$$subdir" \
                    574:              || $(MKDIR_P) "$(distdir)/$$subdir" \
                    575:              || exit 1; \
1.25      moko      576:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
                    577:            $(am__relativize); \
                    578:            new_distdir=$$reldir; \
                    579:            dir1=$$subdir; dir2="$(top_distdir)"; \
                    580:            $(am__relativize); \
                    581:            new_top_distdir=$$reldir; \
                    582:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
                    583:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
                    584:            ($(am__cd) $$subdir && \
1.13      paf       585:              $(MAKE) $(AM_MAKEFLAGS) \
1.25      moko      586:                top_distdir="$$new_top_distdir" \
                    587:                distdir="$$new_distdir" \
                    588:                am__remove_distdir=: \
                    589:                am__skip_length_check=: \
                    590:                am__skip_mode_fix=: \
1.13      paf       591:                distdir) \
1.1       paf       592:              || exit 1; \
                    593:          fi; \
                    594:        done
                    595: check-am: all-am
                    596: check: check-recursive
1.30      moko      597: all-am: Makefile $(DATA)
1.13      paf       598: installdirs: installdirs-recursive
                    599: installdirs-am:
1.30      moko      600:        for dir in "$(DESTDIR)$(confdir)"; do \
                    601:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    602:        done
1.13      paf       603: install: install-recursive
1.1       paf       604: install-exec: install-exec-recursive
                    605: install-data: install-data-recursive
1.13      paf       606: uninstall: uninstall-recursive
1.1       paf       607: 
                    608: install-am: all-am
                    609:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.13      paf       610: 
                    611: installcheck: installcheck-recursive
1.1       paf       612: install-strip:
1.27      moko      613:        if test -z '$(STRIP)'; then \
                    614:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    615:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    616:              install; \
                    617:        else \
                    618:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    619:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    620:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    621:        fi
1.1       paf       622: mostlyclean-generic:
                    623: 
                    624: clean-generic:
                    625: 
                    626: distclean-generic:
1.17      paf       627:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.25      moko      628:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       paf       629: 
                    630: maintainer-clean-generic:
1.13      paf       631:        @echo "This command is intended for maintainers to use"
                    632:        @echo "it deletes files that may require special tools to rebuild."
                    633: clean: clean-recursive
                    634: 
1.23      moko      635: clean-am: clean-generic clean-libtool mostlyclean-am
1.13      paf       636: 
                    637: distclean: distclean-recursive
1.17      paf       638:        -rm -f Makefile
1.25      moko      639: distclean-am: clean-am distclean-generic distclean-tags
1.13      paf       640: 
                    641: dvi: dvi-recursive
                    642: 
                    643: dvi-am:
1.1       paf       644: 
1.17      paf       645: html: html-recursive
                    646: 
1.25      moko      647: html-am:
                    648: 
1.13      paf       649: info: info-recursive
                    650: 
                    651: info-am:
1.1       paf       652: 
1.30      moko      653: install-data-am: install-confDATA
1.1       paf       654: 
1.25      moko      655: install-dvi: install-dvi-recursive
                    656: 
                    657: install-dvi-am:
                    658: 
1.13      paf       659: install-exec-am:
1.1       paf       660: 
1.25      moko      661: install-html: install-html-recursive
                    662: 
                    663: install-html-am:
                    664: 
1.13      paf       665: install-info: install-info-recursive
1.1       paf       666: 
1.25      moko      667: install-info-am:
                    668: 
1.13      paf       669: install-man:
1.1       paf       670: 
1.25      moko      671: install-pdf: install-pdf-recursive
                    672: 
                    673: install-pdf-am:
                    674: 
                    675: install-ps: install-ps-recursive
                    676: 
                    677: install-ps-am:
                    678: 
1.13      paf       679: installcheck-am:
1.1       paf       680: 
                    681: maintainer-clean: maintainer-clean-recursive
1.17      paf       682:        -rm -f Makefile
1.13      paf       683: maintainer-clean-am: distclean-am maintainer-clean-generic
                    684: 
                    685: mostlyclean: mostlyclean-recursive
                    686: 
1.23      moko      687: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1.13      paf       688: 
                    689: pdf: pdf-recursive
                    690: 
                    691: pdf-am:
                    692: 
                    693: ps: ps-recursive
1.1       paf       694: 
1.13      paf       695: ps-am:
                    696: 
1.30      moko      697: uninstall-am: uninstall-confDATA
1.13      paf       698: 
1.27      moko      699: .MAKE: $(am__recursive_targets) install-am install-strip
                    700: 
                    701: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
                    702:        check-am clean clean-generic clean-libtool cscopelist-am ctags \
                    703:        ctags-am distclean distclean-generic distclean-libtool \
                    704:        distclean-tags distdir dvi dvi-am html html-am info info-am \
1.30      moko      705:        install install-am install-confDATA install-data \
                    706:        install-data-am install-dvi install-dvi-am install-exec \
                    707:        install-exec-am install-html install-html-am install-info \
                    708:        install-info-am install-man install-pdf install-pdf-am \
                    709:        install-ps install-ps-am install-strip installcheck \
                    710:        installcheck-am installdirs installdirs-am maintainer-clean \
                    711:        maintainer-clean-generic mostlyclean mostlyclean-generic \
                    712:        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
                    713:        uninstall-am uninstall-confDATA
1.13      paf       714: 
1.27      moko      715: .PRECIOUS: Makefile
1.25      moko      716: 
1.1       paf       717: 
                    718: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    719: # Otherwise a system limit (for SysV at least) may be exceeded.
                    720: .NOEXPORT:

E-mail: