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

Annotation of OpenXM_contrib2/asir2018/fft/Makefile.in, Revision 1.3

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

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