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

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

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