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

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

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