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

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

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