Makefile.in
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:10k
源码类别:

通讯编程

开发平台:

Visual C++

  1. # Makefile.in generated by automake 1.10 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. #
  14. # Copyright (c) 2007 Regents of the SIGNET lab, University of Padova.
  15. # All rights reserved.
  16. #
  17. # Redistribution and use in source and binary forms, with or without
  18. # modification, are permitted provided that the following conditions
  19. # are met:
  20. # 1. Redistributions of source code must retain the above copyright
  21. #    notice, this list of conditions and the following disclaimer.
  22. # 2. Redistributions in binary form must reproduce the above copyright
  23. #    notice, this list of conditions and the following disclaimer in the
  24. #    documentation and/or other materials provided with the distribution.
  25. # 3. Neither the name of the University of Padova (SIGNET lab) nor the 
  26. #    names of its contributors may be used to endorse or promote products 
  27. #    derived from this software without specific prior written permission.
  28. #
  29. # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
  30. # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 
  31. # TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 
  32. # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 
  33. # CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
  34. # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
  35. # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 
  36. # OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
  37. # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
  38. # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 
  39. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  40. #
  41. VPATH = @srcdir@
  42. pkgdatadir = $(datadir)/@PACKAGE@
  43. pkglibdir = $(libdir)/@PACKAGE@
  44. pkgincludedir = $(includedir)/@PACKAGE@
  45. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  46. install_sh_DATA = $(install_sh) -c -m 644
  47. install_sh_PROGRAM = $(install_sh) -c
  48. install_sh_SCRIPT = $(install_sh) -c
  49. INSTALL_HEADER = $(INSTALL_DATA)
  50. transform = $(program_transform_name)
  51. NORMAL_INSTALL = :
  52. PRE_INSTALL = :
  53. POST_INSTALL = :
  54. NORMAL_UNINSTALL = :
  55. PRE_UNINSTALL = :
  56. POST_UNINSTALL = :
  57. build_triplet = @build@
  58. host_triplet = @host@
  59. subdir = samples
  60. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  61. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  62. am__aclocal_m4_deps = $(top_srcdir)/m4/nsallinone.m4 
  63. $(top_srcdir)/configure.ac
  64. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  65. $(ACLOCAL_M4)
  66. mkinstalldirs = $(install_sh) -d
  67. CONFIG_CLEAN_FILES =
  68. SOURCES =
  69. DIST_SOURCES =
  70. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  71. ACLOCAL = @ACLOCAL@
  72. AMTAR = @AMTAR@
  73. AR = @AR@
  74. AS = @AS@
  75. AUTOCONF = @AUTOCONF@
  76. AUTOHEADER = @AUTOHEADER@
  77. AUTOMAKE = @AUTOMAKE@
  78. AWK = @AWK@
  79. CC = @CC@
  80. CCDEPMODE = @CCDEPMODE@
  81. CFLAGS = @CFLAGS@
  82. CPP = @CPP@
  83. CPPFLAGS = @CPPFLAGS@
  84. CXX = @CXX@
  85. CXXCPP = @CXXCPP@
  86. CXXDEPMODE = @CXXDEPMODE@
  87. CXXFLAGS = @CXXFLAGS@
  88. CYGPATH_W = @CYGPATH_W@
  89. DEFS = @DEFS@
  90. DEPDIR = @DEPDIR@
  91. DLLTOOL = @DLLTOOL@
  92. ECHO = @ECHO@
  93. ECHO_C = @ECHO_C@
  94. ECHO_N = @ECHO_N@
  95. ECHO_T = @ECHO_T@
  96. EGREP = @EGREP@
  97. EXEEXT = @EXEEXT@
  98. F77 = @F77@
  99. FFLAGS = @FFLAGS@
  100. GREP = @GREP@
  101. INSTALL = @INSTALL@
  102. INSTALL_DATA = @INSTALL_DATA@
  103. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  104. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  105. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  106. LDFLAGS = @LDFLAGS@
  107. LIBOBJS = @LIBOBJS@
  108. LIBS = @LIBS@
  109. LIBTOOL = @LIBTOOL@
  110. LN_S = @LN_S@
  111. LTLIBOBJS = @LTLIBOBJS@
  112. MAKEINFO = @MAKEINFO@
  113. MKDIR_P = @MKDIR_P@
  114. NS_ALLINONE_DISTCHECK_CONFIGURE_FLAGS = @NS_ALLINONE_DISTCHECK_CONFIGURE_FLAGS@
  115. NS_CPPFLAGS = @NS_CPPFLAGS@
  116. NS_LDFLAGS = @NS_LDFLAGS@
  117. NS_LIBADD = @NS_LIBADD@
  118. OBJDUMP = @OBJDUMP@
  119. OBJEXT = @OBJEXT@
  120. PACKAGE = @PACKAGE@
  121. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  122. PACKAGE_NAME = @PACKAGE_NAME@
  123. PACKAGE_STRING = @PACKAGE_STRING@
  124. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  125. PACKAGE_VERSION = @PACKAGE_VERSION@
  126. PATH_SEPARATOR = @PATH_SEPARATOR@
  127. RANLIB = @RANLIB@
  128. SED = @SED@
  129. SET_MAKE = @SET_MAKE@
  130. SHELL = @SHELL@
  131. STRIP = @STRIP@
  132. TCL2CPP = @TCL2CPP@
  133. VERSION = @VERSION@
  134. abs_builddir = @abs_builddir@
  135. abs_srcdir = @abs_srcdir@
  136. abs_top_builddir = @abs_top_builddir@
  137. abs_top_srcdir = @abs_top_srcdir@
  138. ac_ct_CC = @ac_ct_CC@
  139. ac_ct_CXX = @ac_ct_CXX@
  140. ac_ct_F77 = @ac_ct_F77@
  141. am__include = @am__include@
  142. am__leading_dot = @am__leading_dot@
  143. am__quote = @am__quote@
  144. am__tar = @am__tar@
  145. am__untar = @am__untar@
  146. bindir = @bindir@
  147. build = @build@
  148. build_alias = @build_alias@
  149. build_cpu = @build_cpu@
  150. build_os = @build_os@
  151. build_vendor = @build_vendor@
  152. builddir = @builddir@
  153. datadir = @datadir@
  154. datarootdir = @datarootdir@
  155. docdir = @docdir@
  156. dvidir = @dvidir@
  157. exec_prefix = @exec_prefix@
  158. host = @host@
  159. host_alias = @host_alias@
  160. host_cpu = @host_cpu@
  161. host_os = @host_os@
  162. host_vendor = @host_vendor@
  163. htmldir = @htmldir@
  164. includedir = @includedir@
  165. infodir = @infodir@
  166. install_sh = @install_sh@
  167. libdir = @libdir@
  168. libexecdir = @libexecdir@
  169. localedir = @localedir@
  170. localstatedir = @localstatedir@
  171. mandir = @mandir@
  172. mkdir_p = @mkdir_p@
  173. oldincludedir = @oldincludedir@
  174. pdfdir = @pdfdir@
  175. prefix = @prefix@
  176. program_transform_name = @program_transform_name@
  177. psdir = @psdir@
  178. sbindir = @sbindir@
  179. sharedstatedir = @sharedstatedir@
  180. srcdir = @srcdir@
  181. sysconfdir = @sysconfdir@
  182. target_alias = @target_alias@
  183. top_builddir = @top_builddir@
  184. top_srcdir = @top_srcdir@
  185. EXTRA_DIST = adhoc_tcp.tcl 
  186. infrastruct_rate_adaptation.tcl 
  187. all: all-am
  188. .SUFFIXES:
  189. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  190. @for dep in $?; do 
  191.   case '$(am__configure_deps)' in 
  192.     *$$dep*) 
  193.       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
  194. && exit 0; 
  195.       exit 1;; 
  196.   esac; 
  197. done; 
  198. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  samples/Makefile'; 
  199. cd $(top_srcdir) && 
  200.   $(AUTOMAKE) --foreign  samples/Makefile
  201. .PRECIOUS: Makefile
  202. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  203. @case '$?' in 
  204.   *config.status*) 
  205.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  206.   *) 
  207.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  208.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  209. esac;
  210. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  211. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  212. $(top_srcdir)/configure:  $(am__configure_deps)
  213. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  214. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  215. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  216. mostlyclean-libtool:
  217. -rm -f *.lo
  218. clean-libtool:
  219. -rm -rf .libs _libs
  220. tags: TAGS
  221. TAGS:
  222. ctags: CTAGS
  223. CTAGS:
  224. distdir: $(DISTFILES)
  225. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  226. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  227. list='$(DISTFILES)'; 
  228.   dist_files=`for file in $$list; do echo $$file; done | 
  229.   sed -e "s|^$$srcdirstrip/||;t" 
  230.       -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; 
  231. case $$dist_files in 
  232.   */*) $(MKDIR_P) `echo "$$dist_files" | 
  233.    sed '///!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | 
  234.    sort -u` ;; 
  235. esac; 
  236. for file in $$dist_files; do 
  237.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  238.   if test -d $$d/$$file; then 
  239.     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; 
  240.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  241.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  242.     fi; 
  243.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  244.   else 
  245.     test -f $(distdir)/$$file 
  246.     || cp -p $$d/$$file $(distdir)/$$file 
  247.     || exit 1; 
  248.   fi; 
  249. done
  250. check-am: all-am
  251. check: check-am
  252. all-am: Makefile
  253. installdirs:
  254. install: install-am
  255. install-exec: install-exec-am
  256. install-data: install-data-am
  257. uninstall: uninstall-am
  258. install-am: all-am
  259. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  260. installcheck: installcheck-am
  261. install-strip:
  262. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  263.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  264.   `test -z '$(STRIP)' || 
  265.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  266. mostlyclean-generic:
  267. clean-generic:
  268. distclean-generic:
  269. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  270. maintainer-clean-generic:
  271. @echo "This command is intended for maintainers to use"
  272. @echo "it deletes files that may require special tools to rebuild."
  273. clean: clean-am
  274. clean-am: clean-generic clean-libtool mostlyclean-am
  275. distclean: distclean-am
  276. -rm -f Makefile
  277. distclean-am: clean-am distclean-generic
  278. dvi: dvi-am
  279. dvi-am:
  280. html: html-am
  281. info: info-am
  282. info-am:
  283. install-data-am:
  284. install-dvi: install-dvi-am
  285. install-exec-am:
  286. install-html: install-html-am
  287. install-info: install-info-am
  288. install-man:
  289. install-pdf: install-pdf-am
  290. install-ps: install-ps-am
  291. installcheck-am:
  292. maintainer-clean: maintainer-clean-am
  293. -rm -f Makefile
  294. maintainer-clean-am: distclean-am maintainer-clean-generic
  295. mostlyclean: mostlyclean-am
  296. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  297. pdf: pdf-am
  298. pdf-am:
  299. ps: ps-am
  300. ps-am:
  301. uninstall-am:
  302. .MAKE: install-am install-strip
  303. .PHONY: all all-am check check-am clean clean-generic clean-libtool 
  304. distclean distclean-generic distclean-libtool distdir dvi 
  305. dvi-am html html-am info info-am install install-am 
  306. install-data install-data-am install-dvi install-dvi-am 
  307. install-exec install-exec-am install-html install-html-am 
  308. install-info install-info-am install-man install-pdf 
  309. install-pdf-am install-ps install-ps-am install-strip 
  310. installcheck installcheck-am installdirs maintainer-clean 
  311. maintainer-clean-generic mostlyclean mostlyclean-generic 
  312. mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
  313. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  314. # Otherwise a system limit (for SysV at least) may be exceeded.
  315. .NOEXPORT: