[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / asm

Annotation of OpenXM_contrib2/asir2000/asm/Makefile.in, Revision 1.11

1.10      ohara       1: # Makefile.in generated automatically by automake 1.5 from Makefile.am.
1.1       ohara       2:
1.10      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.10      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.10      ohara      68: EXEEXT = @EXEEXT@
1.1       ohara      69: FEPLIB = @FEPLIB@
1.11    ! 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.10      ohara      77: OBJEXT = @OBJEXT@
1.1       ohara      78: PACKAGE = @PACKAGE@
                     79: PARIINC = @PARIINC@
                     80: PARILIB = @PARILIB@
                     81: RANLIB = @RANLIB@
1.7       ohara      82: USE_GC_INTERIX = @USE_GC_INTERIX@
1.8       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:
1.6       ohara      98: asirdir = ${prefix}/lib/asir
                     99: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1       ohara     100: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
                    101:               -I${top_srcdir}/gc/include \
                    102:               @PARIINC@ @MPIINC@ @X_CFLAGS@
                    103:
                    104: ASFLAGS = ${DEFS} ${DEFAULT_INCLUDES} ${INCLUDES}
                    105: SOLARIS_AS = /usr/ccs/bin/as
                    106: SOLARIS_AR = /usr/ccs/bin/ar
                    107:
                    108: noinst_LIBRARIES = libasm.a
                    109: libasm_a_SOURCES = ddM.c ddN.c
                    110: libasm_a_LIBADD = @asm_obj@
                    111: libasm_a_DEPENDENCIES = @asm_obj@
                    112: subdir = asm
                    113: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    114: CONFIG_CLEAN_FILES =
                    115: LIBRARIES = $(noinst_LIBRARIES)
                    116:
                    117: libasm_a_AR = $(AR) cru
                    118: am_libasm_a_OBJECTS = ddM.$(OBJEXT) ddN.$(OBJEXT)
                    119: libasm_a_OBJECTS = $(am_libasm_a_OBJECTS)
                    120: DEFAULT_INCLUDES =  -I. -I$(srcdir)
                    121: CPPFLAGS = @CPPFLAGS@
                    122: LDFLAGS = @LDFLAGS@
                    123: LIBS = @LIBS@
                    124: depcomp = $(SHELL) $(top_srcdir)/depcomp
1.10      ohara     125: @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/ddM.Po $(DEPDIR)/ddN.Po
1.1       ohara     126: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    127:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    128: CCLD = $(CC)
                    129: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    130: CFLAGS = @CFLAGS@
                    131: DIST_SOURCES = $(libasm_a_SOURCES)
                    132: DIST_COMMON = Makefile.am Makefile.in
                    133: SOURCES = $(libasm_a_SOURCES)
                    134:
                    135: all: all-am
                    136:
                    137: .SUFFIXES:
                    138: .SUFFIXES: .c .o .obj
1.4       ohara     139: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.1       ohara     140:        cd $(top_srcdir) && \
                    141:          $(AUTOMAKE) --gnu  asm/Makefile
1.4       ohara     142: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
1.10      ohara     143:        cd $(top_builddir) && \
                    144:          CONFIG_HEADERS= CONFIG_LINKS= \
                    145:          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
1.1       ohara     146:
                    147: AR = ar
                    148:
                    149: clean-noinstLIBRARIES:
                    150:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    151: libasm.a: $(libasm_a_OBJECTS) $(libasm_a_DEPENDENCIES)
                    152:        -rm -f libasm.a
                    153:        $(libasm_a_AR) libasm.a $(libasm_a_OBJECTS) $(libasm_a_LIBADD)
                    154:        $(RANLIB) libasm.a
                    155:
                    156: mostlyclean-compile:
                    157:        -rm -f *.$(OBJEXT) core *.core
                    158:
                    159: distclean-compile:
                    160:        -rm -f *.tab.c
                    161:
1.10      ohara     162: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ddM.Po@am__quote@
                    163: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ddN.Po@am__quote@
1.1       ohara     164:
                    165: distclean-depend:
1.10      ohara     166:        -rm -rf $(DEPDIR)
1.1       ohara     167:
                    168: .c.o:
                    169: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    170: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    171: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.10      ohara     172:        $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
1.1       ohara     173:
                    174: .c.obj:
                    175: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    176: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    177: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    178:        $(COMPILE) -c `cygpath -w $<`
                    179: CCDEPMODE = @CCDEPMODE@
                    180: uninstall-info-am:
                    181:
                    182: tags: TAGS
                    183:
                    184: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1.10      ohara     185:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
1.1       ohara     186:        unique=`for i in $$list; do \
                    187:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    188:          done | \
                    189:          $(AWK) '    { files[$$0] = 1; } \
                    190:               END { for (i in files) print i; }'`; \
1.10      ohara     191:        mkid -fID $$unique $(LISP)
1.1       ohara     192:
                    193: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    194:                $(TAGS_FILES) $(LISP)
                    195:        tags=; \
                    196:        here=`pwd`; \
1.10      ohara     197:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
1.1       ohara     198:        unique=`for i in $$list; do \
                    199:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    200:          done | \
                    201:          $(AWK) '    { files[$$0] = 1; } \
                    202:               END { for (i in files) print i; }'`; \
1.10      ohara     203:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    204:          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
1.1       ohara     205:
                    206: GTAGS:
1.10      ohara     207:        here=`CDPATH=: && cd $(top_builddir) && pwd` \
1.1       ohara     208:          && cd $(top_srcdir) \
                    209:          && gtags -i $(GTAGS_ARGS) $$here
                    210:
                    211: distclean-tags:
                    212:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
1.10      ohara     213:
1.1       ohara     214: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    215:
                    216: top_distdir = ..
                    217: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
                    218:
                    219: distdir: $(DISTFILES)
1.10      ohara     220:        @for file in $(DISTFILES); do \
                    221:          if test -f $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     222:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    223:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1.10      ohara     224:            $(mkinstalldirs) "$(distdir)/$$dir"; \
1.1       ohara     225:          fi; \
                    226:          if test -d $$d/$$file; then \
1.10      ohara     227:            cp -pR $$d/$$file $(distdir) \
                    228:            || exit 1; \
1.1       ohara     229:          else \
                    230:            test -f $(distdir)/$$file \
                    231:            || cp -p $$d/$$file $(distdir)/$$file \
                    232:            || exit 1; \
                    233:          fi; \
                    234:        done
                    235: check-am: all-am
                    236: check: check-am
                    237: all-am: Makefile $(LIBRARIES)
                    238:
                    239: installdirs:
                    240:
                    241: install: install-am
                    242: install-exec: install-exec-am
                    243: install-data: install-data-am
                    244: uninstall: uninstall-am
                    245:
                    246: install-am: all-am
                    247:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    248:
                    249: installcheck: installcheck-am
                    250: install-strip:
                    251:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    252:          `test -z '$(STRIP)' || \
                    253:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    254: mostlyclean-generic:
                    255:
                    256: clean-generic:
                    257:
                    258: distclean-generic:
1.10      ohara     259:        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
1.1       ohara     260:
                    261: maintainer-clean-generic:
                    262:        @echo "This command is intended for maintainers to use"
                    263:        @echo "it deletes files that may require special tools to rebuild."
                    264: clean: clean-am
                    265:
                    266: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    267:
                    268: distclean: distclean-am
                    269:
                    270: distclean-am: clean-am distclean-compile distclean-depend \
                    271:        distclean-generic distclean-tags
                    272:
                    273: dvi: dvi-am
                    274:
                    275: dvi-am:
                    276:
                    277: info: info-am
                    278:
                    279: info-am:
                    280:
                    281: install-data-am:
                    282:
                    283: install-exec-am:
                    284:
                    285: install-info: install-info-am
                    286:
                    287: install-man:
                    288:
                    289: installcheck-am:
                    290:
                    291: maintainer-clean: maintainer-clean-am
                    292:
                    293: maintainer-clean-am: distclean-am maintainer-clean-generic
                    294:
                    295: mostlyclean: mostlyclean-am
                    296:
                    297: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    298:
                    299: uninstall-am: uninstall-info-am
                    300:
                    301: .PHONY: GTAGS all all-am check check-am clean clean-generic \
                    302:        clean-noinstLIBRARIES distclean distclean-compile \
                    303:        distclean-depend distclean-generic distclean-tags distdir dvi \
                    304:        dvi-am info info-am install install-am install-data \
                    305:        install-data-am install-exec install-exec-am install-info \
                    306:        install-info-am install-man install-strip installcheck \
                    307:        installcheck-am installdirs maintainer-clean \
                    308:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    309:        mostlyclean-generic tags uninstall uninstall-am \
                    310:        uninstall-info-am
                    311:
                    312:
                    313: asm4-2.o: asm4-2.s
                    314:        ${SOLARIS_AS} -o $@ -P ${ASFLAGS} asm4-2.s
                    315:
                    316: asm5-2.o: asm5-2.s
                    317:        ${SOLARIS_AS} -o $@ -P ${ASFLAGS} asm5-2.s
                    318:
                    319: edr-2.o: edr-2.s
                    320:        ${SOLARIS_AS} -o $@ -P ${ASFLAGS} edr-2.s
                    321:
                    322: sparc-2.o: sparc-2.s-cc
                    323:        ${SOLARIS_AS} -o $@ -P ${ASFLAGS} sparc-2.s-cc
                    324:
                    325: asmi_l.o: asmi_l.s
                    326:        ${COMPILE} -c -o $@ asmi_l.s
                    327:
                    328: asmi.o: asmi.s
                    329:        ${COMPILE} -c -o $@ asmi.s
                    330: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    331: # Otherwise a system limit (for SysV at least) may be exceeded.
                    332: .NOEXPORT:

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