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

1.19    ! ohara       1: # Makefile.in generated by automake 1.12.6 from Makefile.am.
1.15      ohara       2: # @configure_input@
1.1       ohara       3:
1.19    ! ohara       4: # Copyright (C) 1994-2012 Free Software Foundation, Inc.
        !             5:
1.1       ohara       6: # This Makefile.in is free software; the Free Software Foundation
                      7: # gives unlimited permission to copy and/or distribute it,
                      8: # with or without modifications, as long as this notice is preserved.
                      9:
                     10: # This program is distributed in the hope that it will be useful,
                     11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     13: # PARTICULAR PURPOSE.
                     14:
                     15: @SET_MAKE@
1.11      ohara      16:
1.1       ohara      17:
                     18: VPATH = @srcdir@
1.19    ! ohara      19: am__make_dryrun = \
        !            20:   { \
        !            21:     am__dry=no; \
        !            22:     case $$MAKEFLAGS in \
        !            23:       *\\[\ \  ]*) \
        !            24:         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
        !            25:           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
        !            26:       *) \
        !            27:         for am__flg in $$MAKEFLAGS; do \
        !            28:           case $$am__flg in \
        !            29:             *=*|--*) ;; \
        !            30:             *n*) am__dry=yes; break;; \
        !            31:           esac; \
        !            32:         done;; \
        !            33:     esac; \
        !            34:     test $$am__dry = yes; \
        !            35:   }
1.1       ohara      36: pkgdatadir = $(datadir)/@PACKAGE@
1.18      ohara      37: pkgincludedir = $(includedir)/@PACKAGE@
1.1       ohara      38: pkglibdir = $(libdir)/@PACKAGE@
1.18      ohara      39: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.15      ohara      40: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     41: install_sh_DATA = $(install_sh) -c -m 644
                     42: install_sh_PROGRAM = $(install_sh) -c
                     43: install_sh_SCRIPT = $(install_sh) -c
1.1       ohara      44: INSTALL_HEADER = $(INSTALL_DATA)
1.15      ohara      45: transform = $(program_transform_name)
1.1       ohara      46: NORMAL_INSTALL = :
                     47: PRE_INSTALL = :
                     48: POST_INSTALL = :
                     49: NORMAL_UNINSTALL = :
                     50: PRE_UNINSTALL = :
                     51: POST_UNINSTALL = :
                     52: build_triplet = @build@
                     53: host_triplet = @host@
                     54: target_triplet = @target@
1.15      ohara      55: subdir = parse
                     56: DIST_COMMON = $(inc_HEADERS) $(srcdir)/Makefile.am \
1.19    ! ohara      57:        $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
        !            58:        $(top_srcdir)/mkinstalldirs
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.17      ohara     255:            @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:
1.19    ! ohara     417: cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
        !           418:        list='$(SOURCES) $(HEADERS) $(LISP)'; \
        !           419:        case "$(srcdir)" in \
        !           420:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
        !           421:          *) sdir=$(subdir)/$(srcdir) ;; \
        !           422:        esac; \
        !           423:        for i in $$list; do \
        !           424:          if test -f "$$i"; then \
        !           425:            echo "$(subdir)/$$i"; \
        !           426:          else \
        !           427:            echo "$$sdir/$$i"; \
        !           428:          fi; \
        !           429:        done >> $(top_builddir)/cscope.files
        !           430:
1.1       ohara     431: distclean-tags:
1.15      ohara     432:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       ohara     433:
                    434: distdir: $(DISTFILES)
1.15      ohara     435:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    436:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    437:        list='$(DISTFILES)'; \
                    438:          dist_files=`for file in $$list; do echo $$file; done | \
                    439:          sed -e "s|^$$srcdirstrip/||;t" \
                    440:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    441:        case $$dist_files in \
                    442:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    443:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    444:                           sort -u` ;; \
                    445:        esac; \
                    446:        for file in $$dist_files; do \
                    447:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     448:          if test -d $$d/$$file; then \
1.15      ohara     449:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.18      ohara     450:            if test -d "$(distdir)/$$file"; then \
                    451:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    452:            fi; \
1.15      ohara     453:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.18      ohara     454:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    455:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.15      ohara     456:            fi; \
1.18      ohara     457:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       ohara     458:          else \
1.18      ohara     459:            test -f "$(distdir)/$$file" \
                    460:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       ohara     461:            || exit 1; \
                    462:          fi; \
                    463:        done
                    464: check-am: all-am
1.15      ohara     465: check: $(BUILT_SOURCES)
                    466:        $(MAKE) $(AM_MAKEFLAGS) check-am
1.1       ohara     467: all-am: Makefile $(LIBRARIES) $(HEADERS)
                    468: installdirs:
1.15      ohara     469:        for dir in "$(DESTDIR)$(incdir)"; do \
                    470:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    471:        done
                    472: install: $(BUILT_SOURCES)
                    473:        $(MAKE) $(AM_MAKEFLAGS) install-am
1.1       ohara     474: install-exec: install-exec-am
                    475: install-data: install-data-am
                    476: uninstall: uninstall-am
                    477:
                    478: install-am: all-am
                    479:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    480:
                    481: installcheck: installcheck-am
                    482: install-strip:
1.19    ! ohara     483:        if test -z '$(STRIP)'; then \
        !           484:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           485:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           486:              install; \
        !           487:        else \
        !           488:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           489:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           490:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
        !           491:        fi
1.1       ohara     492: mostlyclean-generic:
                    493:
                    494: clean-generic:
                    495:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                    496:
                    497: distclean-generic:
1.15      ohara     498:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.18      ohara     499:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       ohara     500:
                    501: maintainer-clean-generic:
                    502:        @echo "This command is intended for maintainers to use"
                    503:        @echo "it deletes files that may require special tools to rebuild."
                    504:        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
                    505: clean: clean-am
                    506:
                    507: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    508:
                    509: distclean: distclean-am
1.15      ohara     510:        -rm -rf ./$(DEPDIR)
                    511:        -rm -f Makefile
                    512: distclean-am: clean-am distclean-compile distclean-generic \
                    513:        distclean-tags
1.1       ohara     514:
                    515: dvi: dvi-am
                    516:
                    517: dvi-am:
                    518:
1.15      ohara     519: html: html-am
                    520:
1.18      ohara     521: html-am:
                    522:
1.1       ohara     523: info: info-am
                    524:
                    525: info-am:
                    526:
                    527: install-data-am: install-incHEADERS
                    528:
1.15      ohara     529: install-dvi: install-dvi-am
                    530:
1.18      ohara     531: install-dvi-am:
                    532:
1.1       ohara     533: install-exec-am:
                    534:
1.15      ohara     535: install-html: install-html-am
                    536:
1.18      ohara     537: install-html-am:
                    538:
1.1       ohara     539: install-info: install-info-am
                    540:
1.18      ohara     541: install-info-am:
                    542:
1.1       ohara     543: install-man:
                    544:
1.15      ohara     545: install-pdf: install-pdf-am
                    546:
1.18      ohara     547: install-pdf-am:
                    548:
1.15      ohara     549: install-ps: install-ps-am
                    550:
1.18      ohara     551: install-ps-am:
                    552:
1.1       ohara     553: installcheck-am:
                    554:
                    555: maintainer-clean: maintainer-clean-am
1.15      ohara     556:        -rm -rf ./$(DEPDIR)
                    557:        -rm -f Makefile
1.1       ohara     558: maintainer-clean-am: distclean-am maintainer-clean-generic
                    559:
                    560: mostlyclean: mostlyclean-am
                    561:
                    562: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    563:
1.15      ohara     564: pdf: pdf-am
                    565:
                    566: pdf-am:
                    567:
                    568: ps: ps-am
                    569:
                    570: ps-am:
1.1       ohara     571:
1.15      ohara     572: uninstall-am: uninstall-incHEADERS
                    573:
1.18      ohara     574: .MAKE: all check install install-am install-strip
1.15      ohara     575:
                    576: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1.19    ! ohara     577:        clean-noinstLIBRARIES cscopelist ctags distclean \
        !           578:        distclean-compile distclean-generic distclean-tags distdir dvi \
        !           579:        dvi-am html html-am info info-am install install-am \
        !           580:        install-data install-data-am install-dvi install-dvi-am \
        !           581:        install-exec install-exec-am install-html install-html-am \
1.15      ohara     582:        install-incHEADERS install-info install-info-am install-man \
                    583:        install-pdf install-pdf-am install-ps install-ps-am \
                    584:        install-strip installcheck installcheck-am installdirs \
                    585:        maintainer-clean maintainer-clean-generic mostlyclean \
                    586:        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
                    587:        tags uninstall uninstall-am uninstall-incHEADERS
1.1       ohara     588:
                    589:
                    590: ex.o kwd.o: y.tab.h
                    591: y.tab.c y.tab.h: parse.y
                    592:        ${YACC} ${YFLAGS} -d parse.y
1.18      ohara     593:
1.1       ohara     594: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    595: # Otherwise a system limit (for SysV at least) may be exceeded.
                    596: .NOEXPORT:

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