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

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.11      ohara     120: OBJEXT = @OBJEXT@
1.1       ohara     121: PACKAGE = @PACKAGE@
1.15      ohara     122: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    123: PACKAGE_NAME = @PACKAGE_NAME@
                    124: PACKAGE_STRING = @PACKAGE_STRING@
                    125: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    126: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1       ohara     127: PARIINC = @PARIINC@
                    128: PARILIB = @PARILIB@
1.15      ohara     129: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       ohara     130: RANLIB = @RANLIB@
1.15      ohara     131: SET_MAKE = @SET_MAKE@
                    132: SHELL = @SHELL@
                    133: STRIP = @STRIP@
1.9       ohara     134: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.1       ohara     135: VERSION = @VERSION@
1.15      ohara     136: XMKMF = @XMKMF@
1.4       ohara     137: XPMLIB = @XPMLIB@
1.1       ohara     138: X_CFLAGS = @X_CFLAGS@
                    139: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    140: X_LIBS = @X_LIBS@
                    141: X_PRE_LIBS = @X_PRE_LIBS@
                    142: YACC = @YACC@
1.15      ohara     143: YFLAGS = @YFLAGS@
                    144: abs_builddir = @abs_builddir@
                    145: abs_srcdir = @abs_srcdir@
                    146: abs_top_builddir = @abs_top_builddir@
                    147: abs_top_srcdir = @abs_top_srcdir@
                    148: ac_ct_CC = @ac_ct_CC@
1.1       ohara     149: am__include = @am__include@
1.15      ohara     150: am__leading_dot = @am__leading_dot@
1.1       ohara     151: am__quote = @am__quote@
1.15      ohara     152: am__tar = @am__tar@
                    153: am__untar = @am__untar@
1.1       ohara     154: asm_obj = @asm_obj@
1.15      ohara     155: bindir = @bindir@
                    156: build = @build@
                    157: build_alias = @build_alias@
                    158: build_cpu = @build_cpu@
                    159: build_os = @build_os@
                    160: build_vendor = @build_vendor@
                    161: builddir = @builddir@
                    162: datadir = @datadir@
                    163: datarootdir = @datarootdir@
                    164: docdir = @docdir@
                    165: dvidir = @dvidir@
                    166: exec_prefix = @exec_prefix@
                    167: host = @host@
                    168: host_alias = @host_alias@
                    169: host_cpu = @host_cpu@
                    170: host_os = @host_os@
                    171: host_vendor = @host_vendor@
                    172: htmldir = @htmldir@
                    173: includedir = @includedir@
                    174: infodir = @infodir@
1.1       ohara     175: install_sh = @install_sh@
                    176: libasir_postfix = @libasir_postfix@
1.15      ohara     177: libdir = @libdir@
                    178: libexecdir = @libexecdir@
                    179: localedir = @localedir@
                    180: localstatedir = @localstatedir@
                    181: mandir = @mandir@
                    182: mkdir_p = @mkdir_p@
                    183: oldincludedir = @oldincludedir@
                    184: pdfdir = @pdfdir@
                    185: prefix = @prefix@
                    186: program_transform_name = @program_transform_name@
                    187: psdir = @psdir@
                    188: sbindir = @sbindir@
                    189: sharedstatedir = @sharedstatedir@
                    190: srcdir = @srcdir@
                    191: sysconfdir = @sysconfdir@
                    192: target = @target@
                    193: target_alias = @target_alias@
                    194: target_cpu = @target_cpu@
                    195: target_os = @target_os@
                    196: target_vendor = @target_vendor@
                    197: top_builddir = @top_builddir@
                    198: top_srcdir = @top_srcdir@
1.1       ohara     199: incdir = ${prefix}/include/asir
                    200: inc_HEADERS = comp.h cpp.h parse.h w_stdio.h
1.7       ohara     201: asirdir = ${prefix}/lib/asir
1.1       ohara     202: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
1.13      ohara     203:            -I${top_srcdir}/${GC}/include \
1.17    ! ohara     204:            @PARIINC@ @X_CFLAGS@
1.1       ohara     205:
                    206: CLEANFILES = y.tab.c y.tab.h
                    207: BUILT_SOURCES = y.tab.c y.tab.h
                    208: noinst_LIBRARIES = libparse.a
                    209: libparse_a_SOURCES = arith.c comp.c debug.c eval.c evall.c function.c \
1.6       ohara     210:     glob.c kwd.c lex.c load.c parser.c puref.c pvar.c quote.c \
1.1       ohara     211:     struct.c util.c xdeb.c ${inc_HEADERS}
                    212:
                    213: nodist_libparse_a_SOURCES = y.tab.c y.tab.h
                    214: all: $(BUILT_SOURCES)
                    215:        $(MAKE) $(AM_MAKEFLAGS) all-am
                    216:
                    217: .SUFFIXES:
                    218: .SUFFIXES: .c .o .obj
1.15      ohara     219: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    220:        @for dep in $?; do \
                    221:          case '$(am__configure_deps)' in \
                    222:            *$$dep*) \
                    223:              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
                    224:                && exit 0; \
                    225:              exit 1;; \
                    226:          esac; \
                    227:        done; \
                    228:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  parse/Makefile'; \
1.1       ohara     229:        cd $(top_srcdir) && \
                    230:          $(AUTOMAKE) --gnu  parse/Makefile
1.15      ohara     231: .PRECIOUS: Makefile
                    232: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    233:        @case '$?' in \
                    234:          *config.status*) \
                    235:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    236:          *) \
                    237:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    238:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    239:        esac;
                    240:
                    241: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    242:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    243:
                    244: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    245:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    246: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    247:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.1       ohara     248:
                    249: clean-noinstLIBRARIES:
                    250:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    251: libparse.a: $(libparse_a_OBJECTS) $(libparse_a_DEPENDENCIES)
                    252:        -rm -f libparse.a
                    253:        $(libparse_a_AR) libparse.a $(libparse_a_OBJECTS) $(libparse_a_LIBADD)
                    254:        $(RANLIB) libparse.a
                    255:
                    256: mostlyclean-compile:
1.15      ohara     257:        -rm -f *.$(OBJEXT)
1.1       ohara     258:
                    259: distclean-compile:
                    260:        -rm -f *.tab.c
                    261:
1.15      ohara     262: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arith.Po@am__quote@
                    263: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/comp.Po@am__quote@
                    264: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Po@am__quote@
                    265: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eval.Po@am__quote@
                    266: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evall.Po@am__quote@
                    267: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/function.Po@am__quote@
                    268: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glob.Po@am__quote@
                    269: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kwd.Po@am__quote@
                    270: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex.Po@am__quote@
                    271: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/load.Po@am__quote@
                    272: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Po@am__quote@
                    273: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/puref.Po@am__quote@
                    274: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pvar.Po@am__quote@
                    275: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quote.Po@am__quote@
                    276: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/struct.Po@am__quote@
                    277: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
                    278: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdeb.Po@am__quote@
                    279: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/y.tab.Po@am__quote@
1.1       ohara     280:
                    281: .c.o:
1.15      ohara     282: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    283: @am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    284: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    285: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    286: @am__fastdepCC_FALSE@  $(COMPILE) -c $<
1.1       ohara     287:
                    288: .c.obj:
1.15      ohara     289: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    290: @am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    291: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    292: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    293: @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
1.1       ohara     294: install-incHEADERS: $(inc_HEADERS)
                    295:        @$(NORMAL_INSTALL)
1.15      ohara     296:        test -z "$(incdir)" || $(MKDIR_P) "$(DESTDIR)$(incdir)"
1.1       ohara     297:        @list='$(inc_HEADERS)'; for p in $$list; do \
                    298:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.15      ohara     299:          f=$(am__strip_dir) \
                    300:          echo " $(incHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(incdir)/$$f'"; \
                    301:          $(incHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(incdir)/$$f"; \
1.1       ohara     302:        done
                    303:
                    304: uninstall-incHEADERS:
                    305:        @$(NORMAL_UNINSTALL)
                    306:        @list='$(inc_HEADERS)'; for p in $$list; do \
1.15      ohara     307:          f=$(am__strip_dir) \
                    308:          echo " rm -f '$(DESTDIR)$(incdir)/$$f'"; \
                    309:          rm -f "$(DESTDIR)$(incdir)/$$f"; \
1.1       ohara     310:        done
                    311:
                    312: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1.15      ohara     313:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.1       ohara     314:        unique=`for i in $$list; do \
                    315:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    316:          done | \
                    317:          $(AWK) '    { files[$$0] = 1; } \
                    318:               END { for (i in files) print i; }'`; \
1.15      ohara     319:        mkid -fID $$unique
                    320: tags: TAGS
1.1       ohara     321:
                    322: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    323:                $(TAGS_FILES) $(LISP)
                    324:        tags=; \
                    325:        here=`pwd`; \
1.15      ohara     326:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    327:        unique=`for i in $$list; do \
                    328:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    329:          done | \
                    330:          $(AWK) '    { files[$$0] = 1; } \
                    331:               END { for (i in files) print i; }'`; \
                    332:        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
                    333:          test -n "$$unique" || unique=$$empty_fix; \
                    334:          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    335:            $$tags $$unique; \
                    336:        fi
                    337: ctags: CTAGS
                    338: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    339:                $(TAGS_FILES) $(LISP)
                    340:        tags=; \
                    341:        here=`pwd`; \
                    342:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1.1       ohara     343:        unique=`for i in $$list; do \
                    344:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    345:          done | \
                    346:          $(AWK) '    { files[$$0] = 1; } \
                    347:               END { for (i in files) print i; }'`; \
1.15      ohara     348:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    349:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    350:             $$tags $$unique
1.1       ohara     351:
                    352: GTAGS:
1.15      ohara     353:        here=`$(am__cd) $(top_builddir) && pwd` \
1.1       ohara     354:          && cd $(top_srcdir) \
                    355:          && gtags -i $(GTAGS_ARGS) $$here
                    356:
                    357: distclean-tags:
1.15      ohara     358:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       ohara     359:
                    360: distdir: $(DISTFILES)
1.15      ohara     361:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    362:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    363:        list='$(DISTFILES)'; \
                    364:          dist_files=`for file in $$list; do echo $$file; done | \
                    365:          sed -e "s|^$$srcdirstrip/||;t" \
                    366:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    367:        case $$dist_files in \
                    368:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    369:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    370:                           sort -u` ;; \
                    371:        esac; \
                    372:        for file in $$dist_files; do \
                    373:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     374:          if test -d $$d/$$file; then \
1.15      ohara     375:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    376:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    377:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    378:            fi; \
                    379:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       ohara     380:          else \
                    381:            test -f $(distdir)/$$file \
                    382:            || cp -p $$d/$$file $(distdir)/$$file \
                    383:            || exit 1; \
                    384:          fi; \
                    385:        done
                    386: check-am: all-am
1.15      ohara     387: check: $(BUILT_SOURCES)
                    388:        $(MAKE) $(AM_MAKEFLAGS) check-am
1.1       ohara     389: all-am: Makefile $(LIBRARIES) $(HEADERS)
                    390: installdirs:
1.15      ohara     391:        for dir in "$(DESTDIR)$(incdir)"; do \
                    392:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    393:        done
                    394: install: $(BUILT_SOURCES)
                    395:        $(MAKE) $(AM_MAKEFLAGS) install-am
1.1       ohara     396: install-exec: install-exec-am
                    397: install-data: install-data-am
                    398: uninstall: uninstall-am
                    399:
                    400: install-am: all-am
                    401:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    402:
                    403: installcheck: installcheck-am
                    404: install-strip:
                    405:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.15      ohara     406:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.1       ohara     407:          `test -z '$(STRIP)' || \
                    408:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    409: mostlyclean-generic:
                    410:
                    411: clean-generic:
                    412:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                    413:
                    414: distclean-generic:
1.15      ohara     415:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1       ohara     416:
                    417: maintainer-clean-generic:
                    418:        @echo "This command is intended for maintainers to use"
                    419:        @echo "it deletes files that may require special tools to rebuild."
                    420:        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
                    421: clean: clean-am
                    422:
                    423: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    424:
                    425: distclean: distclean-am
1.15      ohara     426:        -rm -rf ./$(DEPDIR)
                    427:        -rm -f Makefile
                    428: distclean-am: clean-am distclean-compile distclean-generic \
                    429:        distclean-tags
1.1       ohara     430:
                    431: dvi: dvi-am
                    432:
                    433: dvi-am:
                    434:
1.15      ohara     435: html: html-am
                    436:
1.1       ohara     437: info: info-am
                    438:
                    439: info-am:
                    440:
                    441: install-data-am: install-incHEADERS
                    442:
1.15      ohara     443: install-dvi: install-dvi-am
                    444:
1.1       ohara     445: install-exec-am:
                    446:
1.15      ohara     447: install-html: install-html-am
                    448:
1.1       ohara     449: install-info: install-info-am
                    450:
                    451: install-man:
                    452:
1.15      ohara     453: install-pdf: install-pdf-am
                    454:
                    455: install-ps: install-ps-am
                    456:
1.1       ohara     457: installcheck-am:
                    458:
                    459: maintainer-clean: maintainer-clean-am
1.15      ohara     460:        -rm -rf ./$(DEPDIR)
                    461:        -rm -f Makefile
1.1       ohara     462: maintainer-clean-am: distclean-am maintainer-clean-generic
                    463:
                    464: mostlyclean: mostlyclean-am
                    465:
                    466: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    467:
1.15      ohara     468: pdf: pdf-am
                    469:
                    470: pdf-am:
                    471:
                    472: ps: ps-am
                    473:
                    474: ps-am:
1.1       ohara     475:
1.15      ohara     476: uninstall-am: uninstall-incHEADERS
                    477:
                    478: .MAKE: install-am install-strip
                    479:
                    480: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
                    481:        clean-noinstLIBRARIES ctags distclean distclean-compile \
                    482:        distclean-generic distclean-tags distdir dvi dvi-am html \
                    483:        html-am info info-am install install-am install-data \
                    484:        install-data-am install-dvi install-dvi-am install-exec \
                    485:        install-exec-am install-html install-html-am \
                    486:        install-incHEADERS install-info install-info-am install-man \
                    487:        install-pdf install-pdf-am install-ps install-ps-am \
                    488:        install-strip installcheck installcheck-am installdirs \
                    489:        maintainer-clean maintainer-clean-generic mostlyclean \
                    490:        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
                    491:        tags uninstall uninstall-am uninstall-incHEADERS
1.1       ohara     492:
                    493:
                    494: ex.o kwd.o: y.tab.h
                    495: y.tab.c y.tab.h: parse.y
                    496:        ${YACC} ${YFLAGS} -d parse.y
                    497: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    498: # Otherwise a system limit (for SysV at least) may be exceeded.
                    499: .NOEXPORT:

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