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

Annotation of OpenXM_contrib2/asir2000/parse/Makefile.in, Revision 1.24

1.23      ohara       1: # Makefile.in generated by automake 1.15 from Makefile.am.
1.15      ohara       2: # @configure_input@
1.1       ohara       3:
1.23      ohara       4: # Copyright (C) 1994-2014 Free Software Foundation, Inc.
                      5:
1.1       ohara       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@
1.11      ohara      16:
1.1       ohara      17:
                     18: VPATH = @srcdir@
1.23      ohara      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))
1.1       ohara      74: pkgdatadir = $(datadir)/@PACKAGE@
1.18      ohara      75: pkgincludedir = $(includedir)/@PACKAGE@
1.1       ohara      76: pkglibdir = $(libdir)/@PACKAGE@
1.18      ohara      77: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.15      ohara      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
1.1       ohara      82: INSTALL_HEADER = $(INSTALL_DATA)
1.15      ohara      83: transform = $(program_transform_name)
1.1       ohara      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@
1.15      ohara      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)
1.23      ohara      98: DIST_COMMON = $(srcdir)/Makefile.am $(inc_HEADERS) $(am__DIST_COMMON)
1.15      ohara      99: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    100: CONFIG_CLEAN_FILES =
1.18      ohara     101: CONFIG_CLEAN_VPATH_FILES =
1.15      ohara     102: LIBRARIES = $(noinst_LIBRARIES)
                    103: AR = ar
                    104: ARFLAGS = cru
1.23      ohara     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 =
1.15      ohara     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)
1.23      ohara     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 =
1.15      ohara     133: DEFAULT_INCLUDES = -I.@am__isrc@
                    134: depcomp = $(SHELL) $(top_srcdir)/depcomp
                    135: am__depfiles_maybe = depfiles
1.18      ohara     136: am__mv = mv -f
1.15      ohara     137: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    138:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.23      ohara     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 =
1.15      ohara     143: CCLD = $(CC)
                    144: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
1.23      ohara     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 =
1.15      ohara     149: SOURCES = $(libparse_a_SOURCES) $(nodist_libparse_a_SOURCES)
                    150: DIST_SOURCES = $(libparse_a_SOURCES)
1.23      ohara     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
1.15      ohara     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;
1.18      ohara     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'
1.23      ohara     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:   }
1.15      ohara     183: am__installdirs = "$(DESTDIR)$(incdir)"
                    184: HEADERS = $(inc_HEADERS)
1.23      ohara     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)`
1.15      ohara     202: ETAGS = etags
                    203: CTAGS = ctags
1.23      ohara     204: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
                    205:        $(top_srcdir)/mkinstalldirs
1.15      ohara     206: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    207: ACLOCAL = @ACLOCAL@
1.1       ohara     208: AMTAR = @AMTAR@
1.23      ohara     209: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.18      ohara     210: ASIR_GCLIB = @ASIR_GCLIB@
1.15      ohara     211: AUTOCONF = @AUTOCONF@
                    212: AUTOHEADER = @AUTOHEADER@
                    213: AUTOMAKE = @AUTOMAKE@
1.1       ohara     214: AWK = @AWK@
                    215: CC = @CC@
1.15      ohara     216: CCDEPMODE = @CCDEPMODE@
                    217: CFLAGS = @CFLAGS@
                    218: CPP = @CPP@
                    219: CPPFLAGS = @CPPFLAGS@
                    220: CYGPATH_W = @CYGPATH_W@
                    221: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1       ohara     222: DEPDIR = @DEPDIR@
1.15      ohara     223: ECHO_C = @ECHO_C@
                    224: ECHO_N = @ECHO_N@
                    225: ECHO_T = @ECHO_T@
                    226: EGREP = @EGREP@
1.11      ohara     227: EXEEXT = @EXEEXT@
1.1       ohara     228: FEPLIB = @FEPLIB@
1.15      ohara     229: GC = @GC@
1.18      ohara     230: GCINC = @GCINC@
                    231: GCLIB = @GCLIB@
1.15      ohara     232: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
1.12      ohara     233: GC_DISTDIR = @GC_DISTDIR@
1.15      ohara     234: GREP = @GREP@
                    235: INSTALL = @INSTALL@
                    236: INSTALL_DATA = @INSTALL_DATA@
                    237: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    238: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1       ohara     239: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    240: LAPACKLIB = @LAPACKLIB@
1.15      ohara     241: LDFLAGS = @LDFLAGS@
                    242: LIBOBJS = @LIBOBJS@
                    243: LIBS = @LIBS@
1.1       ohara     244: LN_S = @LN_S@
1.15      ohara     245: LTLIBOBJS = @LTLIBOBJS@
1.4       ohara     246: MAINT = @MAINT@
1.15      ohara     247: MAKEINFO = @MAKEINFO@
                    248: MKDIR_P = @MKDIR_P@
1.11      ohara     249: OBJEXT = @OBJEXT@
1.1       ohara     250: PACKAGE = @PACKAGE@
1.15      ohara     251: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    252: PACKAGE_NAME = @PACKAGE_NAME@
                    253: PACKAGE_STRING = @PACKAGE_STRING@
                    254: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.18      ohara     255: PACKAGE_URL = @PACKAGE_URL@
1.15      ohara     256: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1       ohara     257: PARIINC = @PARIINC@
                    258: PARILIB = @PARILIB@
1.15      ohara     259: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       ohara     260: RANLIB = @RANLIB@
1.15      ohara     261: SET_MAKE = @SET_MAKE@
                    262: SHELL = @SHELL@
                    263: STRIP = @STRIP@
1.9       ohara     264: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.1       ohara     265: VERSION = @VERSION@
1.24    ! ohara     266: WSLIB = @WSLIB@
1.15      ohara     267: XMKMF = @XMKMF@
1.4       ohara     268: XPMLIB = @XPMLIB@
1.1       ohara     269: X_CFLAGS = @X_CFLAGS@
                    270: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    271: X_LIBS = @X_LIBS@
                    272: X_PRE_LIBS = @X_PRE_LIBS@
                    273: YACC = @YACC@
1.15      ohara     274: YFLAGS = @YFLAGS@
                    275: abs_builddir = @abs_builddir@
                    276: abs_srcdir = @abs_srcdir@
                    277: abs_top_builddir = @abs_top_builddir@
                    278: abs_top_srcdir = @abs_top_srcdir@
                    279: ac_ct_CC = @ac_ct_CC@
1.1       ohara     280: am__include = @am__include@
1.15      ohara     281: am__leading_dot = @am__leading_dot@
1.1       ohara     282: am__quote = @am__quote@
1.15      ohara     283: am__tar = @am__tar@
                    284: am__untar = @am__untar@
1.1       ohara     285: asm_obj = @asm_obj@
1.15      ohara     286: bindir = @bindir@
                    287: build = @build@
                    288: build_alias = @build_alias@
                    289: build_cpu = @build_cpu@
                    290: build_os = @build_os@
                    291: build_vendor = @build_vendor@
                    292: builddir = @builddir@
                    293: datadir = @datadir@
                    294: datarootdir = @datarootdir@
                    295: docdir = @docdir@
                    296: dvidir = @dvidir@
                    297: exec_prefix = @exec_prefix@
                    298: host = @host@
                    299: host_alias = @host_alias@
                    300: host_cpu = @host_cpu@
                    301: host_os = @host_os@
                    302: host_vendor = @host_vendor@
                    303: htmldir = @htmldir@
                    304: includedir = @includedir@
                    305: infodir = @infodir@
1.1       ohara     306: install_sh = @install_sh@
                    307: libasir_postfix = @libasir_postfix@
1.15      ohara     308: libdir = @libdir@
                    309: libexecdir = @libexecdir@
                    310: localedir = @localedir@
                    311: localstatedir = @localstatedir@
                    312: mandir = @mandir@
                    313: mkdir_p = @mkdir_p@
                    314: oldincludedir = @oldincludedir@
                    315: pdfdir = @pdfdir@
                    316: prefix = @prefix@
                    317: program_transform_name = @program_transform_name@
                    318: psdir = @psdir@
                    319: sbindir = @sbindir@
                    320: sharedstatedir = @sharedstatedir@
                    321: srcdir = @srcdir@
                    322: sysconfdir = @sysconfdir@
                    323: target = @target@
                    324: target_alias = @target_alias@
                    325: target_cpu = @target_cpu@
                    326: target_os = @target_os@
                    327: target_vendor = @target_vendor@
1.18      ohara     328: top_build_prefix = @top_build_prefix@
1.15      ohara     329: top_builddir = @top_builddir@
                    330: top_srcdir = @top_srcdir@
1.1       ohara     331: incdir = ${prefix}/include/asir
                    332: inc_HEADERS = comp.h cpp.h parse.h w_stdio.h
1.7       ohara     333: asirdir = ${prefix}/lib/asir
1.23      ohara     334: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
1.13      ohara     335:            -I${top_srcdir}/${GC}/include \
1.21      noro      336:            -I${prefix}/include @PARIINC@ @X_CFLAGS@
1.1       ohara     337:
                    338: CLEANFILES = y.tab.c y.tab.h
                    339: BUILT_SOURCES = y.tab.c y.tab.h
                    340: noinst_LIBRARIES = libparse.a
                    341: libparse_a_SOURCES = arith.c comp.c debug.c eval.c evall.c function.c \
1.6       ohara     342:     glob.c kwd.c lex.c load.c parser.c puref.c pvar.c quote.c \
1.1       ohara     343:     struct.c util.c xdeb.c ${inc_HEADERS}
                    344:
                    345: nodist_libparse_a_SOURCES = y.tab.c y.tab.h
                    346: all: $(BUILT_SOURCES)
                    347:        $(MAKE) $(AM_MAKEFLAGS) all-am
                    348:
                    349: .SUFFIXES:
                    350: .SUFFIXES: .c .o .obj
1.15      ohara     351: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    352:        @for dep in $?; do \
                    353:          case '$(am__configure_deps)' in \
                    354:            *$$dep*) \
1.18      ohara     355:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    356:                && { if test -f $@; then exit 0; else break; fi; }; \
1.15      ohara     357:              exit 1;; \
                    358:          esac; \
                    359:        done; \
1.18      ohara     360:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu parse/Makefile'; \
                    361:        $(am__cd) $(top_srcdir) && \
                    362:          $(AUTOMAKE) --gnu parse/Makefile
1.15      ohara     363: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    364:        @case '$?' in \
                    365:          *config.status*) \
                    366:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    367:          *) \
                    368:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    369:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    370:        esac;
                    371:
                    372: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    373:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    374:
                    375: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    376:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    377: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    378:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.18      ohara     379: $(am__aclocal_m4_deps):
1.1       ohara     380:
                    381: clean-noinstLIBRARIES:
                    382:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1.23      ohara     383:
                    384: libparse.a: $(libparse_a_OBJECTS) $(libparse_a_DEPENDENCIES) $(EXTRA_libparse_a_DEPENDENCIES)
                    385:        $(AM_V_at)-rm -f libparse.a
                    386:        $(AM_V_AR)$(libparse_a_AR) libparse.a $(libparse_a_OBJECTS) $(libparse_a_LIBADD)
                    387:        $(AM_V_at)$(RANLIB) libparse.a
1.1       ohara     388:
                    389: mostlyclean-compile:
1.15      ohara     390:        -rm -f *.$(OBJEXT)
1.1       ohara     391:
                    392: distclean-compile:
                    393:        -rm -f *.tab.c
                    394:
1.15      ohara     395: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arith.Po@am__quote@
                    396: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/comp.Po@am__quote@
                    397: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Po@am__quote@
                    398: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eval.Po@am__quote@
                    399: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evall.Po@am__quote@
                    400: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/function.Po@am__quote@
                    401: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glob.Po@am__quote@
                    402: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kwd.Po@am__quote@
                    403: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex.Po@am__quote@
                    404: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/load.Po@am__quote@
                    405: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Po@am__quote@
                    406: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/puref.Po@am__quote@
                    407: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pvar.Po@am__quote@
                    408: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quote.Po@am__quote@
                    409: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/struct.Po@am__quote@
                    410: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
                    411: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdeb.Po@am__quote@
                    412: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/y.tab.Po@am__quote@
1.1       ohara     413:
                    414: .c.o:
1.23      ohara     415: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    416: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    417: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.15      ohara     418: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.23      ohara     419: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1.1       ohara     420:
                    421: .c.obj:
1.23      ohara     422: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    423: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    424: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.15      ohara     425: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.23      ohara     426: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1.1       ohara     427: install-incHEADERS: $(inc_HEADERS)
                    428:        @$(NORMAL_INSTALL)
1.18      ohara     429:        @list='$(inc_HEADERS)'; test -n "$(incdir)" || list=; \
1.23      ohara     430:        if test -n "$$list"; then \
                    431:          echo " $(MKDIR_P) '$(DESTDIR)$(incdir)'"; \
                    432:          $(MKDIR_P) "$(DESTDIR)$(incdir)" || exit 1; \
                    433:        fi; \
1.18      ohara     434:        for p in $$list; do \
1.1       ohara     435:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.18      ohara     436:          echo "$$d$$p"; \
                    437:        done | $(am__base_list) | \
                    438:        while read files; do \
                    439:          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(incdir)'"; \
                    440:          $(INSTALL_HEADER) $$files "$(DESTDIR)$(incdir)" || exit $$?; \
1.1       ohara     441:        done
                    442:
                    443: uninstall-incHEADERS:
                    444:        @$(NORMAL_UNINSTALL)
1.18      ohara     445:        @list='$(inc_HEADERS)'; test -n "$(incdir)" || list=; \
                    446:        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1.23      ohara     447:        dir='$(DESTDIR)$(incdir)'; $(am__uninstall_files_from_dir)
1.1       ohara     448:
1.23      ohara     449: ID: $(am__tagged_files)
                    450:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    451: tags: tags-am
                    452: TAGS: tags
                    453:
                    454: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.18      ohara     455:        set x; \
1.1       ohara     456:        here=`pwd`; \
1.23      ohara     457:        $(am__define_uniq_tagged_files); \
1.18      ohara     458:        shift; \
                    459:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.15      ohara     460:          test -n "$$unique" || unique=$$empty_fix; \
1.18      ohara     461:          if test $$# -gt 0; then \
                    462:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    463:              "$$@" $$unique; \
                    464:          else \
                    465:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    466:              $$unique; \
                    467:          fi; \
1.15      ohara     468:        fi
1.23      ohara     469: ctags: ctags-am
                    470:
                    471: CTAGS: ctags
                    472: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    473:        $(am__define_uniq_tagged_files); \
1.18      ohara     474:        test -z "$(CTAGS_ARGS)$$unique" \
1.15      ohara     475:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.18      ohara     476:             $$unique
1.1       ohara     477:
                    478: GTAGS:
1.15      ohara     479:        here=`$(am__cd) $(top_builddir) && pwd` \
1.18      ohara     480:          && $(am__cd) $(top_srcdir) \
                    481:          && gtags -i $(GTAGS_ARGS) "$$here"
1.23      ohara     482: cscopelist: cscopelist-am
                    483:
                    484: cscopelist-am: $(am__tagged_files)
                    485:        list='$(am__tagged_files)'; \
                    486:        case "$(srcdir)" in \
                    487:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    488:          *) sdir=$(subdir)/$(srcdir) ;; \
                    489:        esac; \
                    490:        for i in $$list; do \
                    491:          if test -f "$$i"; then \
                    492:            echo "$(subdir)/$$i"; \
                    493:          else \
                    494:            echo "$$sdir/$$i"; \
                    495:          fi; \
                    496:        done >> $(top_builddir)/cscope.files
1.1       ohara     497:
                    498: distclean-tags:
1.15      ohara     499:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       ohara     500:
                    501: distdir: $(DISTFILES)
1.15      ohara     502:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    503:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    504:        list='$(DISTFILES)'; \
                    505:          dist_files=`for file in $$list; do echo $$file; done | \
                    506:          sed -e "s|^$$srcdirstrip/||;t" \
                    507:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    508:        case $$dist_files in \
                    509:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    510:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    511:                           sort -u` ;; \
                    512:        esac; \
                    513:        for file in $$dist_files; do \
                    514:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     515:          if test -d $$d/$$file; then \
1.15      ohara     516:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.18      ohara     517:            if test -d "$(distdir)/$$file"; then \
                    518:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    519:            fi; \
1.15      ohara     520:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.18      ohara     521:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    522:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.15      ohara     523:            fi; \
1.18      ohara     524:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       ohara     525:          else \
1.18      ohara     526:            test -f "$(distdir)/$$file" \
                    527:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       ohara     528:            || exit 1; \
                    529:          fi; \
                    530:        done
                    531: check-am: all-am
1.15      ohara     532: check: $(BUILT_SOURCES)
                    533:        $(MAKE) $(AM_MAKEFLAGS) check-am
1.1       ohara     534: all-am: Makefile $(LIBRARIES) $(HEADERS)
                    535: installdirs:
1.15      ohara     536:        for dir in "$(DESTDIR)$(incdir)"; do \
                    537:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    538:        done
                    539: install: $(BUILT_SOURCES)
                    540:        $(MAKE) $(AM_MAKEFLAGS) install-am
1.1       ohara     541: install-exec: install-exec-am
                    542: install-data: install-data-am
                    543: uninstall: uninstall-am
                    544:
                    545: install-am: all-am
                    546:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    547:
                    548: installcheck: installcheck-am
                    549: install-strip:
1.23      ohara     550:        if test -z '$(STRIP)'; then \
                    551:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    552:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    553:              install; \
                    554:        else \
                    555:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    556:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    557:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    558:        fi
1.1       ohara     559: mostlyclean-generic:
                    560:
                    561: clean-generic:
                    562:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                    563:
                    564: distclean-generic:
1.15      ohara     565:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.18      ohara     566:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       ohara     567:
                    568: maintainer-clean-generic:
                    569:        @echo "This command is intended for maintainers to use"
                    570:        @echo "it deletes files that may require special tools to rebuild."
                    571:        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
                    572: clean: clean-am
                    573:
                    574: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    575:
                    576: distclean: distclean-am
1.15      ohara     577:        -rm -rf ./$(DEPDIR)
                    578:        -rm -f Makefile
                    579: distclean-am: clean-am distclean-compile distclean-generic \
                    580:        distclean-tags
1.1       ohara     581:
                    582: dvi: dvi-am
                    583:
                    584: dvi-am:
                    585:
1.15      ohara     586: html: html-am
                    587:
1.18      ohara     588: html-am:
                    589:
1.1       ohara     590: info: info-am
                    591:
                    592: info-am:
                    593:
                    594: install-data-am: install-incHEADERS
                    595:
1.15      ohara     596: install-dvi: install-dvi-am
                    597:
1.18      ohara     598: install-dvi-am:
                    599:
1.1       ohara     600: install-exec-am:
                    601:
1.15      ohara     602: install-html: install-html-am
                    603:
1.18      ohara     604: install-html-am:
                    605:
1.1       ohara     606: install-info: install-info-am
                    607:
1.18      ohara     608: install-info-am:
                    609:
1.1       ohara     610: install-man:
                    611:
1.15      ohara     612: install-pdf: install-pdf-am
                    613:
1.18      ohara     614: install-pdf-am:
                    615:
1.15      ohara     616: install-ps: install-ps-am
                    617:
1.18      ohara     618: install-ps-am:
                    619:
1.1       ohara     620: installcheck-am:
                    621:
                    622: maintainer-clean: maintainer-clean-am
1.15      ohara     623:        -rm -rf ./$(DEPDIR)
                    624:        -rm -f Makefile
1.1       ohara     625: maintainer-clean-am: distclean-am maintainer-clean-generic
                    626:
                    627: mostlyclean: mostlyclean-am
                    628:
                    629: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    630:
1.15      ohara     631: pdf: pdf-am
                    632:
                    633: pdf-am:
                    634:
                    635: ps: ps-am
                    636:
                    637: ps-am:
1.1       ohara     638:
1.15      ohara     639: uninstall-am: uninstall-incHEADERS
                    640:
1.18      ohara     641: .MAKE: all check install install-am install-strip
1.15      ohara     642:
1.23      ohara     643: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
                    644:        clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
                    645:        distclean-compile distclean-generic distclean-tags distdir dvi \
                    646:        dvi-am html html-am info info-am install install-am \
                    647:        install-data install-data-am install-dvi install-dvi-am \
                    648:        install-exec install-exec-am install-html install-html-am \
1.15      ohara     649:        install-incHEADERS install-info install-info-am install-man \
                    650:        install-pdf install-pdf-am install-ps install-ps-am \
                    651:        install-strip installcheck installcheck-am installdirs \
                    652:        maintainer-clean maintainer-clean-generic mostlyclean \
                    653:        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
1.23      ohara     654:        tags tags-am uninstall uninstall-am uninstall-incHEADERS
                    655:
                    656: .PRECIOUS: Makefile
1.1       ohara     657:
                    658:
                    659: ex.o kwd.o: y.tab.h
                    660: y.tab.c y.tab.h: parse.y
                    661:        ${YACC} ${YFLAGS} -d parse.y
1.18      ohara     662:
1.1       ohara     663: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    664: # Otherwise a system limit (for SysV at least) may be exceeded.
                    665: .NOEXPORT:

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