File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / iperf / Makefile.in
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Sep 27 11:14:54 2023 UTC (8 months, 2 weeks ago) by misho
Branches: iperf, MAIN
CVS tags: v3_15, HEAD
Version 3.15

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

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