Makefile.in
上传用户:zm130024
上传日期:2007-01-04
资源大小:432k
文件大小:12k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  2. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  3. # This Makefile.in is free software; the Free Software Foundation
  4. # gives unlimited permission to copy and/or distribute it,
  5. # with or without modifications, as long as this notice is preserved.
  6. # This program is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  8. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  9. # PARTICULAR PURPOSE.
  10. SHELL = @SHELL@
  11. srcdir = @srcdir@
  12. top_srcdir = @top_srcdir@
  13. VPATH = @srcdir@
  14. prefix = @prefix@
  15. exec_prefix = @exec_prefix@
  16. bindir = @bindir@
  17. sbindir = @sbindir@
  18. libexecdir = @libexecdir@
  19. datadir = @datadir@
  20. sysconfdir = @sysconfdir@
  21. sharedstatedir = @sharedstatedir@
  22. localstatedir = @localstatedir@
  23. libdir = @libdir@
  24. infodir = @infodir@
  25. mandir = @mandir@
  26. includedir = @includedir@
  27. oldincludedir = /usr/include
  28. DESTDIR =
  29. pkgdatadir = $(datadir)/@PACKAGE@
  30. pkglibdir = $(libdir)/@PACKAGE@
  31. pkgincludedir = $(includedir)/@PACKAGE@
  32. top_builddir = .
  33. ACLOCAL = @ACLOCAL@
  34. AUTOCONF = @AUTOCONF@
  35. AUTOMAKE = @AUTOMAKE@
  36. AUTOHEADER = @AUTOHEADER@
  37. INSTALL = @INSTALL@
  38. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  39. INSTALL_DATA = @INSTALL_DATA@
  40. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  41. transform = @program_transform_name@
  42. NORMAL_INSTALL = :
  43. PRE_INSTALL = :
  44. POST_INSTALL = :
  45. NORMAL_UNINSTALL = :
  46. PRE_UNINSTALL = :
  47. POST_UNINSTALL = :
  48. host_alias = @host_alias@
  49. host_triplet = @host@
  50. AWK = @AWK@
  51. CC = @CC@
  52. LD = @LD@
  53. LEX = @LEX@
  54. LIBRARY_PREFIX = @LIBRARY_PREFIX@
  55. LIBTOOL = @LIBTOOL@
  56. LN_S = @LN_S@
  57. MAKEINFO = @MAKEINFO@
  58. NM = @NM@
  59. PACKAGE = @PACKAGE@
  60. PRELOAD_POSTFIX = @PRELOAD_POSTFIX@
  61. PRELOAD_SEPERATOR = @PRELOAD_SEPERATOR@
  62. PRELOAD_VARIABLE = @PRELOAD_VARIABLE@
  63. RANLIB = @RANLIB@
  64. SOCKSIFY_PRELOAD_LIBS = @SOCKSIFY_PRELOAD_LIBS@
  65. VERSION = @VERSION@
  66. YACC = @YACC@
  67. AUTOMAKE_OPTIONS = foreign
  68. @BUILD_PRELOAD_LIB_TRUE@SUBDIRS = libscompat dlib lib sockd include example doc bin SPECS
  69. @BUILD_PRELOAD_LIB_FALSE@SUBDIRS = libscompat      lib sockd include example doc bin SPECS
  70. @PRERELEASE_TRUE@DIST_COMMON = PRERELEASE README INSTALL Makefile.am Makefile.in NEWS TODO     aclocal.m4 config.guess config.sub configure configure.in install-sh  ltconfig ltmain.sh missing mkinstalldirs acinclude.m4 acconfig.h
  71. @PRERELEASE_FALSE@DIST_COMMON = README INSTALL Makefile.am Makefile.in NEWS TODO aclocal.m4   config.guess config.sub configure configure.in install-sh ltconfig  ltmain.sh missing mkinstalldirs acinclude.m4 acconfig.h
  72. EXTRA_DIST = BUGS CREDITS LICENSE SUPPORT VERSION VERSION.in
  73. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  74. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  75. CONFIG_HEADER = ./include/autoconf.h
  76. CONFIG_CLEAN_FILES =  VERSION
  77. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  78. TAR = tar
  79. GZIP_ENV = --best
  80. DIST_SUBDIRS =  libscompat dlib lib sockd include example doc bin SPECS 
  81. libscompat lib sockd include example doc bin SPECS
  82. all: all-redirect
  83. .SUFFIXES:
  84. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  85. cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
  86. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  87. cd $(top_builddir) 
  88.   && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  89. $(ACLOCAL_M4):  configure.in  acinclude.m4
  90. cd $(srcdir) && $(ACLOCAL)
  91. config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  92. $(SHELL) ./config.status --recheck
  93. $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  94. cd $(srcdir) && $(AUTOCONF)
  95. include/autoconf.h: include/stamp-h
  96. @if test ! -f $@; then 
  97. rm -f include/stamp-h; 
  98. $(MAKE) include/stamp-h; 
  99. else :; fi
  100. include/stamp-h: $(srcdir)/include/autoconf.h.in $(top_builddir)/config.status
  101. cd $(top_builddir) 
  102.   && CONFIG_FILES= CONFIG_HEADERS=include/autoconf.h 
  103.      $(SHELL) ./config.status
  104. @echo timestamp > include/stamp-h 2> /dev/null
  105. $(srcdir)/include/autoconf.h.in: $(srcdir)/include/stamp-h.in
  106. @if test ! -f $@; then 
  107. rm -f $(srcdir)/include/stamp-h.in; 
  108. $(MAKE) $(srcdir)/include/stamp-h.in; 
  109. else :; fi
  110. $(srcdir)/include/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
  111. cd $(top_srcdir) && $(AUTOHEADER)
  112. @echo timestamp > $(srcdir)/include/stamp-h.in 2> /dev/null
  113. mostlyclean-hdr:
  114. clean-hdr:
  115. distclean-hdr:
  116. -rm -f include/autoconf.h
  117. maintainer-clean-hdr:
  118. VERSION: $(top_builddir)/config.status VERSION.in
  119. cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  120. # This directory's subdirectories are mostly independent; you can cd
  121. # into them and run `make' without going through this Makefile.
  122. # To change the values of `make' variables: instead of editing Makefiles,
  123. # (1) if the variable is set in `config.status', edit `config.status'
  124. #     (which will cause the Makefiles to be regenerated when you run `make');
  125. # (2) otherwise, pass the desired values on the `make' command line.
  126. @SET_MAKE@
  127. all-recursive install-data-recursive install-exec-recursive 
  128. installdirs-recursive install-recursive uninstall-recursive  
  129. check-recursive installcheck-recursive info-recursive dvi-recursive:
  130. @set fnord $(MAKEFLAGS); amf=$$2; 
  131. dot_seen=no; 
  132. target=`echo $@ | sed s/-recursive//`; 
  133. list='$(SUBDIRS)'; for subdir in $$list; do 
  134.   echo "Making $$target in $$subdir"; 
  135.   if test "$$subdir" = "."; then 
  136.     dot_seen=yes; 
  137.     local_target="$$target-am"; 
  138.   else 
  139.     local_target="$$target"; 
  140.   fi; 
  141.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  142.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  143. done; 
  144. if test "$$dot_seen" = "no"; then 
  145.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  146. fi; test -z "$$fail"
  147. mostlyclean-recursive clean-recursive distclean-recursive 
  148. maintainer-clean-recursive:
  149. @set fnord $(MAKEFLAGS); amf=$$2; 
  150. dot_seen=no; 
  151. rev=''; list='$(SUBDIRS)'; for subdir in $$list; do 
  152.   rev="$$subdir $$rev"; 
  153.   if test "$$subdir" = "."; then dot_seen=yes; fi; 
  154. done; 
  155. test "$$dot_seen" = "no" && rev=". $$rev"; 
  156. target=`echo $@ | sed s/-recursive//`; 
  157. for subdir in $$rev; do 
  158.   echo "Making $$target in $$subdir"; 
  159.   if test "$$subdir" = "."; then 
  160.     local_target="$$target-am"; 
  161.   else 
  162.     local_target="$$target"; 
  163.   fi; 
  164.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  165.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  166. done && test -z "$$fail"
  167. tags-recursive:
  168. list='$(SUBDIRS)'; for subdir in $$list; do 
  169.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  170. done
  171. tags: TAGS
  172. ID: $(HEADERS) $(SOURCES) $(LISP)
  173. list='$(SOURCES) $(HEADERS)'; 
  174. unique=`for i in $$list; do echo $$i; done | 
  175.   awk '    { files[$$0] = 1; } 
  176.        END { for (i in files) print i; }'`; 
  177. here=`pwd` && cd $(srcdir) 
  178.   && mkid -f$$here/ID $$unique $(LISP)
  179. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  180. tags=; 
  181. here=`pwd`; 
  182. list='$(SUBDIRS)'; for subdir in $$list; do 
  183.    if test "$$subdir" = .; then :; else 
  184.     test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; 
  185.    fi; 
  186. done; 
  187. list='$(SOURCES) $(HEADERS)'; 
  188. unique=`for i in $$list; do echo $$i; done | 
  189.   awk '    { files[$$0] = 1; } 
  190.        END { for (i in files) print i; }'`; 
  191. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" 
  192.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  193. mostlyclean-tags:
  194. clean-tags:
  195. distclean-tags:
  196. -rm -f TAGS ID
  197. maintainer-clean-tags:
  198. distdir = $(PACKAGE)-$(VERSION)
  199. top_distdir = $(distdir)
  200. # This target untars the dist file and tries a VPATH configuration.  Then
  201. # it guarantees that the distribution is self-contained by making another
  202. # tarfile.
  203. distcheck: dist
  204. -rm -rf $(distdir)
  205. GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  206. mkdir $(distdir)/=build
  207. mkdir $(distdir)/=inst
  208. dc_install_base=`cd $(distdir)/=inst && pwd`; 
  209. cd $(distdir)/=build 
  210.   && ../configure --srcdir=.. --prefix=$$dc_install_base 
  211.   && $(MAKE) $(AM_MAKEFLAGS) 
  212.   && $(MAKE) $(AM_MAKEFLAGS) dvi 
  213.   && $(MAKE) $(AM_MAKEFLAGS) check 
  214.   && $(MAKE) $(AM_MAKEFLAGS) install 
  215.   && $(MAKE) $(AM_MAKEFLAGS) installcheck 
  216.   && $(MAKE) $(AM_MAKEFLAGS) dist
  217. -rm -rf $(distdir)
  218. @banner="$(distdir).tar.gz is ready for distribution"; 
  219. dashes=`echo "$$banner" | sed s/./=/g`; 
  220. echo "$$dashes"; 
  221. echo "$$banner"; 
  222. echo "$$dashes"
  223. dist: distdir
  224. -chmod -R a+r $(distdir)
  225. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  226. -rm -rf $(distdir)
  227. dist-all: distdir
  228. -chmod -R a+r $(distdir)
  229. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  230. -rm -rf $(distdir)
  231. distdir: $(DISTFILES)
  232. -rm -rf $(distdir)
  233. mkdir $(distdir)
  234. -chmod 777 $(distdir)
  235. @for file in $(DISTFILES); do 
  236.   d=$(srcdir); 
  237.   if test -d $$d/$$file; then 
  238.     cp -pr $$/$$file $(distdir)/$$file; 
  239.   else 
  240.     test -f $(distdir)/$$file 
  241.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  242.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  243.   fi; 
  244. done
  245. for subdir in $(DIST_SUBDIRS); do 
  246.   if test "$$subdir" = .; then :; else 
  247.     test -d $(distdir)/$$subdir 
  248.     || mkdir $(distdir)/$$subdir 
  249.     || exit 1; 
  250.     chmod 777 $(distdir)/$$subdir; 
  251.     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) 
  252.       || exit 1; 
  253.   fi; 
  254. done
  255. info-am:
  256. info: info-recursive
  257. dvi-am:
  258. dvi: dvi-recursive
  259. check-am: all-am
  260. check: check-recursive
  261. installcheck-am:
  262. installcheck: installcheck-recursive
  263. install-exec-am:
  264. install-exec: install-exec-recursive
  265. install-data-am:
  266. install-data: install-data-recursive
  267. install-am: all-am
  268. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  269. install: install-recursive
  270. uninstall-am:
  271. uninstall: uninstall-recursive
  272. all-am: Makefile
  273. all-redirect: all-recursive
  274. install-strip:
  275. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  276. installdirs: installdirs-recursive
  277. installdirs-am:
  278. mostlyclean-generic:
  279. clean-generic:
  280. distclean-generic:
  281. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  282. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  283. maintainer-clean-generic:
  284. mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
  285. mostlyclean: mostlyclean-recursive
  286. clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
  287. clean: clean-recursive
  288. distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
  289. -rm -f libtool
  290. distclean: distclean-recursive
  291. -rm -f config.status
  292. maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags 
  293. maintainer-clean-generic distclean-am
  294. @echo "This command is intended for maintainers to use;"
  295. @echo "it deletes files that may require special tools to rebuild."
  296. maintainer-clean: maintainer-clean-recursive
  297. -rm -f config.status
  298. .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr 
  299. install-data-recursive uninstall-data-recursive install-exec-recursive 
  300. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive 
  301. all-recursive check-recursive installcheck-recursive info-recursive 
  302. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive 
  303. maintainer-clean-recursive tags tags-recursive mostlyclean-tags 
  304. distclean-tags clean-tags maintainer-clean-tags distdir info-am info 
  305. dvi-am dvi check check-am installcheck-am installcheck install-exec-am 
  306. install-exec install-data-am install-data install-am install 
  307. uninstall-am uninstall all-redirect all-am all installdirs-am 
  308. installdirs mostlyclean-generic distclean-generic clean-generic 
  309. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  310. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  311. # Otherwise a system limit (for SysV at least) may be exceeded.
  312. .NOEXPORT: