[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2018 / parse

Annotation of OpenXM_contrib2/asir2018/parse/Makefile.in, Revision 1.3

1.2       noro        1: # Makefile.in generated by automake 1.14.1 from Makefile.am.
1.1       noro        2: # @configure_input@
                      3:
1.2       noro        4: # Copyright (C) 1994-2013 Free Software Foundation, Inc.
1.1       noro        5:
                      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:
                     18: VPATH = @srcdir@
1.2       noro       19: am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
1.1       noro       20: am__make_running_with_option = \
                     21:   case $${target_option-} in \
                     22:       ?) ;; \
                     23:       *) echo "am__make_running_with_option: internal error: invalid" \
                     24:               "target option '$${target_option-}' specified" >&2; \
                     25:          exit 1;; \
                     26:   esac; \
                     27:   has_opt=no; \
                     28:   sane_makeflags=$$MAKEFLAGS; \
                     29:   if $(am__is_gnu_make); then \
                     30:     sane_makeflags=$$MFLAGS; \
                     31:   else \
                     32:     case $$MAKEFLAGS in \
                     33:       *\\[\ \  ]*) \
                     34:         bs=\\; \
                     35:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
                     36:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
                     37:     esac; \
                     38:   fi; \
                     39:   skip_next=no; \
                     40:   strip_trailopt () \
                     41:   { \
                     42:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
                     43:   }; \
                     44:   for flg in $$sane_makeflags; do \
                     45:     test $$skip_next = yes && { skip_next=no; continue; }; \
                     46:     case $$flg in \
                     47:       *=*|--*) continue;; \
                     48:         -*I) strip_trailopt 'I'; skip_next=yes;; \
                     49:       -*I?*) strip_trailopt 'I';; \
                     50:         -*O) strip_trailopt 'O'; skip_next=yes;; \
                     51:       -*O?*) strip_trailopt 'O';; \
                     52:         -*l) strip_trailopt 'l'; skip_next=yes;; \
                     53:       -*l?*) strip_trailopt 'l';; \
                     54:       -[dEDm]) skip_next=yes;; \
                     55:       -[JT]) skip_next=yes;; \
                     56:     esac; \
                     57:     case $$flg in \
                     58:       *$$target_option*) has_opt=yes; break;; \
                     59:     esac; \
                     60:   done; \
                     61:   test $$has_opt = yes
                     62: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
                     63: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
                     64: pkgdatadir = $(datadir)/@PACKAGE@
                     65: pkgincludedir = $(includedir)/@PACKAGE@
                     66: pkglibdir = $(libdir)/@PACKAGE@
                     67: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     68: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     69: install_sh_DATA = $(install_sh) -c -m 644
                     70: install_sh_PROGRAM = $(install_sh) -c
                     71: install_sh_SCRIPT = $(install_sh) -c
                     72: INSTALL_HEADER = $(INSTALL_DATA)
                     73: transform = $(program_transform_name)
                     74: NORMAL_INSTALL = :
                     75: PRE_INSTALL = :
                     76: POST_INSTALL = :
                     77: NORMAL_UNINSTALL = :
                     78: PRE_UNINSTALL = :
                     79: POST_UNINSTALL = :
                     80: build_triplet = @build@
                     81: host_triplet = @host@
                     82: target_triplet = @target@
                     83: subdir = parse
1.2       noro       84: DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
                     85:        $(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp \
                     86:        $(inc_HEADERS)
1.1       noro       87: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.3     ! noro       88: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
1.1       noro       89: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     90:        $(ACLOCAL_M4)
                     91: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     92: CONFIG_CLEAN_FILES =
                     93: CONFIG_CLEAN_VPATH_FILES =
                     94: LIBRARIES = $(noinst_LIBRARIES)
                     95: AR = ar
                     96: ARFLAGS = cru
                     97: AM_V_AR = $(am__v_AR_@AM_V@)
                     98: am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
                     99: am__v_AR_0 = @echo "  AR      " $@;
                    100: am__v_AR_1 =
                    101: libparse_a_AR = $(AR) $(ARFLAGS)
                    102: libparse_a_LIBADD =
                    103: am__objects_1 =
                    104: am_libparse_a_OBJECTS = arith.$(OBJEXT) comp.$(OBJEXT) debug.$(OBJEXT) \
                    105:        eval.$(OBJEXT) evall.$(OBJEXT) function.$(OBJEXT) \
                    106:        glob.$(OBJEXT) kwd.$(OBJEXT) lex.$(OBJEXT) load.$(OBJEXT) \
                    107:        parser.$(OBJEXT) puref.$(OBJEXT) pvar.$(OBJEXT) \
                    108:        quote.$(OBJEXT) struct.$(OBJEXT) util.$(OBJEXT) xdeb.$(OBJEXT) \
                    109:        $(am__objects_1)
                    110: nodist_libparse_a_OBJECTS = y.tab.$(OBJEXT)
                    111: libparse_a_OBJECTS = $(am_libparse_a_OBJECTS) \
                    112:        $(nodist_libparse_a_OBJECTS)
                    113: AM_V_P = $(am__v_P_@AM_V@)
                    114: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                    115: am__v_P_0 = false
                    116: am__v_P_1 = :
                    117: AM_V_GEN = $(am__v_GEN_@AM_V@)
                    118: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                    119: am__v_GEN_0 = @echo "  GEN     " $@;
                    120: am__v_GEN_1 =
                    121: AM_V_at = $(am__v_at_@AM_V@)
                    122: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    123: am__v_at_0 = @
                    124: am__v_at_1 =
                    125: DEFAULT_INCLUDES = -I.@am__isrc@
                    126: depcomp = $(SHELL) $(top_srcdir)/depcomp
                    127: am__depfiles_maybe = depfiles
                    128: am__mv = mv -f
                    129: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    130:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    131: AM_V_CC = $(am__v_CC_@AM_V@)
                    132: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
                    133: am__v_CC_0 = @echo "  CC      " $@;
                    134: am__v_CC_1 =
                    135: CCLD = $(CC)
                    136: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    137: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
                    138: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
                    139: am__v_CCLD_0 = @echo "  CCLD    " $@;
                    140: am__v_CCLD_1 =
                    141: SOURCES = $(libparse_a_SOURCES) $(nodist_libparse_a_SOURCES)
                    142: DIST_SOURCES = $(libparse_a_SOURCES)
                    143: am__can_run_installinfo = \
                    144:   case $$AM_UPDATE_INFO_DIR in \
                    145:     n|no|NO) false;; \
                    146:     *) (install-info --version) >/dev/null 2>&1;; \
                    147:   esac
                    148: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                    149: am__vpath_adj = case $$p in \
                    150:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                    151:     *) f=$$p;; \
                    152:   esac;
                    153: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
                    154: am__install_max = 40
                    155: am__nobase_strip_setup = \
                    156:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
                    157: am__nobase_strip = \
                    158:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
                    159: am__nobase_list = $(am__nobase_strip_setup); \
                    160:   for p in $$list; do echo "$$p $$p"; done | \
                    161:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
                    162:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
                    163:     if (++n[$$2] == $(am__install_max)) \
                    164:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
                    165:     END { for (dir in files) print dir, files[dir] }'
                    166: am__base_list = \
                    167:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
                    168:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
                    169: am__uninstall_files_from_dir = { \
                    170:   test -z "$$files" \
                    171:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
                    172:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
                    173:          $(am__cd) "$$dir" && rm -f $$files; }; \
                    174:   }
                    175: am__installdirs = "$(DESTDIR)$(incdir)"
                    176: HEADERS = $(inc_HEADERS)
                    177: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    178: # Read a list of newline-separated strings from the standard input,
                    179: # and print each of them once, without duplicates.  Input order is
                    180: # *not* preserved.
                    181: am__uniquify_input = $(AWK) '\
                    182:   BEGIN { nonempty = 0; } \
                    183:   { items[$$0] = 1; nonempty = 1; } \
                    184:   END { if (nonempty) { for (i in items) print i; }; } \
                    185: '
                    186: # Make sure the list of sources is unique.  This is necessary because,
                    187: # e.g., the same source file might be shared among _SOURCES variables
                    188: # for different programs/libraries.
                    189: am__define_uniq_tagged_files = \
                    190:   list='$(am__tagged_files)'; \
                    191:   unique=`for i in $$list; do \
                    192:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    193:   done | $(am__uniquify_input)`
                    194: ETAGS = etags
                    195: CTAGS = ctags
                    196: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    197: ACLOCAL = @ACLOCAL@
                    198: AMTAR = @AMTAR@
                    199: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
                    200: ASIR_GCLIB = @ASIR_GCLIB@
                    201: AUTOCONF = @AUTOCONF@
                    202: AUTOHEADER = @AUTOHEADER@
                    203: AUTOMAKE = @AUTOMAKE@
                    204: AWK = @AWK@
                    205: CC = @CC@
                    206: CCDEPMODE = @CCDEPMODE@
                    207: CFLAGS = @CFLAGS@
                    208: CPP = @CPP@
                    209: CPPFLAGS = @CPPFLAGS@
                    210: CYGPATH_W = @CYGPATH_W@
                    211: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
                    212: DEPDIR = @DEPDIR@
                    213: ECHO_C = @ECHO_C@
                    214: ECHO_N = @ECHO_N@
                    215: ECHO_T = @ECHO_T@
                    216: EGREP = @EGREP@
                    217: EXEEXT = @EXEEXT@
                    218: FEPLIB = @FEPLIB@
                    219: GC = @GC@
                    220: GCINC = @GCINC@
                    221: GCLIB = @GCLIB@
                    222: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
                    223: GC_DISTDIR = @GC_DISTDIR@
                    224: GMPLIB = @GMPLIB@
                    225: GREP = @GREP@
                    226: INSTALL = @INSTALL@
                    227: INSTALL_DATA = @INSTALL_DATA@
                    228: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    229: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    230: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    231: LAPACKLIB = @LAPACKLIB@
                    232: LDFLAGS = @LDFLAGS@
                    233: LIBOBJS = @LIBOBJS@
                    234: LIBS = @LIBS@
                    235: LN_S = @LN_S@
                    236: LTLIBOBJS = @LTLIBOBJS@
                    237: MAINT = @MAINT@
                    238: MAKEINFO = @MAKEINFO@
                    239: MKDIR_P = @MKDIR_P@
                    240: OBJEXT = @OBJEXT@
                    241: PACKAGE = @PACKAGE@
                    242: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    243: PACKAGE_NAME = @PACKAGE_NAME@
                    244: PACKAGE_STRING = @PACKAGE_STRING@
                    245: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    246: PACKAGE_URL = @PACKAGE_URL@
                    247: PACKAGE_VERSION = @PACKAGE_VERSION@
                    248: PARIINC = @PARIINC@
                    249: PARILIB = @PARILIB@
                    250: PATH_SEPARATOR = @PATH_SEPARATOR@
                    251: RANLIB = @RANLIB@
                    252: SET_MAKE = @SET_MAKE@
                    253: SHELL = @SHELL@
                    254: STRIP = @STRIP@
                    255: USE_GC_SPARC64 = @USE_GC_SPARC64@
                    256: VERSION = @VERSION@
                    257: WSLIB = @WSLIB@
                    258: XMKMF = @XMKMF@
                    259: XPMLIB = @XPMLIB@
                    260: X_CFLAGS = @X_CFLAGS@
                    261: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    262: X_LIBS = @X_LIBS@
                    263: X_PRE_LIBS = @X_PRE_LIBS@
                    264: YACC = @YACC@
                    265: YFLAGS = @YFLAGS@
                    266: abs_builddir = @abs_builddir@
                    267: abs_srcdir = @abs_srcdir@
                    268: abs_top_builddir = @abs_top_builddir@
                    269: abs_top_srcdir = @abs_top_srcdir@
                    270: ac_ct_CC = @ac_ct_CC@
                    271: am__include = @am__include@
                    272: am__leading_dot = @am__leading_dot@
                    273: am__quote = @am__quote@
                    274: am__tar = @am__tar@
                    275: am__untar = @am__untar@
                    276: asm_obj = @asm_obj@
                    277: bindir = @bindir@
                    278: build = @build@
                    279: build_alias = @build_alias@
                    280: build_cpu = @build_cpu@
                    281: build_os = @build_os@
                    282: build_vendor = @build_vendor@
                    283: builddir = @builddir@
                    284: datadir = @datadir@
                    285: datarootdir = @datarootdir@
                    286: docdir = @docdir@
                    287: dvidir = @dvidir@
                    288: exec_prefix = @exec_prefix@
                    289: host = @host@
                    290: host_alias = @host_alias@
                    291: host_cpu = @host_cpu@
                    292: host_os = @host_os@
                    293: host_vendor = @host_vendor@
                    294: htmldir = @htmldir@
                    295: includedir = @includedir@
                    296: infodir = @infodir@
                    297: install_sh = @install_sh@
                    298: libasir_postfix = @libasir_postfix@
                    299: libdir = @libdir@
                    300: libexecdir = @libexecdir@
                    301: localedir = @localedir@
                    302: localstatedir = @localstatedir@
                    303: mandir = @mandir@
                    304: mkdir_p = @mkdir_p@
                    305: oldincludedir = @oldincludedir@
                    306: pdfdir = @pdfdir@
                    307: prefix = @prefix@
                    308: program_transform_name = @program_transform_name@
                    309: psdir = @psdir@
                    310: sbindir = @sbindir@
                    311: sharedstatedir = @sharedstatedir@
                    312: srcdir = @srcdir@
                    313: sysconfdir = @sysconfdir@
                    314: target = @target@
                    315: target_alias = @target_alias@
                    316: target_cpu = @target_cpu@
                    317: target_os = @target_os@
                    318: target_vendor = @target_vendor@
                    319: top_build_prefix = @top_build_prefix@
                    320: top_builddir = @top_builddir@
                    321: top_srcdir = @top_srcdir@
                    322: incdir = ${prefix}/include/asir
                    323: inc_HEADERS = comp.h cpp.h parse.h w_stdio.h
                    324: asirdir = ${prefix}/lib/asir
                    325: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
                    326:            -I${top_srcdir}/${GC}/include \
                    327:            -I${prefix}/include @PARIINC@ @X_CFLAGS@
                    328:
                    329: CLEANFILES = y.tab.c y.tab.h
                    330: BUILT_SOURCES = y.tab.c y.tab.h
                    331: noinst_LIBRARIES = libparse.a
                    332: libparse_a_SOURCES = arith.c comp.c debug.c eval.c evall.c function.c \
                    333:     glob.c kwd.c lex.c load.c parser.c puref.c pvar.c quote.c \
                    334:     struct.c util.c xdeb.c ${inc_HEADERS}
                    335:
                    336: nodist_libparse_a_SOURCES = y.tab.c y.tab.h
                    337: all: $(BUILT_SOURCES)
                    338:        $(MAKE) $(AM_MAKEFLAGS) all-am
                    339:
                    340: .SUFFIXES:
                    341: .SUFFIXES: .c .o .obj
                    342: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    343:        @for dep in $?; do \
                    344:          case '$(am__configure_deps)' in \
                    345:            *$$dep*) \
                    346:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    347:                && { if test -f $@; then exit 0; else break; fi; }; \
                    348:              exit 1;; \
                    349:          esac; \
                    350:        done; \
                    351:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu parse/Makefile'; \
                    352:        $(am__cd) $(top_srcdir) && \
                    353:          $(AUTOMAKE) --gnu parse/Makefile
1.2       noro      354: .PRECIOUS: Makefile
1.1       noro      355: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    356:        @case '$?' in \
                    357:          *config.status*) \
                    358:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    359:          *) \
                    360:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    361:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    362:        esac;
                    363:
                    364: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    365:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    366:
                    367: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    368:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    369: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    370:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    371: $(am__aclocal_m4_deps):
                    372:
                    373: clean-noinstLIBRARIES:
                    374:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    375:
                    376: libparse.a: $(libparse_a_OBJECTS) $(libparse_a_DEPENDENCIES) $(EXTRA_libparse_a_DEPENDENCIES)
                    377:        $(AM_V_at)-rm -f libparse.a
                    378:        $(AM_V_AR)$(libparse_a_AR) libparse.a $(libparse_a_OBJECTS) $(libparse_a_LIBADD)
                    379:        $(AM_V_at)$(RANLIB) libparse.a
                    380:
                    381: mostlyclean-compile:
                    382:        -rm -f *.$(OBJEXT)
                    383:
                    384: distclean-compile:
                    385:        -rm -f *.tab.c
                    386:
                    387: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arith.Po@am__quote@
                    388: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/comp.Po@am__quote@
                    389: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Po@am__quote@
                    390: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eval.Po@am__quote@
                    391: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evall.Po@am__quote@
                    392: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/function.Po@am__quote@
                    393: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glob.Po@am__quote@
                    394: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kwd.Po@am__quote@
                    395: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex.Po@am__quote@
                    396: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/load.Po@am__quote@
                    397: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Po@am__quote@
                    398: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/puref.Po@am__quote@
                    399: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pvar.Po@am__quote@
                    400: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quote.Po@am__quote@
                    401: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/struct.Po@am__quote@
                    402: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
                    403: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdeb.Po@am__quote@
                    404: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/y.tab.Po@am__quote@
                    405:
                    406: .c.o:
                    407: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    408: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    409: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    410: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    411: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
                    412:
                    413: .c.obj:
                    414: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    415: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    416: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    417: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    418: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
                    419: install-incHEADERS: $(inc_HEADERS)
                    420:        @$(NORMAL_INSTALL)
                    421:        @list='$(inc_HEADERS)'; test -n "$(incdir)" || list=; \
                    422:        if test -n "$$list"; then \
                    423:          echo " $(MKDIR_P) '$(DESTDIR)$(incdir)'"; \
                    424:          $(MKDIR_P) "$(DESTDIR)$(incdir)" || exit 1; \
                    425:        fi; \
                    426:        for p in $$list; do \
                    427:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                    428:          echo "$$d$$p"; \
                    429:        done | $(am__base_list) | \
                    430:        while read files; do \
                    431:          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(incdir)'"; \
                    432:          $(INSTALL_HEADER) $$files "$(DESTDIR)$(incdir)" || exit $$?; \
                    433:        done
                    434:
                    435: uninstall-incHEADERS:
                    436:        @$(NORMAL_UNINSTALL)
                    437:        @list='$(inc_HEADERS)'; test -n "$(incdir)" || list=; \
                    438:        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
                    439:        dir='$(DESTDIR)$(incdir)'; $(am__uninstall_files_from_dir)
                    440:
                    441: ID: $(am__tagged_files)
                    442:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    443: tags: tags-am
                    444: TAGS: tags
                    445:
                    446: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    447:        set x; \
                    448:        here=`pwd`; \
                    449:        $(am__define_uniq_tagged_files); \
                    450:        shift; \
                    451:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    452:          test -n "$$unique" || unique=$$empty_fix; \
                    453:          if test $$# -gt 0; then \
                    454:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    455:              "$$@" $$unique; \
                    456:          else \
                    457:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    458:              $$unique; \
                    459:          fi; \
                    460:        fi
                    461: ctags: ctags-am
                    462:
                    463: CTAGS: ctags
                    464: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    465:        $(am__define_uniq_tagged_files); \
                    466:        test -z "$(CTAGS_ARGS)$$unique" \
                    467:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    468:             $$unique
                    469:
                    470: GTAGS:
                    471:        here=`$(am__cd) $(top_builddir) && pwd` \
                    472:          && $(am__cd) $(top_srcdir) \
                    473:          && gtags -i $(GTAGS_ARGS) "$$here"
                    474: cscopelist: cscopelist-am
                    475:
                    476: cscopelist-am: $(am__tagged_files)
                    477:        list='$(am__tagged_files)'; \
                    478:        case "$(srcdir)" in \
                    479:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    480:          *) sdir=$(subdir)/$(srcdir) ;; \
                    481:        esac; \
                    482:        for i in $$list; do \
                    483:          if test -f "$$i"; then \
                    484:            echo "$(subdir)/$$i"; \
                    485:          else \
                    486:            echo "$$sdir/$$i"; \
                    487:          fi; \
                    488:        done >> $(top_builddir)/cscope.files
                    489:
                    490: distclean-tags:
                    491:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    492:
                    493: distdir: $(DISTFILES)
                    494:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    495:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    496:        list='$(DISTFILES)'; \
                    497:          dist_files=`for file in $$list; do echo $$file; done | \
                    498:          sed -e "s|^$$srcdirstrip/||;t" \
                    499:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    500:        case $$dist_files in \
                    501:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    502:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    503:                           sort -u` ;; \
                    504:        esac; \
                    505:        for file in $$dist_files; do \
                    506:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    507:          if test -d $$d/$$file; then \
                    508:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    509:            if test -d "$(distdir)/$$file"; then \
                    510:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    511:            fi; \
                    512:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    513:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    514:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    515:            fi; \
                    516:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    517:          else \
                    518:            test -f "$(distdir)/$$file" \
                    519:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    520:            || exit 1; \
                    521:          fi; \
                    522:        done
                    523: check-am: all-am
                    524: check: $(BUILT_SOURCES)
                    525:        $(MAKE) $(AM_MAKEFLAGS) check-am
                    526: all-am: Makefile $(LIBRARIES) $(HEADERS)
                    527: installdirs:
                    528:        for dir in "$(DESTDIR)$(incdir)"; do \
                    529:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    530:        done
                    531: install: $(BUILT_SOURCES)
                    532:        $(MAKE) $(AM_MAKEFLAGS) install-am
                    533: install-exec: install-exec-am
                    534: install-data: install-data-am
                    535: uninstall: uninstall-am
                    536:
                    537: install-am: all-am
                    538:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    539:
                    540: installcheck: installcheck-am
                    541: install-strip:
                    542:        if test -z '$(STRIP)'; then \
                    543:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    544:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    545:              install; \
                    546:        else \
                    547:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    548:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    549:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    550:        fi
                    551: mostlyclean-generic:
                    552:
                    553: clean-generic:
                    554:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                    555:
                    556: distclean-generic:
                    557:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    558:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    559:
                    560: maintainer-clean-generic:
                    561:        @echo "This command is intended for maintainers to use"
                    562:        @echo "it deletes files that may require special tools to rebuild."
                    563:        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
                    564: clean: clean-am
                    565:
                    566: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    567:
                    568: distclean: distclean-am
                    569:        -rm -rf ./$(DEPDIR)
                    570:        -rm -f Makefile
                    571: distclean-am: clean-am distclean-compile distclean-generic \
                    572:        distclean-tags
                    573:
                    574: dvi: dvi-am
                    575:
                    576: dvi-am:
                    577:
                    578: html: html-am
                    579:
                    580: html-am:
                    581:
                    582: info: info-am
                    583:
                    584: info-am:
                    585:
                    586: install-data-am: install-incHEADERS
                    587:
                    588: install-dvi: install-dvi-am
                    589:
                    590: install-dvi-am:
                    591:
                    592: install-exec-am:
                    593:
                    594: install-html: install-html-am
                    595:
                    596: install-html-am:
                    597:
                    598: install-info: install-info-am
                    599:
                    600: install-info-am:
                    601:
                    602: install-man:
                    603:
                    604: install-pdf: install-pdf-am
                    605:
                    606: install-pdf-am:
                    607:
                    608: install-ps: install-ps-am
                    609:
                    610: install-ps-am:
                    611:
                    612: installcheck-am:
                    613:
                    614: maintainer-clean: maintainer-clean-am
                    615:        -rm -rf ./$(DEPDIR)
                    616:        -rm -f Makefile
                    617: maintainer-clean-am: distclean-am maintainer-clean-generic
                    618:
                    619: mostlyclean: mostlyclean-am
                    620:
                    621: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    622:
                    623: pdf: pdf-am
                    624:
                    625: pdf-am:
                    626:
                    627: ps: ps-am
                    628:
                    629: ps-am:
                    630:
                    631: uninstall-am: uninstall-incHEADERS
                    632:
                    633: .MAKE: all check install install-am install-strip
                    634:
                    635: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
                    636:        clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
                    637:        distclean-compile distclean-generic distclean-tags distdir dvi \
                    638:        dvi-am html html-am info info-am install install-am \
                    639:        install-data install-data-am install-dvi install-dvi-am \
                    640:        install-exec install-exec-am install-html install-html-am \
                    641:        install-incHEADERS install-info install-info-am install-man \
                    642:        install-pdf install-pdf-am install-ps install-ps-am \
                    643:        install-strip installcheck installcheck-am installdirs \
                    644:        maintainer-clean maintainer-clean-generic mostlyclean \
                    645:        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
                    646:        tags tags-am uninstall uninstall-am uninstall-incHEADERS
                    647:
                    648:
                    649: ex.o kwd.o: y.tab.h
                    650: y.tab.c y.tab.h: parse.y
                    651:        ${YACC} ${YFLAGS} -d parse.y
                    652:
                    653: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    654: # Otherwise a system limit (for SysV at least) may be exceeded.
                    655: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>