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

代理服务器

开发平台:

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. lib_LTLIBRARIES = libsocks.la
  68. libsocks_la_SOURCES = config_parse.y config_scan.l Raccept.c Rbind.c  Rgetpeername.c Rgetsockname.c Rrresvport.c io.c     address.c authneg.c client.c clientconfig.c clientprotocol.c  udp.c userio.c method_uname.c connectchild.c config.c   log.c protocol.c socket.c udp_util.c util.c Rbindresvport.c   Rconnect.c Rgethostbyname.c debug.c Rcompat.c  msproxy_clientprotocol.c hostcache.c
  69. #libsocks version info, interfaceversion:revision:old interfaces supported
  70. #XXX SPEC/dante.spec.in must have the same value as version info
  71. libsocks_la_LDFLAGS = -version-info 1:0:1
  72. libsocks_la_LIBADD = ../libscompat/libscompat.la
  73. noinst_HEADERS = config_parse.h
  74. MAINTAINERCLEANFILES = config_parse.h config_parse.c config_scan.c
  75. INCLUDES = -I../libscompat
  76. #XXX
  77. AM_CFLAGS = -DSOCKS_CLIENT=1 -DSOCKS_SERVER=0
  78. PREFIX = socks_yy
  79. YFLAGS = -d -p${PREFIX}
  80. LFLAGS = -P${PREFIX} -olex.yy.c
  81. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  82. CONFIG_HEADER = ../include/autoconf.h
  83. CONFIG_CLEAN_FILES = 
  84. LTLIBRARIES =  $(lib_LTLIBRARIES)
  85. DEFS = @DEFS@ -I. -I$(srcdir) -I../include
  86. CPPFLAGS = @CPPFLAGS@
  87. LDFLAGS = @LDFLAGS@
  88. LIBS = @LIBS@
  89. libsocks_la_DEPENDENCIES =  ../libscompat/libscompat.la
  90. libsocks_la_OBJECTS =  config_parse.lo config_scan.lo Raccept.lo 
  91. Rbind.lo Rgetpeername.lo Rgetsockname.lo Rrresvport.lo io.lo address.lo 
  92. authneg.lo client.lo clientconfig.lo clientprotocol.lo udp.lo userio.lo 
  93. method_uname.lo connectchild.lo config.lo log.lo protocol.lo socket.lo 
  94. udp_util.lo util.lo Rbindresvport.lo Rconnect.lo Rgethostbyname.lo 
  95. debug.lo Rcompat.lo msproxy_clientprotocol.lo hostcache.lo
  96. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  97. LEXLIB = @LEXLIB@
  98. CFLAGS = @CFLAGS@
  99. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  100. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  101. CCLD = $(CC)
  102. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  103. HEADERS =  $(noinst_HEADERS)
  104. DIST_COMMON =  Makefile.am Makefile.in config_parse.c config_scan.c
  105. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  106. TAR = tar
  107. GZIP_ENV = --best
  108. SOURCES = $(libsocks_la_SOURCES)
  109. OBJECTS = $(libsocks_la_OBJECTS)
  110. all: all-redirect
  111. .SUFFIXES:
  112. .SUFFIXES: .S .c .l .lo .o .s .y
  113. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  114. cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/Makefile
  115. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  116. cd $(top_builddir) 
  117.   && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  118. mostlyclean-libLTLIBRARIES:
  119. clean-libLTLIBRARIES:
  120. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  121. distclean-libLTLIBRARIES:
  122. maintainer-clean-libLTLIBRARIES:
  123. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  124. @$(NORMAL_INSTALL)
  125. $(mkinstalldirs) $(DESTDIR)$(libdir)
  126. @list='$(lib_LTLIBRARIES)'; for p in $$list; do 
  127.   if test -f $$p; then 
  128.     echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; 
  129.     $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; 
  130.   else :; fi; 
  131. done
  132. uninstall-libLTLIBRARIES:
  133. @$(NORMAL_UNINSTALL)
  134. list='$(lib_LTLIBRARIES)'; for p in $$list; do 
  135.   $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; 
  136. done
  137. .c.o:
  138. $(COMPILE) -c $<
  139. .s.o:
  140. $(COMPILE) -c $<
  141. .S.o:
  142. $(COMPILE) -c $<
  143. mostlyclean-compile:
  144. -rm -f *.o core *.core
  145. clean-compile:
  146. distclean-compile:
  147. -rm -f *.tab.c
  148. maintainer-clean-compile:
  149. .c.lo:
  150. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  151. .s.lo:
  152. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  153. .S.lo:
  154. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  155. mostlyclean-libtool:
  156. -rm -f *.lo
  157. clean-libtool:
  158. -rm -rf .libs _libs
  159. distclean-libtool:
  160. maintainer-clean-libtool:
  161. libsocks.la: $(libsocks_la_OBJECTS) $(libsocks_la_DEPENDENCIES)
  162. $(LINK) -rpath $(libdir) $(libsocks_la_LDFLAGS) $(libsocks_la_OBJECTS) $(libsocks_la_LIBADD) $(LIBS)
  163. .l.c:
  164. $(LEX) $(AM_LFLAGS) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@
  165. .y.c:
  166. $(YACC) $(AM_YFLAGS) $(YFLAGS) $< && mv y.tab.c $*.c
  167. if test -f y.tab.h; then 
  168. if cmp -s y.tab.h $*.h; then rm -f y.tab.h; else mv y.tab.h $*.h; fi; 
  169. else :; fi
  170. config_parse.h: config_parse.c
  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:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  180. tags=; 
  181. here=`pwd`; 
  182. list='$(SOURCES) $(HEADERS)'; 
  183. unique=`for i in $$list; do echo $$i; done | 
  184.   awk '    { files[$$0] = 1; } 
  185.        END { for (i in files) print i; }'`; 
  186. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" 
  187.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  188. mostlyclean-tags:
  189. clean-tags:
  190. distclean-tags:
  191. -rm -f TAGS ID
  192. maintainer-clean-tags:
  193. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  194. subdir = lib
  195. distdir: $(DISTFILES)
  196. @for file in $(DISTFILES); do 
  197.   d=$(srcdir); 
  198.   if test -d $$d/$$file; then 
  199.     cp -pr $$/$$file $(distdir)/$$file; 
  200.   else 
  201.     test -f $(distdir)/$$file 
  202.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  203.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  204.   fi; 
  205. done
  206. Raccept.lo Raccept.o : Raccept.c ../include/common.h 
  207. ../include/autoconf.h ../include/redefac.h 
  208. ../include/yacconfig.h ../include/config.h ../include/socks.h
  209. Rbind.lo Rbind.o : Rbind.c ../include/common.h ../include/autoconf.h 
  210. ../include/redefac.h ../include/yacconfig.h ../include/config.h 
  211. ../include/socks.h
  212. Rbindresvport.lo Rbindresvport.o : Rbindresvport.c ../include/common.h 
  213. ../include/autoconf.h ../include/redefac.h 
  214. ../include/yacconfig.h ../include/config.h ../include/socks.h
  215. Rcompat.lo Rcompat.o : Rcompat.c ../include/common.h 
  216. ../include/autoconf.h ../include/redefac.h 
  217. ../include/yacconfig.h ../include/config.h ../include/socks.h
  218. Rconnect.lo Rconnect.o : Rconnect.c ../include/common.h 
  219. ../include/autoconf.h ../include/redefac.h 
  220. ../include/yacconfig.h ../include/config.h ../include/socks.h
  221. Rgethostbyname.lo Rgethostbyname.o : Rgethostbyname.c 
  222. ../include/common.h ../include/autoconf.h ../include/redefac.h 
  223. ../include/yacconfig.h ../include/config.h ../include/socks.h
  224. Rgetpeername.lo Rgetpeername.o : Rgetpeername.c ../include/common.h 
  225. ../include/autoconf.h ../include/redefac.h 
  226. ../include/yacconfig.h ../include/config.h ../include/socks.h
  227. Rgetsockname.lo Rgetsockname.o : Rgetsockname.c ../include/common.h 
  228. ../include/autoconf.h ../include/redefac.h 
  229. ../include/yacconfig.h ../include/config.h ../include/socks.h
  230. Rrresvport.lo Rrresvport.o : Rrresvport.c ../include/common.h 
  231. ../include/autoconf.h ../include/redefac.h 
  232. ../include/yacconfig.h ../include/config.h ../include/socks.h
  233. address.lo address.o : address.c ../include/common.h 
  234. ../include/autoconf.h ../include/redefac.h 
  235. ../include/yacconfig.h ../include/config.h ../include/socks.h
  236. authneg.lo authneg.o : authneg.c ../include/common.h 
  237. ../include/autoconf.h ../include/redefac.h 
  238. ../include/yacconfig.h ../include/config.h ../include/socks.h
  239. client.lo client.o : client.c ../include/common.h ../include/autoconf.h 
  240. ../include/redefac.h ../include/yacconfig.h ../include/config.h 
  241. ../include/socks.h
  242. clientconfig.lo clientconfig.o : clientconfig.c ../include/common.h 
  243. ../include/autoconf.h ../include/redefac.h 
  244. ../include/yacconfig.h ../include/config.h ../include/socks.h
  245. clientprotocol.lo clientprotocol.o : clientprotocol.c 
  246. ../include/common.h ../include/autoconf.h ../include/redefac.h 
  247. ../include/yacconfig.h ../include/config.h ../include/socks.h
  248. config.lo config.o : config.c ../include/common.h ../include/autoconf.h 
  249. ../include/redefac.h ../include/yacconfig.h ../include/config.h 
  250. ../include/socks.h
  251. config_parse.lo config_parse.o : config_parse.c ../include/common.h 
  252. ../include/autoconf.h ../include/redefac.h 
  253. ../include/yacconfig.h ../include/config.h ../include/socks.h
  254. config_scan.lo config_scan.o : config_scan.c ../include/common.h 
  255. ../include/autoconf.h ../include/redefac.h 
  256. ../include/yacconfig.h ../include/config.h ../include/socks.h 
  257. config_parse.h
  258. connectchild.lo connectchild.o : connectchild.c ../include/common.h 
  259. ../include/autoconf.h ../include/redefac.h 
  260. ../include/yacconfig.h ../include/config.h ../include/socks.h
  261. debug.lo debug.o : debug.c ../include/common.h ../include/autoconf.h 
  262. ../include/redefac.h ../include/yacconfig.h ../include/config.h 
  263. ../include/socks.h
  264. hostcache.lo hostcache.o : hostcache.c ../include/common.h 
  265. ../include/autoconf.h ../include/redefac.h 
  266. ../include/yacconfig.h ../include/config.h ../include/socks.h
  267. io.lo io.o : io.c ../include/common.h ../include/autoconf.h 
  268. ../include/redefac.h ../include/yacconfig.h ../include/config.h 
  269. ../include/socks.h
  270. log.lo log.o : log.c ../include/common.h ../include/autoconf.h 
  271. ../include/redefac.h ../include/yacconfig.h ../include/config.h 
  272. ../include/socks.h
  273. method_uname.lo method_uname.o : method_uname.c ../include/common.h 
  274. ../include/autoconf.h ../include/redefac.h 
  275. ../include/yacconfig.h ../include/config.h ../include/socks.h
  276. msproxy_clientprotocol.lo msproxy_clientprotocol.o : 
  277. msproxy_clientprotocol.c ../include/common.h 
  278. ../include/autoconf.h ../include/redefac.h 
  279. ../include/yacconfig.h ../include/config.h ../include/socks.h
  280. protocol.lo protocol.o : protocol.c ../include/common.h 
  281. ../include/autoconf.h ../include/redefac.h 
  282. ../include/yacconfig.h ../include/config.h ../include/socks.h
  283. socket.lo socket.o : socket.c ../include/common.h ../include/autoconf.h 
  284. ../include/redefac.h ../include/yacconfig.h ../include/config.h 
  285. ../include/socks.h
  286. udp.lo udp.o : udp.c ../include/common.h ../include/autoconf.h 
  287. ../include/redefac.h ../include/yacconfig.h ../include/config.h 
  288. ../include/socks.h
  289. udp_util.lo udp_util.o : udp_util.c ../include/common.h 
  290. ../include/autoconf.h ../include/redefac.h 
  291. ../include/yacconfig.h ../include/config.h ../include/socks.h
  292. userio.lo userio.o : userio.c ../include/common.h ../include/autoconf.h 
  293. ../include/redefac.h ../include/yacconfig.h ../include/config.h 
  294. ../include/socks.h
  295. util.lo util.o : util.c ../include/common.h ../include/autoconf.h 
  296. ../include/redefac.h ../include/yacconfig.h ../include/config.h 
  297. ../include/socks.h
  298. info-am:
  299. info: info-am
  300. dvi-am:
  301. dvi: dvi-am
  302. check-am: all-am
  303. check: check-am
  304. installcheck-am:
  305. installcheck: installcheck-am
  306. install-exec-am: install-libLTLIBRARIES
  307. install-exec: install-exec-am
  308. install-data-am:
  309. install-data: install-data-am
  310. install-am: all-am
  311. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  312. install: install-am
  313. uninstall-am: uninstall-libLTLIBRARIES
  314. uninstall: uninstall-am
  315. all-am: Makefile $(LTLIBRARIES) $(HEADERS)
  316. all-redirect: all-am
  317. install-strip:
  318. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  319. installdirs:
  320. $(mkinstalldirs)  $(DESTDIR)$(libdir)
  321. mostlyclean-generic:
  322. clean-generic:
  323. distclean-generic:
  324. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  325. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  326. maintainer-clean-generic:
  327. -test -z "config_scanlconfig_parsehconfig_parsec$(MAINTAINERCLEANFILES)" || rm -f config_scanl config_parseh config_parsec $(MAINTAINERCLEANFILES)
  328. mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile 
  329. mostlyclean-libtool mostlyclean-tags 
  330. mostlyclean-generic
  331. mostlyclean: mostlyclean-am
  332. clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags 
  333. clean-generic mostlyclean-am
  334. clean: clean-am
  335. distclean-am:  distclean-libLTLIBRARIES distclean-compile 
  336. distclean-libtool distclean-tags distclean-generic 
  337. clean-am
  338. -rm -f libtool
  339. distclean: distclean-am
  340. maintainer-clean-am:  maintainer-clean-libLTLIBRARIES 
  341. maintainer-clean-compile maintainer-clean-libtool 
  342. maintainer-clean-tags maintainer-clean-generic 
  343. distclean-am
  344. @echo "This command is intended for maintainers to use;"
  345. @echo "it deletes files that may require special tools to rebuild."
  346. maintainer-clean: maintainer-clean-am
  347. .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES 
  348. clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES 
  349. uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile 
  350. distclean-compile clean-compile maintainer-clean-compile 
  351. mostlyclean-libtool distclean-libtool clean-libtool 
  352. maintainer-clean-libtool tags mostlyclean-tags distclean-tags 
  353. clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check 
  354. check-am installcheck-am installcheck install-exec-am install-exec 
  355. install-data-am install-data install-am install uninstall-am uninstall 
  356. all-redirect all-am all installdirs mostlyclean-generic 
  357. distclean-generic clean-generic maintainer-clean-generic clean 
  358. mostlyclean distclean maintainer-clean
  359. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  360. # Otherwise a system limit (for SysV at least) may be exceeded.
  361. .NOEXPORT: