Makefile.in
上传用户:jxpjxmjjw
上传日期:2009-12-07
资源大小:5877k
文件大小:12k
源码类别:

模拟服务器

开发平台:

Visual C++

  1. # Makefile.in generated by automake 1.8.5 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004  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. # Copyright (C) 2004 Team Python
  14. #
  15. # This file is free software; as a special exception the author gives
  16. # unlimited permission to copy and/or distribute it, with or without
  17. # modifications, as long as this notice is preserved.
  18. #
  19. # This program is distributed in the hope that it will be useful, but
  20. # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
  21. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  22. SOURCES = $(libredirect_a_SOURCES)
  23. srcdir = @srcdir@
  24. top_srcdir = @top_srcdir@
  25. VPATH = @srcdir@
  26. pkgdatadir = $(datadir)/@PACKAGE@
  27. pkglibdir = $(libdir)/@PACKAGE@
  28. pkgincludedir = $(includedir)/@PACKAGE@
  29. top_builddir = ../..
  30. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  31. INSTALL = @INSTALL@
  32. install_sh_DATA = $(install_sh) -c -m 644
  33. install_sh_PROGRAM = $(install_sh) -c
  34. install_sh_SCRIPT = $(install_sh) -c
  35. INSTALL_HEADER = $(INSTALL_DATA)
  36. transform = $(program_transform_name)
  37. NORMAL_INSTALL = :
  38. PRE_INSTALL = :
  39. POST_INSTALL = :
  40. NORMAL_UNINSTALL = :
  41. PRE_UNINSTALL = :
  42. POST_UNINSTALL = :
  43. subdir = src/redirect
  44. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  45. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  46. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  47. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  48. $(ACLOCAL_M4)
  49. mkinstalldirs = $(mkdir_p)
  50. CONFIG_HEADER = $(top_builddir)/config.h
  51. CONFIG_CLEAN_FILES =
  52. LIBRARIES = $(noinst_LIBRARIES)
  53. AR = ar
  54. ARFLAGS = cru
  55. libredirect_a_AR = $(AR) $(ARFLAGS)
  56. libredirect_a_LIBADD =
  57. am_libredirect_a_OBJECTS = RedirectorSrv.$(OBJEXT)
  58. libredirect_a_OBJECTS = $(am_libredirect_a_OBJECTS)
  59. DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
  60. depcomp = $(SHELL) $(top_srcdir)/depcomp
  61. am__depfiles_maybe = depfiles
  62. @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/RedirectorSrv.Po
  63. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
  64. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  65. CXXLD = $(CXX)
  66. CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) 
  67. -o $@
  68. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  69. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  70. CCLD = $(CC)
  71. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  72. SOURCES = $(libredirect_a_SOURCES)
  73. DIST_SOURCES = $(libredirect_a_SOURCES)
  74. ETAGS = etags
  75. CTAGS = ctags
  76. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  77. ACLOCAL = @ACLOCAL@
  78. ALLOCA = @ALLOCA@
  79. AMDEP_FALSE = @AMDEP_FALSE@
  80. AMDEP_TRUE = @AMDEP_TRUE@
  81. AMTAR = @AMTAR@
  82. AUTOCONF = @AUTOCONF@
  83. AUTOHEADER = @AUTOHEADER@
  84. AUTOMAKE = @AUTOMAKE@
  85. AWK = @AWK@
  86. CC = @CC@
  87. CCDEPMODE = @CCDEPMODE@
  88. CFLAGS = @CFLAGS@
  89. CPP = @CPP@
  90. CPPFLAGS = @CPPFLAGS@
  91. CXX = @CXX@
  92. CXXDEPMODE = @CXXDEPMODE@
  93. CXXFLAGS = @CXXFLAGS@
  94. CYGPATH_W = @CYGPATH_W@
  95. DEFS = @DEFS@
  96. DEPDIR = @DEPDIR@
  97. ECHO_C = @ECHO_C@
  98. ECHO_N = @ECHO_N@
  99. ECHO_T = @ECHO_T@
  100. EGREP = @EGREP@
  101. EXEEXT = @EXEEXT@
  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. LTLIBOBJS = @LTLIBOBJS@
  110. MAINT = @MAINT@
  111. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  112. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  113. MAKEINFO = @MAKEINFO@
  114. OBJEXT = @OBJEXT@
  115. PACKAGE = @PACKAGE@
  116. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  117. PACKAGE_NAME = @PACKAGE_NAME@
  118. PACKAGE_STRING = @PACKAGE_STRING@
  119. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  120. PACKAGE_VERSION = @PACKAGE_VERSION@
  121. PATH_SEPARATOR = @PATH_SEPARATOR@
  122. RANLIB = @RANLIB@
  123. SET_MAKE = @SET_MAKE@
  124. SHELL = @SHELL@
  125. STRIP = @STRIP@
  126. VERSION = @VERSION@
  127. ac_ct_CC = @ac_ct_CC@
  128. ac_ct_CXX = @ac_ct_CXX@
  129. ac_ct_RANLIB = @ac_ct_RANLIB@
  130. ac_ct_STRIP = @ac_ct_STRIP@
  131. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  132. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  133. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  134. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  135. am__include = @am__include@
  136. am__leading_dot = @am__leading_dot@
  137. am__quote = @am__quote@
  138. bindir = @bindir@
  139. build_alias = @build_alias@
  140. datadir = @datadir@
  141. exec_prefix = @exec_prefix@
  142. host_alias = @host_alias@
  143. includedir = @includedir@
  144. infodir = @infodir@
  145. install_sh = @install_sh@
  146. libdir = @libdir@
  147. libexecdir = @libexecdir@
  148. localstatedir = @localstatedir@
  149. mandir = @mandir@
  150. mkdir_p = @mkdir_p@
  151. oldincludedir = @oldincludedir@
  152. prefix = @prefix@
  153. program_transform_name = @program_transform_name@
  154. sbindir = @sbindir@
  155. sharedstatedir = @sharedstatedir@
  156. sysconfdir = @sysconfdir@
  157. target_alias = @target_alias@
  158. INCLUDES = -I$(srcdir) -I$(srcdir)/../shared
  159. noinst_LIBRARIES = libredirect.a
  160. libredirect_a_SOURCES = RedirectorSrv.cpp RedirectorSrv.h
  161. all: all-am
  162. .SUFFIXES:
  163. .SUFFIXES: .cpp .o .obj
  164. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  165. @for dep in $?; do 
  166.   case '$(am__configure_deps)' in 
  167.     *$$dep*) 
  168.       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
  169. && exit 0; 
  170.       exit 1;; 
  171.   esac; 
  172. done; 
  173. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/redirect/Makefile'; 
  174. cd $(top_srcdir) && 
  175.   $(AUTOMAKE) --gnu  src/redirect/Makefile
  176. .PRECIOUS: Makefile
  177. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  178. @case '$?' in 
  179.   *config.status*) 
  180.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  181.   *) 
  182.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  183.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  184. esac;
  185. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  186. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  187. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  188. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  189. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  190. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  191. clean-noinstLIBRARIES:
  192. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  193. libredirect.a: $(libredirect_a_OBJECTS) $(libredirect_a_DEPENDENCIES) 
  194. -rm -f libredirect.a
  195. $(libredirect_a_AR) libredirect.a $(libredirect_a_OBJECTS) $(libredirect_a_LIBADD)
  196. $(RANLIB) libredirect.a
  197. mostlyclean-compile:
  198. -rm -f *.$(OBJEXT)
  199. distclean-compile:
  200. -rm -f *.tab.c
  201. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RedirectorSrv.Po@am__quote@
  202. .cpp.o:
  203. @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; 
  204. @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  205. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  206. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  207. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  208. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
  209. .cpp.obj:
  210. @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; 
  211. @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  212. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  213. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  214. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  215. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  216. uninstall-info-am:
  217. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  218. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  219. unique=`for i in $$list; do 
  220.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  221.   done | 
  222.   $(AWK) '    { files[$$0] = 1; } 
  223.        END { for (i in files) print i; }'`; 
  224. mkid -fID $$unique
  225. tags: TAGS
  226. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  227. $(TAGS_FILES) $(LISP)
  228. tags=; 
  229. here=`pwd`; 
  230. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  231. unique=`for i in $$list; do 
  232.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  233.   done | 
  234.   $(AWK) '    { files[$$0] = 1; } 
  235.        END { for (i in files) print i; }'`; 
  236. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else 
  237.   test -n "$$unique" || unique=$$empty_fix; 
  238.   $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  239.     $$tags $$unique; 
  240. fi
  241. ctags: CTAGS
  242. CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  243. $(TAGS_FILES) $(LISP)
  244. tags=; 
  245. here=`pwd`; 
  246. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  247. unique=`for i in $$list; do 
  248.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  249.   done | 
  250.   $(AWK) '    { files[$$0] = 1; } 
  251.        END { for (i in files) print i; }'`; 
  252. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  253.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  254.      $$tags $$unique
  255. GTAGS:
  256. here=`$(am__cd) $(top_builddir) && pwd` 
  257.   && cd $(top_srcdir) 
  258.   && gtags -i $(GTAGS_ARGS) $$here
  259. distclean-tags:
  260. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  261. distdir: $(DISTFILES)
  262. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
  263. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; 
  264. list='$(DISTFILES)'; for file in $$list; do 
  265.   case $$file in 
  266.     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; 
  267.     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; 
  268.   esac; 
  269.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  270.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  271.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  272.     dir="/$$dir"; 
  273.     $(mkdir_p) "$(distdir)$$dir"; 
  274.   else 
  275.     dir=''; 
  276.   fi; 
  277.   if test -d $$d/$$file; then 
  278.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  279.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  280.     fi; 
  281.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  282.   else 
  283.     test -f $(distdir)/$$file 
  284.     || cp -p $$d/$$file $(distdir)/$$file 
  285.     || exit 1; 
  286.   fi; 
  287. done
  288. check-am: all-am
  289. check: check-am
  290. all-am: Makefile $(LIBRARIES)
  291. installdirs:
  292. install: install-am
  293. install-exec: install-exec-am
  294. install-data: install-data-am
  295. uninstall: uninstall-am
  296. install-am: all-am
  297. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  298. installcheck: installcheck-am
  299. install-strip:
  300. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  301.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  302.   `test -z '$(STRIP)' || 
  303.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  304. mostlyclean-generic:
  305. clean-generic:
  306. distclean-generic:
  307. -rm -f $(CONFIG_CLEAN_FILES)
  308. maintainer-clean-generic:
  309. @echo "This command is intended for maintainers to use"
  310. @echo "it deletes files that may require special tools to rebuild."
  311. clean: clean-am
  312. clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
  313. distclean: distclean-am
  314. -rm -rf ./$(DEPDIR)
  315. -rm -f Makefile
  316. distclean-am: clean-am distclean-compile distclean-generic 
  317. distclean-tags
  318. dvi: dvi-am
  319. dvi-am:
  320. html: html-am
  321. info: info-am
  322. info-am:
  323. install-data-am:
  324. install-exec-am:
  325. install-info: install-info-am
  326. install-man:
  327. installcheck-am:
  328. maintainer-clean: maintainer-clean-am
  329. -rm -rf ./$(DEPDIR)
  330. -rm -f Makefile
  331. maintainer-clean-am: distclean-am maintainer-clean-generic
  332. mostlyclean: mostlyclean-am
  333. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  334. pdf: pdf-am
  335. pdf-am:
  336. ps: ps-am
  337. ps-am:
  338. uninstall-am: uninstall-info-am
  339. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic 
  340. clean-noinstLIBRARIES ctags distclean distclean-compile 
  341. distclean-generic distclean-tags distdir dvi dvi-am html 
  342. html-am info info-am install install-am install-data 
  343. install-data-am install-exec install-exec-am install-info 
  344. install-info-am install-man install-strip installcheck 
  345. installcheck-am installdirs maintainer-clean 
  346. maintainer-clean-generic mostlyclean mostlyclean-compile 
  347. mostlyclean-generic pdf pdf-am ps ps-am tags uninstall 
  348. uninstall-am uninstall-info-am
  349. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  350. # Otherwise a system limit (for SysV at least) may be exceeded.
  351. .NOEXPORT: