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

代理服务器

开发平台:

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. noinst_HEADERS = common.h sockd.h socks.h config.h yacconfig.h redefac.h
  68. EXTRA_DIST = redefgen.sh
  69. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  70. CONFIG_HEADER = autoconf.h
  71. CONFIG_CLEAN_FILES = 
  72. HEADERS =  $(noinst_HEADERS)
  73. DIST_COMMON =  ./stamp-h.in Makefile.am Makefile.in autoconf.h.in
  74. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  75. TAR = tar
  76. GZIP_ENV = --best
  77. all: all-redirect
  78. .SUFFIXES:
  79. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  80. cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps include/Makefile
  81. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  82. cd $(top_builddir) 
  83.   && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  84. autoconf.h: stamp-h
  85. @if test ! -f $@; then 
  86. rm -f stamp-h; 
  87. $(MAKE) stamp-h; 
  88. else :; fi
  89. stamp-h: $(srcdir)/autoconf.h.in $(top_builddir)/config.status
  90. cd $(top_builddir) 
  91.   && CONFIG_FILES= CONFIG_HEADERS=include/autoconf.h 
  92.      $(SHELL) ./config.status
  93. @echo timestamp > stamp-h 2> /dev/null
  94. $(srcdir)/autoconf.h.in: $(srcdir)/stamp-h.in
  95. @if test ! -f $@; then 
  96. rm -f $(srcdir)/stamp-h.in; 
  97. $(MAKE) $(srcdir)/stamp-h.in; 
  98. else :; fi
  99. $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  100. cd $(top_srcdir) && $(AUTOHEADER)
  101. @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
  102. mostlyclean-hdr:
  103. clean-hdr:
  104. distclean-hdr:
  105. -rm -f autoconf.h
  106. maintainer-clean-hdr:
  107. tags: TAGS
  108. ID: $(HEADERS) $(SOURCES) $(LISP)
  109. list='$(SOURCES) $(HEADERS)'; 
  110. unique=`for i in $$list; do echo $$i; done | 
  111.   awk '    { files[$$0] = 1; } 
  112.        END { for (i in files) print i; }'`; 
  113. here=`pwd` && cd $(srcdir) 
  114.   && mkid -f$$here/ID $$unique $(LISP)
  115. TAGS:  $(HEADERS) $(SOURCES) autoconf.h.in $(TAGS_DEPENDENCIES) $(LISP)
  116. tags=; 
  117. here=`pwd`; 
  118. list='$(SOURCES) $(HEADERS)'; 
  119. unique=`for i in $$list; do echo $$i; done | 
  120.   awk '    { files[$$0] = 1; } 
  121.        END { for (i in files) print i; }'`; 
  122. test -z "$(ETAGS_ARGS)autoconf.h.in$$unique$(LISP)$$tags" 
  123.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags autoconf.h.in $$unique $(LISP) -o $$here/TAGS)
  124. mostlyclean-tags:
  125. clean-tags:
  126. distclean-tags:
  127. -rm -f TAGS ID
  128. maintainer-clean-tags:
  129. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  130. subdir = include
  131. distdir: $(DISTFILES)
  132. @for file in $(DISTFILES); do 
  133.   d=$(srcdir); 
  134.   if test -d $$d/$$file; then 
  135.     cp -pr $$/$$file $(distdir)/$$file; 
  136.   else 
  137.     test -f $(distdir)/$$file 
  138.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  139.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  140.   fi; 
  141. done
  142. info-am:
  143. info: info-am
  144. dvi-am:
  145. dvi: dvi-am
  146. check-am: all-am
  147. check: check-am
  148. installcheck-am:
  149. installcheck: installcheck-am
  150. all-recursive-am: autoconf.h
  151. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  152. install-exec-am:
  153. install-exec: install-exec-am
  154. install-data-am:
  155. install-data: install-data-am
  156. install-am: all-am
  157. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  158. install: install-am
  159. uninstall-am:
  160. uninstall: uninstall-am
  161. all-am: Makefile $(HEADERS) autoconf.h
  162. all-redirect: all-am
  163. install-strip:
  164. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  165. installdirs:
  166. mostlyclean-generic:
  167. clean-generic:
  168. distclean-generic:
  169. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  170. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  171. maintainer-clean-generic:
  172. mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
  173. mostlyclean: mostlyclean-am
  174. clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
  175. clean: clean-am
  176. distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
  177. -rm -f libtool
  178. distclean: distclean-am
  179. maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags 
  180. maintainer-clean-generic distclean-am
  181. @echo "This command is intended for maintainers to use;"
  182. @echo "it deletes files that may require special tools to rebuild."
  183. maintainer-clean: maintainer-clean-am
  184. .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr 
  185. tags mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags 
  186. distdir info-am info dvi-am dvi check check-am installcheck-am 
  187. installcheck all-recursive-am install-exec-am install-exec 
  188. install-data-am install-data install-am install uninstall-am uninstall 
  189. all-redirect all-am all installdirs mostlyclean-generic 
  190. distclean-generic clean-generic maintainer-clean-generic clean 
  191. mostlyclean distclean maintainer-clean
  192. redefac.h: autoconf.h.in
  193. sh redefgen.sh
  194. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  195. # Otherwise a system limit (for SysV at least) may be exceeded.
  196. .NOEXPORT: