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

1.1       ohara       1: # Makefile.in generated automatically by automake 1.5 from Makefile.am.
                      2:
                      3: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
                      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@
                     15:
                     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@
                     68: EXEEXT = @EXEEXT@
                     69: FEPLIB = @FEPLIB@
                     70: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     71: LAPACKLIB = @LAPACKLIB@
                     72: LN_S = @LN_S@
1.4       ohara      73: MAINT = @MAINT@
1.1       ohara      74: MPIINC = @MPIINC@
                     75: MPILIB = @MPILIB@
                     76: OBJEXT = @OBJEXT@
                     77: PACKAGE = @PACKAGE@
                     78: PARIINC = @PARIINC@
                     79: PARILIB = @PARILIB@
                     80: RANLIB = @RANLIB@
1.8       ohara      81: USE_GC_INTERIX = @USE_GC_INTERIX@
1.9     ! ohara      82: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.5       ohara      83: USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@
1.1       ohara      84: VERSION = @VERSION@
1.4       ohara      85: XPMLIB = @XPMLIB@
1.1       ohara      86: X_CFLAGS = @X_CFLAGS@
                     87: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                     88: X_LIBS = @X_LIBS@
                     89: X_PRE_LIBS = @X_PRE_LIBS@
                     90: YACC = @YACC@
                     91: am__include = @am__include@
                     92: am__quote = @am__quote@
                     93: asm_obj = @asm_obj@
                     94: install_sh = @install_sh@
                     95: libasir_postfix = @libasir_postfix@
                     96:
                     97: incdir = ${prefix}/include/asir
                     98: inc_HEADERS = comp.h cpp.h parse.h w_stdio.h
                     99:
1.7       ohara     100: asirdir = ${prefix}/lib/asir
                    101: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1       ohara     102: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
                    103:            -I${top_srcdir}/gc/include \
                    104:            @PARIINC@ @MPIINC@ @X_CFLAGS@
                    105:
                    106:
                    107: CLEANFILES = y.tab.c y.tab.h
                    108: BUILT_SOURCES = y.tab.c y.tab.h
                    109: noinst_LIBRARIES = libparse.a
                    110: libparse_a_SOURCES = arith.c comp.c debug.c eval.c evall.c function.c \
1.6       ohara     111:     glob.c kwd.c lex.c load.c parser.c puref.c pvar.c quote.c \
1.1       ohara     112:     struct.c util.c xdeb.c ${inc_HEADERS}
                    113:
                    114: nodist_libparse_a_SOURCES = y.tab.c y.tab.h
                    115: subdir = parse
                    116: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    117: CONFIG_CLEAN_FILES =
                    118: LIBRARIES = $(noinst_LIBRARIES)
                    119:
                    120: libparse_a_AR = $(AR) cru
                    121: libparse_a_LIBADD =
                    122: am_libparse_a_OBJECTS = arith.$(OBJEXT) comp.$(OBJEXT) debug.$(OBJEXT) \
                    123:        eval.$(OBJEXT) evall.$(OBJEXT) function.$(OBJEXT) \
1.6       ohara     124:        glob.$(OBJEXT) kwd.$(OBJEXT) lex.$(OBJEXT) load.$(OBJEXT) \
                    125:        parser.$(OBJEXT) puref.$(OBJEXT) pvar.$(OBJEXT) quote.$(OBJEXT) \
                    126:        struct.$(OBJEXT) util.$(OBJEXT) xdeb.$(OBJEXT)
1.1       ohara     127: nodist_libparse_a_OBJECTS = y.tab.$(OBJEXT)
                    128: libparse_a_OBJECTS = $(am_libparse_a_OBJECTS) \
                    129:        $(nodist_libparse_a_OBJECTS)
                    130: DEFAULT_INCLUDES =  -I. -I$(srcdir)
                    131: CPPFLAGS = @CPPFLAGS@
                    132: LDFLAGS = @LDFLAGS@
                    133: LIBS = @LIBS@
                    134: depcomp = $(SHELL) $(top_srcdir)/depcomp
                    135: @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/arith.Po $(DEPDIR)/comp.Po \
                    136: @AMDEP_TRUE@   $(DEPDIR)/debug.Po $(DEPDIR)/eval.Po \
                    137: @AMDEP_TRUE@   $(DEPDIR)/evall.Po $(DEPDIR)/function.Po \
1.6       ohara     138: @AMDEP_TRUE@   $(DEPDIR)/glob.Po $(DEPDIR)/kwd.Po $(DEPDIR)/lex.Po \
                    139: @AMDEP_TRUE@   $(DEPDIR)/load.Po $(DEPDIR)/parser.Po \
                    140: @AMDEP_TRUE@   $(DEPDIR)/puref.Po $(DEPDIR)/pvar.Po \
                    141: @AMDEP_TRUE@   $(DEPDIR)/quote.Po $(DEPDIR)/struct.Po \
                    142: @AMDEP_TRUE@   $(DEPDIR)/util.Po $(DEPDIR)/xdeb.Po \
                    143: @AMDEP_TRUE@   $(DEPDIR)/y.tab.Po
1.1       ohara     144: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    145:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    146: CCLD = $(CC)
                    147: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    148: CFLAGS = @CFLAGS@
                    149: DIST_SOURCES = $(libparse_a_SOURCES)
                    150: HEADERS = $(inc_HEADERS)
                    151:
                    152: DIST_COMMON = $(inc_HEADERS) Makefile.am Makefile.in
                    153: SOURCES = $(libparse_a_SOURCES) $(nodist_libparse_a_SOURCES)
                    154:
                    155: all: $(BUILT_SOURCES)
                    156:        $(MAKE) $(AM_MAKEFLAGS) all-am
                    157:
                    158: .SUFFIXES:
                    159: .SUFFIXES: .c .o .obj
1.4       ohara     160: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.1       ohara     161:        cd $(top_srcdir) && \
                    162:          $(AUTOMAKE) --gnu  parse/Makefile
1.4       ohara     163: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
1.1       ohara     164:        cd $(top_builddir) && \
                    165:          CONFIG_HEADERS= CONFIG_LINKS= \
                    166:          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
                    167:
                    168: AR = ar
                    169:
                    170: clean-noinstLIBRARIES:
                    171:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    172: libparse.a: $(libparse_a_OBJECTS) $(libparse_a_DEPENDENCIES)
                    173:        -rm -f libparse.a
                    174:        $(libparse_a_AR) libparse.a $(libparse_a_OBJECTS) $(libparse_a_LIBADD)
                    175:        $(RANLIB) libparse.a
                    176:
                    177: mostlyclean-compile:
                    178:        -rm -f *.$(OBJEXT) core *.core
                    179:
                    180: distclean-compile:
                    181:        -rm -f *.tab.c
                    182:
                    183: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/arith.Po@am__quote@
                    184: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/comp.Po@am__quote@
                    185: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/debug.Po@am__quote@
                    186: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/eval.Po@am__quote@
                    187: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/evall.Po@am__quote@
                    188: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/function.Po@am__quote@
                    189: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/glob.Po@am__quote@
                    190: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/kwd.Po@am__quote@
                    191: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lex.Po@am__quote@
                    192: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/load.Po@am__quote@
                    193: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/parser.Po@am__quote@
                    194: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/puref.Po@am__quote@
                    195: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pvar.Po@am__quote@
                    196: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/quote.Po@am__quote@
                    197: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/struct.Po@am__quote@
                    198: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/util.Po@am__quote@
                    199: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xdeb.Po@am__quote@
                    200: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/y.tab.Po@am__quote@
                    201:
                    202: distclean-depend:
                    203:        -rm -rf $(DEPDIR)
                    204:
                    205: .c.o:
                    206: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    207: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    208: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    209:        $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
                    210:
                    211: .c.obj:
                    212: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    213: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    214: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    215:        $(COMPILE) -c `cygpath -w $<`
                    216: CCDEPMODE = @CCDEPMODE@
                    217: uninstall-info-am:
                    218: install-incHEADERS: $(inc_HEADERS)
                    219:        @$(NORMAL_INSTALL)
                    220:        $(mkinstalldirs) $(DESTDIR)$(incdir)
                    221:        @list='$(inc_HEADERS)'; for p in $$list; do \
                    222:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                    223:          f="`echo $$p | sed -e 's|^.*/||'`"; \
                    224:          echo " $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(incdir)/$$f"; \
                    225:          $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(incdir)/$$f; \
                    226:        done
                    227:
                    228: uninstall-incHEADERS:
                    229:        @$(NORMAL_UNINSTALL)
                    230:        @list='$(inc_HEADERS)'; for p in $$list; do \
                    231:          f="`echo $$p | sed -e 's|^.*/||'`"; \
                    232:          echo " rm -f $(DESTDIR)$(incdir)/$$f"; \
                    233:          rm -f $(DESTDIR)$(incdir)/$$f; \
                    234:        done
                    235:
                    236: tags: TAGS
                    237:
                    238: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    239:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
                    240:        unique=`for i in $$list; do \
                    241:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    242:          done | \
                    243:          $(AWK) '    { files[$$0] = 1; } \
                    244:               END { for (i in files) print i; }'`; \
                    245:        mkid -fID $$unique $(LISP)
                    246:
                    247: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    248:                $(TAGS_FILES) $(LISP)
                    249:        tags=; \
                    250:        here=`pwd`; \
                    251:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
                    252:        unique=`for i in $$list; do \
                    253:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    254:          done | \
                    255:          $(AWK) '    { files[$$0] = 1; } \
                    256:               END { for (i in files) print i; }'`; \
                    257:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    258:          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
                    259:
                    260: GTAGS:
                    261:        here=`CDPATH=: && cd $(top_builddir) && pwd` \
                    262:          && cd $(top_srcdir) \
                    263:          && gtags -i $(GTAGS_ARGS) $$here
                    264:
                    265: distclean-tags:
                    266:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
                    267:
                    268: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    269:
                    270: top_distdir = ..
                    271: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
                    272:
                    273: distdir: $(DISTFILES)
                    274:        @for file in $(DISTFILES); do \
                    275:          if test -f $$file; then d=.; else d=$(srcdir); fi; \
                    276:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    277:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    278:            $(mkinstalldirs) "$(distdir)/$$dir"; \
                    279:          fi; \
                    280:          if test -d $$d/$$file; then \
                    281:            cp -pR $$d/$$file $(distdir) \
                    282:            || exit 1; \
                    283:          else \
                    284:            test -f $(distdir)/$$file \
                    285:            || cp -p $$d/$$file $(distdir)/$$file \
                    286:            || exit 1; \
                    287:          fi; \
                    288:        done
                    289: check-am: all-am
                    290: check: check-am
                    291: all-am: Makefile $(LIBRARIES) $(HEADERS)
                    292:
                    293: installdirs:
                    294:        $(mkinstalldirs) $(DESTDIR)$(incdir)
                    295:
                    296: install: install-am
                    297: install-exec: install-exec-am
                    298: install-data: install-data-am
                    299: uninstall: uninstall-am
                    300:
                    301: install-am: all-am
                    302:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    303:
                    304: installcheck: installcheck-am
                    305: install-strip:
                    306:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    307:          `test -z '$(STRIP)' || \
                    308:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    309: mostlyclean-generic:
                    310:
                    311: clean-generic:
                    312:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                    313:
                    314: distclean-generic:
                    315:        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
                    316:
                    317: maintainer-clean-generic:
                    318:        @echo "This command is intended for maintainers to use"
                    319:        @echo "it deletes files that may require special tools to rebuild."
                    320:        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
                    321: clean: clean-am
                    322:
                    323: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    324:
                    325: distclean: distclean-am
                    326:
                    327: distclean-am: clean-am distclean-compile distclean-depend \
                    328:        distclean-generic distclean-tags
                    329:
                    330: dvi: dvi-am
                    331:
                    332: dvi-am:
                    333:
                    334: info: info-am
                    335:
                    336: info-am:
                    337:
                    338: install-data-am: install-incHEADERS
                    339:
                    340: install-exec-am:
                    341:
                    342: install-info: install-info-am
                    343:
                    344: install-man:
                    345:
                    346: installcheck-am:
                    347:
                    348: maintainer-clean: maintainer-clean-am
                    349:
                    350: maintainer-clean-am: distclean-am maintainer-clean-generic
                    351:
                    352: mostlyclean: mostlyclean-am
                    353:
                    354: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    355:
                    356: uninstall-am: uninstall-incHEADERS uninstall-info-am
                    357:
                    358: .PHONY: GTAGS all all-am check check-am clean clean-generic \
                    359:        clean-noinstLIBRARIES distclean distclean-compile \
                    360:        distclean-depend distclean-generic distclean-tags distdir dvi \
                    361:        dvi-am info info-am install install-am install-data \
                    362:        install-data-am install-exec install-exec-am install-incHEADERS \
                    363:        install-info install-info-am install-man install-strip \
                    364:        installcheck installcheck-am installdirs maintainer-clean \
                    365:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    366:        mostlyclean-generic tags uninstall uninstall-am \
                    367:        uninstall-incHEADERS uninstall-info-am
                    368:
                    369:
                    370: ex.o kwd.o: y.tab.h
                    371: y.tab.c y.tab.h: parse.y
                    372:        ${YACC} ${YFLAGS} -d parse.y
                    373: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    374: # Otherwise a system limit (for SysV at least) may be exceeded.
                    375: .NOEXPORT:

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