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

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

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