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

1.12      ohara       1: # Makefile.in generated by automake 1.10 from Makefile.am.
                      2: # @configure_input@
1.1       ohara       3:
1.12      ohara       4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                      5: # 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
1.1       ohara       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@
1.10      ohara      16:
1.1       ohara      17: VPATH = @srcdir@
                     18: pkgdatadir = $(datadir)/@PACKAGE@
                     19: pkglibdir = $(libdir)/@PACKAGE@
                     20: pkgincludedir = $(includedir)/@PACKAGE@
1.12      ohara      21: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     22: install_sh_DATA = $(install_sh) -c -m 644
                     23: install_sh_PROGRAM = $(install_sh) -c
                     24: install_sh_SCRIPT = $(install_sh) -c
1.1       ohara      25: INSTALL_HEADER = $(INSTALL_DATA)
1.12      ohara      26: transform = $(program_transform_name)
1.1       ohara      27: NORMAL_INSTALL = :
                     28: PRE_INSTALL = :
                     29: POST_INSTALL = :
                     30: NORMAL_UNINSTALL = :
                     31: PRE_UNINSTALL = :
                     32: POST_UNINSTALL = :
                     33: build_triplet = @build@
                     34: host_triplet = @host@
                     35: target_triplet = @target@
1.12      ohara      36: subdir = asm
                     37: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                     38: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     39: am__aclocal_m4_deps = $(top_srcdir)/configure.in
                     40: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     41:        $(ACLOCAL_M4)
                     42: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     43: CONFIG_CLEAN_FILES =
                     44: LIBRARIES = $(noinst_LIBRARIES)
                     45: AR = ar
                     46: ARFLAGS = cru
                     47: libasm_a_AR = $(AR) $(ARFLAGS)
                     48: am_libasm_a_OBJECTS = ddM.$(OBJEXT) ddN.$(OBJEXT)
                     49: libasm_a_OBJECTS = $(am_libasm_a_OBJECTS)
                     50: DEFAULT_INCLUDES = -I.@am__isrc@
                     51: depcomp = $(SHELL) $(top_srcdir)/depcomp
                     52: am__depfiles_maybe = depfiles
                     53: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                     54:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                     55: CCLD = $(CC)
                     56: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                     57: SOURCES = $(libasm_a_SOURCES)
                     58: DIST_SOURCES = $(libasm_a_SOURCES)
                     59: ETAGS = etags
                     60: CTAGS = ctags
                     61: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     62: ACLOCAL = @ACLOCAL@
1.1       ohara      63: AMTAR = @AMTAR@
1.12      ohara      64: AUTOCONF = @AUTOCONF@
                     65: AUTOHEADER = @AUTOHEADER@
                     66: AUTOMAKE = @AUTOMAKE@
1.1       ohara      67: AWK = @AWK@
                     68: CC = @CC@
1.12      ohara      69: CCDEPMODE = @CCDEPMODE@
                     70: CFLAGS = @CFLAGS@
                     71: CPP = @CPP@
                     72: CPPFLAGS = @CPPFLAGS@
                     73: CYGPATH_W = @CYGPATH_W@
                     74: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1       ohara      75: DEPDIR = @DEPDIR@
1.12      ohara      76: ECHO_C = @ECHO_C@
                     77: ECHO_N = @ECHO_N@
                     78: ECHO_T = @ECHO_T@
                     79: EGREP = @EGREP@
1.10      ohara      80: EXEEXT = @EXEEXT@
1.1       ohara      81: FEPLIB = @FEPLIB@
1.12      ohara      82: GC = @GC@
                     83: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
1.11      ohara      84: GC_DISTDIR = @GC_DISTDIR@
1.12      ohara      85: GREP = @GREP@
                     86: INSTALL = @INSTALL@
                     87: INSTALL_DATA = @INSTALL_DATA@
                     88: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     89: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1       ohara      90: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     91: LAPACKLIB = @LAPACKLIB@
1.12      ohara      92: LDFLAGS = @LDFLAGS@
                     93: LIBOBJS = @LIBOBJS@
                     94: LIBS = @LIBS@
1.1       ohara      95: LN_S = @LN_S@
1.12      ohara      96: LTLIBOBJS = @LTLIBOBJS@
1.4       ohara      97: MAINT = @MAINT@
1.12      ohara      98: MAKEINFO = @MAKEINFO@
                     99: MKDIR_P = @MKDIR_P@
1.1       ohara     100: MPIINC = @MPIINC@
                    101: MPILIB = @MPILIB@
1.10      ohara     102: OBJEXT = @OBJEXT@
1.1       ohara     103: PACKAGE = @PACKAGE@
1.12      ohara     104: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    105: PACKAGE_NAME = @PACKAGE_NAME@
                    106: PACKAGE_STRING = @PACKAGE_STRING@
                    107: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    108: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1       ohara     109: PARIINC = @PARIINC@
                    110: PARILIB = @PARILIB@
1.12      ohara     111: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       ohara     112: RANLIB = @RANLIB@
1.12      ohara     113: SET_MAKE = @SET_MAKE@
                    114: SHELL = @SHELL@
                    115: STRIP = @STRIP@
1.8       ohara     116: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.1       ohara     117: VERSION = @VERSION@
1.12      ohara     118: XMKMF = @XMKMF@
1.4       ohara     119: XPMLIB = @XPMLIB@
1.1       ohara     120: X_CFLAGS = @X_CFLAGS@
                    121: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    122: X_LIBS = @X_LIBS@
                    123: X_PRE_LIBS = @X_PRE_LIBS@
                    124: YACC = @YACC@
1.12      ohara     125: YFLAGS = @YFLAGS@
                    126: abs_builddir = @abs_builddir@
                    127: abs_srcdir = @abs_srcdir@
                    128: abs_top_builddir = @abs_top_builddir@
                    129: abs_top_srcdir = @abs_top_srcdir@
                    130: ac_ct_CC = @ac_ct_CC@
1.1       ohara     131: am__include = @am__include@
1.12      ohara     132: am__leading_dot = @am__leading_dot@
1.1       ohara     133: am__quote = @am__quote@
1.12      ohara     134: am__tar = @am__tar@
                    135: am__untar = @am__untar@
1.1       ohara     136: asm_obj = @asm_obj@
1.12      ohara     137: bindir = @bindir@
                    138: build = @build@
                    139: build_alias = @build_alias@
                    140: build_cpu = @build_cpu@
                    141: build_os = @build_os@
                    142: build_vendor = @build_vendor@
                    143: builddir = @builddir@
                    144: datadir = @datadir@
                    145: datarootdir = @datarootdir@
                    146: docdir = @docdir@
                    147: dvidir = @dvidir@
                    148: exec_prefix = @exec_prefix@
                    149: host = @host@
                    150: host_alias = @host_alias@
                    151: host_cpu = @host_cpu@
                    152: host_os = @host_os@
                    153: host_vendor = @host_vendor@
                    154: htmldir = @htmldir@
                    155: includedir = @includedir@
                    156: infodir = @infodir@
1.1       ohara     157: install_sh = @install_sh@
                    158: libasir_postfix = @libasir_postfix@
1.12      ohara     159: libdir = @libdir@
                    160: libexecdir = @libexecdir@
                    161: localedir = @localedir@
                    162: localstatedir = @localstatedir@
                    163: mandir = @mandir@
                    164: mkdir_p = @mkdir_p@
                    165: oldincludedir = @oldincludedir@
                    166: pdfdir = @pdfdir@
                    167: prefix = @prefix@
                    168: program_transform_name = @program_transform_name@
                    169: psdir = @psdir@
                    170: sbindir = @sbindir@
                    171: sharedstatedir = @sharedstatedir@
                    172: srcdir = @srcdir@
                    173: sysconfdir = @sysconfdir@
                    174: target = @target@
                    175: target_alias = @target_alias@
                    176: target_cpu = @target_cpu@
                    177: target_os = @target_os@
                    178: target_vendor = @target_vendor@
                    179: top_builddir = @top_builddir@
                    180: top_srcdir = @top_srcdir@
1.6       ohara     181: asirdir = ${prefix}/lib/asir
1.1       ohara     182: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
                    183:               -I${top_srcdir}/gc/include \
                    184:               @PARIINC@ @MPIINC@ @X_CFLAGS@
                    185:
                    186: ASFLAGS = ${DEFS} ${DEFAULT_INCLUDES} ${INCLUDES}
                    187: SOLARIS_AS = /usr/ccs/bin/as
                    188: SOLARIS_AR = /usr/ccs/bin/ar
                    189: noinst_LIBRARIES = libasm.a
                    190: libasm_a_SOURCES = ddM.c ddN.c
                    191: libasm_a_LIBADD = @asm_obj@
                    192: libasm_a_DEPENDENCIES = @asm_obj@
                    193: all: all-am
                    194:
                    195: .SUFFIXES:
                    196: .SUFFIXES: .c .o .obj
1.12      ohara     197: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    198:        @for dep in $?; do \
                    199:          case '$(am__configure_deps)' in \
                    200:            *$$dep*) \
                    201:              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
                    202:                && exit 0; \
                    203:              exit 1;; \
                    204:          esac; \
                    205:        done; \
                    206:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  asm/Makefile'; \
1.1       ohara     207:        cd $(top_srcdir) && \
                    208:          $(AUTOMAKE) --gnu  asm/Makefile
1.12      ohara     209: .PRECIOUS: Makefile
                    210: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    211:        @case '$?' in \
                    212:          *config.status*) \
                    213:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    214:          *) \
                    215:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    216:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    217:        esac;
                    218:
                    219: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    220:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    221:
                    222: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    223:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    224: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    225:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.1       ohara     226:
                    227: clean-noinstLIBRARIES:
                    228:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    229: libasm.a: $(libasm_a_OBJECTS) $(libasm_a_DEPENDENCIES)
                    230:        -rm -f libasm.a
                    231:        $(libasm_a_AR) libasm.a $(libasm_a_OBJECTS) $(libasm_a_LIBADD)
                    232:        $(RANLIB) libasm.a
                    233:
                    234: mostlyclean-compile:
1.12      ohara     235:        -rm -f *.$(OBJEXT)
1.1       ohara     236:
                    237: distclean-compile:
                    238:        -rm -f *.tab.c
                    239:
1.12      ohara     240: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ddM.Po@am__quote@
                    241: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ddN.Po@am__quote@
1.1       ohara     242:
                    243: .c.o:
1.12      ohara     244: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    245: @am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    246: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    247: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    248: @am__fastdepCC_FALSE@  $(COMPILE) -c $<
1.1       ohara     249:
                    250: .c.obj:
1.12      ohara     251: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    252: @am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    253: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    254: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    255: @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
1.1       ohara     256:
                    257: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1.12      ohara     258:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.1       ohara     259:        unique=`for i in $$list; do \
                    260:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    261:          done | \
                    262:          $(AWK) '    { files[$$0] = 1; } \
                    263:               END { for (i in files) print i; }'`; \
1.12      ohara     264:        mkid -fID $$unique
                    265: tags: TAGS
1.1       ohara     266:
                    267: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    268:                $(TAGS_FILES) $(LISP)
                    269:        tags=; \
                    270:        here=`pwd`; \
1.12      ohara     271:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1.1       ohara     272:        unique=`for i in $$list; do \
                    273:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    274:          done | \
                    275:          $(AWK) '    { files[$$0] = 1; } \
                    276:               END { for (i in files) print i; }'`; \
1.12      ohara     277:        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
                    278:          test -n "$$unique" || unique=$$empty_fix; \
                    279:          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    280:            $$tags $$unique; \
                    281:        fi
                    282: ctags: CTAGS
                    283: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    284:                $(TAGS_FILES) $(LISP)
                    285:        tags=; \
                    286:        here=`pwd`; \
                    287:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    288:        unique=`for i in $$list; do \
                    289:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    290:          done | \
                    291:          $(AWK) '    { files[$$0] = 1; } \
                    292:               END { for (i in files) print i; }'`; \
                    293:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    294:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    295:             $$tags $$unique
1.1       ohara     296:
                    297: GTAGS:
1.12      ohara     298:        here=`$(am__cd) $(top_builddir) && pwd` \
1.1       ohara     299:          && cd $(top_srcdir) \
                    300:          && gtags -i $(GTAGS_ARGS) $$here
                    301:
                    302: distclean-tags:
1.12      ohara     303:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       ohara     304:
                    305: distdir: $(DISTFILES)
1.12      ohara     306:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    307:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    308:        list='$(DISTFILES)'; \
                    309:          dist_files=`for file in $$list; do echo $$file; done | \
                    310:          sed -e "s|^$$srcdirstrip/||;t" \
                    311:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    312:        case $$dist_files in \
                    313:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    314:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    315:                           sort -u` ;; \
                    316:        esac; \
                    317:        for file in $$dist_files; do \
                    318:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     319:          if test -d $$d/$$file; then \
1.12      ohara     320:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    321:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    322:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    323:            fi; \
                    324:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       ohara     325:          else \
                    326:            test -f $(distdir)/$$file \
                    327:            || cp -p $$d/$$file $(distdir)/$$file \
                    328:            || exit 1; \
                    329:          fi; \
                    330:        done
                    331: check-am: all-am
                    332: check: check-am
                    333: all-am: Makefile $(LIBRARIES)
                    334: installdirs:
                    335: install: install-am
                    336: install-exec: install-exec-am
                    337: install-data: install-data-am
                    338: uninstall: uninstall-am
                    339:
                    340: install-am: all-am
                    341:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    342:
                    343: installcheck: installcheck-am
                    344: install-strip:
                    345:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.12      ohara     346:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.1       ohara     347:          `test -z '$(STRIP)' || \
                    348:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    349: mostlyclean-generic:
                    350:
                    351: clean-generic:
                    352:
                    353: distclean-generic:
1.12      ohara     354:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1       ohara     355:
                    356: maintainer-clean-generic:
                    357:        @echo "This command is intended for maintainers to use"
                    358:        @echo "it deletes files that may require special tools to rebuild."
                    359: clean: clean-am
                    360:
                    361: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    362:
                    363: distclean: distclean-am
1.12      ohara     364:        -rm -rf ./$(DEPDIR)
                    365:        -rm -f Makefile
                    366: distclean-am: clean-am distclean-compile distclean-generic \
                    367:        distclean-tags
1.1       ohara     368:
                    369: dvi: dvi-am
                    370:
                    371: dvi-am:
                    372:
1.12      ohara     373: html: html-am
                    374:
1.1       ohara     375: info: info-am
                    376:
                    377: info-am:
                    378:
                    379: install-data-am:
                    380:
1.12      ohara     381: install-dvi: install-dvi-am
                    382:
1.1       ohara     383: install-exec-am:
                    384:
1.12      ohara     385: install-html: install-html-am
                    386:
1.1       ohara     387: install-info: install-info-am
                    388:
                    389: install-man:
                    390:
1.12      ohara     391: install-pdf: install-pdf-am
                    392:
                    393: install-ps: install-ps-am
                    394:
1.1       ohara     395: installcheck-am:
                    396:
                    397: maintainer-clean: maintainer-clean-am
1.12      ohara     398:        -rm -rf ./$(DEPDIR)
                    399:        -rm -f Makefile
1.1       ohara     400: maintainer-clean-am: distclean-am maintainer-clean-generic
                    401:
                    402: mostlyclean: mostlyclean-am
                    403:
                    404: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    405:
1.12      ohara     406: pdf: pdf-am
                    407:
                    408: pdf-am:
                    409:
                    410: ps: ps-am
                    411:
                    412: ps-am:
                    413:
                    414: uninstall-am:
                    415:
                    416: .MAKE: install-am install-strip
1.1       ohara     417:
1.12      ohara     418: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
                    419:        clean-noinstLIBRARIES ctags distclean distclean-compile \
                    420:        distclean-generic distclean-tags distdir dvi dvi-am html \
                    421:        html-am info info-am install install-am install-data \
                    422:        install-data-am install-dvi install-dvi-am install-exec \
                    423:        install-exec-am install-html install-html-am install-info \
                    424:        install-info-am install-man install-pdf install-pdf-am \
                    425:        install-ps install-ps-am install-strip installcheck \
1.1       ohara     426:        installcheck-am installdirs maintainer-clean \
                    427:        maintainer-clean-generic mostlyclean mostlyclean-compile \
1.12      ohara     428:        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
                    429:        uninstall-am
1.1       ohara     430:
                    431:
                    432: asm4-2.o: asm4-2.s
                    433:        ${SOLARIS_AS} -o $@ -P ${ASFLAGS} asm4-2.s
                    434:
                    435: asm5-2.o: asm5-2.s
                    436:        ${SOLARIS_AS} -o $@ -P ${ASFLAGS} asm5-2.s
                    437:
                    438: edr-2.o: edr-2.s
                    439:        ${SOLARIS_AS} -o $@ -P ${ASFLAGS} edr-2.s
                    440:
                    441: sparc-2.o: sparc-2.s-cc
                    442:        ${SOLARIS_AS} -o $@ -P ${ASFLAGS} sparc-2.s-cc
                    443:
                    444: asmi_l.o: asmi_l.s
                    445:        ${COMPILE} -c -o $@ asmi_l.s
                    446:
                    447: asmi.o: asmi.s
                    448:        ${COMPILE} -c -o $@ asmi.s
                    449: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    450: # Otherwise a system limit (for SysV at least) may be exceeded.
                    451: .NOEXPORT:

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