Annotation of parser3/src/lib/curl/Makefile.in, revision 1.6

1.6     ! moko        1: # Makefile.in generated by automake 1.15 from Makefile.am.
1.1       moko        2: # @configure_input@
                      3: 
1.6     ! moko        4: # Copyright (C) 1994-2014 Free Software Foundation, Inc.
        !             5: 
1.1       moko        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: 
                     15: @SET_MAKE@
                     16: 
                     17: VPATH = @srcdir@
1.6     ! 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       moko       73: pkgdatadir = $(datadir)/@PACKAGE@
1.4       moko       74: pkgincludedir = $(includedir)/@PACKAGE@
1.1       moko       75: pkglibdir = $(libdir)/@PACKAGE@
1.4       moko       76: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.1       moko       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)
                     83: NORMAL_INSTALL = :
                     84: PRE_INSTALL = :
                     85: POST_INSTALL = :
                     86: NORMAL_UNINSTALL = :
                     87: PRE_UNINSTALL = :
                     88: POST_UNINSTALL = :
1.4       moko       89: build_triplet = @build@
1.1       moko       90: host_triplet = @host@
                     91: subdir = src/lib/curl
                     92: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.2       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.5       moko      100:        $(top_srcdir)/configure.ac
1.1       moko      101: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                    102:        $(ACLOCAL_M4)
1.6     ! moko      103: DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
        !           104:        $(am__DIST_COMMON)
1.2       moko      105: mkinstalldirs = $(install_sh) -d
1.1       moko      106: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
                    107: CONFIG_CLEAN_FILES =
1.4       moko      108: CONFIG_CLEAN_VPATH_FILES =
1.6     ! 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.1       moko      121: SOURCES =
                    122: DIST_SOURCES =
1.6     ! 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.1       moko      128: HEADERS = $(noinst_HEADERS)
1.6     ! moko      129: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
        !           130: # Read a list of newline-separated strings from the standard input,
        !           131: # and print each of them once, without duplicates.  Input order is
        !           132: # *not* preserved.
        !           133: am__uniquify_input = $(AWK) '\
        !           134:   BEGIN { nonempty = 0; } \
        !           135:   { items[$$0] = 1; nonempty = 1; } \
        !           136:   END { if (nonempty) { for (i in items) print i; }; } \
        !           137: '
        !           138: # Make sure the list of sources is unique.  This is necessary because,
        !           139: # e.g., the same source file might be shared among _SOURCES variables
        !           140: # for different programs/libraries.
        !           141: am__define_uniq_tagged_files = \
        !           142:   list='$(am__tagged_files)'; \
        !           143:   unique=`for i in $$list; do \
        !           144:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           145:   done | $(am__uniquify_input)`
1.1       moko      146: ETAGS = etags
                    147: CTAGS = ctags
1.6     ! moko      148: am__DIST_COMMON = $(srcdir)/Makefile.in
1.1       moko      149: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    150: ACLOCAL = @ACLOCAL@
                    151: AMTAR = @AMTAR@
1.6     ! moko      152: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.1       moko      153: APACHE = @APACHE@
                    154: APACHE_CFLAGS = @APACHE_CFLAGS@
                    155: APACHE_INC = @APACHE_INC@
1.2       moko      156: AR = @AR@
                    157: ARGZ_H = @ARGZ_H@
                    158: AS = @AS@
1.1       moko      159: AUTOCONF = @AUTOCONF@
                    160: AUTOHEADER = @AUTOHEADER@
                    161: AUTOMAKE = @AUTOMAKE@
                    162: AWK = @AWK@
                    163: CC = @CC@
                    164: CCDEPMODE = @CCDEPMODE@
                    165: CFLAGS = @CFLAGS@
                    166: CPP = @CPP@
                    167: CPPFLAGS = @CPPFLAGS@
                    168: CXX = @CXX@
1.2       moko      169: CXXCPP = @CXXCPP@
1.1       moko      170: CXXDEPMODE = @CXXDEPMODE@
                    171: CXXFLAGS = @CXXFLAGS@
                    172: CYGPATH_W = @CYGPATH_W@
                    173: DEFS = @DEFS@
                    174: DEPDIR = @DEPDIR@
1.2       moko      175: DLLTOOL = @DLLTOOL@
                    176: DSYMUTIL = @DSYMUTIL@
                    177: DUMPBIN = @DUMPBIN@
1.1       moko      178: ECHO_C = @ECHO_C@
                    179: ECHO_N = @ECHO_N@
                    180: ECHO_T = @ECHO_T@
                    181: EGREP = @EGREP@
                    182: EXEEXT = @EXEEXT@
1.2       moko      183: FGREP = @FGREP@
1.1       moko      184: GC_LIBS = @GC_LIBS@
1.2       moko      185: GREP = @GREP@
1.1       moko      186: INCLTDL = @INCLTDL@
1.4       moko      187: INSTALL = @INSTALL@
1.1       moko      188: INSTALL_DATA = @INSTALL_DATA@
                    189: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    190: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    191: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.2       moko      192: LD = @LD@
1.1       moko      193: LDFLAGS = @LDFLAGS@
                    194: LIBADD_DL = @LIBADD_DL@
1.2       moko      195: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
                    196: LIBADD_DLOPEN = @LIBADD_DLOPEN@
                    197: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1       moko      198: LIBLTDL = @LIBLTDL@
                    199: LIBOBJS = @LIBOBJS@
                    200: LIBS = @LIBS@
1.2       moko      201: LIBTOOL = @LIBTOOL@
                    202: LIPO = @LIPO@
                    203: LN_S = @LN_S@
                    204: LTDLDEPS = @LTDLDEPS@
                    205: LTDLINCL = @LTDLINCL@
                    206: LTDLOPEN = @LTDLOPEN@
1.1       moko      207: LTLIBOBJS = @LTLIBOBJS@
1.2       moko      208: LT_CONFIG_H = @LT_CONFIG_H@
                    209: LT_DLLOADERS = @LT_DLLOADERS@
                    210: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1       moko      211: MAKEINFO = @MAKEINFO@
1.2       moko      212: MANIFEST_TOOL = @MANIFEST_TOOL@
1.1       moko      213: MIME_INCLUDES = @MIME_INCLUDES@
                    214: MIME_LIBS = @MIME_LIBS@
1.4       moko      215: MKDIR_P = @MKDIR_P@
1.2       moko      216: NM = @NM@
                    217: NMEDIT = @NMEDIT@
                    218: OBJDUMP = @OBJDUMP@
1.1       moko      219: OBJEXT = @OBJEXT@
1.2       moko      220: OTOOL = @OTOOL@
                    221: OTOOL64 = @OTOOL64@
1.1       moko      222: P3S = @P3S@
                    223: PACKAGE = @PACKAGE@
                    224: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    225: PACKAGE_NAME = @PACKAGE_NAME@
                    226: PACKAGE_STRING = @PACKAGE_STRING@
                    227: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.4       moko      228: PACKAGE_URL = @PACKAGE_URL@
1.1       moko      229: PACKAGE_VERSION = @PACKAGE_VERSION@
                    230: PATH_SEPARATOR = @PATH_SEPARATOR@
                    231: PCRE_INCLUDES = @PCRE_INCLUDES@
                    232: PCRE_LIBS = @PCRE_LIBS@
                    233: RANLIB = @RANLIB@
1.2       moko      234: SED = @SED@
1.1       moko      235: SET_MAKE = @SET_MAKE@
                    236: SHELL = @SHELL@
                    237: STRIP = @STRIP@
                    238: VERSION = @VERSION@
                    239: XML_INCLUDES = @XML_INCLUDES@
                    240: XML_LIBS = @XML_LIBS@
                    241: YACC = @YACC@
1.4       moko      242: YFLAGS = @YFLAGS@
                    243: abs_builddir = @abs_builddir@
                    244: abs_srcdir = @abs_srcdir@
                    245: abs_top_builddir = @abs_top_builddir@
                    246: abs_top_srcdir = @abs_top_srcdir@
1.2       moko      247: ac_ct_AR = @ac_ct_AR@
1.1       moko      248: ac_ct_CC = @ac_ct_CC@
                    249: ac_ct_CXX = @ac_ct_CXX@
1.2       moko      250: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1.1       moko      251: am__include = @am__include@
                    252: am__leading_dot = @am__leading_dot@
                    253: am__quote = @am__quote@
                    254: am__tar = @am__tar@
                    255: am__untar = @am__untar@
                    256: bindir = @bindir@
                    257: build = @build@
                    258: build_alias = @build_alias@
                    259: build_cpu = @build_cpu@
                    260: build_os = @build_os@
                    261: build_vendor = @build_vendor@
1.4       moko      262: builddir = @builddir@
1.1       moko      263: datadir = @datadir@
1.4       moko      264: datarootdir = @datarootdir@
1.1       moko      265: dll_extension = @dll_extension@
1.4       moko      266: docdir = @docdir@
                    267: dvidir = @dvidir@
1.1       moko      268: exec_prefix = @exec_prefix@
                    269: host = @host@
                    270: host_alias = @host_alias@
                    271: host_cpu = @host_cpu@
                    272: host_os = @host_os@
                    273: host_vendor = @host_vendor@
1.4       moko      274: htmldir = @htmldir@
1.1       moko      275: includedir = @includedir@
                    276: infodir = @infodir@
                    277: install_sh = @install_sh@
                    278: libdir = @libdir@
                    279: libexecdir = @libexecdir@
1.4       moko      280: localedir = @localedir@
1.1       moko      281: localstatedir = @localstatedir@
1.2       moko      282: ltdl_LIBOBJS = @ltdl_LIBOBJS@
                    283: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.1       moko      284: mandir = @mandir@
                    285: mkdir_p = @mkdir_p@
                    286: oldincludedir = @oldincludedir@
1.4       moko      287: pdfdir = @pdfdir@
1.1       moko      288: prefix = @prefix@
                    289: program_transform_name = @program_transform_name@
1.4       moko      290: psdir = @psdir@
1.1       moko      291: sbindir = @sbindir@
                    292: sharedstatedir = @sharedstatedir@
1.4       moko      293: srcdir = @srcdir@
1.1       moko      294: subdirs = @subdirs@
1.2       moko      295: sys_symbol_underscore = @sys_symbol_underscore@
1.1       moko      296: sysconfdir = @sysconfdir@
                    297: target_alias = @target_alias@
1.4       moko      298: top_build_prefix = @top_build_prefix@
                    299: top_builddir = @top_builddir@
                    300: top_srcdir = @top_srcdir@
1.1       moko      301: noinst_HEADERS = curl.h
                    302: all: all-am
                    303: 
                    304: .SUFFIXES:
                    305: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    306:        @for dep in $?; do \
                    307:          case '$(am__configure_deps)' in \
                    308:            *$$dep*) \
1.4       moko      309:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    310:                && { if test -f $@; then exit 0; else break; fi; }; \
1.1       moko      311:              exit 1;; \
                    312:          esac; \
                    313:        done; \
1.4       moko      314:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/curl/Makefile'; \
                    315:        $(am__cd) $(top_srcdir) && \
                    316:          $(AUTOMAKE) --gnu src/lib/curl/Makefile
1.1       moko      317: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    318:        @case '$?' in \
                    319:          *config.status*) \
                    320:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    321:          *) \
                    322:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    323:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    324:        esac;
                    325: 
                    326: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    327:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    328: 
                    329: $(top_srcdir)/configure:  $(am__configure_deps)
                    330:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    331: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    332:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.4       moko      333: $(am__aclocal_m4_deps):
1.2       moko      334: 
                    335: mostlyclean-libtool:
                    336:        -rm -f *.lo
                    337: 
                    338: clean-libtool:
                    339:        -rm -rf .libs _libs
                    340: 
1.6     ! moko      341: ID: $(am__tagged_files)
        !           342:        $(am__define_uniq_tagged_files); mkid -fID $$unique
        !           343: tags: tags-am
        !           344: TAGS: tags
1.1       moko      345: 
1.6     ! moko      346: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.4       moko      347:        set x; \
1.1       moko      348:        here=`pwd`; \
1.6     ! moko      349:        $(am__define_uniq_tagged_files); \
1.4       moko      350:        shift; \
                    351:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.1       moko      352:          test -n "$$unique" || unique=$$empty_fix; \
1.4       moko      353:          if test $$# -gt 0; then \
                    354:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    355:              "$$@" $$unique; \
                    356:          else \
                    357:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    358:              $$unique; \
                    359:          fi; \
1.1       moko      360:        fi
1.6     ! moko      361: ctags: ctags-am
        !           362: 
        !           363: CTAGS: ctags
        !           364: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        !           365:        $(am__define_uniq_tagged_files); \
1.4       moko      366:        test -z "$(CTAGS_ARGS)$$unique" \
1.1       moko      367:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.4       moko      368:             $$unique
1.1       moko      369: 
                    370: GTAGS:
                    371:        here=`$(am__cd) $(top_builddir) && pwd` \
1.4       moko      372:          && $(am__cd) $(top_srcdir) \
                    373:          && gtags -i $(GTAGS_ARGS) "$$here"
1.6     ! moko      374: cscopelist: cscopelist-am
        !           375: 
        !           376: cscopelist-am: $(am__tagged_files)
        !           377:        list='$(am__tagged_files)'; \
        !           378:        case "$(srcdir)" in \
        !           379:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
        !           380:          *) sdir=$(subdir)/$(srcdir) ;; \
        !           381:        esac; \
        !           382:        for i in $$list; do \
        !           383:          if test -f "$$i"; then \
        !           384:            echo "$(subdir)/$$i"; \
        !           385:          else \
        !           386:            echo "$$sdir/$$i"; \
        !           387:          fi; \
        !           388:        done >> $(top_builddir)/cscope.files
1.1       moko      389: 
                    390: distclean-tags:
                    391:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    392: 
                    393: distdir: $(DISTFILES)
1.4       moko      394:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    395:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    396:        list='$(DISTFILES)'; \
                    397:          dist_files=`for file in $$list; do echo $$file; done | \
                    398:          sed -e "s|^$$srcdirstrip/||;t" \
                    399:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    400:        case $$dist_files in \
                    401:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    402:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    403:                           sort -u` ;; \
                    404:        esac; \
                    405:        for file in $$dist_files; do \
1.1       moko      406:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    407:          if test -d $$d/$$file; then \
1.4       moko      408:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    409:            if test -d "$(distdir)/$$file"; then \
                    410:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    411:            fi; \
1.1       moko      412:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.4       moko      413:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    414:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1       moko      415:            fi; \
1.4       moko      416:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       moko      417:          else \
1.4       moko      418:            test -f "$(distdir)/$$file" \
                    419:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       moko      420:            || exit 1; \
                    421:          fi; \
                    422:        done
                    423: check-am: all-am
                    424: check: check-am
                    425: all-am: Makefile $(HEADERS)
                    426: installdirs:
                    427: install: install-am
                    428: install-exec: install-exec-am
                    429: install-data: install-data-am
                    430: uninstall: uninstall-am
                    431: 
                    432: install-am: all-am
                    433:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    434: 
                    435: installcheck: installcheck-am
                    436: install-strip:
1.6     ! moko      437:        if test -z '$(STRIP)'; then \
        !           438:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           439:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           440:              install; \
        !           441:        else \
        !           442:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           443:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           444:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
        !           445:        fi
1.1       moko      446: mostlyclean-generic:
                    447: 
                    448: clean-generic:
                    449: 
                    450: distclean-generic:
                    451:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.4       moko      452:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       moko      453: 
                    454: maintainer-clean-generic:
                    455:        @echo "This command is intended for maintainers to use"
                    456:        @echo "it deletes files that may require special tools to rebuild."
                    457: clean: clean-am
                    458: 
1.2       moko      459: clean-am: clean-generic clean-libtool mostlyclean-am
1.1       moko      460: 
                    461: distclean: distclean-am
                    462:        -rm -f Makefile
1.4       moko      463: distclean-am: clean-am distclean-generic distclean-tags
1.1       moko      464: 
                    465: dvi: dvi-am
                    466: 
                    467: dvi-am:
                    468: 
                    469: html: html-am
                    470: 
1.4       moko      471: html-am:
                    472: 
1.1       moko      473: info: info-am
                    474: 
                    475: info-am:
                    476: 
                    477: install-data-am:
                    478: 
1.4       moko      479: install-dvi: install-dvi-am
                    480: 
                    481: install-dvi-am:
                    482: 
1.1       moko      483: install-exec-am:
                    484: 
1.4       moko      485: install-html: install-html-am
                    486: 
                    487: install-html-am:
                    488: 
1.1       moko      489: install-info: install-info-am
                    490: 
1.4       moko      491: install-info-am:
                    492: 
1.1       moko      493: install-man:
                    494: 
1.4       moko      495: install-pdf: install-pdf-am
                    496: 
                    497: install-pdf-am:
                    498: 
                    499: install-ps: install-ps-am
                    500: 
                    501: install-ps-am:
                    502: 
1.1       moko      503: installcheck-am:
                    504: 
                    505: maintainer-clean: maintainer-clean-am
                    506:        -rm -f Makefile
                    507: maintainer-clean-am: distclean-am maintainer-clean-generic
                    508: 
                    509: mostlyclean: mostlyclean-am
                    510: 
1.2       moko      511: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1.1       moko      512: 
                    513: pdf: pdf-am
                    514: 
                    515: pdf-am:
                    516: 
                    517: ps: ps-am
                    518: 
                    519: ps-am:
                    520: 
1.4       moko      521: uninstall-am:
                    522: 
                    523: .MAKE: install-am install-strip
1.1       moko      524: 
1.6     ! moko      525: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
        !           526:        clean-libtool cscopelist-am ctags ctags-am distclean \
        !           527:        distclean-generic distclean-libtool distclean-tags distdir dvi \
        !           528:        dvi-am html html-am info info-am install install-am \
        !           529:        install-data install-data-am install-dvi install-dvi-am \
        !           530:        install-exec install-exec-am install-html install-html-am \
        !           531:        install-info install-info-am install-man install-pdf \
        !           532:        install-pdf-am install-ps install-ps-am install-strip \
        !           533:        installcheck installcheck-am installdirs maintainer-clean \
1.2       moko      534:        maintainer-clean-generic mostlyclean mostlyclean-generic \
1.6     ! moko      535:        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1.4       moko      536:        uninstall-am
                    537: 
1.6     ! moko      538: .PRECIOUS: Makefile
        !           539: 
1.1       moko      540: 
                    541: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    542: # Otherwise a system limit (for SysV at least) may be exceeded.
                    543: .NOEXPORT:

E-mail: