Annotation of embedaddon/iperf/Makefile.in, revision 1.1.1.2

1.1.1.2 ! misho       1: # Makefile.in generated by automake 1.16.2 from Makefile.am.
1.1       misho       2: # @configure_input@
                      3: 
1.1.1.2 ! misho       4: # Copyright (C) 1994-2020 Free Software Foundation, Inc.
1.1       misho       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: VPATH = @srcdir@
                     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))
                     72: pkgdatadir = $(datadir)/@PACKAGE@
                     73: pkgincludedir = $(includedir)/@PACKAGE@
                     74: pkglibdir = $(libdir)/@PACKAGE@
                     75: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     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
                     80: INSTALL_HEADER = $(INSTALL_DATA)
                     81: transform = $(program_transform_name)
                     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: subdir = .
                     91: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.1.1.2 ! misho      92: am__aclocal_m4_deps = $(top_srcdir)/config/ax_check_openssl.m4 \
        !            93:        $(top_srcdir)/config/iperf_config_static_bin.m4 \
        !            94:        $(top_srcdir)/configure.ac
1.1       misho      95: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     96:        $(ACLOCAL_M4)
                     97: DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
                     98:        $(am__configure_deps) $(am__DIST_COMMON)
                     99: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
                    100:  configure.lineno config.status.lineno
                    101: mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
                    102: CONFIG_HEADER = $(top_builddir)/src/iperf_config.h
                    103: CONFIG_CLEAN_FILES = iperf3.spec
                    104: CONFIG_CLEAN_VPATH_FILES =
                    105: AM_V_P = $(am__v_P_@AM_V@)
                    106: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                    107: am__v_P_0 = false
                    108: am__v_P_1 = :
                    109: AM_V_GEN = $(am__v_GEN_@AM_V@)
                    110: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                    111: am__v_GEN_0 = @echo "  GEN     " $@;
                    112: am__v_GEN_1 = 
                    113: AM_V_at = $(am__v_at_@AM_V@)
                    114: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    115: am__v_at_0 = @
                    116: am__v_at_1 = 
                    117: SOURCES =
                    118: DIST_SOURCES =
                    119: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
                    120:        ctags-recursive dvi-recursive html-recursive info-recursive \
                    121:        install-data-recursive install-dvi-recursive \
                    122:        install-exec-recursive install-html-recursive \
                    123:        install-info-recursive install-pdf-recursive \
                    124:        install-ps-recursive install-recursive installcheck-recursive \
                    125:        installdirs-recursive pdf-recursive ps-recursive \
                    126:        tags-recursive uninstall-recursive
                    127: am__can_run_installinfo = \
                    128:   case $$AM_UPDATE_INFO_DIR in \
                    129:     n|no|NO) false;; \
                    130:     *) (install-info --version) >/dev/null 2>&1;; \
                    131:   esac
                    132: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
                    133:   distclean-recursive maintainer-clean-recursive
                    134: am__recursive_targets = \
                    135:   $(RECURSIVE_TARGETS) \
                    136:   $(RECURSIVE_CLEAN_TARGETS) \
                    137:   $(am__extra_recursive_targets)
                    138: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
1.1.1.2 ! misho     139:        cscope distdir distdir-am dist dist-all distcheck
1.1       misho     140: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    141: # Read a list of newline-separated strings from the standard input,
                    142: # and print each of them once, without duplicates.  Input order is
                    143: # *not* preserved.
                    144: am__uniquify_input = $(AWK) '\
                    145:   BEGIN { nonempty = 0; } \
                    146:   { items[$$0] = 1; nonempty = 1; } \
                    147:   END { if (nonempty) { for (i in items) print i; }; } \
                    148: '
                    149: # Make sure the list of sources is unique.  This is necessary because,
                    150: # e.g., the same source file might be shared among _SOURCES variables
                    151: # for different programs/libraries.
                    152: am__define_uniq_tagged_files = \
                    153:   list='$(am__tagged_files)'; \
                    154:   unique=`for i in $$list; do \
                    155:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    156:   done | $(am__uniquify_input)`
                    157: ETAGS = etags
                    158: CTAGS = ctags
                    159: CSCOPE = cscope
                    160: DIST_SUBDIRS = $(SUBDIRS)
                    161: am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/iperf3.spec.in \
                    162:        $(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \
                    163:        $(top_srcdir)/config/config.sub \
                    164:        $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
                    165:        $(top_srcdir)/config/missing \
                    166:        $(top_srcdir)/config/mkinstalldirs INSTALL config/compile \
                    167:        config/config.guess config/config.sub config/install-sh \
                    168:        config/ltmain.sh config/missing config/mkinstalldirs
                    169: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    170: distdir = $(PACKAGE)-$(VERSION)
                    171: top_distdir = $(distdir)
                    172: am__remove_distdir = \
                    173:   if test -d "$(distdir)"; then \
                    174:     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
                    175:       && rm -rf "$(distdir)" \
                    176:       || { sleep 5 && rm -rf "$(distdir)"; }; \
                    177:   else :; fi
                    178: am__post_remove_distdir = $(am__remove_distdir)
                    179: am__relativize = \
                    180:   dir0=`pwd`; \
                    181:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
                    182:   sed_rest='s,^[^/]*/*,,'; \
                    183:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
                    184:   sed_butlast='s,/*[^/]*$$,,'; \
                    185:   while test -n "$$dir1"; do \
                    186:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
                    187:     if test "$$first" != "."; then \
                    188:       if test "$$first" = ".."; then \
                    189:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
                    190:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
                    191:       else \
                    192:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
                    193:         if test "$$first2" = "$$first"; then \
                    194:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
                    195:         else \
                    196:           dir2="../$$dir2"; \
                    197:         fi; \
                    198:         dir0="$$dir0"/"$$first"; \
                    199:       fi; \
                    200:     fi; \
                    201:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
                    202:   done; \
                    203:   reldir="$$dir2"
                    204: DIST_ARCHIVES = $(distdir).tar.gz
                    205: GZIP_ENV = --best
                    206: DIST_TARGETS = dist-gzip
                    207: distuninstallcheck_listfiles = find . -type f -print
                    208: am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
                    209:   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
                    210: distcleancheck_listfiles = find . -type f -print
                    211: ACLOCAL = @ACLOCAL@
                    212: AMTAR = @AMTAR@
                    213: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
                    214: AR = @AR@
                    215: AUTOCONF = @AUTOCONF@
                    216: AUTOHEADER = @AUTOHEADER@
                    217: AUTOMAKE = @AUTOMAKE@
                    218: AWK = @AWK@
                    219: CC = @CC@
                    220: CCDEPMODE = @CCDEPMODE@
                    221: CFLAGS = @CFLAGS@
                    222: CPP = @CPP@
                    223: CPPFLAGS = @CPPFLAGS@
                    224: CYGPATH_W = @CYGPATH_W@
                    225: DEFS = @DEFS@
                    226: DEPDIR = @DEPDIR@
                    227: DLLTOOL = @DLLTOOL@
                    228: DSYMUTIL = @DSYMUTIL@
                    229: DUMPBIN = @DUMPBIN@
                    230: ECHO_C = @ECHO_C@
                    231: ECHO_N = @ECHO_N@
                    232: ECHO_T = @ECHO_T@
                    233: EGREP = @EGREP@
                    234: EXEEXT = @EXEEXT@
                    235: FGREP = @FGREP@
                    236: GREP = @GREP@
                    237: INSTALL = @INSTALL@
                    238: INSTALL_DATA = @INSTALL_DATA@
                    239: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    240: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    241: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    242: LD = @LD@
                    243: LDFLAGS = @LDFLAGS@
                    244: LIBOBJS = @LIBOBJS@
                    245: LIBS = @LIBS@
                    246: LIBTOOL = @LIBTOOL@
                    247: LIPO = @LIPO@
                    248: LN_S = @LN_S@
                    249: LTLIBOBJS = @LTLIBOBJS@
                    250: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
                    251: MAINT = @MAINT@
                    252: MAKEINFO = @MAKEINFO@
                    253: MANIFEST_TOOL = @MANIFEST_TOOL@
                    254: MKDIR_P = @MKDIR_P@
                    255: NM = @NM@
                    256: NMEDIT = @NMEDIT@
                    257: OBJDUMP = @OBJDUMP@
                    258: OBJEXT = @OBJEXT@
1.1.1.2 ! misho     259: OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
        !           260: OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
        !           261: OPENSSL_LIBS = @OPENSSL_LIBS@
1.1       misho     262: OTOOL = @OTOOL@
                    263: OTOOL64 = @OTOOL64@
                    264: PACKAGE = @PACKAGE@
                    265: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    266: PACKAGE_NAME = @PACKAGE_NAME@
                    267: PACKAGE_STRING = @PACKAGE_STRING@
                    268: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    269: PACKAGE_URL = @PACKAGE_URL@
                    270: PACKAGE_VERSION = @PACKAGE_VERSION@
                    271: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1.1.2 ! misho     272: PKG_CONFIG = @PKG_CONFIG@
1.1       misho     273: RANLIB = @RANLIB@
                    274: SED = @SED@
                    275: SET_MAKE = @SET_MAKE@
                    276: SHELL = @SHELL@
                    277: STRIP = @STRIP@
                    278: VERSION = @VERSION@
                    279: abs_builddir = @abs_builddir@
                    280: abs_srcdir = @abs_srcdir@
                    281: abs_top_builddir = @abs_top_builddir@
                    282: abs_top_srcdir = @abs_top_srcdir@
                    283: ac_ct_AR = @ac_ct_AR@
                    284: ac_ct_CC = @ac_ct_CC@
                    285: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    286: am__include = @am__include@
                    287: am__leading_dot = @am__leading_dot@
                    288: am__quote = @am__quote@
                    289: am__tar = @am__tar@
                    290: am__untar = @am__untar@
                    291: bindir = @bindir@
                    292: build = @build@
                    293: build_alias = @build_alias@
                    294: build_cpu = @build_cpu@
                    295: build_os = @build_os@
                    296: build_vendor = @build_vendor@
                    297: builddir = @builddir@
                    298: datadir = @datadir@
                    299: datarootdir = @datarootdir@
                    300: docdir = @docdir@
                    301: dvidir = @dvidir@
                    302: exec_prefix = @exec_prefix@
                    303: host = @host@
                    304: host_alias = @host_alias@
                    305: host_cpu = @host_cpu@
                    306: host_os = @host_os@
                    307: host_vendor = @host_vendor@
                    308: htmldir = @htmldir@
                    309: includedir = @includedir@
                    310: infodir = @infodir@
                    311: install_sh = @install_sh@
                    312: libdir = @libdir@
                    313: libexecdir = @libexecdir@
                    314: localedir = @localedir@
                    315: localstatedir = @localstatedir@
                    316: mandir = @mandir@
                    317: mkdir_p = @mkdir_p@
                    318: oldincludedir = @oldincludedir@
                    319: pdfdir = @pdfdir@
                    320: prefix = @prefix@
                    321: program_transform_name = @program_transform_name@
                    322: psdir = @psdir@
                    323: sbindir = @sbindir@
                    324: sharedstatedir = @sharedstatedir@
                    325: srcdir = @srcdir@
                    326: sysconfdir = @sysconfdir@
                    327: target_alias = @target_alias@
                    328: top_build_prefix = @top_build_prefix@
                    329: top_builddir = @top_builddir@
                    330: top_srcdir = @top_srcdir@
                    331: SUBDIRS = src examples
                    332: all: all-recursive
                    333: 
                    334: .SUFFIXES:
                    335: am--refresh: Makefile
                    336:        @:
                    337: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    338:        @for dep in $?; do \
                    339:          case '$(am__configure_deps)' in \
                    340:            *$$dep*) \
                    341:              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
                    342:              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
                    343:                && exit 0; \
                    344:              exit 1;; \
                    345:          esac; \
                    346:        done; \
                    347:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
                    348:        $(am__cd) $(top_srcdir) && \
                    349:          $(AUTOMAKE) --foreign Makefile
                    350: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    351:        @case '$?' in \
                    352:          *config.status*) \
                    353:            echo ' $(SHELL) ./config.status'; \
                    354:            $(SHELL) ./config.status;; \
                    355:          *) \
1.1.1.2 ! misho     356:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
        !           357:            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
1.1       misho     358:        esac;
                    359: 
                    360: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    361:        $(SHELL) ./config.status --recheck
                    362: 
                    363: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    364:        $(am__cd) $(srcdir) && $(AUTOCONF)
                    365: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    366:        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
                    367: $(am__aclocal_m4_deps):
                    368: iperf3.spec: $(top_builddir)/config.status $(srcdir)/iperf3.spec.in
                    369:        cd $(top_builddir) && $(SHELL) ./config.status $@
                    370: 
                    371: mostlyclean-libtool:
                    372:        -rm -f *.lo
                    373: 
                    374: clean-libtool:
                    375:        -rm -rf .libs _libs
                    376: 
                    377: distclean-libtool:
                    378:        -rm -f libtool config.lt
                    379: 
                    380: # This directory's subdirectories are mostly independent; you can cd
                    381: # into them and run 'make' without going through this Makefile.
                    382: # To change the values of 'make' variables: instead of editing Makefiles,
                    383: # (1) if the variable is set in 'config.status', edit 'config.status'
                    384: #     (which will cause the Makefiles to be regenerated when you run 'make');
                    385: # (2) otherwise, pass the desired values on the 'make' command line.
                    386: $(am__recursive_targets):
                    387:        @fail=; \
                    388:        if $(am__make_keepgoing); then \
                    389:          failcom='fail=yes'; \
                    390:        else \
                    391:          failcom='exit 1'; \
                    392:        fi; \
                    393:        dot_seen=no; \
                    394:        target=`echo $@ | sed s/-recursive//`; \
                    395:        case "$@" in \
                    396:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    397:          *) list='$(SUBDIRS)' ;; \
                    398:        esac; \
                    399:        for subdir in $$list; do \
                    400:          echo "Making $$target in $$subdir"; \
                    401:          if test "$$subdir" = "."; then \
                    402:            dot_seen=yes; \
                    403:            local_target="$$target-am"; \
                    404:          else \
                    405:            local_target="$$target"; \
                    406:          fi; \
                    407:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    408:          || eval $$failcom; \
                    409:        done; \
                    410:        if test "$$dot_seen" = "no"; then \
                    411:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    412:        fi; test -z "$$fail"
                    413: 
                    414: ID: $(am__tagged_files)
                    415:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    416: tags: tags-recursive
                    417: TAGS: tags
                    418: 
                    419: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    420:        set x; \
                    421:        here=`pwd`; \
                    422:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    423:          include_option=--etags-include; \
                    424:          empty_fix=.; \
                    425:        else \
                    426:          include_option=--include; \
                    427:          empty_fix=; \
                    428:        fi; \
                    429:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    430:          if test "$$subdir" = .; then :; else \
                    431:            test ! -f $$subdir/TAGS || \
                    432:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
                    433:          fi; \
                    434:        done; \
                    435:        $(am__define_uniq_tagged_files); \
                    436:        shift; \
                    437:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    438:          test -n "$$unique" || unique=$$empty_fix; \
                    439:          if test $$# -gt 0; then \
                    440:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    441:              "$$@" $$unique; \
                    442:          else \
                    443:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    444:              $$unique; \
                    445:          fi; \
                    446:        fi
                    447: ctags: ctags-recursive
                    448: 
                    449: CTAGS: ctags
                    450: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    451:        $(am__define_uniq_tagged_files); \
                    452:        test -z "$(CTAGS_ARGS)$$unique" \
                    453:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    454:             $$unique
                    455: 
                    456: GTAGS:
                    457:        here=`$(am__cd) $(top_builddir) && pwd` \
                    458:          && $(am__cd) $(top_srcdir) \
                    459:          && gtags -i $(GTAGS_ARGS) "$$here"
                    460: cscope: cscope.files
                    461:        test ! -s cscope.files \
                    462:          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
                    463: clean-cscope:
                    464:        -rm -f cscope.files
                    465: cscope.files: clean-cscope cscopelist
                    466: cscopelist: cscopelist-recursive
                    467: 
                    468: cscopelist-am: $(am__tagged_files)
                    469:        list='$(am__tagged_files)'; \
                    470:        case "$(srcdir)" in \
                    471:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    472:          *) sdir=$(subdir)/$(srcdir) ;; \
                    473:        esac; \
                    474:        for i in $$list; do \
                    475:          if test -f "$$i"; then \
                    476:            echo "$(subdir)/$$i"; \
                    477:          else \
                    478:            echo "$$sdir/$$i"; \
                    479:          fi; \
                    480:        done >> $(top_builddir)/cscope.files
                    481: 
                    482: distclean-tags:
                    483:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    484:        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
                    485: 
1.1.1.2 ! misho     486: distdir: $(BUILT_SOURCES)
        !           487:        $(MAKE) $(AM_MAKEFLAGS) distdir-am
        !           488: 
        !           489: distdir-am: $(DISTFILES)
1.1       misho     490:        $(am__remove_distdir)
                    491:        test -d "$(distdir)" || mkdir "$(distdir)"
                    492:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    493:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    494:        list='$(DISTFILES)'; \
                    495:          dist_files=`for file in $$list; do echo $$file; done | \
                    496:          sed -e "s|^$$srcdirstrip/||;t" \
                    497:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    498:        case $$dist_files in \
                    499:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    500:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    501:                           sort -u` ;; \
                    502:        esac; \
                    503:        for file in $$dist_files; do \
                    504:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    505:          if test -d $$d/$$file; then \
                    506:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    507:            if test -d "$(distdir)/$$file"; then \
                    508:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    509:            fi; \
                    510:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    511:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    512:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    513:            fi; \
                    514:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    515:          else \
                    516:            test -f "$(distdir)/$$file" \
                    517:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    518:            || exit 1; \
                    519:          fi; \
                    520:        done
                    521:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    522:          if test "$$subdir" = .; then :; else \
                    523:            $(am__make_dryrun) \
                    524:              || test -d "$(distdir)/$$subdir" \
                    525:              || $(MKDIR_P) "$(distdir)/$$subdir" \
                    526:              || exit 1; \
                    527:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
                    528:            $(am__relativize); \
                    529:            new_distdir=$$reldir; \
                    530:            dir1=$$subdir; dir2="$(top_distdir)"; \
                    531:            $(am__relativize); \
                    532:            new_top_distdir=$$reldir; \
                    533:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
                    534:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
                    535:            ($(am__cd) $$subdir && \
                    536:              $(MAKE) $(AM_MAKEFLAGS) \
                    537:                top_distdir="$$new_top_distdir" \
                    538:                distdir="$$new_distdir" \
                    539:                am__remove_distdir=: \
                    540:                am__skip_length_check=: \
                    541:                am__skip_mode_fix=: \
                    542:                distdir) \
                    543:              || exit 1; \
                    544:          fi; \
                    545:        done
                    546:        -test -n "$(am__skip_mode_fix)" \
                    547:        || find "$(distdir)" -type d ! -perm -755 \
                    548:                -exec chmod u+rwx,go+rx {} \; -o \
                    549:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                    550:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
                    551:          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
                    552:        || chmod -R a+r "$(distdir)"
                    553: dist-gzip: distdir
1.1.1.2 ! misho     554:        tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
1.1       misho     555:        $(am__post_remove_distdir)
                    556: 
                    557: dist-bzip2: distdir
                    558:        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
                    559:        $(am__post_remove_distdir)
                    560: 
                    561: dist-lzip: distdir
                    562:        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
                    563:        $(am__post_remove_distdir)
                    564: 
                    565: dist-xz: distdir
                    566:        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
                    567:        $(am__post_remove_distdir)
                    568: 
1.1.1.2 ! misho     569: dist-zstd: distdir
        !           570:        tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
        !           571:        $(am__post_remove_distdir)
        !           572: 
1.1       misho     573: dist-tarZ: distdir
                    574:        @echo WARNING: "Support for distribution archives compressed with" \
                    575:                       "legacy program 'compress' is deprecated." >&2
                    576:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
                    577:        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
                    578:        $(am__post_remove_distdir)
                    579: 
                    580: dist-shar: distdir
                    581:        @echo WARNING: "Support for shar distribution archives is" \
                    582:                       "deprecated." >&2
                    583:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1.1.1.2 ! misho     584:        shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
1.1       misho     585:        $(am__post_remove_distdir)
                    586: 
                    587: dist-zip: distdir
                    588:        -rm -f $(distdir).zip
                    589:        zip -rq $(distdir).zip $(distdir)
                    590:        $(am__post_remove_distdir)
                    591: 
                    592: dist dist-all:
                    593:        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
                    594:        $(am__post_remove_distdir)
                    595: 
                    596: # This target untars the dist file and tries a VPATH configuration.  Then
                    597: # it guarantees that the distribution is self-contained by making another
                    598: # tarfile.
                    599: distcheck: dist
                    600:        case '$(DIST_ARCHIVES)' in \
                    601:        *.tar.gz*) \
1.1.1.2 ! misho     602:          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1.1       misho     603:        *.tar.bz2*) \
                    604:          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
                    605:        *.tar.lz*) \
                    606:          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
                    607:        *.tar.xz*) \
                    608:          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
                    609:        *.tar.Z*) \
                    610:          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
                    611:        *.shar.gz*) \
1.1.1.2 ! misho     612:          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1.1       misho     613:        *.zip*) \
                    614:          unzip $(distdir).zip ;;\
1.1.1.2 ! misho     615:        *.tar.zst*) \
        !           616:          zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
1.1       misho     617:        esac
                    618:        chmod -R a-w $(distdir)
                    619:        chmod u+w $(distdir)
                    620:        mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
                    621:        chmod a-w $(distdir)
                    622:        test -d $(distdir)/_build || exit 0; \
                    623:        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
                    624:          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
                    625:          && am__cwd=`pwd` \
                    626:          && $(am__cd) $(distdir)/_build/sub \
                    627:          && ../../configure \
                    628:            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
                    629:            $(DISTCHECK_CONFIGURE_FLAGS) \
                    630:            --srcdir=../.. --prefix="$$dc_install_base" \
                    631:          && $(MAKE) $(AM_MAKEFLAGS) \
                    632:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
                    633:          && $(MAKE) $(AM_MAKEFLAGS) check \
                    634:          && $(MAKE) $(AM_MAKEFLAGS) install \
                    635:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                    636:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
                    637:          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
                    638:                distuninstallcheck \
                    639:          && chmod -R a-w "$$dc_install_base" \
                    640:          && ({ \
                    641:               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
                    642:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
                    643:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
                    644:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
                    645:                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
                    646:              } || { rm -rf "$$dc_destdir"; exit 1; }) \
                    647:          && rm -rf "$$dc_destdir" \
                    648:          && $(MAKE) $(AM_MAKEFLAGS) dist \
                    649:          && rm -rf $(DIST_ARCHIVES) \
                    650:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
                    651:          && cd "$$am__cwd" \
                    652:          || exit 1
                    653:        $(am__post_remove_distdir)
                    654:        @(echo "$(distdir) archives ready for distribution: "; \
                    655:          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
                    656:          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
                    657: distuninstallcheck:
                    658:        @test -n '$(distuninstallcheck_dir)' || { \
                    659:          echo 'ERROR: trying to run $@ with an empty' \
                    660:               '$$(distuninstallcheck_dir)' >&2; \
                    661:          exit 1; \
                    662:        }; \
                    663:        $(am__cd) '$(distuninstallcheck_dir)' || { \
                    664:          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
                    665:          exit 1; \
                    666:        }; \
                    667:        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
                    668:           || { echo "ERROR: files left after uninstall:" ; \
                    669:                if test -n "$(DESTDIR)"; then \
                    670:                  echo "  (check DESTDIR support)"; \
                    671:                fi ; \
                    672:                $(distuninstallcheck_listfiles) ; \
                    673:                exit 1; } >&2
                    674: distcleancheck: distclean
                    675:        @if test '$(srcdir)' = . ; then \
                    676:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
                    677:          exit 1 ; \
                    678:        fi
                    679:        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
                    680:          || { echo "ERROR: files left in build directory after distclean:" ; \
                    681:               $(distcleancheck_listfiles) ; \
                    682:               exit 1; } >&2
                    683: check-am: all-am
                    684: check: check-recursive
                    685: all-am: Makefile
                    686: installdirs: installdirs-recursive
                    687: installdirs-am:
                    688: install: install-recursive
                    689: install-exec: install-exec-recursive
                    690: install-data: install-data-recursive
                    691: uninstall: uninstall-recursive
                    692: 
                    693: install-am: all-am
                    694:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    695: 
                    696: installcheck: installcheck-recursive
                    697: install-strip:
                    698:        if test -z '$(STRIP)'; then \
                    699:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    700:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    701:              install; \
                    702:        else \
                    703:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    704:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    705:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    706:        fi
                    707: mostlyclean-generic:
                    708: 
                    709: clean-generic:
                    710: 
                    711: distclean-generic:
                    712:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    713:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    714: 
                    715: maintainer-clean-generic:
                    716:        @echo "This command is intended for maintainers to use"
                    717:        @echo "it deletes files that may require special tools to rebuild."
                    718: clean: clean-recursive
                    719: 
                    720: clean-am: clean-generic clean-libtool mostlyclean-am
                    721: 
                    722: distclean: distclean-recursive
                    723:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    724:        -rm -f Makefile
                    725: distclean-am: clean-am distclean-generic distclean-libtool \
                    726:        distclean-tags
                    727: 
                    728: dvi: dvi-recursive
                    729: 
                    730: dvi-am:
                    731: 
                    732: html: html-recursive
                    733: 
                    734: html-am:
                    735: 
                    736: info: info-recursive
                    737: 
                    738: info-am:
                    739: 
                    740: install-data-am:
                    741: 
                    742: install-dvi: install-dvi-recursive
                    743: 
                    744: install-dvi-am:
                    745: 
                    746: install-exec-am:
                    747: 
                    748: install-html: install-html-recursive
                    749: 
                    750: install-html-am:
                    751: 
                    752: install-info: install-info-recursive
                    753: 
                    754: install-info-am:
                    755: 
                    756: install-man:
                    757: 
                    758: install-pdf: install-pdf-recursive
                    759: 
                    760: install-pdf-am:
                    761: 
                    762: install-ps: install-ps-recursive
                    763: 
                    764: install-ps-am:
                    765: 
                    766: installcheck-am:
                    767: 
                    768: maintainer-clean: maintainer-clean-recursive
                    769:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    770:        -rm -rf $(top_srcdir)/autom4te.cache
                    771:        -rm -f Makefile
                    772: maintainer-clean-am: distclean-am maintainer-clean-generic
                    773: 
                    774: mostlyclean: mostlyclean-recursive
                    775: 
                    776: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
                    777: 
                    778: pdf: pdf-recursive
                    779: 
                    780: pdf-am:
                    781: 
                    782: ps: ps-recursive
                    783: 
                    784: ps-am:
                    785: 
                    786: uninstall-am:
                    787: 
                    788: .MAKE: $(am__recursive_targets) install-am install-strip
                    789: 
                    790: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
                    791:        am--refresh check check-am clean clean-cscope clean-generic \
                    792:        clean-libtool cscope cscopelist-am ctags ctags-am dist \
                    793:        dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
1.1.1.2 ! misho     794:        dist-xz dist-zip dist-zstd distcheck distclean \
        !           795:        distclean-generic distclean-libtool distclean-tags \
        !           796:        distcleancheck distdir distuninstallcheck dvi dvi-am html \
        !           797:        html-am info info-am install install-am install-data \
        !           798:        install-data-am install-dvi install-dvi-am install-exec \
        !           799:        install-exec-am install-html install-html-am install-info \
        !           800:        install-info-am install-man install-pdf install-pdf-am \
        !           801:        install-ps install-ps-am install-strip installcheck \
        !           802:        installcheck-am installdirs installdirs-am maintainer-clean \
        !           803:        maintainer-clean-generic mostlyclean mostlyclean-generic \
        !           804:        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
        !           805:        uninstall-am
1.1       misho     806: 
                    807: .PRECIOUS: Makefile
                    808: 
                    809: 
                    810: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    811: # Otherwise a system limit (for SysV at least) may be exceeded.
                    812: .NOEXPORT:

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