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

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

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