File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mtr / img / Makefile.in
Revision 1.1.1.4 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Oct 21 14:25:31 2019 UTC (4 years, 8 months ago) by misho
Branches: mtr, elwix, MAIN
CVS tags: v0_92, HEAD
mtr ver 0.92

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

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