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

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

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