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

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

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