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

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

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