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

Annotation of OpenXM_contrib2/asir2000/lib/Makefile.in, Revision 1.29

1.29    ! ohara       1: # Makefile.in generated by automake 1.15 from Makefile.am.
1.20      ohara       2: # @configure_input@
1.1       ohara       3:
1.29    ! ohara       4: # Copyright (C) 1994-2014 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@
                     16: VPATH = @srcdir@
1.29    ! ohara      17: am__is_gnu_make = { \
        !            18:   if test -z '$(MAKELEVEL)'; then \
        !            19:     false; \
        !            20:   elif test -n '$(MAKE_HOST)'; then \
        !            21:     true; \
        !            22:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
        !            23:     true; \
        !            24:   else \
        !            25:     false; \
        !            26:   fi; \
        !            27: }
        !            28: am__make_running_with_option = \
        !            29:   case $${target_option-} in \
        !            30:       ?) ;; \
        !            31:       *) echo "am__make_running_with_option: internal error: invalid" \
        !            32:               "target option '$${target_option-}' specified" >&2; \
        !            33:          exit 1;; \
        !            34:   esac; \
        !            35:   has_opt=no; \
        !            36:   sane_makeflags=$$MAKEFLAGS; \
        !            37:   if $(am__is_gnu_make); then \
        !            38:     sane_makeflags=$$MFLAGS; \
        !            39:   else \
        !            40:     case $$MAKEFLAGS in \
        !            41:       *\\[\ \  ]*) \
        !            42:         bs=\\; \
        !            43:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
        !            44:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
        !            45:     esac; \
        !            46:   fi; \
        !            47:   skip_next=no; \
        !            48:   strip_trailopt () \
        !            49:   { \
        !            50:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
        !            51:   }; \
        !            52:   for flg in $$sane_makeflags; do \
        !            53:     test $$skip_next = yes && { skip_next=no; continue; }; \
        !            54:     case $$flg in \
        !            55:       *=*|--*) continue;; \
        !            56:         -*I) strip_trailopt 'I'; skip_next=yes;; \
        !            57:       -*I?*) strip_trailopt 'I';; \
        !            58:         -*O) strip_trailopt 'O'; skip_next=yes;; \
        !            59:       -*O?*) strip_trailopt 'O';; \
        !            60:         -*l) strip_trailopt 'l'; skip_next=yes;; \
        !            61:       -*l?*) strip_trailopt 'l';; \
        !            62:       -[dEDm]) skip_next=yes;; \
        !            63:       -[JT]) skip_next=yes;; \
        !            64:     esac; \
        !            65:     case $$flg in \
        !            66:       *$$target_option*) has_opt=yes; break;; \
        !            67:     esac; \
        !            68:   done; \
        !            69:   test $$has_opt = yes
        !            70: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
        !            71: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1.1       ohara      72: pkgdatadir = $(datadir)/@PACKAGE@
1.25      ohara      73: pkgincludedir = $(includedir)/@PACKAGE@
1.1       ohara      74: pkglibdir = $(libdir)/@PACKAGE@
1.25      ohara      75: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.20      ohara      76: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     77: install_sh_DATA = $(install_sh) -c -m 644
                     78: install_sh_PROGRAM = $(install_sh) -c
                     79: install_sh_SCRIPT = $(install_sh) -c
1.1       ohara      80: INSTALL_HEADER = $(INSTALL_DATA)
1.20      ohara      81: transform = $(program_transform_name)
1.1       ohara      82: NORMAL_INSTALL = :
                     83: PRE_INSTALL = :
                     84: POST_INSTALL = :
                     85: NORMAL_UNINSTALL = :
                     86: PRE_UNINSTALL = :
                     87: POST_UNINSTALL = :
                     88: build_triplet = @build@
                     89: host_triplet = @host@
                     90: target_triplet = @target@
1.20      ohara      91: subdir = lib
                     92: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     93: am__aclocal_m4_deps = $(top_srcdir)/configure.in
                     94: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     95:        $(ACLOCAL_M4)
1.29    ! ohara      96: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
1.20      ohara      97: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     98: CONFIG_CLEAN_FILES =
1.25      ohara      99: CONFIG_CLEAN_VPATH_FILES =
1.29    ! ohara     100: AM_V_P = $(am__v_P_@AM_V@)
        !           101: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
        !           102: am__v_P_0 = false
        !           103: am__v_P_1 = :
        !           104: AM_V_GEN = $(am__v_GEN_@AM_V@)
        !           105: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
        !           106: am__v_GEN_0 = @echo "  GEN     " $@;
        !           107: am__v_GEN_1 =
        !           108: AM_V_at = $(am__v_at_@AM_V@)
        !           109: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
        !           110: am__v_at_0 = @
        !           111: am__v_at_1 =
1.20      ohara     112: SOURCES =
                    113: DIST_SOURCES =
1.29    ! ohara     114: am__can_run_installinfo = \
        !           115:   case $$AM_UPDATE_INFO_DIR in \
        !           116:     n|no|NO) false;; \
        !           117:     *) (install-info --version) >/dev/null 2>&1;; \
        !           118:   esac
        !           119: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
        !           120: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
1.20      ohara     121: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    122: ACLOCAL = @ACLOCAL@
1.1       ohara     123: AMTAR = @AMTAR@
1.29    ! ohara     124: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.25      ohara     125: ASIR_GCLIB = @ASIR_GCLIB@
1.20      ohara     126: AUTOCONF = @AUTOCONF@
                    127: AUTOHEADER = @AUTOHEADER@
                    128: AUTOMAKE = @AUTOMAKE@
1.1       ohara     129: AWK = @AWK@
                    130: CC = @CC@
1.20      ohara     131: CCDEPMODE = @CCDEPMODE@
                    132: CFLAGS = @CFLAGS@
                    133: CPP = @CPP@
                    134: CPPFLAGS = @CPPFLAGS@
                    135: CYGPATH_W = @CYGPATH_W@
                    136: DEFS = @DEFS@
1.1       ohara     137: DEPDIR = @DEPDIR@
1.20      ohara     138: ECHO_C = @ECHO_C@
                    139: ECHO_N = @ECHO_N@
                    140: ECHO_T = @ECHO_T@
                    141: EGREP = @EGREP@
1.17      ohara     142: EXEEXT = @EXEEXT@
1.1       ohara     143: FEPLIB = @FEPLIB@
1.20      ohara     144: GC = @GC@
1.25      ohara     145: GCINC = @GCINC@
                    146: GCLIB = @GCLIB@
1.20      ohara     147: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
1.18      ohara     148: GC_DISTDIR = @GC_DISTDIR@
1.20      ohara     149: GREP = @GREP@
                    150: INSTALL = @INSTALL@
                    151: INSTALL_DATA = @INSTALL_DATA@
                    152: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    153: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1       ohara     154: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    155: LAPACKLIB = @LAPACKLIB@
1.20      ohara     156: LDFLAGS = @LDFLAGS@
                    157: LIBOBJS = @LIBOBJS@
                    158: LIBS = @LIBS@
1.1       ohara     159: LN_S = @LN_S@
1.20      ohara     160: LTLIBOBJS = @LTLIBOBJS@
1.6       ohara     161: MAINT = @MAINT@
1.20      ohara     162: MAKEINFO = @MAKEINFO@
                    163: MKDIR_P = @MKDIR_P@
1.17      ohara     164: OBJEXT = @OBJEXT@
1.1       ohara     165: PACKAGE = @PACKAGE@
1.20      ohara     166: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    167: PACKAGE_NAME = @PACKAGE_NAME@
                    168: PACKAGE_STRING = @PACKAGE_STRING@
                    169: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.25      ohara     170: PACKAGE_URL = @PACKAGE_URL@
1.20      ohara     171: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1       ohara     172: PARIINC = @PARIINC@
                    173: PARILIB = @PARILIB@
1.20      ohara     174: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       ohara     175: RANLIB = @RANLIB@
1.20      ohara     176: SET_MAKE = @SET_MAKE@
                    177: SHELL = @SHELL@
                    178: STRIP = @STRIP@
1.15      ohara     179: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.1       ohara     180: VERSION = @VERSION@
1.20      ohara     181: XMKMF = @XMKMF@
1.6       ohara     182: XPMLIB = @XPMLIB@
1.1       ohara     183: X_CFLAGS = @X_CFLAGS@
                    184: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    185: X_LIBS = @X_LIBS@
                    186: X_PRE_LIBS = @X_PRE_LIBS@
                    187: YACC = @YACC@
1.20      ohara     188: YFLAGS = @YFLAGS@
                    189: abs_builddir = @abs_builddir@
                    190: abs_srcdir = @abs_srcdir@
                    191: abs_top_builddir = @abs_top_builddir@
                    192: abs_top_srcdir = @abs_top_srcdir@
                    193: ac_ct_CC = @ac_ct_CC@
1.1       ohara     194: am__include = @am__include@
1.20      ohara     195: am__leading_dot = @am__leading_dot@
1.1       ohara     196: am__quote = @am__quote@
1.20      ohara     197: am__tar = @am__tar@
                    198: am__untar = @am__untar@
1.1       ohara     199: asm_obj = @asm_obj@
1.20      ohara     200: bindir = @bindir@
                    201: build = @build@
                    202: build_alias = @build_alias@
                    203: build_cpu = @build_cpu@
                    204: build_os = @build_os@
                    205: build_vendor = @build_vendor@
                    206: builddir = @builddir@
                    207: datadir = @datadir@
                    208: datarootdir = @datarootdir@
                    209: docdir = @docdir@
                    210: dvidir = @dvidir@
                    211: exec_prefix = @exec_prefix@
                    212: host = @host@
                    213: host_alias = @host_alias@
                    214: host_cpu = @host_cpu@
                    215: host_os = @host_os@
                    216: host_vendor = @host_vendor@
                    217: htmldir = @htmldir@
                    218: includedir = @includedir@
                    219: infodir = @infodir@
1.1       ohara     220: install_sh = @install_sh@
                    221: libasir_postfix = @libasir_postfix@
1.20      ohara     222: libdir = @libdir@
                    223: libexecdir = @libexecdir@
                    224: localedir = @localedir@
                    225: localstatedir = @localstatedir@
                    226: mandir = @mandir@
                    227: mkdir_p = @mkdir_p@
                    228: oldincludedir = @oldincludedir@
                    229: pdfdir = @pdfdir@
                    230: prefix = @prefix@
                    231: program_transform_name = @program_transform_name@
                    232: psdir = @psdir@
                    233: sbindir = @sbindir@
                    234: sharedstatedir = @sharedstatedir@
                    235: srcdir = @srcdir@
                    236: sysconfdir = @sysconfdir@
                    237: target = @target@
                    238: target_alias = @target_alias@
                    239: target_cpu = @target_cpu@
                    240: target_os = @target_os@
                    241: target_vendor = @target_vendor@
1.25      ohara     242: top_build_prefix = @top_build_prefix@
1.20      ohara     243: top_builddir = @top_builddir@
                    244: top_srcdir = @top_srcdir@
1.9       ohara     245: asirdir = ${libdir}/asir
1.13      noro      246: RR = alpi bfct bgk const cyclic defs.h dfff dmul dmul102 fctrdata fctrtest \
1.1       ohara     247:           fff glib gr ifplot katsura mat nf num primdec primdec_lex \
1.20      ohara     248:           ratint robot solve sp sturm sym xm primdec_mod weight
1.1       ohara     249:
                    250: all: all-am
                    251:
                    252: .SUFFIXES:
1.20      ohara     253: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    254:        @for dep in $?; do \
                    255:          case '$(am__configure_deps)' in \
                    256:            *$$dep*) \
1.25      ohara     257:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    258:                && { if test -f $@; then exit 0; else break; fi; }; \
1.20      ohara     259:              exit 1;; \
                    260:          esac; \
                    261:        done; \
1.25      ohara     262:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
                    263:        $(am__cd) $(top_srcdir) && \
                    264:          $(AUTOMAKE) --gnu lib/Makefile
1.20      ohara     265: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    266:        @case '$?' in \
                    267:          *config.status*) \
                    268:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    269:          *) \
                    270:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    271:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    272:        esac;
                    273:
                    274: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    275:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    276:
                    277: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    278:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    279: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    280:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.25      ohara     281: $(am__aclocal_m4_deps):
1.29    ! ohara     282: tags TAGS:
        !           283:
        !           284: ctags CTAGS:
1.1       ohara     285:
1.29    ! ohara     286: cscope cscopelist:
1.17      ohara     287:
1.1       ohara     288:
                    289: distdir: $(DISTFILES)
1.20      ohara     290:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    291:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    292:        list='$(DISTFILES)'; \
                    293:          dist_files=`for file in $$list; do echo $$file; done | \
                    294:          sed -e "s|^$$srcdirstrip/||;t" \
                    295:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    296:        case $$dist_files in \
                    297:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    298:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    299:                           sort -u` ;; \
                    300:        esac; \
                    301:        for file in $$dist_files; do \
                    302:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     303:          if test -d $$d/$$file; then \
1.20      ohara     304:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.25      ohara     305:            if test -d "$(distdir)/$$file"; then \
                    306:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    307:            fi; \
1.20      ohara     308:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.25      ohara     309:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    310:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.20      ohara     311:            fi; \
1.25      ohara     312:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       ohara     313:          else \
1.25      ohara     314:            test -f "$(distdir)/$$file" \
                    315:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       ohara     316:            || exit 1; \
                    317:          fi; \
                    318:        done
                    319: check-am: all-am
                    320: check: check-am
1.3       ohara     321: all-am: Makefile
1.1       ohara     322: installdirs:
                    323: install: install-am
                    324: install-exec: install-exec-am
                    325: install-data: install-data-am
                    326: uninstall: uninstall-am
                    327:
                    328: install-am: all-am
                    329:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    330:
                    331: installcheck: installcheck-am
                    332: install-strip:
1.29    ! ohara     333:        if test -z '$(STRIP)'; then \
        !           334:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           335:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           336:              install; \
        !           337:        else \
        !           338:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           339:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           340:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
        !           341:        fi
1.1       ohara     342: mostlyclean-generic:
                    343:
                    344: clean-generic:
                    345:
                    346: distclean-generic:
1.20      ohara     347:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.25      ohara     348:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       ohara     349:
                    350: maintainer-clean-generic:
                    351:        @echo "This command is intended for maintainers to use"
                    352:        @echo "it deletes files that may require special tools to rebuild."
                    353: clean: clean-am
                    354:
                    355: clean-am: clean-generic mostlyclean-am
                    356:
                    357: distclean: distclean-am
1.20      ohara     358:        -rm -f Makefile
1.1       ohara     359: distclean-am: clean-am distclean-generic
                    360:
                    361: dvi: dvi-am
                    362:
                    363: dvi-am:
                    364:
1.20      ohara     365: html: html-am
                    366:
1.25      ohara     367: html-am:
                    368:
1.1       ohara     369: info: info-am
                    370:
                    371: info-am:
                    372:
1.3       ohara     373: install-data-am:
1.1       ohara     374:
1.20      ohara     375: install-dvi: install-dvi-am
                    376:
1.25      ohara     377: install-dvi-am:
                    378:
1.1       ohara     379: install-exec-am:
                    380:
1.20      ohara     381: install-html: install-html-am
                    382:
1.25      ohara     383: install-html-am:
                    384:
1.1       ohara     385: install-info: install-info-am
                    386:
1.25      ohara     387: install-info-am:
                    388:
1.1       ohara     389: install-man:
                    390:
1.20      ohara     391: install-pdf: install-pdf-am
                    392:
1.25      ohara     393: install-pdf-am:
                    394:
1.20      ohara     395: install-ps: install-ps-am
                    396:
1.25      ohara     397: install-ps-am:
                    398:
1.1       ohara     399: installcheck-am:
                    400:
                    401: maintainer-clean: maintainer-clean-am
1.20      ohara     402:        -rm -f Makefile
1.1       ohara     403: maintainer-clean-am: distclean-am maintainer-clean-generic
                    404:
                    405: mostlyclean: mostlyclean-am
                    406:
                    407: mostlyclean-am: mostlyclean-generic
                    408:
1.20      ohara     409: pdf: pdf-am
                    410:
                    411: pdf-am:
                    412:
                    413: ps: ps-am
                    414:
                    415: ps-am:
                    416:
                    417: uninstall-am:
                    418:
                    419: .MAKE: install-am install-strip
1.1       ohara     420:
1.29    ! ohara     421: .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
        !           422:        ctags-am distclean distclean-generic distdir dvi dvi-am html \
        !           423:        html-am info info-am install install-am install-data \
        !           424:        install-data-am install-dvi install-dvi-am install-exec \
        !           425:        install-exec-am install-html install-html-am install-info \
        !           426:        install-info-am install-man install-pdf install-pdf-am \
        !           427:        install-ps install-ps-am install-strip installcheck \
        !           428:        installcheck-am installdirs maintainer-clean \
        !           429:        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
        !           430:        pdf-am ps ps-am tags-am uninstall uninstall-am
        !           431:
        !           432: .PRECIOUS: Makefile
1.1       ohara     433:
                    434:
1.3       ohara     435: install-doc:
1.9       ohara     436:        -mkdir -p ${DESTDIR}${asirdir}
1.24      ohara     437:        -for i in ja en ; do \
1.1       ohara     438:                uudecode help-$$i.uu ; \
1.9       ohara     439:                gzip -dc help-$$i.tgz | ( cd ${DESTDIR}${asirdir}; tar xf - ) ; \
1.1       ohara     440:                rm -f help-$$i.tgz ; \
                    441:        done
1.9       ohara     442:        -rm ${DESTDIR}${asirdir}/help
1.24      ohara     443:        (cd ${DESTDIR}${asirdir}; ${LN_S} help-ja help-jp)
                    444:        (cd ${DESTDIR}${asirdir}; ${LN_S} help-en help-eg)
                    445:        (cd ${DESTDIR}${asirdir}; ${LN_S} help-en help)
1.3       ohara     446:
                    447: install-lib:
1.9       ohara     448:        -mkdir -p ${DESTDIR}${asirdir}
1.11      noro      449:        -for i in ${RR} ; do \
                    450:                ${INSTALL_DATA} $$i ${DESTDIR}${asirdir} ; \
                    451:        done
1.25      ohara     452:
1.1       ohara     453: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    454: # Otherwise a system limit (for SysV at least) may be exceeded.
                    455: .NOEXPORT:

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