File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / iftop / config / Makefile.in
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Oct 18 14:04:50 2016 UTC (8 years, 5 months ago) by misho
Branches: iftop, MAIN
CVS tags: v1_0rc4, HEAD
iftop 1.0pre4

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

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