File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / iperf / Makefile.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Oct 18 13:28:17 2016 UTC (7 years, 8 months ago) by misho
Branches: iperf, MAIN
CVS tags: v3_1_3p0, v3_1_3, HEAD
iperf3 3.1.3

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

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