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

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

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