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

通讯编程

开发平台:

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 = m4
  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. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  71. am__vpath_adj = case $$p in 
  72.     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; 
  73.     *) f=$$p;; 
  74.   esac;
  75. am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
  76. am__installdirs = "$(DESTDIR)$(aclocaldir)"
  77. aclocalDATA_INSTALL = $(INSTALL_DATA)
  78. DATA = $(aclocal_DATA)
  79. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  80. ACLOCAL = @ACLOCAL@
  81. AMTAR = @AMTAR@
  82. AR = @AR@
  83. AS = @AS@
  84. AUTOCONF = @AUTOCONF@
  85. AUTOHEADER = @AUTOHEADER@
  86. AUTOMAKE = @AUTOMAKE@
  87. AWK = @AWK@
  88. CC = @CC@
  89. CCDEPMODE = @CCDEPMODE@
  90. CFLAGS = @CFLAGS@
  91. CPP = @CPP@
  92. CPPFLAGS = @CPPFLAGS@
  93. CXX = @CXX@
  94. CXXCPP = @CXXCPP@
  95. CXXDEPMODE = @CXXDEPMODE@
  96. CXXFLAGS = @CXXFLAGS@
  97. CYGPATH_W = @CYGPATH_W@
  98. DEFS = @DEFS@
  99. DEPDIR = @DEPDIR@
  100. DLLTOOL = @DLLTOOL@
  101. ECHO = @ECHO@
  102. ECHO_C = @ECHO_C@
  103. ECHO_N = @ECHO_N@
  104. ECHO_T = @ECHO_T@
  105. EGREP = @EGREP@
  106. EXEEXT = @EXEEXT@
  107. F77 = @F77@
  108. FFLAGS = @FFLAGS@
  109. GREP = @GREP@
  110. INSTALL = @INSTALL@
  111. INSTALL_DATA = @INSTALL_DATA@
  112. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  113. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  114. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  115. LDFLAGS = @LDFLAGS@
  116. LIBOBJS = @LIBOBJS@
  117. LIBS = @LIBS@
  118. LIBTOOL = @LIBTOOL@
  119. LN_S = @LN_S@
  120. LTLIBOBJS = @LTLIBOBJS@
  121. MAKEINFO = @MAKEINFO@
  122. MKDIR_P = @MKDIR_P@
  123. NS_ALLINONE_DISTCHECK_CONFIGURE_FLAGS = @NS_ALLINONE_DISTCHECK_CONFIGURE_FLAGS@
  124. NS_CPPFLAGS = @NS_CPPFLAGS@
  125. NS_LDFLAGS = @NS_LDFLAGS@
  126. NS_LIBADD = @NS_LIBADD@
  127. OBJDUMP = @OBJDUMP@
  128. OBJEXT = @OBJEXT@
  129. PACKAGE = @PACKAGE@
  130. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  131. PACKAGE_NAME = @PACKAGE_NAME@
  132. PACKAGE_STRING = @PACKAGE_STRING@
  133. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  134. PACKAGE_VERSION = @PACKAGE_VERSION@
  135. PATH_SEPARATOR = @PATH_SEPARATOR@
  136. RANLIB = @RANLIB@
  137. SED = @SED@
  138. SET_MAKE = @SET_MAKE@
  139. SHELL = @SHELL@
  140. STRIP = @STRIP@
  141. TCL2CPP = @TCL2CPP@
  142. VERSION = @VERSION@
  143. abs_builddir = @abs_builddir@
  144. abs_srcdir = @abs_srcdir@
  145. abs_top_builddir = @abs_top_builddir@
  146. abs_top_srcdir = @abs_top_srcdir@
  147. ac_ct_CC = @ac_ct_CC@
  148. ac_ct_CXX = @ac_ct_CXX@
  149. ac_ct_F77 = @ac_ct_F77@
  150. am__include = @am__include@
  151. am__leading_dot = @am__leading_dot@
  152. am__quote = @am__quote@
  153. am__tar = @am__tar@
  154. am__untar = @am__untar@
  155. bindir = @bindir@
  156. build = @build@
  157. build_alias = @build_alias@
  158. build_cpu = @build_cpu@
  159. build_os = @build_os@
  160. build_vendor = @build_vendor@
  161. builddir = @builddir@
  162. datadir = @datadir@
  163. datarootdir = @datarootdir@
  164. docdir = @docdir@
  165. dvidir = @dvidir@
  166. exec_prefix = @exec_prefix@
  167. host = @host@
  168. host_alias = @host_alias@
  169. host_cpu = @host_cpu@
  170. host_os = @host_os@
  171. host_vendor = @host_vendor@
  172. htmldir = @htmldir@
  173. includedir = @includedir@
  174. infodir = @infodir@
  175. install_sh = @install_sh@
  176. libdir = @libdir@
  177. libexecdir = @libexecdir@
  178. localedir = @localedir@
  179. localstatedir = @localstatedir@
  180. mandir = @mandir@
  181. mkdir_p = @mkdir_p@
  182. oldincludedir = @oldincludedir@
  183. pdfdir = @pdfdir@
  184. prefix = @prefix@
  185. program_transform_name = @program_transform_name@
  186. psdir = @psdir@
  187. sbindir = @sbindir@
  188. sharedstatedir = @sharedstatedir@
  189. srcdir = @srcdir@
  190. sysconfdir = @sysconfdir@
  191. target_alias = @target_alias@
  192. top_builddir = @top_builddir@
  193. top_srcdir = @top_srcdir@
  194. aclocaldir = $(datadir)/aclocal
  195. M4_FILES = dei80211mr.m4 
  196. aclocal_DATA = $(M4_FILES)
  197. EXTRA_DIST = $(M4_FILES)
  198. all: all-am
  199. .SUFFIXES:
  200. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  201. @for dep in $?; do 
  202.   case '$(am__configure_deps)' in 
  203.     *$$dep*) 
  204.       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
  205. && exit 0; 
  206.       exit 1;; 
  207.   esac; 
  208. done; 
  209. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  m4/Makefile'; 
  210. cd $(top_srcdir) && 
  211.   $(AUTOMAKE) --foreign  m4/Makefile
  212. .PRECIOUS: Makefile
  213. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  214. @case '$?' in 
  215.   *config.status*) 
  216.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  217.   *) 
  218.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  219.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  220. esac;
  221. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  222. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  223. $(top_srcdir)/configure:  $(am__configure_deps)
  224. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  225. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  226. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  227. mostlyclean-libtool:
  228. -rm -f *.lo
  229. clean-libtool:
  230. -rm -rf .libs _libs
  231. install-aclocalDATA: $(aclocal_DATA)
  232. @$(NORMAL_INSTALL)
  233. test -z "$(aclocaldir)" || $(MKDIR_P) "$(DESTDIR)$(aclocaldir)"
  234. @list='$(aclocal_DATA)'; for p in $$list; do 
  235.   if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; 
  236.   f=$(am__strip_dir) 
  237.   echo " $(aclocalDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(aclocaldir)/$$f'"; 
  238.   $(aclocalDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(aclocaldir)/$$f"; 
  239. done
  240. uninstall-aclocalDATA:
  241. @$(NORMAL_UNINSTALL)
  242. @list='$(aclocal_DATA)'; for p in $$list; do 
  243.   f=$(am__strip_dir) 
  244.   echo " rm -f '$(DESTDIR)$(aclocaldir)/$$f'"; 
  245.   rm -f "$(DESTDIR)$(aclocaldir)/$$f"; 
  246. done
  247. tags: TAGS
  248. TAGS:
  249. ctags: CTAGS
  250. CTAGS:
  251. distdir: $(DISTFILES)
  252. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  253. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  254. list='$(DISTFILES)'; 
  255.   dist_files=`for file in $$list; do echo $$file; done | 
  256.   sed -e "s|^$$srcdirstrip/||;t" 
  257.       -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; 
  258. case $$dist_files in 
  259.   */*) $(MKDIR_P) `echo "$$dist_files" | 
  260.    sed '///!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | 
  261.    sort -u` ;; 
  262. esac; 
  263. for file in $$dist_files; do 
  264.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  265.   if test -d $$d/$$file; then 
  266.     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; 
  267.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  268.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  269.     fi; 
  270.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  271.   else 
  272.     test -f $(distdir)/$$file 
  273.     || cp -p $$d/$$file $(distdir)/$$file 
  274.     || exit 1; 
  275.   fi; 
  276. done
  277. check-am: all-am
  278. check: check-am
  279. all-am: Makefile $(DATA)
  280. installdirs:
  281. for dir in "$(DESTDIR)$(aclocaldir)"; do 
  282.   test -z "$$dir" || $(MKDIR_P) "$$dir"; 
  283. done
  284. install: install-am
  285. install-exec: install-exec-am
  286. install-data: install-data-am
  287. uninstall: uninstall-am
  288. install-am: all-am
  289. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  290. installcheck: installcheck-am
  291. install-strip:
  292. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  293.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  294.   `test -z '$(STRIP)' || 
  295.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  296. mostlyclean-generic:
  297. clean-generic:
  298. distclean-generic:
  299. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  300. maintainer-clean-generic:
  301. @echo "This command is intended for maintainers to use"
  302. @echo "it deletes files that may require special tools to rebuild."
  303. clean: clean-am
  304. clean-am: clean-generic clean-libtool mostlyclean-am
  305. distclean: distclean-am
  306. -rm -f Makefile
  307. distclean-am: clean-am distclean-generic
  308. dvi: dvi-am
  309. dvi-am:
  310. html: html-am
  311. info: info-am
  312. info-am:
  313. install-data-am: install-aclocalDATA
  314. install-dvi: install-dvi-am
  315. install-exec-am:
  316. install-html: install-html-am
  317. install-info: install-info-am
  318. install-man:
  319. install-pdf: install-pdf-am
  320. install-ps: install-ps-am
  321. installcheck-am:
  322. maintainer-clean: maintainer-clean-am
  323. -rm -f Makefile
  324. maintainer-clean-am: distclean-am maintainer-clean-generic
  325. mostlyclean: mostlyclean-am
  326. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  327. pdf: pdf-am
  328. pdf-am:
  329. ps: ps-am
  330. ps-am:
  331. uninstall-am: uninstall-aclocalDATA
  332. .MAKE: install-am install-strip
  333. .PHONY: all all-am check check-am clean clean-generic clean-libtool 
  334. distclean distclean-generic distclean-libtool distdir dvi 
  335. dvi-am html html-am info info-am install install-aclocalDATA 
  336. install-am install-data install-data-am install-dvi 
  337. install-dvi-am install-exec install-exec-am install-html 
  338. install-html-am install-info install-info-am install-man 
  339. install-pdf install-pdf-am install-ps install-ps-am 
  340. install-strip installcheck installcheck-am installdirs 
  341. maintainer-clean maintainer-clean-generic mostlyclean 
  342. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am 
  343. uninstall uninstall-aclocalDATA uninstall-am
  344. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  345. # Otherwise a system limit (for SysV at least) may be exceeded.
  346. .NOEXPORT: