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

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

E-mail: