[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.1

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

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