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

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.20    ! moko      361: runstatedir = @runstatedir@
1.2       paf       362: sbindir = @sbindir@
                    363: sharedstatedir = @sharedstatedir@
1.15      moko      364: srcdir = @srcdir@
1.2       paf       365: subdirs = @subdirs@
1.12      moko      366: sys_symbol_underscore = @sys_symbol_underscore@
1.2       paf       367: sysconfdir = @sysconfdir@
                    368: target_alias = @target_alias@
1.15      moko      369: top_build_prefix = @top_build_prefix@
                    370: top_builddir = @top_builddir@
                    371: top_srcdir = @top_srcdir@
1.17      moko      372: AM_CPPFLAGS = -Iinclude -I../../include -I../gc/include
1.14      moko      373: noinst_LTLIBRARIES = libcord.la
1.16      moko      374: libcord_la_SOURCES = cordbscs.c cordxtra.c
1.3       paf       375: EXTRA_DIST = cord.vcproj source.url
1.2       paf       376: SUBDIRS = include
                    377: all: all-recursive
                    378: 
                    379: .SUFFIXES:
1.12      moko      380: .SUFFIXES: .c .lo .o .obj
1.5       paf       381: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    382:        @for dep in $?; do \
                    383:          case '$(am__configure_deps)' in \
                    384:            *$$dep*) \
1.15      moko      385:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    386:                && { if test -f $@; then exit 0; else break; fi; }; \
1.5       paf       387:              exit 1;; \
                    388:          esac; \
                    389:        done; \
1.15      moko      390:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/cord/Makefile'; \
                    391:        $(am__cd) $(top_srcdir) && \
                    392:          $(AUTOMAKE) --gnu src/lib/cord/Makefile
1.5       paf       393: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    394:        @case '$?' in \
                    395:          *config.status*) \
                    396:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    397:          *) \
                    398:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    399:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    400:        esac;
                    401: 
                    402: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    403:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    404: 
                    405: $(top_srcdir)/configure:  $(am__configure_deps)
                    406:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    407: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    408:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.15      moko      409: $(am__aclocal_m4_deps):
1.2       paf       410: 
1.14      moko      411: clean-noinstLTLIBRARIES:
                    412:        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1.19      moko      413:        @list='$(noinst_LTLIBRARIES)'; \
                    414:        locs=`for p in $$list; do echo $$p; done | \
                    415:              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
                    416:              sort -u`; \
                    417:        test -z "$$locs" || { \
                    418:          echo rm -f $${locs}; \
                    419:          rm -f $${locs}; \
                    420:        }
                    421: 
                    422: libcord.la: $(libcord_la_OBJECTS) $(libcord_la_DEPENDENCIES) $(EXTRA_libcord_la_DEPENDENCIES) 
                    423:        $(AM_V_CCLD)$(LINK)  $(libcord_la_OBJECTS) $(libcord_la_LIBADD) $(LIBS)
1.2       paf       424: 
                    425: mostlyclean-compile:
1.5       paf       426:        -rm -f *.$(OBJEXT)
1.2       paf       427: 
                    428: distclean-compile:
                    429:        -rm -f *.tab.c
                    430: 
1.14      moko      431: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cordbscs.Plo@am__quote@
                    432: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cordxtra.Plo@am__quote@
1.2       paf       433: 
                    434: .c.o:
1.19      moko      435: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    436: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    437: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.5       paf       438: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.19      moko      439: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1.2       paf       440: 
                    441: .c.obj:
1.19      moko      442: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    443: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    444: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.5       paf       445: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.19      moko      446: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1.12      moko      447: 
                    448: .c.lo:
1.19      moko      449: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    450: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
                    451: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1.12      moko      452: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.19      moko      453: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1.12      moko      454: 
                    455: mostlyclean-libtool:
                    456:        -rm -f *.lo
                    457: 
                    458: clean-libtool:
                    459:        -rm -rf .libs _libs
                    460: 
1.2       paf       461: # This directory's subdirectories are mostly independent; you can cd
1.19      moko      462: # into them and run 'make' without going through this Makefile.
                    463: # To change the values of 'make' variables: instead of editing Makefiles,
                    464: # (1) if the variable is set in 'config.status', edit 'config.status'
                    465: #     (which will cause the Makefiles to be regenerated when you run 'make');
                    466: # (2) otherwise, pass the desired values on the 'make' command line.
                    467: $(am__recursive_targets):
                    468:        @fail=; \
                    469:        if $(am__make_keepgoing); then \
                    470:          failcom='fail=yes'; \
                    471:        else \
                    472:          failcom='exit 1'; \
                    473:        fi; \
1.2       paf       474:        dot_seen=no; \
                    475:        target=`echo $@ | sed s/-recursive//`; \
1.19      moko      476:        case "$@" in \
                    477:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    478:          *) list='$(SUBDIRS)' ;; \
                    479:        esac; \
                    480:        for subdir in $$list; do \
1.2       paf       481:          echo "Making $$target in $$subdir"; \
                    482:          if test "$$subdir" = "."; then \
                    483:            dot_seen=yes; \
                    484:            local_target="$$target-am"; \
                    485:          else \
                    486:            local_target="$$target"; \
                    487:          fi; \
1.15      moko      488:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    489:          || eval $$failcom; \
1.2       paf       490:        done; \
                    491:        if test "$$dot_seen" = "no"; then \
                    492:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    493:        fi; test -z "$$fail"
                    494: 
1.19      moko      495: ID: $(am__tagged_files)
                    496:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    497: tags: tags-recursive
                    498: TAGS: tags
1.2       paf       499: 
1.19      moko      500: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.15      moko      501:        set x; \
1.2       paf       502:        here=`pwd`; \
1.5       paf       503:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    504:          include_option=--etags-include; \
                    505:          empty_fix=.; \
                    506:        else \
                    507:          include_option=--include; \
                    508:          empty_fix=; \
                    509:        fi; \
1.2       paf       510:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    511:          if test "$$subdir" = .; then :; else \
1.5       paf       512:            test ! -f $$subdir/TAGS || \
1.15      moko      513:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1.2       paf       514:          fi; \
                    515:        done; \
1.19      moko      516:        $(am__define_uniq_tagged_files); \
1.15      moko      517:        shift; \
                    518:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.5       paf       519:          test -n "$$unique" || unique=$$empty_fix; \
1.15      moko      520:          if test $$# -gt 0; then \
                    521:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    522:              "$$@" $$unique; \
                    523:          else \
                    524:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    525:              $$unique; \
                    526:          fi; \
1.5       paf       527:        fi
1.19      moko      528: ctags: ctags-recursive
                    529: 
                    530: CTAGS: ctags
                    531: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    532:        $(am__define_uniq_tagged_files); \
1.15      moko      533:        test -z "$(CTAGS_ARGS)$$unique" \
1.2       paf       534:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.15      moko      535:             $$unique
1.2       paf       536: 
                    537: GTAGS:
                    538:        here=`$(am__cd) $(top_builddir) && pwd` \
1.15      moko      539:          && $(am__cd) $(top_srcdir) \
                    540:          && gtags -i $(GTAGS_ARGS) "$$here"
1.19      moko      541: cscopelist: cscopelist-recursive
                    542: 
                    543: cscopelist-am: $(am__tagged_files)
                    544:        list='$(am__tagged_files)'; \
                    545:        case "$(srcdir)" in \
                    546:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    547:          *) sdir=$(subdir)/$(srcdir) ;; \
                    548:        esac; \
                    549:        for i in $$list; do \
                    550:          if test -f "$$i"; then \
                    551:            echo "$(subdir)/$$i"; \
                    552:          else \
                    553:            echo "$$sdir/$$i"; \
                    554:          fi; \
                    555:        done >> $(top_builddir)/cscope.files
1.2       paf       556: 
                    557: distclean-tags:
                    558:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    559: 
                    560: distdir: $(DISTFILES)
1.15      moko      561:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    562:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    563:        list='$(DISTFILES)'; \
                    564:          dist_files=`for file in $$list; do echo $$file; done | \
                    565:          sed -e "s|^$$srcdirstrip/||;t" \
                    566:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    567:        case $$dist_files in \
                    568:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    569:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    570:                           sort -u` ;; \
                    571:        esac; \
                    572:        for file in $$dist_files; do \
1.2       paf       573:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    574:          if test -d $$d/$$file; then \
1.15      moko      575:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    576:            if test -d "$(distdir)/$$file"; then \
                    577:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    578:            fi; \
1.2       paf       579:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.15      moko      580:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    581:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.2       paf       582:            fi; \
1.15      moko      583:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.2       paf       584:          else \
1.15      moko      585:            test -f "$(distdir)/$$file" \
                    586:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.2       paf       587:            || exit 1; \
                    588:          fi; \
                    589:        done
1.15      moko      590:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.2       paf       591:          if test "$$subdir" = .; then :; else \
1.19      moko      592:            $(am__make_dryrun) \
                    593:              || test -d "$(distdir)/$$subdir" \
                    594:              || $(MKDIR_P) "$(distdir)/$$subdir" \
                    595:              || exit 1; \
1.15      moko      596:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
                    597:            $(am__relativize); \
                    598:            new_distdir=$$reldir; \
                    599:            dir1=$$subdir; dir2="$(top_distdir)"; \
                    600:            $(am__relativize); \
                    601:            new_top_distdir=$$reldir; \
                    602:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
                    603:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
                    604:            ($(am__cd) $$subdir && \
1.2       paf       605:              $(MAKE) $(AM_MAKEFLAGS) \
1.15      moko      606:                top_distdir="$$new_top_distdir" \
                    607:                distdir="$$new_distdir" \
                    608:                am__remove_distdir=: \
                    609:                am__skip_length_check=: \
                    610:                am__skip_mode_fix=: \
1.2       paf       611:                distdir) \
                    612:              || exit 1; \
                    613:          fi; \
                    614:        done
                    615: check-am: all-am
                    616: check: check-recursive
1.14      moko      617: all-am: Makefile $(LTLIBRARIES)
1.2       paf       618: installdirs: installdirs-recursive
                    619: installdirs-am:
                    620: install: install-recursive
                    621: install-exec: install-exec-recursive
                    622: install-data: install-data-recursive
                    623: uninstall: uninstall-recursive
                    624: 
                    625: install-am: all-am
                    626:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    627: 
                    628: installcheck: installcheck-recursive
                    629: install-strip:
1.19      moko      630:        if test -z '$(STRIP)'; then \
                    631:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    632:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    633:              install; \
                    634:        else \
                    635:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    636:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    637:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    638:        fi
1.2       paf       639: mostlyclean-generic:
                    640: 
                    641: clean-generic:
                    642: 
                    643: distclean-generic:
1.5       paf       644:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.15      moko      645:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.2       paf       646: 
                    647: maintainer-clean-generic:
                    648:        @echo "This command is intended for maintainers to use"
                    649:        @echo "it deletes files that may require special tools to rebuild."
                    650: clean: clean-recursive
                    651: 
1.14      moko      652: clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
1.12      moko      653:        mostlyclean-am
1.2       paf       654: 
                    655: distclean: distclean-recursive
1.5       paf       656:        -rm -rf ./$(DEPDIR)
                    657:        -rm -f Makefile
                    658: distclean-am: clean-am distclean-compile distclean-generic \
1.15      moko      659:        distclean-tags
1.2       paf       660: 
                    661: dvi: dvi-recursive
                    662: 
                    663: dvi-am:
                    664: 
1.5       paf       665: html: html-recursive
                    666: 
1.15      moko      667: html-am:
                    668: 
1.2       paf       669: info: info-recursive
                    670: 
                    671: info-am:
                    672: 
                    673: install-data-am:
                    674: 
1.15      moko      675: install-dvi: install-dvi-recursive
                    676: 
                    677: install-dvi-am:
                    678: 
1.2       paf       679: install-exec-am:
                    680: 
1.15      moko      681: install-html: install-html-recursive
                    682: 
                    683: install-html-am:
                    684: 
1.2       paf       685: install-info: install-info-recursive
                    686: 
1.15      moko      687: install-info-am:
                    688: 
1.2       paf       689: install-man:
                    690: 
1.15      moko      691: install-pdf: install-pdf-recursive
                    692: 
                    693: install-pdf-am:
                    694: 
                    695: install-ps: install-ps-recursive
                    696: 
                    697: install-ps-am:
                    698: 
1.2       paf       699: installcheck-am:
                    700: 
                    701: maintainer-clean: maintainer-clean-recursive
1.5       paf       702:        -rm -rf ./$(DEPDIR)
                    703:        -rm -f Makefile
1.2       paf       704: maintainer-clean-am: distclean-am maintainer-clean-generic
                    705: 
                    706: mostlyclean: mostlyclean-recursive
                    707: 
1.12      moko      708: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
                    709:        mostlyclean-libtool
1.2       paf       710: 
                    711: pdf: pdf-recursive
                    712: 
                    713: pdf-am:
                    714: 
                    715: ps: ps-recursive
                    716: 
                    717: ps-am:
                    718: 
1.15      moko      719: uninstall-am:
1.2       paf       720: 
1.19      moko      721: .MAKE: $(am__recursive_targets) install-am install-strip
1.2       paf       722: 
1.19      moko      723: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
                    724:        check-am clean clean-generic clean-libtool \
                    725:        clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
1.12      moko      726:        distclean-compile distclean-generic distclean-libtool \
1.15      moko      727:        distclean-tags distdir dvi dvi-am html html-am info info-am \
                    728:        install install-am install-data install-data-am install-dvi \
                    729:        install-dvi-am install-exec install-exec-am install-html \
                    730:        install-html-am install-info install-info-am install-man \
                    731:        install-pdf install-pdf-am install-ps install-ps-am \
                    732:        install-strip installcheck installcheck-am installdirs \
                    733:        installdirs-am maintainer-clean maintainer-clean-generic \
1.12      moko      734:        mostlyclean mostlyclean-compile mostlyclean-generic \
1.19      moko      735:        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
                    736:        uninstall-am
                    737: 
                    738: .PRECIOUS: Makefile
1.15      moko      739: 
1.2       paf       740: 
                    741: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    742: # Otherwise a system limit (for SysV at least) may be exceeded.
                    743: .NOEXPORT:

E-mail: