[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2018 / asm

Annotation of OpenXM_contrib2/asir2018/asm/Makefile.in, Revision 1.4

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

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