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

1.9     ! noro        1: # Makefile.in generated by automake 1.6.3 from Makefile.am.
        !             2: # @configure_input@
1.1       ohara       3:
1.9     ! noro        4: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
1.1       ohara       5: # Free Software Foundation, Inc.
                      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@
                     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:
1.9     ! noro       46: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1       ohara      47: INSTALL = @INSTALL@
                     48: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     49: INSTALL_DATA = @INSTALL_DATA@
1.9     ! noro       50: install_sh_DATA = $(install_sh) -c -m 644
        !            51: install_sh_PROGRAM = $(install_sh) -c
        !            52: install_sh_SCRIPT = $(install_sh) -c
1.1       ohara      53: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     54: INSTALL_HEADER = $(INSTALL_DATA)
                     55: transform = @program_transform_name@
                     56: NORMAL_INSTALL = :
                     57: PRE_INSTALL = :
                     58: POST_INSTALL = :
                     59: NORMAL_UNINSTALL = :
                     60: PRE_UNINSTALL = :
                     61: POST_UNINSTALL = :
                     62: build_alias = @build_alias@
                     63: build_triplet = @build@
                     64: host_alias = @host_alias@
                     65: host_triplet = @host@
                     66: target_alias = @target_alias@
                     67: target_triplet = @target@
1.9     ! noro       68:
        !            69: EXEEXT = @EXEEXT@
        !            70: OBJEXT = @OBJEXT@
        !            71: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       ohara      72: AMTAR = @AMTAR@
                     73: AWK = @AWK@
                     74: CC = @CC@
                     75: DEPDIR = @DEPDIR@
                     76: FEPLIB = @FEPLIB@
                     77: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     78: LAPACKLIB = @LAPACKLIB@
                     79: LN_S = @LN_S@
1.4       ohara      80: MAINT = @MAINT@
1.1       ohara      81: MPIINC = @MPIINC@
                     82: MPILIB = @MPILIB@
                     83: PACKAGE = @PACKAGE@
                     84: PARIINC = @PARIINC@
                     85: PARILIB = @PARILIB@
                     86: RANLIB = @RANLIB@
1.7       ohara      87: USE_GC_INTERIX = @USE_GC_INTERIX@
1.8       ohara      88: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.5       ohara      89: USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@
1.1       ohara      90: VERSION = @VERSION@
1.4       ohara      91: XPMLIB = @XPMLIB@
1.1       ohara      92: X_CFLAGS = @X_CFLAGS@
                     93: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                     94: X_LIBS = @X_LIBS@
                     95: X_PRE_LIBS = @X_PRE_LIBS@
                     96: YACC = @YACC@
                     97: am__include = @am__include@
                     98: am__quote = @am__quote@
                     99: asm_obj = @asm_obj@
                    100: install_sh = @install_sh@
                    101: libasir_postfix = @libasir_postfix@
                    102:
1.6       ohara     103: asirdir = ${prefix}/lib/asir
                    104: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1       ohara     105: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
                    106:               -I${top_srcdir}/gc/include \
                    107:               @PARIINC@ @MPIINC@ @X_CFLAGS@
                    108:
                    109: ASFLAGS = ${DEFS} ${DEFAULT_INCLUDES} ${INCLUDES}
                    110: SOLARIS_AS = /usr/ccs/bin/as
                    111: SOLARIS_AR = /usr/ccs/bin/ar
                    112:
                    113: noinst_LIBRARIES = libasm.a
                    114: libasm_a_SOURCES = ddM.c ddN.c
                    115: libasm_a_LIBADD = @asm_obj@
                    116: libasm_a_DEPENDENCIES = @asm_obj@
                    117: subdir = asm
                    118: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    119: CONFIG_CLEAN_FILES =
                    120: LIBRARIES = $(noinst_LIBRARIES)
                    121:
                    122: libasm_a_AR = $(AR) cru
                    123: am_libasm_a_OBJECTS = ddM.$(OBJEXT) ddN.$(OBJEXT)
                    124: libasm_a_OBJECTS = $(am_libasm_a_OBJECTS)
                    125: DEFAULT_INCLUDES =  -I. -I$(srcdir)
                    126: CPPFLAGS = @CPPFLAGS@
                    127: LDFLAGS = @LDFLAGS@
                    128: LIBS = @LIBS@
                    129: depcomp = $(SHELL) $(top_srcdir)/depcomp
1.9     ! noro      130: am__depfiles_maybe = depfiles
        !           131: @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/ddM.Po ./$(DEPDIR)/ddN.Po
1.1       ohara     132: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    133:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    134: CCLD = $(CC)
                    135: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    136: CFLAGS = @CFLAGS@
                    137: DIST_SOURCES = $(libasm_a_SOURCES)
                    138: DIST_COMMON = Makefile.am Makefile.in
                    139: SOURCES = $(libasm_a_SOURCES)
                    140:
                    141: all: all-am
                    142:
                    143: .SUFFIXES:
                    144: .SUFFIXES: .c .o .obj
1.4       ohara     145: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.1       ohara     146:        cd $(top_srcdir) && \
                    147:          $(AUTOMAKE) --gnu  asm/Makefile
1.4       ohara     148: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
1.9     ! noro      149:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
1.1       ohara     150:
                    151: AR = ar
                    152:
                    153: clean-noinstLIBRARIES:
                    154:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    155: libasm.a: $(libasm_a_OBJECTS) $(libasm_a_DEPENDENCIES)
                    156:        -rm -f libasm.a
                    157:        $(libasm_a_AR) libasm.a $(libasm_a_OBJECTS) $(libasm_a_LIBADD)
                    158:        $(RANLIB) libasm.a
                    159:
                    160: mostlyclean-compile:
                    161:        -rm -f *.$(OBJEXT) core *.core
                    162:
                    163: distclean-compile:
                    164:        -rm -f *.tab.c
                    165:
1.9     ! noro      166: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ddM.Po@am__quote@
        !           167: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ddN.Po@am__quote@
1.1       ohara     168:
                    169: distclean-depend:
1.9     ! noro      170:        -rm -rf ./$(DEPDIR)
1.1       ohara     171:
                    172: .c.o:
                    173: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    174: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    175: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.9     ! noro      176:        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
1.1       ohara     177:
                    178: .c.obj:
                    179: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    180: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    181: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    182:        $(COMPILE) -c `cygpath -w $<`
                    183: CCDEPMODE = @CCDEPMODE@
                    184: uninstall-info-am:
                    185:
1.9     ! noro      186: ETAGS = etags
        !           187: ETAGSFLAGS =
        !           188:
1.1       ohara     189: tags: TAGS
                    190:
                    191: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1.9     ! noro      192:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.1       ohara     193:        unique=`for i in $$list; do \
                    194:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    195:          done | \
                    196:          $(AWK) '    { files[$$0] = 1; } \
                    197:               END { for (i in files) print i; }'`; \
1.9     ! noro      198:        mkid -fID $$unique
1.1       ohara     199:
                    200: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    201:                $(TAGS_FILES) $(LISP)
                    202:        tags=; \
                    203:        here=`pwd`; \
1.9     ! noro      204:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1.1       ohara     205:        unique=`for i in $$list; do \
                    206:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    207:          done | \
                    208:          $(AWK) '    { files[$$0] = 1; } \
                    209:               END { for (i in files) print i; }'`; \
1.9     ! noro      210:        test -z "$(ETAGS_ARGS)$$tags$$unique" \
        !           211:          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           212:             $$tags $$unique
1.1       ohara     213:
                    214: GTAGS:
1.9     ! noro      215:        here=`$(am__cd) $(top_builddir) && pwd` \
1.1       ohara     216:          && cd $(top_srcdir) \
                    217:          && gtags -i $(GTAGS_ARGS) $$here
                    218:
                    219: distclean-tags:
                    220:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
                    221: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    222:
                    223: top_distdir = ..
                    224: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
                    225:
                    226: distdir: $(DISTFILES)
1.9     ! noro      227:        @list='$(DISTFILES)'; for file in $$list; do \
        !           228:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     229:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    230:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1.9     ! noro      231:            dir="/$$dir"; \
        !           232:            $(mkinstalldirs) "$(distdir)$$dir"; \
        !           233:          else \
        !           234:            dir=''; \
1.1       ohara     235:          fi; \
                    236:          if test -d $$d/$$file; then \
1.9     ! noro      237:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           238:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
        !           239:            fi; \
        !           240:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       ohara     241:          else \
                    242:            test -f $(distdir)/$$file \
                    243:            || cp -p $$d/$$file $(distdir)/$$file \
                    244:            || exit 1; \
                    245:          fi; \
                    246:        done
                    247: check-am: all-am
                    248: check: check-am
                    249: all-am: Makefile $(LIBRARIES)
                    250:
                    251: installdirs:
                    252:
                    253: install: install-am
                    254: install-exec: install-exec-am
                    255: install-data: install-data-am
                    256: uninstall: uninstall-am
                    257:
                    258: install-am: all-am
                    259:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    260:
                    261: installcheck: installcheck-am
                    262: install-strip:
                    263:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.9     ! noro      264:          INSTALL_STRIP_FLAG=-s \
1.1       ohara     265:          `test -z '$(STRIP)' || \
                    266:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    267: mostlyclean-generic:
                    268:
                    269: clean-generic:
                    270:
                    271: distclean-generic:
1.9     ! noro      272:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
1.1       ohara     273:
                    274: maintainer-clean-generic:
                    275:        @echo "This command is intended for maintainers to use"
                    276:        @echo "it deletes files that may require special tools to rebuild."
                    277: clean: clean-am
                    278:
                    279: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    280:
                    281: distclean: distclean-am
                    282:
                    283: distclean-am: clean-am distclean-compile distclean-depend \
                    284:        distclean-generic distclean-tags
                    285:
                    286: dvi: dvi-am
                    287:
                    288: dvi-am:
                    289:
                    290: info: info-am
                    291:
                    292: info-am:
                    293:
                    294: install-data-am:
                    295:
                    296: install-exec-am:
                    297:
                    298: install-info: install-info-am
                    299:
                    300: install-man:
                    301:
                    302: installcheck-am:
                    303:
                    304: maintainer-clean: maintainer-clean-am
                    305:
                    306: maintainer-clean-am: distclean-am maintainer-clean-generic
                    307:
                    308: mostlyclean: mostlyclean-am
                    309:
                    310: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    311:
                    312: uninstall-am: uninstall-info-am
                    313:
                    314: .PHONY: GTAGS all all-am check check-am clean clean-generic \
                    315:        clean-noinstLIBRARIES distclean distclean-compile \
                    316:        distclean-depend distclean-generic distclean-tags distdir dvi \
                    317:        dvi-am info info-am install install-am install-data \
                    318:        install-data-am install-exec install-exec-am install-info \
                    319:        install-info-am install-man install-strip installcheck \
                    320:        installcheck-am installdirs maintainer-clean \
                    321:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    322:        mostlyclean-generic tags uninstall uninstall-am \
                    323:        uninstall-info-am
                    324:
                    325:
                    326: asm4-2.o: asm4-2.s
                    327:        ${SOLARIS_AS} -o $@ -P ${ASFLAGS} asm4-2.s
                    328:
                    329: asm5-2.o: asm5-2.s
                    330:        ${SOLARIS_AS} -o $@ -P ${ASFLAGS} asm5-2.s
                    331:
                    332: edr-2.o: edr-2.s
                    333:        ${SOLARIS_AS} -o $@ -P ${ASFLAGS} edr-2.s
                    334:
                    335: sparc-2.o: sparc-2.s-cc
                    336:        ${SOLARIS_AS} -o $@ -P ${ASFLAGS} sparc-2.s-cc
                    337:
                    338: asmi_l.o: asmi_l.s
                    339:        ${COMPILE} -c -o $@ asmi_l.s
                    340:
                    341: asmi.o: asmi.s
                    342:        ${COMPILE} -c -o $@ asmi.s
                    343: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    344: # Otherwise a system limit (for SysV at least) may be exceeded.
                    345: .NOEXPORT:

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