You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

884 lines
28 KiB

12 years ago
12 years ago
12 years ago
10 years ago
12 years ago
8 years ago
12 years ago
8 years ago
12 years ago
9 years ago
12 years ago
8 years ago
12 years ago
11 years ago
10 years ago
11 years ago
8 years ago
11 years ago
12 years ago
8 years ago
12 years ago
11 years ago
12 years ago
12 years ago
12 years ago
12 years ago
8 years ago
12 years ago
12 years ago
8 years ago
11 years ago
12 years ago
12 years ago
12 years ago
8 years ago
12 years ago
11 years ago
12 years ago
8 years ago
12 years ago
8 years ago
12 years ago
12 years ago
12 years ago
12 years ago
8 years ago
12 years ago
12 years ago
11 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
8 years ago
11 years ago
12 years ago
10 years ago
12 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
12 years ago
11 years ago
12 years ago
12 years ago
12 years ago
12 years ago
11 years ago
10 years ago
11 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
11 years ago
8 years ago
11 years ago
8 years ago
11 years ago
11 years ago
12 years ago
11 years ago
12 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
8 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
8 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
8 years ago
12 years ago
8 years ago
9 years ago
12 years ago
  1. # Makefile.in generated by automake 1.14.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2013 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  14. am__make_running_with_option = \
  15. case $${target_option-} in \
  16. ?) ;; \
  17. *) echo "am__make_running_with_option: internal error: invalid" \
  18. "target option '$${target_option-}' specified" >&2; \
  19. exit 1;; \
  20. esac; \
  21. has_opt=no; \
  22. sane_makeflags=$$MAKEFLAGS; \
  23. if $(am__is_gnu_make); then \
  24. sane_makeflags=$$MFLAGS; \
  25. else \
  26. case $$MAKEFLAGS in \
  27. *\\[\ \ ]*) \
  28. bs=\\; \
  29. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  30. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  31. esac; \
  32. fi; \
  33. skip_next=no; \
  34. strip_trailopt () \
  35. { \
  36. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  37. }; \
  38. for flg in $$sane_makeflags; do \
  39. test $$skip_next = yes && { skip_next=no; continue; }; \
  40. case $$flg in \
  41. *=*|--*) continue;; \
  42. -*I) strip_trailopt 'I'; skip_next=yes;; \
  43. -*I?*) strip_trailopt 'I';; \
  44. -*O) strip_trailopt 'O'; skip_next=yes;; \
  45. -*O?*) strip_trailopt 'O';; \
  46. -*l) strip_trailopt 'l'; skip_next=yes;; \
  47. -*l?*) strip_trailopt 'l';; \
  48. -[dEDm]) skip_next=yes;; \
  49. -[JT]) skip_next=yes;; \
  50. esac; \
  51. case $$flg in \
  52. *$$target_option*) has_opt=yes; break;; \
  53. esac; \
  54. done; \
  55. test $$has_opt = yes
  56. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  57. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  58. pkgdatadir = $(datadir)/@PACKAGE@
  59. pkgincludedir = $(includedir)/@PACKAGE@
  60. pkglibdir = $(libdir)/@PACKAGE@
  61. pkglibexecdir = $(libexecdir)/@PACKAGE@
  62. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  63. install_sh_DATA = $(install_sh) -c -m 644
  64. install_sh_PROGRAM = $(install_sh) -c
  65. install_sh_SCRIPT = $(install_sh) -c
  66. INSTALL_HEADER = $(INSTALL_DATA)
  67. transform = $(program_transform_name)
  68. NORMAL_INSTALL = :
  69. PRE_INSTALL = :
  70. POST_INSTALL = :
  71. NORMAL_UNINSTALL = :
  72. PRE_UNINSTALL = :
  73. POST_UNINSTALL = :
  74. build_triplet = @build@
  75. host_triplet = @host@
  76. @ENABLE_DOCUMENTATION_TRUE@am__append_1 = doc
  77. subdir = .
  78. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  79. $(top_srcdir)/configure $(am__configure_deps) \
  80. $(srcdir)/config.h.in $(srcdir)/shadowsocks-libev.pc.in \
  81. $(top_srcdir)/doc/Makefile.in AUTHORS COPYING INSTALL \
  82. auto/ar-lib auto/compile auto/config.guess auto/config.sub \
  83. auto/depcomp auto/install-sh auto/missing auto/ltmain.sh \
  84. $(top_srcdir)/auto/ar-lib $(top_srcdir)/auto/compile \
  85. $(top_srcdir)/auto/config.guess $(top_srcdir)/auto/config.sub \
  86. $(top_srcdir)/auto/install-sh $(top_srcdir)/auto/ltmain.sh \
  87. $(top_srcdir)/auto/missing
  88. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  89. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
  90. $(top_srcdir)/m4/ax_tls.m4 $(top_srcdir)/m4/inet_ntop.m4 \
  91. $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  92. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  93. $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/mbedtls.m4 \
  94. $(top_srcdir)/m4/openssl.m4 $(top_srcdir)/m4/polarssl.m4 \
  95. $(top_srcdir)/m4/stack-protector.m4 $(top_srcdir)/m4/zlib.m4 \
  96. $(top_srcdir)/libev/libev.m4 $(top_srcdir)/configure.ac
  97. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  98. $(ACLOCAL_M4)
  99. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  100. configure.lineno config.status.lineno
  101. mkinstalldirs = $(install_sh) -d
  102. CONFIG_HEADER = config.h
  103. CONFIG_CLEAN_FILES = shadowsocks-libev.pc doc/Makefile
  104. CONFIG_CLEAN_VPATH_FILES =
  105. AM_V_P = $(am__v_P_@AM_V@)
  106. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  107. am__v_P_0 = false
  108. am__v_P_1 = :
  109. AM_V_GEN = $(am__v_GEN_@AM_V@)
  110. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  111. am__v_GEN_0 = @echo " GEN " $@;
  112. am__v_GEN_1 =
  113. AM_V_at = $(am__v_at_@AM_V@)
  114. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  115. am__v_at_0 = @
  116. am__v_at_1 =
  117. SOURCES =
  118. DIST_SOURCES =
  119. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  120. ctags-recursive dvi-recursive html-recursive info-recursive \
  121. install-data-recursive install-dvi-recursive \
  122. install-exec-recursive install-html-recursive \
  123. install-info-recursive install-pdf-recursive \
  124. install-ps-recursive install-recursive installcheck-recursive \
  125. installdirs-recursive pdf-recursive ps-recursive \
  126. tags-recursive uninstall-recursive
  127. am__can_run_installinfo = \
  128. case $$AM_UPDATE_INFO_DIR in \
  129. n|no|NO) false;; \
  130. *) (install-info --version) >/dev/null 2>&1;; \
  131. esac
  132. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  133. am__vpath_adj = case $$p in \
  134. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  135. *) f=$$p;; \
  136. esac;
  137. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  138. am__install_max = 40
  139. am__nobase_strip_setup = \
  140. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  141. am__nobase_strip = \
  142. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  143. am__nobase_list = $(am__nobase_strip_setup); \
  144. for p in $$list; do echo "$$p $$p"; done | \
  145. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  146. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  147. if (++n[$$2] == $(am__install_max)) \
  148. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  149. END { for (dir in files) print dir, files[dir] }'
  150. am__base_list = \
  151. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  152. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  153. am__uninstall_files_from_dir = { \
  154. test -z "$$files" \
  155. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  156. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  157. $(am__cd) "$$dir" && rm -f $$files; }; \
  158. }
  159. am__installdirs = "$(DESTDIR)$(pkgconfiglibdir)"
  160. DATA = $(pkgconfiglib_DATA)
  161. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  162. distclean-recursive maintainer-clean-recursive
  163. am__recursive_targets = \
  164. $(RECURSIVE_TARGETS) \
  165. $(RECURSIVE_CLEAN_TARGETS) \
  166. $(am__extra_recursive_targets)
  167. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  168. cscope distdir dist dist-all distcheck
  169. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  170. $(LISP)config.h.in
  171. # Read a list of newline-separated strings from the standard input,
  172. # and print each of them once, without duplicates. Input order is
  173. # *not* preserved.
  174. am__uniquify_input = $(AWK) '\
  175. BEGIN { nonempty = 0; } \
  176. { items[$$0] = 1; nonempty = 1; } \
  177. END { if (nonempty) { for (i in items) print i; }; } \
  178. '
  179. # Make sure the list of sources is unique. This is necessary because,
  180. # e.g., the same source file might be shared among _SOURCES variables
  181. # for different programs/libraries.
  182. am__define_uniq_tagged_files = \
  183. list='$(am__tagged_files)'; \
  184. unique=`for i in $$list; do \
  185. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  186. done | $(am__uniquify_input)`
  187. ETAGS = etags
  188. CTAGS = ctags
  189. CSCOPE = cscope
  190. DIST_SUBDIRS = libsodium libcork libipset libudns libev src doc
  191. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  192. distdir = $(PACKAGE)-$(VERSION)
  193. top_distdir = $(distdir)
  194. am__remove_distdir = \
  195. if test -d "$(distdir)"; then \
  196. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  197. && rm -rf "$(distdir)" \
  198. || { sleep 5 && rm -rf "$(distdir)"; }; \
  199. else :; fi
  200. am__post_remove_distdir = $(am__remove_distdir)
  201. am__relativize = \
  202. dir0=`pwd`; \
  203. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  204. sed_rest='s,^[^/]*/*,,'; \
  205. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  206. sed_butlast='s,/*[^/]*$$,,'; \
  207. while test -n "$$dir1"; do \
  208. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  209. if test "$$first" != "."; then \
  210. if test "$$first" = ".."; then \
  211. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  212. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  213. else \
  214. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  215. if test "$$first2" = "$$first"; then \
  216. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  217. else \
  218. dir2="../$$dir2"; \
  219. fi; \
  220. dir0="$$dir0"/"$$first"; \
  221. fi; \
  222. fi; \
  223. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  224. done; \
  225. reldir="$$dir2"
  226. DIST_ARCHIVES = $(distdir).tar.gz
  227. GZIP_ENV = --best
  228. DIST_TARGETS = dist-gzip
  229. distuninstallcheck_listfiles = find . -type f -print
  230. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  231. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  232. distcleancheck_listfiles = find . -type f -print
  233. ACLOCAL = @ACLOCAL@
  234. AMTAR = @AMTAR@
  235. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  236. AR = @AR@
  237. ASCIIDOC = @ASCIIDOC@
  238. AUTOCONF = @AUTOCONF@
  239. AUTOHEADER = @AUTOHEADER@
  240. AUTOMAKE = @AUTOMAKE@
  241. AWK = @AWK@
  242. CC = @CC@
  243. CCDEPMODE = @CCDEPMODE@
  244. CFLAGS = @CFLAGS@
  245. CPP = @CPP@
  246. CPPFLAGS = @CPPFLAGS@
  247. CYGPATH_W = @CYGPATH_W@
  248. DEFS = @DEFS@
  249. DEPDIR = @DEPDIR@
  250. DLLTOOL = @DLLTOOL@
  251. DSYMUTIL = @DSYMUTIL@
  252. DUMPBIN = @DUMPBIN@
  253. ECHO_C = @ECHO_C@
  254. ECHO_N = @ECHO_N@
  255. ECHO_T = @ECHO_T@
  256. EGREP = @EGREP@
  257. EXEEXT = @EXEEXT@
  258. FGREP = @FGREP@
  259. GREP = @GREP@
  260. GZIP = @GZIP@
  261. INET_NTOP_LIB = @INET_NTOP_LIB@
  262. INSTALL = @INSTALL@
  263. INSTALL_DATA = @INSTALL_DATA@
  264. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  265. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  266. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  267. LD = @LD@
  268. LDFLAGS = @LDFLAGS@
  269. LIBOBJS = @LIBOBJS@
  270. LIBS = @LIBS@
  271. LIBTOOL = @LIBTOOL@
  272. LIPO = @LIPO@
  273. LN_S = @LN_S@
  274. LTLIBOBJS = @LTLIBOBJS@
  275. MAINT = @MAINT@
  276. MAKEINFO = @MAKEINFO@
  277. MANIFEST_TOOL = @MANIFEST_TOOL@
  278. MKDIR_P = @MKDIR_P@
  279. MV = @MV@
  280. NM = @NM@
  281. NMEDIT = @NMEDIT@
  282. OBJDUMP = @OBJDUMP@
  283. OBJEXT = @OBJEXT@
  284. OTOOL = @OTOOL@
  285. OTOOL64 = @OTOOL64@
  286. PACKAGE = @PACKAGE@
  287. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  288. PACKAGE_NAME = @PACKAGE_NAME@
  289. PACKAGE_STRING = @PACKAGE_STRING@
  290. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  291. PACKAGE_URL = @PACKAGE_URL@
  292. PACKAGE_VERSION = @PACKAGE_VERSION@
  293. PATH_SEPARATOR = @PATH_SEPARATOR@
  294. PTHREAD_CC = @PTHREAD_CC@
  295. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  296. PTHREAD_LIBS = @PTHREAD_LIBS@
  297. RANLIB = @RANLIB@
  298. RM = @RM@
  299. SED = @SED@
  300. SET_MAKE = @SET_MAKE@
  301. SHELL = @SHELL@
  302. STRIP = @STRIP@
  303. VERSION = @VERSION@
  304. XMLTO = @XMLTO@
  305. abs_builddir = @abs_builddir@
  306. abs_srcdir = @abs_srcdir@
  307. abs_top_builddir = @abs_top_builddir@
  308. abs_top_srcdir = @abs_top_srcdir@
  309. ac_ct_AR = @ac_ct_AR@
  310. ac_ct_CC = @ac_ct_CC@
  311. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  312. am__include = @am__include@
  313. am__leading_dot = @am__leading_dot@
  314. am__quote = @am__quote@
  315. am__tar = @am__tar@
  316. am__untar = @am__untar@
  317. ax_pthread_config = @ax_pthread_config@
  318. bindir = @bindir@
  319. build = @build@
  320. build_alias = @build_alias@
  321. build_cpu = @build_cpu@
  322. build_os = @build_os@
  323. build_vendor = @build_vendor@
  324. builddir = @builddir@
  325. datadir = @datadir@
  326. datarootdir = @datarootdir@
  327. docdir = @docdir@
  328. dvidir = @dvidir@
  329. exec_prefix = @exec_prefix@
  330. host = @host@
  331. host_alias = @host_alias@
  332. host_cpu = @host_cpu@
  333. host_os = @host_os@
  334. host_vendor = @host_vendor@
  335. htmldir = @htmldir@
  336. includedir = @includedir@
  337. infodir = @infodir@
  338. install_sh = @install_sh@
  339. libdir = @libdir@
  340. libexecdir = @libexecdir@
  341. localedir = @localedir@
  342. localstatedir = @localstatedir@
  343. mandir = @mandir@
  344. mkdir_p = @mkdir_p@
  345. oldincludedir = @oldincludedir@
  346. pdfdir = @pdfdir@
  347. prefix = @prefix@
  348. program_transform_name = @program_transform_name@
  349. psdir = @psdir@
  350. sbindir = @sbindir@
  351. sharedstatedir = @sharedstatedir@
  352. srcdir = @srcdir@
  353. subdirs = @subdirs@
  354. sysconfdir = @sysconfdir@
  355. target_alias = @target_alias@
  356. top_build_prefix = @top_build_prefix@
  357. top_builddir = @top_builddir@
  358. top_srcdir = @top_srcdir@
  359. @USE_SYSTEM_SHARED_LIB_FALSE@SUBDIRS = libsodium libcork libipset \
  360. @USE_SYSTEM_SHARED_LIB_FALSE@ libudns libev src $(am__append_1)
  361. @USE_SYSTEM_SHARED_LIB_TRUE@SUBDIRS = libcork libipset src \
  362. @USE_SYSTEM_SHARED_LIB_TRUE@ $(am__append_1)
  363. ACLOCAL_AMFLAGS = -I m4
  364. pkgconfiglibdir = $(libdir)/pkgconfig
  365. pkgconfiglib_DATA = shadowsocks-libev.pc
  366. all: config.h
  367. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  368. .SUFFIXES:
  369. am--refresh: Makefile
  370. @:
  371. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  372. @for dep in $?; do \
  373. case '$(am__configure_deps)' in \
  374. *$$dep*) \
  375. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  376. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  377. && exit 0; \
  378. exit 1;; \
  379. esac; \
  380. done; \
  381. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  382. $(am__cd) $(top_srcdir) && \
  383. $(AUTOMAKE) --foreign Makefile
  384. .PRECIOUS: Makefile
  385. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  386. @case '$?' in \
  387. *config.status*) \
  388. echo ' $(SHELL) ./config.status'; \
  389. $(SHELL) ./config.status;; \
  390. *) \
  391. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  392. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  393. esac;
  394. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  395. $(SHELL) ./config.status --recheck
  396. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  397. $(am__cd) $(srcdir) && $(AUTOCONF)
  398. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  399. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  400. $(am__aclocal_m4_deps):
  401. config.h: stamp-h1
  402. @test -f $@ || rm -f stamp-h1
  403. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  404. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  405. @rm -f stamp-h1
  406. cd $(top_builddir) && $(SHELL) ./config.status config.h
  407. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  408. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  409. rm -f stamp-h1
  410. touch $@
  411. distclean-hdr:
  412. -rm -f config.h stamp-h1
  413. shadowsocks-libev.pc: $(top_builddir)/config.status $(srcdir)/shadowsocks-libev.pc.in
  414. cd $(top_builddir) && $(SHELL) ./config.status $@
  415. @ENABLE_DOCUMENTATION_TRUE@doc/Makefile: $(top_builddir)/config.status $(top_srcdir)/doc/Makefile.in
  416. @ENABLE_DOCUMENTATION_TRUE@ cd $(top_builddir) && $(SHELL) ./config.status $@
  417. mostlyclean-libtool:
  418. -rm -f *.lo
  419. clean-libtool:
  420. -rm -rf .libs _libs
  421. distclean-libtool:
  422. -rm -f libtool config.lt
  423. install-pkgconfiglibDATA: $(pkgconfiglib_DATA)
  424. @$(NORMAL_INSTALL)
  425. @list='$(pkgconfiglib_DATA)'; test -n "$(pkgconfiglibdir)" || list=; \
  426. if test -n "$$list"; then \
  427. echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfiglibdir)'"; \
  428. $(MKDIR_P) "$(DESTDIR)$(pkgconfiglibdir)" || exit 1; \
  429. fi; \
  430. for p in $$list; do \
  431. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  432. echo "$$d$$p"; \
  433. done | $(am__base_list) | \
  434. while read files; do \
  435. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfiglibdir)'"; \
  436. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfiglibdir)" || exit $$?; \
  437. done
  438. uninstall-pkgconfiglibDATA:
  439. @$(NORMAL_UNINSTALL)
  440. @list='$(pkgconfiglib_DATA)'; test -n "$(pkgconfiglibdir)" || list=; \
  441. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  442. dir='$(DESTDIR)$(pkgconfiglibdir)'; $(am__uninstall_files_from_dir)
  443. # This directory's subdirectories are mostly independent; you can cd
  444. # into them and run 'make' without going through this Makefile.
  445. # To change the values of 'make' variables: instead of editing Makefiles,
  446. # (1) if the variable is set in 'config.status', edit 'config.status'
  447. # (which will cause the Makefiles to be regenerated when you run 'make');
  448. # (2) otherwise, pass the desired values on the 'make' command line.
  449. $(am__recursive_targets):
  450. @fail=; \
  451. if $(am__make_keepgoing); then \
  452. failcom='fail=yes'; \
  453. else \
  454. failcom='exit 1'; \
  455. fi; \
  456. dot_seen=no; \
  457. target=`echo $@ | sed s/-recursive//`; \
  458. case "$@" in \
  459. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  460. *) list='$(SUBDIRS)' ;; \
  461. esac; \
  462. for subdir in $$list; do \
  463. echo "Making $$target in $$subdir"; \
  464. if test "$$subdir" = "."; then \
  465. dot_seen=yes; \
  466. local_target="$$target-am"; \
  467. else \
  468. local_target="$$target"; \
  469. fi; \
  470. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  471. || eval $$failcom; \
  472. done; \
  473. if test "$$dot_seen" = "no"; then \
  474. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  475. fi; test -z "$$fail"
  476. ID: $(am__tagged_files)
  477. $(am__define_uniq_tagged_files); mkid -fID $$unique
  478. tags: tags-recursive
  479. TAGS: tags
  480. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  481. set x; \
  482. here=`pwd`; \
  483. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  484. include_option=--etags-include; \
  485. empty_fix=.; \
  486. else \
  487. include_option=--include; \
  488. empty_fix=; \
  489. fi; \
  490. list='$(SUBDIRS)'; for subdir in $$list; do \
  491. if test "$$subdir" = .; then :; else \
  492. test ! -f $$subdir/TAGS || \
  493. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  494. fi; \
  495. done; \
  496. $(am__define_uniq_tagged_files); \
  497. shift; \
  498. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  499. test -n "$$unique" || unique=$$empty_fix; \
  500. if test $$# -gt 0; then \
  501. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  502. "$$@" $$unique; \
  503. else \
  504. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  505. $$unique; \
  506. fi; \
  507. fi
  508. ctags: ctags-recursive
  509. CTAGS: ctags
  510. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  511. $(am__define_uniq_tagged_files); \
  512. test -z "$(CTAGS_ARGS)$$unique" \
  513. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  514. $$unique
  515. GTAGS:
  516. here=`$(am__cd) $(top_builddir) && pwd` \
  517. && $(am__cd) $(top_srcdir) \
  518. && gtags -i $(GTAGS_ARGS) "$$here"
  519. cscope: cscope.files
  520. test ! -s cscope.files \
  521. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  522. clean-cscope:
  523. -rm -f cscope.files
  524. cscope.files: clean-cscope cscopelist
  525. cscopelist: cscopelist-recursive
  526. cscopelist-am: $(am__tagged_files)
  527. list='$(am__tagged_files)'; \
  528. case "$(srcdir)" in \
  529. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  530. *) sdir=$(subdir)/$(srcdir) ;; \
  531. esac; \
  532. for i in $$list; do \
  533. if test -f "$$i"; then \
  534. echo "$(subdir)/$$i"; \
  535. else \
  536. echo "$$sdir/$$i"; \
  537. fi; \
  538. done >> $(top_builddir)/cscope.files
  539. distclean-tags:
  540. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  541. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  542. distdir: $(DISTFILES)
  543. $(am__remove_distdir)
  544. test -d "$(distdir)" || mkdir "$(distdir)"
  545. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  546. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  547. list='$(DISTFILES)'; \
  548. dist_files=`for file in $$list; do echo $$file; done | \
  549. sed -e "s|^$$srcdirstrip/||;t" \
  550. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  551. case $$dist_files in \
  552. */*) $(MKDIR_P) `echo "$$dist_files" | \
  553. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  554. sort -u` ;; \
  555. esac; \
  556. for file in $$dist_files; do \
  557. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  558. if test -d $$d/$$file; then \
  559. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  560. if test -d "$(distdir)/$$file"; then \
  561. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  562. fi; \
  563. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  564. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  565. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  566. fi; \
  567. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  568. else \
  569. test -f "$(distdir)/$$file" \
  570. || cp -p $$d/$$file "$(distdir)/$$file" \
  571. || exit 1; \
  572. fi; \
  573. done
  574. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  575. if test "$$subdir" = .; then :; else \
  576. $(am__make_dryrun) \
  577. || test -d "$(distdir)/$$subdir" \
  578. || $(MKDIR_P) "$(distdir)/$$subdir" \
  579. || exit 1; \
  580. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  581. $(am__relativize); \
  582. new_distdir=$$reldir; \
  583. dir1=$$subdir; dir2="$(top_distdir)"; \
  584. $(am__relativize); \
  585. new_top_distdir=$$reldir; \
  586. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  587. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  588. ($(am__cd) $$subdir && \
  589. $(MAKE) $(AM_MAKEFLAGS) \
  590. top_distdir="$$new_top_distdir" \
  591. distdir="$$new_distdir" \
  592. am__remove_distdir=: \
  593. am__skip_length_check=: \
  594. am__skip_mode_fix=: \
  595. distdir) \
  596. || exit 1; \
  597. fi; \
  598. done
  599. -test -n "$(am__skip_mode_fix)" \
  600. || find "$(distdir)" -type d ! -perm -755 \
  601. -exec chmod u+rwx,go+rx {} \; -o \
  602. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  603. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  604. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  605. || chmod -R a+r "$(distdir)"
  606. dist-gzip: distdir
  607. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  608. $(am__post_remove_distdir)
  609. dist-bzip2: distdir
  610. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  611. $(am__post_remove_distdir)
  612. dist-lzip: distdir
  613. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  614. $(am__post_remove_distdir)
  615. dist-xz: distdir
  616. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  617. $(am__post_remove_distdir)
  618. dist-tarZ: distdir
  619. @echo WARNING: "Support for shar distribution archives is" \
  620. "deprecated." >&2
  621. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  622. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  623. $(am__post_remove_distdir)
  624. dist-shar: distdir
  625. @echo WARNING: "Support for distribution archives compressed with" \
  626. "legacy program 'compress' is deprecated." >&2
  627. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  628. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  629. $(am__post_remove_distdir)
  630. dist-zip: distdir
  631. -rm -f $(distdir).zip
  632. zip -rq $(distdir).zip $(distdir)
  633. $(am__post_remove_distdir)
  634. dist dist-all:
  635. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  636. $(am__post_remove_distdir)
  637. # This target untars the dist file and tries a VPATH configuration. Then
  638. # it guarantees that the distribution is self-contained by making another
  639. # tarfile.
  640. distcheck: dist
  641. case '$(DIST_ARCHIVES)' in \
  642. *.tar.gz*) \
  643. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  644. *.tar.bz2*) \
  645. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  646. *.tar.lz*) \
  647. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  648. *.tar.xz*) \
  649. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  650. *.tar.Z*) \
  651. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  652. *.shar.gz*) \
  653. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  654. *.zip*) \
  655. unzip $(distdir).zip ;;\
  656. esac
  657. chmod -R a-w $(distdir)
  658. chmod u+w $(distdir)
  659. mkdir $(distdir)/_build $(distdir)/_inst
  660. chmod a-w $(distdir)
  661. test -d $(distdir)/_build || exit 0; \
  662. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  663. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  664. && am__cwd=`pwd` \
  665. && $(am__cd) $(distdir)/_build \
  666. && ../configure \
  667. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  668. $(DISTCHECK_CONFIGURE_FLAGS) \
  669. --srcdir=.. --prefix="$$dc_install_base" \
  670. && $(MAKE) $(AM_MAKEFLAGS) \
  671. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  672. && $(MAKE) $(AM_MAKEFLAGS) check \
  673. && $(MAKE) $(AM_MAKEFLAGS) install \
  674. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  675. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  676. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  677. distuninstallcheck \
  678. && chmod -R a-w "$$dc_install_base" \
  679. && ({ \
  680. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  681. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  682. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  683. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  684. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  685. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  686. && rm -rf "$$dc_destdir" \
  687. && $(MAKE) $(AM_MAKEFLAGS) dist \
  688. && rm -rf $(DIST_ARCHIVES) \
  689. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  690. && cd "$$am__cwd" \
  691. || exit 1
  692. $(am__post_remove_distdir)
  693. @(echo "$(distdir) archives ready for distribution: "; \
  694. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  695. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  696. distuninstallcheck:
  697. @test -n '$(distuninstallcheck_dir)' || { \
  698. echo 'ERROR: trying to run $@ with an empty' \
  699. '$$(distuninstallcheck_dir)' >&2; \
  700. exit 1; \
  701. }; \
  702. $(am__cd) '$(distuninstallcheck_dir)' || { \
  703. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  704. exit 1; \
  705. }; \
  706. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  707. || { echo "ERROR: files left after uninstall:" ; \
  708. if test -n "$(DESTDIR)"; then \
  709. echo " (check DESTDIR support)"; \
  710. fi ; \
  711. $(distuninstallcheck_listfiles) ; \
  712. exit 1; } >&2
  713. distcleancheck: distclean
  714. @if test '$(srcdir)' = . ; then \
  715. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  716. exit 1 ; \
  717. fi
  718. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  719. || { echo "ERROR: files left in build directory after distclean:" ; \
  720. $(distcleancheck_listfiles) ; \
  721. exit 1; } >&2
  722. check-am: all-am
  723. check: check-recursive
  724. all-am: Makefile $(DATA) config.h
  725. installdirs: installdirs-recursive
  726. installdirs-am:
  727. for dir in "$(DESTDIR)$(pkgconfiglibdir)"; do \
  728. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  729. done
  730. install: install-recursive
  731. install-exec: install-exec-recursive
  732. install-data: install-data-recursive
  733. uninstall: uninstall-recursive
  734. install-am: all-am
  735. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  736. installcheck: installcheck-recursive
  737. install-strip:
  738. if test -z '$(STRIP)'; then \
  739. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  740. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  741. install; \
  742. else \
  743. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  744. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  745. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  746. fi
  747. mostlyclean-generic:
  748. clean-generic:
  749. distclean-generic:
  750. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  751. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  752. maintainer-clean-generic:
  753. @echo "This command is intended for maintainers to use"
  754. @echo "it deletes files that may require special tools to rebuild."
  755. clean: clean-recursive
  756. clean-am: clean-generic clean-libtool mostlyclean-am
  757. distclean: distclean-recursive
  758. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  759. -rm -f Makefile
  760. distclean-am: clean-am distclean-generic distclean-hdr \
  761. distclean-libtool distclean-tags
  762. dvi: dvi-recursive
  763. dvi-am:
  764. html: html-recursive
  765. html-am:
  766. info: info-recursive
  767. info-am:
  768. install-data-am: install-pkgconfiglibDATA
  769. install-dvi: install-dvi-recursive
  770. install-dvi-am:
  771. install-exec-am:
  772. install-html: install-html-recursive
  773. install-html-am:
  774. install-info: install-info-recursive
  775. install-info-am:
  776. install-man:
  777. install-pdf: install-pdf-recursive
  778. install-pdf-am:
  779. install-ps: install-ps-recursive
  780. install-ps-am:
  781. installcheck-am:
  782. maintainer-clean: maintainer-clean-recursive
  783. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  784. -rm -rf $(top_srcdir)/autom4te.cache
  785. -rm -f Makefile
  786. maintainer-clean-am: distclean-am maintainer-clean-generic
  787. mostlyclean: mostlyclean-recursive
  788. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  789. pdf: pdf-recursive
  790. pdf-am:
  791. ps: ps-recursive
  792. ps-am:
  793. uninstall-am: uninstall-pkgconfiglibDATA
  794. .MAKE: $(am__recursive_targets) all install-am install-strip
  795. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  796. am--refresh check check-am clean clean-cscope clean-generic \
  797. clean-libtool cscope cscopelist-am ctags ctags-am dist \
  798. dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
  799. dist-xz dist-zip distcheck distclean distclean-generic \
  800. distclean-hdr distclean-libtool distclean-tags distcleancheck \
  801. distdir distuninstallcheck dvi dvi-am html html-am info \
  802. info-am install install-am install-data install-data-am \
  803. install-dvi install-dvi-am install-exec install-exec-am \
  804. install-html install-html-am install-info install-info-am \
  805. install-man install-pdf install-pdf-am \
  806. install-pkgconfiglibDATA install-ps install-ps-am \
  807. install-strip installcheck installcheck-am installdirs \
  808. installdirs-am maintainer-clean maintainer-clean-generic \
  809. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  810. ps ps-am tags tags-am uninstall uninstall-am \
  811. uninstall-pkgconfiglibDATA
  812. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  813. # Otherwise a system limit (for SysV at least) may be exceeded.
  814. .NOEXPORT: