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

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

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