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

1.11      ohara       1: # Makefile.in generated automatically by automake 1.5 from Makefile.am.
1.1       ohara       2:
1.11      ohara       3: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
1.1       ohara       4: # Free Software Foundation, Inc.
                      5: # This Makefile.in is free software; the Free Software Foundation
                      6: # gives unlimited permission to copy and/or distribute it,
                      7: # with or without modifications, as long as this notice is preserved.
                      8:
                      9: # This program is distributed in the hope that it will be useful,
                     10: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     11: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     12: # PARTICULAR PURPOSE.
                     13:
                     14: @SET_MAKE@
1.11      ohara      15:
1.1       ohara      16: SHELL = @SHELL@
                     17:
                     18: srcdir = @srcdir@
                     19: top_srcdir = @top_srcdir@
                     20: VPATH = @srcdir@
                     21: prefix = @prefix@
                     22: exec_prefix = @exec_prefix@
                     23:
                     24: bindir = @bindir@
                     25: sbindir = @sbindir@
                     26: libexecdir = @libexecdir@
                     27: datadir = @datadir@
                     28: sysconfdir = @sysconfdir@
                     29: sharedstatedir = @sharedstatedir@
                     30: localstatedir = @localstatedir@
                     31: libdir = @libdir@
                     32: infodir = @infodir@
                     33: mandir = @mandir@
                     34: includedir = @includedir@
                     35: oldincludedir = /usr/include
                     36: pkgdatadir = $(datadir)/@PACKAGE@
                     37: pkglibdir = $(libdir)/@PACKAGE@
                     38: pkgincludedir = $(includedir)/@PACKAGE@
                     39: top_builddir = ..
                     40:
                     41: ACLOCAL = @ACLOCAL@
                     42: AUTOCONF = @AUTOCONF@
                     43: AUTOMAKE = @AUTOMAKE@
                     44: AUTOHEADER = @AUTOHEADER@
                     45:
                     46: INSTALL = @INSTALL@
                     47: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     48: INSTALL_DATA = @INSTALL_DATA@
                     49: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     50: INSTALL_HEADER = $(INSTALL_DATA)
                     51: transform = @program_transform_name@
                     52: NORMAL_INSTALL = :
                     53: PRE_INSTALL = :
                     54: POST_INSTALL = :
                     55: NORMAL_UNINSTALL = :
                     56: PRE_UNINSTALL = :
                     57: POST_UNINSTALL = :
                     58: build_alias = @build_alias@
                     59: build_triplet = @build@
                     60: host_alias = @host_alias@
                     61: host_triplet = @host@
                     62: target_alias = @target_alias@
                     63: target_triplet = @target@
                     64: AMTAR = @AMTAR@
                     65: AWK = @AWK@
                     66: CC = @CC@
                     67: DEPDIR = @DEPDIR@
1.11      ohara      68: EXEEXT = @EXEEXT@
1.1       ohara      69: FEPLIB = @FEPLIB@
1.12      ohara      70: GC_DISTDIR = @GC_DISTDIR@
1.1       ohara      71: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     72: LAPACKLIB = @LAPACKLIB@
                     73: LN_S = @LN_S@
1.4       ohara      74: MAINT = @MAINT@
1.1       ohara      75: MPIINC = @MPIINC@
                     76: MPILIB = @MPILIB@
1.11      ohara      77: OBJEXT = @OBJEXT@
1.1       ohara      78: PACKAGE = @PACKAGE@
                     79: PARIINC = @PARIINC@
                     80: PARILIB = @PARILIB@
                     81: RANLIB = @RANLIB@
1.8       ohara      82: USE_GC_INTERIX = @USE_GC_INTERIX@
1.9       ohara      83: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.5       ohara      84: USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@
1.1       ohara      85: VERSION = @VERSION@
1.4       ohara      86: XPMLIB = @XPMLIB@
1.1       ohara      87: X_CFLAGS = @X_CFLAGS@
                     88: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                     89: X_LIBS = @X_LIBS@
                     90: X_PRE_LIBS = @X_PRE_LIBS@
                     91: YACC = @YACC@
                     92: am__include = @am__include@
                     93: am__quote = @am__quote@
                     94: asm_obj = @asm_obj@
                     95: install_sh = @install_sh@
                     96: libasir_postfix = @libasir_postfix@
                     97:
                     98: incdir = ${prefix}/include/asir
                     99: inc_HEADERS = comp.h cpp.h parse.h w_stdio.h
                    100:
1.14    ! ohara     101: GC = gc6.8
1.7       ohara     102: asirdir = ${prefix}/lib/asir
                    103: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1       ohara     104: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
1.13      ohara     105:            -I${top_srcdir}/${GC}/include \
1.1       ohara     106:            @PARIINC@ @MPIINC@ @X_CFLAGS@
                    107:
                    108:
                    109: CLEANFILES = y.tab.c y.tab.h
                    110: BUILT_SOURCES = y.tab.c y.tab.h
                    111: noinst_LIBRARIES = libparse.a
                    112: libparse_a_SOURCES = arith.c comp.c debug.c eval.c evall.c function.c \
1.6       ohara     113:     glob.c kwd.c lex.c load.c parser.c puref.c pvar.c quote.c \
1.1       ohara     114:     struct.c util.c xdeb.c ${inc_HEADERS}
                    115:
                    116: nodist_libparse_a_SOURCES = y.tab.c y.tab.h
                    117: subdir = parse
                    118: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    119: CONFIG_CLEAN_FILES =
                    120: LIBRARIES = $(noinst_LIBRARIES)
                    121:
                    122: libparse_a_AR = $(AR) cru
                    123: libparse_a_LIBADD =
                    124: am_libparse_a_OBJECTS = arith.$(OBJEXT) comp.$(OBJEXT) debug.$(OBJEXT) \
                    125:        eval.$(OBJEXT) evall.$(OBJEXT) function.$(OBJEXT) \
1.6       ohara     126:        glob.$(OBJEXT) kwd.$(OBJEXT) lex.$(OBJEXT) load.$(OBJEXT) \
                    127:        parser.$(OBJEXT) puref.$(OBJEXT) pvar.$(OBJEXT) quote.$(OBJEXT) \
1.11      ohara     128:        struct.$(OBJEXT) util.$(OBJEXT) xdeb.$(OBJEXT)
1.1       ohara     129: nodist_libparse_a_OBJECTS = y.tab.$(OBJEXT)
                    130: libparse_a_OBJECTS = $(am_libparse_a_OBJECTS) \
                    131:        $(nodist_libparse_a_OBJECTS)
                    132: DEFAULT_INCLUDES =  -I. -I$(srcdir)
                    133: CPPFLAGS = @CPPFLAGS@
                    134: LDFLAGS = @LDFLAGS@
                    135: LIBS = @LIBS@
                    136: depcomp = $(SHELL) $(top_srcdir)/depcomp
1.11      ohara     137: @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/arith.Po $(DEPDIR)/comp.Po \
                    138: @AMDEP_TRUE@   $(DEPDIR)/debug.Po $(DEPDIR)/eval.Po \
                    139: @AMDEP_TRUE@   $(DEPDIR)/evall.Po $(DEPDIR)/function.Po \
                    140: @AMDEP_TRUE@   $(DEPDIR)/glob.Po $(DEPDIR)/kwd.Po $(DEPDIR)/lex.Po \
                    141: @AMDEP_TRUE@   $(DEPDIR)/load.Po $(DEPDIR)/parser.Po \
                    142: @AMDEP_TRUE@   $(DEPDIR)/puref.Po $(DEPDIR)/pvar.Po \
                    143: @AMDEP_TRUE@   $(DEPDIR)/quote.Po $(DEPDIR)/struct.Po \
                    144: @AMDEP_TRUE@   $(DEPDIR)/util.Po $(DEPDIR)/xdeb.Po \
                    145: @AMDEP_TRUE@   $(DEPDIR)/y.tab.Po
1.1       ohara     146: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    147:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    148: CCLD = $(CC)
                    149: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    150: CFLAGS = @CFLAGS@
                    151: DIST_SOURCES = $(libparse_a_SOURCES)
                    152: HEADERS = $(inc_HEADERS)
                    153:
                    154: DIST_COMMON = $(inc_HEADERS) Makefile.am Makefile.in
                    155: SOURCES = $(libparse_a_SOURCES) $(nodist_libparse_a_SOURCES)
                    156:
                    157: all: $(BUILT_SOURCES)
                    158:        $(MAKE) $(AM_MAKEFLAGS) all-am
                    159:
                    160: .SUFFIXES:
                    161: .SUFFIXES: .c .o .obj
1.4       ohara     162: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.1       ohara     163:        cd $(top_srcdir) && \
                    164:          $(AUTOMAKE) --gnu  parse/Makefile
1.4       ohara     165: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
1.11      ohara     166:        cd $(top_builddir) && \
                    167:          CONFIG_HEADERS= CONFIG_LINKS= \
                    168:          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
1.1       ohara     169:
                    170: AR = ar
                    171:
                    172: clean-noinstLIBRARIES:
                    173:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    174: libparse.a: $(libparse_a_OBJECTS) $(libparse_a_DEPENDENCIES)
                    175:        -rm -f libparse.a
                    176:        $(libparse_a_AR) libparse.a $(libparse_a_OBJECTS) $(libparse_a_LIBADD)
                    177:        $(RANLIB) libparse.a
                    178:
                    179: mostlyclean-compile:
                    180:        -rm -f *.$(OBJEXT) core *.core
                    181:
                    182: distclean-compile:
                    183:        -rm -f *.tab.c
                    184:
1.11      ohara     185: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/arith.Po@am__quote@
                    186: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/comp.Po@am__quote@
                    187: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/debug.Po@am__quote@
                    188: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/eval.Po@am__quote@
                    189: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/evall.Po@am__quote@
                    190: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/function.Po@am__quote@
                    191: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/glob.Po@am__quote@
                    192: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/kwd.Po@am__quote@
                    193: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lex.Po@am__quote@
                    194: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/load.Po@am__quote@
                    195: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/parser.Po@am__quote@
                    196: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/puref.Po@am__quote@
                    197: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pvar.Po@am__quote@
                    198: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/quote.Po@am__quote@
                    199: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/struct.Po@am__quote@
                    200: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/util.Po@am__quote@
                    201: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xdeb.Po@am__quote@
                    202: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/y.tab.Po@am__quote@
1.1       ohara     203:
                    204: distclean-depend:
1.11      ohara     205:        -rm -rf $(DEPDIR)
1.1       ohara     206:
                    207: .c.o:
                    208: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    209: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    210: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.11      ohara     211:        $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
1.1       ohara     212:
                    213: .c.obj:
                    214: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    215: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    216: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    217:        $(COMPILE) -c `cygpath -w $<`
                    218: CCDEPMODE = @CCDEPMODE@
                    219: uninstall-info-am:
                    220: install-incHEADERS: $(inc_HEADERS)
                    221:        @$(NORMAL_INSTALL)
                    222:        $(mkinstalldirs) $(DESTDIR)$(incdir)
                    223:        @list='$(inc_HEADERS)'; for p in $$list; do \
                    224:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                    225:          f="`echo $$p | sed -e 's|^.*/||'`"; \
1.11      ohara     226:          echo " $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(incdir)/$$f"; \
                    227:          $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(incdir)/$$f; \
1.1       ohara     228:        done
                    229:
                    230: uninstall-incHEADERS:
                    231:        @$(NORMAL_UNINSTALL)
                    232:        @list='$(inc_HEADERS)'; for p in $$list; do \
                    233:          f="`echo $$p | sed -e 's|^.*/||'`"; \
                    234:          echo " rm -f $(DESTDIR)$(incdir)/$$f"; \
                    235:          rm -f $(DESTDIR)$(incdir)/$$f; \
                    236:        done
                    237:
                    238: tags: TAGS
                    239:
                    240: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1.11      ohara     241:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
1.1       ohara     242:        unique=`for i in $$list; do \
                    243:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    244:          done | \
                    245:          $(AWK) '    { files[$$0] = 1; } \
                    246:               END { for (i in files) print i; }'`; \
1.11      ohara     247:        mkid -fID $$unique $(LISP)
1.1       ohara     248:
                    249: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    250:                $(TAGS_FILES) $(LISP)
                    251:        tags=; \
                    252:        here=`pwd`; \
1.11      ohara     253:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
1.1       ohara     254:        unique=`for i in $$list; do \
                    255:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    256:          done | \
                    257:          $(AWK) '    { files[$$0] = 1; } \
                    258:               END { for (i in files) print i; }'`; \
1.11      ohara     259:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    260:          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
1.1       ohara     261:
                    262: GTAGS:
1.11      ohara     263:        here=`CDPATH=: && cd $(top_builddir) && pwd` \
1.1       ohara     264:          && cd $(top_srcdir) \
                    265:          && gtags -i $(GTAGS_ARGS) $$here
                    266:
                    267: distclean-tags:
                    268:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
1.11      ohara     269:
1.1       ohara     270: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    271:
                    272: top_distdir = ..
                    273: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
                    274:
                    275: distdir: $(DISTFILES)
1.11      ohara     276:        @for file in $(DISTFILES); do \
                    277:          if test -f $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     278:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    279:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1.11      ohara     280:            $(mkinstalldirs) "$(distdir)/$$dir"; \
1.1       ohara     281:          fi; \
                    282:          if test -d $$d/$$file; then \
1.11      ohara     283:            cp -pR $$d/$$file $(distdir) \
                    284:            || exit 1; \
1.1       ohara     285:          else \
                    286:            test -f $(distdir)/$$file \
                    287:            || cp -p $$d/$$file $(distdir)/$$file \
                    288:            || exit 1; \
                    289:          fi; \
                    290:        done
                    291: check-am: all-am
                    292: check: check-am
                    293: all-am: Makefile $(LIBRARIES) $(HEADERS)
                    294:
                    295: installdirs:
                    296:        $(mkinstalldirs) $(DESTDIR)$(incdir)
                    297:
                    298: install: install-am
                    299: install-exec: install-exec-am
                    300: install-data: install-data-am
                    301: uninstall: uninstall-am
                    302:
                    303: install-am: all-am
                    304:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    305:
                    306: installcheck: installcheck-am
                    307: install-strip:
                    308:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    309:          `test -z '$(STRIP)' || \
                    310:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    311: mostlyclean-generic:
                    312:
                    313: clean-generic:
                    314:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                    315:
                    316: distclean-generic:
1.11      ohara     317:        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
1.1       ohara     318:
                    319: maintainer-clean-generic:
                    320:        @echo "This command is intended for maintainers to use"
                    321:        @echo "it deletes files that may require special tools to rebuild."
                    322:        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
                    323: clean: clean-am
                    324:
                    325: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    326:
                    327: distclean: distclean-am
                    328:
                    329: distclean-am: clean-am distclean-compile distclean-depend \
                    330:        distclean-generic distclean-tags
                    331:
                    332: dvi: dvi-am
                    333:
                    334: dvi-am:
                    335:
                    336: info: info-am
                    337:
                    338: info-am:
                    339:
                    340: install-data-am: install-incHEADERS
                    341:
                    342: install-exec-am:
                    343:
                    344: install-info: install-info-am
                    345:
                    346: install-man:
                    347:
                    348: installcheck-am:
                    349:
                    350: maintainer-clean: maintainer-clean-am
                    351:
                    352: maintainer-clean-am: distclean-am maintainer-clean-generic
                    353:
                    354: mostlyclean: mostlyclean-am
                    355:
                    356: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    357:
                    358: uninstall-am: uninstall-incHEADERS uninstall-info-am
                    359:
                    360: .PHONY: GTAGS all all-am check check-am clean clean-generic \
                    361:        clean-noinstLIBRARIES distclean distclean-compile \
                    362:        distclean-depend distclean-generic distclean-tags distdir dvi \
                    363:        dvi-am info info-am install install-am install-data \
                    364:        install-data-am install-exec install-exec-am install-incHEADERS \
                    365:        install-info install-info-am install-man install-strip \
                    366:        installcheck installcheck-am installdirs maintainer-clean \
                    367:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    368:        mostlyclean-generic tags uninstall uninstall-am \
                    369:        uninstall-incHEADERS uninstall-info-am
                    370:
                    371:
                    372: ex.o kwd.o: y.tab.h
                    373: y.tab.c y.tab.h: parse.y
                    374:        ${YACC} ${YFLAGS} -d parse.y
                    375: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    376: # Otherwise a system limit (for SysV at least) may be exceeded.
                    377: .NOEXPORT:

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