Annotation of parser3/src/lib/cord/Makefile.in, revision 1.19

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

E-mail: