Home | History | Annotate | Download | only in examples
      1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
      5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
      6 # Foundation, Inc.
      7 # This Makefile.in is free software; the Free Software Foundation
      8 # gives unlimited permission to copy and/or distribute it,
      9 # with or without modifications, as long as this notice is preserved.
     10 
     11 # This program is distributed in the hope that it will be useful,
     12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     14 # PARTICULAR PURPOSE.
     15 
     16 @SET_MAKE@
     17 VPATH = @srcdir@
     18 pkgdatadir = $(datadir)/@PACKAGE@
     19 pkgincludedir = $(includedir)/@PACKAGE@
     20 pkglibdir = $(libdir)/@PACKAGE@
     21 pkglibexecdir = $(libexecdir)/@PACKAGE@
     22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     23 install_sh_DATA = $(install_sh) -c -m 644
     24 install_sh_PROGRAM = $(install_sh) -c
     25 install_sh_SCRIPT = $(install_sh) -c
     26 INSTALL_HEADER = $(INSTALL_DATA)
     27 transform = $(program_transform_name)
     28 NORMAL_INSTALL = :
     29 PRE_INSTALL = :
     30 POST_INSTALL = :
     31 NORMAL_UNINSTALL = :
     32 PRE_UNINSTALL = :
     33 POST_UNINSTALL = :
     34 build_triplet = @build@
     35 host_triplet = @host@
     36 target_triplet = @target@
     37 subdir = doc/examples
     38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
     39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     40 am__aclocal_m4_deps = $(top_srcdir)/src/missing/m4/salen.m4 \
     41 	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
     42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     43 	$(ACLOCAL_M4)
     44 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
     45 CONFIG_HEADER = $(top_builddir)/config.h
     46 CONFIG_CLEAN_FILES =
     47 CONFIG_CLEAN_VPATH_FILES =
     48 SOURCES =
     49 DIST_SOURCES =
     50 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     51 ACLOCAL = @ACLOCAL@
     52 AMTAR = @AMTAR@
     53 AUTOCONF = @AUTOCONF@
     54 AUTOHEADER = @AUTOHEADER@
     55 AUTOMAKE = @AUTOMAKE@
     56 AWK = @AWK@
     57 CC = @CC@
     58 CCDEPMODE = @CCDEPMODE@
     59 CFLAGS = @CFLAGS@
     60 CPP = @CPP@
     61 CPPFLAGS = @CPPFLAGS@
     62 CYGPATH_W = @CYGPATH_W@
     63 DEFS = @DEFS@
     64 DEPDIR = @DEPDIR@
     65 ECHO_C = @ECHO_C@
     66 ECHO_N = @ECHO_N@
     67 ECHO_T = @ECHO_T@
     68 EGREP = @EGREP@
     69 EXEEXT = @EXEEXT@
     70 GREP = @GREP@
     71 INSTALL = @INSTALL@
     72 INSTALL_DATA = @INSTALL_DATA@
     73 INSTALL_PROGRAM = @INSTALL_PROGRAM@
     74 INSTALL_SCRIPT = @INSTALL_SCRIPT@
     75 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
     76 LDFLAGS = @LDFLAGS@
     77 LIBOBJS = @LIBOBJS@
     78 LIBS = @LIBS@
     79 LTLIBOBJS = @LTLIBOBJS@
     80 MAKEINFO = @MAKEINFO@
     81 MKDIR_P = @MKDIR_P@
     82 NETCPU_SOURCE = @NETCPU_SOURCE@
     83 OBJEXT = @OBJEXT@
     84 PACKAGE = @PACKAGE@
     85 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
     86 PACKAGE_NAME = @PACKAGE_NAME@
     87 PACKAGE_STRING = @PACKAGE_STRING@
     88 PACKAGE_TARNAME = @PACKAGE_TARNAME@
     89 PACKAGE_URL = @PACKAGE_URL@
     90 PACKAGE_VERSION = @PACKAGE_VERSION@
     91 PATH_SEPARATOR = @PATH_SEPARATOR@
     92 RANLIB = @RANLIB@
     93 SET_MAKE = @SET_MAKE@
     94 SHELL = @SHELL@
     95 STRIP = @STRIP@
     96 VERSION = @VERSION@
     97 abs_builddir = @abs_builddir@
     98 abs_srcdir = @abs_srcdir@
     99 abs_top_builddir = @abs_top_builddir@
    100 abs_top_srcdir = @abs_top_srcdir@
    101 ac_ct_CC = @ac_ct_CC@
    102 am__include = @am__include@
    103 am__leading_dot = @am__leading_dot@
    104 am__quote = @am__quote@
    105 am__tar = @am__tar@
    106 am__untar = @am__untar@
    107 bindir = @bindir@
    108 build = @build@
    109 build_alias = @build_alias@
    110 build_cpu = @build_cpu@
    111 build_os = @build_os@
    112 build_vendor = @build_vendor@
    113 builddir = @builddir@
    114 datadir = @datadir@
    115 datarootdir = @datarootdir@
    116 docdir = @docdir@
    117 dvidir = @dvidir@
    118 exec_prefix = @exec_prefix@
    119 host = @host@
    120 host_alias = @host_alias@
    121 host_cpu = @host_cpu@
    122 host_os = @host_os@
    123 host_vendor = @host_vendor@
    124 htmldir = @htmldir@
    125 includedir = @includedir@
    126 infodir = @infodir@
    127 install_sh = @install_sh@
    128 libdir = @libdir@
    129 libexecdir = @libexecdir@
    130 localedir = @localedir@
    131 localstatedir = @localstatedir@
    132 mandir = @mandir@
    133 mkdir_p = @mkdir_p@
    134 oldincludedir = @oldincludedir@
    135 pdfdir = @pdfdir@
    136 prefix = @prefix@
    137 program_transform_name = @program_transform_name@
    138 psdir = @psdir@
    139 sbindir = @sbindir@
    140 sharedstatedir = @sharedstatedir@
    141 srcdir = @srcdir@
    142 sysconfdir = @sysconfdir@
    143 target = @target@
    144 target_alias = @target_alias@
    145 target_cpu = @target_cpu@
    146 target_os = @target_os@
    147 target_vendor = @target_vendor@
    148 top_build_prefix = @top_build_prefix@
    149 top_builddir = @top_builddir@
    150 top_srcdir = @top_srcdir@
    151 EXTRA_DIST = \
    152        arr_script                              \
    153        packet_byte_script                      \
    154        sctp_stream_script                      \
    155        snapshot_script                         \
    156        tcp_range_script                        \
    157        tcp_rr_script                           \
    158        tcp_stream_script                       \
    159        udp_rr_script                           \
    160        udp_stream_script \
    161 	bloat.sh \
    162 	runemomniaggdemo.sh \
    163 	runemomniagg2.sh \
    164 	runemomni.sh
    165 
    166 all: all-am
    167 
    168 .SUFFIXES:
    169 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    170 	@for dep in $?; do \
    171 	  case '$(am__configure_deps)' in \
    172 	    *$$dep*) \
    173 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    174 	        && { if test -f $@; then exit 0; else break; fi; }; \
    175 	      exit 1;; \
    176 	  esac; \
    177 	done; \
    178 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/examples/Makefile'; \
    179 	$(am__cd) $(top_srcdir) && \
    180 	  $(AUTOMAKE) --gnu doc/examples/Makefile
    181 .PRECIOUS: Makefile
    182 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    183 	@case '$?' in \
    184 	  *config.status*) \
    185 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    186 	  *) \
    187 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    188 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    189 	esac;
    190 
    191 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    192 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    193 
    194 $(top_srcdir)/configure:  $(am__configure_deps)
    195 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    196 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    197 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    198 $(am__aclocal_m4_deps):
    199 tags: TAGS
    200 TAGS:
    201 
    202 ctags: CTAGS
    203 CTAGS:
    204 
    205 
    206 distdir: $(DISTFILES)
    207 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    208 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    209 	list='$(DISTFILES)'; \
    210 	  dist_files=`for file in $$list; do echo $$file; done | \
    211 	  sed -e "s|^$$srcdirstrip/||;t" \
    212 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    213 	case $$dist_files in \
    214 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    215 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    216 			   sort -u` ;; \
    217 	esac; \
    218 	for file in $$dist_files; do \
    219 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    220 	  if test -d $$d/$$file; then \
    221 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    222 	    if test -d "$(distdir)/$$file"; then \
    223 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    224 	    fi; \
    225 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    226 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    227 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    228 	    fi; \
    229 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    230 	  else \
    231 	    test -f "$(distdir)/$$file" \
    232 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    233 	    || exit 1; \
    234 	  fi; \
    235 	done
    236 check-am: all-am
    237 check: check-am
    238 all-am: Makefile
    239 installdirs:
    240 install: install-am
    241 install-exec: install-exec-am
    242 install-data: install-data-am
    243 uninstall: uninstall-am
    244 
    245 install-am: all-am
    246 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    247 
    248 installcheck: installcheck-am
    249 install-strip:
    250 	if test -z '$(STRIP)'; then \
    251 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    252 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    253 	      install; \
    254 	else \
    255 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    256 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    257 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    258 	fi
    259 mostlyclean-generic:
    260 
    261 clean-generic:
    262 
    263 distclean-generic:
    264 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    265 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    266 
    267 maintainer-clean-generic:
    268 	@echo "This command is intended for maintainers to use"
    269 	@echo "it deletes files that may require special tools to rebuild."
    270 clean: clean-am
    271 
    272 clean-am: clean-generic mostlyclean-am
    273 
    274 distclean: distclean-am
    275 	-rm -f Makefile
    276 distclean-am: clean-am distclean-generic
    277 
    278 dvi: dvi-am
    279 
    280 dvi-am:
    281 
    282 html: html-am
    283 
    284 html-am:
    285 
    286 info: info-am
    287 
    288 info-am:
    289 
    290 install-data-am:
    291 
    292 install-dvi: install-dvi-am
    293 
    294 install-dvi-am:
    295 
    296 install-exec-am:
    297 
    298 install-html: install-html-am
    299 
    300 install-html-am:
    301 
    302 install-info: install-info-am
    303 
    304 install-info-am:
    305 
    306 install-man:
    307 
    308 install-pdf: install-pdf-am
    309 
    310 install-pdf-am:
    311 
    312 install-ps: install-ps-am
    313 
    314 install-ps-am:
    315 
    316 installcheck-am:
    317 
    318 maintainer-clean: maintainer-clean-am
    319 	-rm -f Makefile
    320 maintainer-clean-am: distclean-am maintainer-clean-generic
    321 
    322 mostlyclean: mostlyclean-am
    323 
    324 mostlyclean-am: mostlyclean-generic
    325 
    326 pdf: pdf-am
    327 
    328 pdf-am:
    329 
    330 ps: ps-am
    331 
    332 ps-am:
    333 
    334 uninstall-am:
    335 
    336 .MAKE: install-am install-strip
    337 
    338 .PHONY: all all-am check check-am clean clean-generic distclean \
    339 	distclean-generic distdir dvi dvi-am html html-am info info-am \
    340 	install install-am install-data install-data-am install-dvi \
    341 	install-dvi-am install-exec install-exec-am install-html \
    342 	install-html-am install-info install-info-am install-man \
    343 	install-pdf install-pdf-am install-ps install-ps-am \
    344 	install-strip installcheck installcheck-am installdirs \
    345 	maintainer-clean maintainer-clean-generic mostlyclean \
    346 	mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
    347 
    348 	netperf_by_flavor.py \
    349 	post_proc.py \
    350 	find_max_burst.sh
    351 
    352 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    353 # Otherwise a system limit (for SysV at least) may be exceeded.
    354 .NOEXPORT:
    355