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.

882 lines
28 KiB

12 years ago
12 years ago
12 years ago
10 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
8 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. subdir = .
  77. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  78. $(top_srcdir)/configure $(am__configure_deps) \
  79. $(srcdir)/config.h.in $(srcdir)/shadowsocks-libev.pc.in \
  80. $(top_srcdir)/doc/Makefile.in AUTHORS COPYING INSTALL \
  81. auto/ar-lib auto/compile auto/config.guess auto/config.sub \
  82. auto/depcomp auto/install-sh auto/missing auto/ltmain.sh \
  83. $(top_srcdir)/auto/ar-lib $(top_srcdir)/auto/compile \
  84. $(top_srcdir)/auto/config.guess $(top_srcdir)/auto/config.sub \
  85. $(top_srcdir)/auto/install-sh $(top_srcdir)/auto/ltmain.sh \
  86. $(top_srcdir)/auto/missing
  87. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  88. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
  89. $(top_srcdir)/m4/ax_tls.m4 $(top_srcdir)/m4/inet_ntop.m4 \
  90. $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  91. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  92. $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/mbedtls.m4 \
  93. $(top_srcdir)/m4/openssl.m4 $(top_srcdir)/m4/polarssl.m4 \
  94. $(top_srcdir)/m4/stack-protector.m4 $(top_srcdir)/m4/zlib.m4 \
  95. $(top_srcdir)/libev/libev.m4 $(top_srcdir)/configure.ac
  96. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  97. $(ACLOCAL_M4)
  98. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  99. configure.lineno config.status.lineno
  100. mkinstalldirs = $(install_sh) -d
  101. CONFIG_HEADER = config.h
  102. CONFIG_CLEAN_FILES = shadowsocks-libev.pc doc/Makefile
  103. CONFIG_CLEAN_VPATH_FILES =
  104. AM_V_P = $(am__v_P_@AM_V@)
  105. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  106. am__v_P_0 = false
  107. am__v_P_1 = :
  108. AM_V_GEN = $(am__v_GEN_@AM_V@)
  109. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  110. am__v_GEN_0 = @echo " GEN " $@;
  111. am__v_GEN_1 =
  112. AM_V_at = $(am__v_at_@AM_V@)
  113. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  114. am__v_at_0 = @
  115. am__v_at_1 =
  116. SOURCES =
  117. DIST_SOURCES =
  118. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  119. ctags-recursive dvi-recursive html-recursive info-recursive \
  120. install-data-recursive install-dvi-recursive \
  121. install-exec-recursive install-html-recursive \
  122. install-info-recursive install-pdf-recursive \
  123. install-ps-recursive install-recursive installcheck-recursive \
  124. installdirs-recursive pdf-recursive ps-recursive \
  125. tags-recursive uninstall-recursive
  126. am__can_run_installinfo = \
  127. case $$AM_UPDATE_INFO_DIR in \
  128. n|no|NO) false;; \
  129. *) (install-info --version) >/dev/null 2>&1;; \
  130. esac
  131. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  132. am__vpath_adj = case $$p in \
  133. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  134. *) f=$$p;; \
  135. esac;
  136. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  137. am__install_max = 40
  138. am__nobase_strip_setup = \
  139. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  140. am__nobase_strip = \
  141. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  142. am__nobase_list = $(am__nobase_strip_setup); \
  143. for p in $$list; do echo "$$p $$p"; done | \
  144. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  145. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  146. if (++n[$$2] == $(am__install_max)) \
  147. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  148. END { for (dir in files) print dir, files[dir] }'
  149. am__base_list = \
  150. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  151. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  152. am__uninstall_files_from_dir = { \
  153. test -z "$$files" \
  154. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  155. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  156. $(am__cd) "$$dir" && rm -f $$files; }; \
  157. }
  158. am__installdirs = "$(DESTDIR)$(pkgconfiglibdir)"
  159. DATA = $(pkgconfiglib_DATA)
  160. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  161. distclean-recursive maintainer-clean-recursive
  162. am__recursive_targets = \
  163. $(RECURSIVE_TARGETS) \
  164. $(RECURSIVE_CLEAN_TARGETS) \
  165. $(am__extra_recursive_targets)
  166. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  167. cscope distdir dist dist-all distcheck
  168. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  169. $(LISP)config.h.in
  170. # Read a list of newline-separated strings from the standard input,
  171. # and print each of them once, without duplicates. Input order is
  172. # *not* preserved.
  173. am__uniquify_input = $(AWK) '\
  174. BEGIN { nonempty = 0; } \
  175. { items[$$0] = 1; nonempty = 1; } \
  176. END { if (nonempty) { for (i in items) print i; }; } \
  177. '
  178. # Make sure the list of sources is unique. This is necessary because,
  179. # e.g., the same source file might be shared among _SOURCES variables
  180. # for different programs/libraries.
  181. am__define_uniq_tagged_files = \
  182. list='$(am__tagged_files)'; \
  183. unique=`for i in $$list; do \
  184. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  185. done | $(am__uniquify_input)`
  186. ETAGS = etags
  187. CTAGS = ctags
  188. CSCOPE = cscope
  189. DIST_SUBDIRS = libsodium libcork libipset libudns libev src doc
  190. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  191. distdir = $(PACKAGE)-$(VERSION)
  192. top_distdir = $(distdir)
  193. am__remove_distdir = \
  194. if test -d "$(distdir)"; then \
  195. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  196. && rm -rf "$(distdir)" \
  197. || { sleep 5 && rm -rf "$(distdir)"; }; \
  198. else :; fi
  199. am__post_remove_distdir = $(am__remove_distdir)
  200. am__relativize = \
  201. dir0=`pwd`; \
  202. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  203. sed_rest='s,^[^/]*/*,,'; \
  204. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  205. sed_butlast='s,/*[^/]*$$,,'; \
  206. while test -n "$$dir1"; do \
  207. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  208. if test "$$first" != "."; then \
  209. if test "$$first" = ".."; then \
  210. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  211. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  212. else \
  213. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  214. if test "$$first2" = "$$first"; then \
  215. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  216. else \
  217. dir2="../$$dir2"; \
  218. fi; \
  219. dir0="$$dir0"/"$$first"; \
  220. fi; \
  221. fi; \
  222. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  223. done; \
  224. reldir="$$dir2"
  225. DIST_ARCHIVES = $(distdir).tar.gz
  226. GZIP_ENV = --best
  227. DIST_TARGETS = dist-gzip
  228. distuninstallcheck_listfiles = find . -type f -print
  229. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  230. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  231. distcleancheck_listfiles = find . -type f -print
  232. ACLOCAL = @ACLOCAL@
  233. AMTAR = @AMTAR@
  234. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  235. AR = @AR@
  236. ASCIIDOC = @ASCIIDOC@
  237. AUTOCONF = @AUTOCONF@
  238. AUTOHEADER = @AUTOHEADER@
  239. AUTOMAKE = @AUTOMAKE@
  240. AWK = @AWK@
  241. CC = @CC@
  242. CCDEPMODE = @CCDEPMODE@
  243. CFLAGS = @CFLAGS@
  244. CPP = @CPP@
  245. CPPFLAGS = @CPPFLAGS@
  246. CYGPATH_W = @CYGPATH_W@
  247. DEFS = @DEFS@
  248. DEPDIR = @DEPDIR@
  249. DISABLE_DOCUMENTATION = @DISABLE_DOCUMENTATION@
  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 libudns libev src doc
  360. @USE_SYSTEM_SHARED_LIB_TRUE@SUBDIRS = libcork libipset src doc
  361. ACLOCAL_AMFLAGS = -I m4
  362. pkgconfiglibdir = $(libdir)/pkgconfig
  363. pkgconfiglib_DATA = shadowsocks-libev.pc
  364. all: config.h
  365. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  366. .SUFFIXES:
  367. am--refresh: Makefile
  368. @:
  369. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  370. @for dep in $?; do \
  371. case '$(am__configure_deps)' in \
  372. *$$dep*) \
  373. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  374. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  375. && exit 0; \
  376. exit 1;; \
  377. esac; \
  378. done; \
  379. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  380. $(am__cd) $(top_srcdir) && \
  381. $(AUTOMAKE) --foreign Makefile
  382. .PRECIOUS: Makefile
  383. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  384. @case '$?' in \
  385. *config.status*) \
  386. echo ' $(SHELL) ./config.status'; \
  387. $(SHELL) ./config.status;; \
  388. *) \
  389. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  390. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  391. esac;
  392. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  393. $(SHELL) ./config.status --recheck
  394. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  395. $(am__cd) $(srcdir) && $(AUTOCONF)
  396. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  397. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  398. $(am__aclocal_m4_deps):
  399. config.h: stamp-h1
  400. @test -f $@ || rm -f stamp-h1
  401. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  402. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  403. @rm -f stamp-h1
  404. cd $(top_builddir) && $(SHELL) ./config.status config.h
  405. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  406. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  407. rm -f stamp-h1
  408. touch $@
  409. distclean-hdr:
  410. -rm -f config.h stamp-h1
  411. shadowsocks-libev.pc: $(top_builddir)/config.status $(srcdir)/shadowsocks-libev.pc.in
  412. cd $(top_builddir) && $(SHELL) ./config.status $@
  413. doc/Makefile: $(top_builddir)/config.status $(top_srcdir)/doc/Makefile.in
  414. cd $(top_builddir) && $(SHELL) ./config.status $@
  415. mostlyclean-libtool:
  416. -rm -f *.lo
  417. clean-libtool:
  418. -rm -rf .libs _libs
  419. distclean-libtool:
  420. -rm -f libtool config.lt
  421. install-pkgconfiglibDATA: $(pkgconfiglib_DATA)
  422. @$(NORMAL_INSTALL)
  423. @list='$(pkgconfiglib_DATA)'; test -n "$(pkgconfiglibdir)" || list=; \
  424. if test -n "$$list"; then \
  425. echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfiglibdir)'"; \
  426. $(MKDIR_P) "$(DESTDIR)$(pkgconfiglibdir)" || exit 1; \
  427. fi; \
  428. for p in $$list; do \
  429. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  430. echo "$$d$$p"; \
  431. done | $(am__base_list) | \
  432. while read files; do \
  433. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfiglibdir)'"; \
  434. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfiglibdir)" || exit $$?; \
  435. done
  436. uninstall-pkgconfiglibDATA:
  437. @$(NORMAL_UNINSTALL)
  438. @list='$(pkgconfiglib_DATA)'; test -n "$(pkgconfiglibdir)" || list=; \
  439. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  440. dir='$(DESTDIR)$(pkgconfiglibdir)'; $(am__uninstall_files_from_dir)
  441. # This directory's subdirectories are mostly independent; you can cd
  442. # into them and run 'make' without going through this Makefile.
  443. # To change the values of 'make' variables: instead of editing Makefiles,
  444. # (1) if the variable is set in 'config.status', edit 'config.status'
  445. # (which will cause the Makefiles to be regenerated when you run 'make');
  446. # (2) otherwise, pass the desired values on the 'make' command line.
  447. $(am__recursive_targets):
  448. @fail=; \
  449. if $(am__make_keepgoing); then \
  450. failcom='fail=yes'; \
  451. else \
  452. failcom='exit 1'; \
  453. fi; \
  454. dot_seen=no; \
  455. target=`echo $@ | sed s/-recursive//`; \
  456. case "$@" in \
  457. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  458. *) list='$(SUBDIRS)' ;; \
  459. esac; \
  460. for subdir in $$list; do \
  461. echo "Making $$target in $$subdir"; \
  462. if test "$$subdir" = "."; then \
  463. dot_seen=yes; \
  464. local_target="$$target-am"; \
  465. else \
  466. local_target="$$target"; \
  467. fi; \
  468. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  469. || eval $$failcom; \
  470. done; \
  471. if test "$$dot_seen" = "no"; then \
  472. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  473. fi; test -z "$$fail"
  474. ID: $(am__tagged_files)
  475. $(am__define_uniq_tagged_files); mkid -fID $$unique
  476. tags: tags-recursive
  477. TAGS: tags
  478. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  479. set x; \
  480. here=`pwd`; \
  481. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  482. include_option=--etags-include; \
  483. empty_fix=.; \
  484. else \
  485. include_option=--include; \
  486. empty_fix=; \
  487. fi; \
  488. list='$(SUBDIRS)'; for subdir in $$list; do \
  489. if test "$$subdir" = .; then :; else \
  490. test ! -f $$subdir/TAGS || \
  491. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  492. fi; \
  493. done; \
  494. $(am__define_uniq_tagged_files); \
  495. shift; \
  496. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  497. test -n "$$unique" || unique=$$empty_fix; \
  498. if test $$# -gt 0; then \
  499. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  500. "$$@" $$unique; \
  501. else \
  502. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  503. $$unique; \
  504. fi; \
  505. fi
  506. ctags: ctags-recursive
  507. CTAGS: ctags
  508. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  509. $(am__define_uniq_tagged_files); \
  510. test -z "$(CTAGS_ARGS)$$unique" \
  511. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  512. $$unique
  513. GTAGS:
  514. here=`$(am__cd) $(top_builddir) && pwd` \
  515. && $(am__cd) $(top_srcdir) \
  516. && gtags -i $(GTAGS_ARGS) "$$here"
  517. cscope: cscope.files
  518. test ! -s cscope.files \
  519. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  520. clean-cscope:
  521. -rm -f cscope.files
  522. cscope.files: clean-cscope cscopelist
  523. cscopelist: cscopelist-recursive
  524. cscopelist-am: $(am__tagged_files)
  525. list='$(am__tagged_files)'; \
  526. case "$(srcdir)" in \
  527. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  528. *) sdir=$(subdir)/$(srcdir) ;; \
  529. esac; \
  530. for i in $$list; do \
  531. if test -f "$$i"; then \
  532. echo "$(subdir)/$$i"; \
  533. else \
  534. echo "$$sdir/$$i"; \
  535. fi; \
  536. done >> $(top_builddir)/cscope.files
  537. distclean-tags:
  538. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  539. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  540. distdir: $(DISTFILES)
  541. $(am__remove_distdir)
  542. test -d "$(distdir)" || mkdir "$(distdir)"
  543. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  544. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  545. list='$(DISTFILES)'; \
  546. dist_files=`for file in $$list; do echo $$file; done | \
  547. sed -e "s|^$$srcdirstrip/||;t" \
  548. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  549. case $$dist_files in \
  550. */*) $(MKDIR_P) `echo "$$dist_files" | \
  551. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  552. sort -u` ;; \
  553. esac; \
  554. for file in $$dist_files; do \
  555. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  556. if test -d $$d/$$file; then \
  557. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  558. if test -d "$(distdir)/$$file"; then \
  559. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  560. fi; \
  561. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  562. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  563. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  564. fi; \
  565. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  566. else \
  567. test -f "$(distdir)/$$file" \
  568. || cp -p $$d/$$file "$(distdir)/$$file" \
  569. || exit 1; \
  570. fi; \
  571. done
  572. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  573. if test "$$subdir" = .; then :; else \
  574. $(am__make_dryrun) \
  575. || test -d "$(distdir)/$$subdir" \
  576. || $(MKDIR_P) "$(distdir)/$$subdir" \
  577. || exit 1; \
  578. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  579. $(am__relativize); \
  580. new_distdir=$$reldir; \
  581. dir1=$$subdir; dir2="$(top_distdir)"; \
  582. $(am__relativize); \
  583. new_top_distdir=$$reldir; \
  584. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  585. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  586. ($(am__cd) $$subdir && \
  587. $(MAKE) $(AM_MAKEFLAGS) \
  588. top_distdir="$$new_top_distdir" \
  589. distdir="$$new_distdir" \
  590. am__remove_distdir=: \
  591. am__skip_length_check=: \
  592. am__skip_mode_fix=: \
  593. distdir) \
  594. || exit 1; \
  595. fi; \
  596. done
  597. -test -n "$(am__skip_mode_fix)" \
  598. || find "$(distdir)" -type d ! -perm -755 \
  599. -exec chmod u+rwx,go+rx {} \; -o \
  600. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  601. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  602. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  603. || chmod -R a+r "$(distdir)"
  604. dist-gzip: distdir
  605. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  606. $(am__post_remove_distdir)
  607. dist-bzip2: distdir
  608. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  609. $(am__post_remove_distdir)
  610. dist-lzip: distdir
  611. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  612. $(am__post_remove_distdir)
  613. dist-xz: distdir
  614. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  615. $(am__post_remove_distdir)
  616. dist-tarZ: distdir
  617. @echo WARNING: "Support for shar distribution archives is" \
  618. "deprecated." >&2
  619. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  620. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  621. $(am__post_remove_distdir)
  622. dist-shar: distdir
  623. @echo WARNING: "Support for distribution archives compressed with" \
  624. "legacy program 'compress' is deprecated." >&2
  625. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  626. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  627. $(am__post_remove_distdir)
  628. dist-zip: distdir
  629. -rm -f $(distdir).zip
  630. zip -rq $(distdir).zip $(distdir)
  631. $(am__post_remove_distdir)
  632. dist dist-all:
  633. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  634. $(am__post_remove_distdir)
  635. # This target untars the dist file and tries a VPATH configuration. Then
  636. # it guarantees that the distribution is self-contained by making another
  637. # tarfile.
  638. distcheck: dist
  639. case '$(DIST_ARCHIVES)' in \
  640. *.tar.gz*) \
  641. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  642. *.tar.bz2*) \
  643. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  644. *.tar.lz*) \
  645. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  646. *.tar.xz*) \
  647. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  648. *.tar.Z*) \
  649. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  650. *.shar.gz*) \
  651. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  652. *.zip*) \
  653. unzip $(distdir).zip ;;\
  654. esac
  655. chmod -R a-w $(distdir)
  656. chmod u+w $(distdir)
  657. mkdir $(distdir)/_build $(distdir)/_inst
  658. chmod a-w $(distdir)
  659. test -d $(distdir)/_build || exit 0; \
  660. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  661. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  662. && am__cwd=`pwd` \
  663. && $(am__cd) $(distdir)/_build \
  664. && ../configure \
  665. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  666. $(DISTCHECK_CONFIGURE_FLAGS) \
  667. --srcdir=.. --prefix="$$dc_install_base" \
  668. && $(MAKE) $(AM_MAKEFLAGS) \
  669. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  670. && $(MAKE) $(AM_MAKEFLAGS) check \
  671. && $(MAKE) $(AM_MAKEFLAGS) install \
  672. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  673. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  674. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  675. distuninstallcheck \
  676. && chmod -R a-w "$$dc_install_base" \
  677. && ({ \
  678. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  679. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  680. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  681. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  682. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  683. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  684. && rm -rf "$$dc_destdir" \
  685. && $(MAKE) $(AM_MAKEFLAGS) dist \
  686. && rm -rf $(DIST_ARCHIVES) \
  687. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  688. && cd "$$am__cwd" \
  689. || exit 1
  690. $(am__post_remove_distdir)
  691. @(echo "$(distdir) archives ready for distribution: "; \
  692. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  693. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  694. distuninstallcheck:
  695. @test -n '$(distuninstallcheck_dir)' || { \
  696. echo 'ERROR: trying to run $@ with an empty' \
  697. '$$(distuninstallcheck_dir)' >&2; \
  698. exit 1; \
  699. }; \
  700. $(am__cd) '$(distuninstallcheck_dir)' || { \
  701. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  702. exit 1; \
  703. }; \
  704. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  705. || { echo "ERROR: files left after uninstall:" ; \
  706. if test -n "$(DESTDIR)"; then \
  707. echo " (check DESTDIR support)"; \
  708. fi ; \
  709. $(distuninstallcheck_listfiles) ; \
  710. exit 1; } >&2
  711. distcleancheck: distclean
  712. @if test '$(srcdir)' = . ; then \
  713. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  714. exit 1 ; \
  715. fi
  716. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  717. || { echo "ERROR: files left in build directory after distclean:" ; \
  718. $(distcleancheck_listfiles) ; \
  719. exit 1; } >&2
  720. check-am: all-am
  721. check: check-recursive
  722. all-am: Makefile $(DATA) config.h
  723. installdirs: installdirs-recursive
  724. installdirs-am:
  725. for dir in "$(DESTDIR)$(pkgconfiglibdir)"; do \
  726. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  727. done
  728. install: install-recursive
  729. install-exec: install-exec-recursive
  730. install-data: install-data-recursive
  731. uninstall: uninstall-recursive
  732. install-am: all-am
  733. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  734. installcheck: installcheck-recursive
  735. install-strip:
  736. if test -z '$(STRIP)'; then \
  737. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  738. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  739. install; \
  740. else \
  741. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  742. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  743. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  744. fi
  745. mostlyclean-generic:
  746. clean-generic:
  747. distclean-generic:
  748. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  749. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  750. maintainer-clean-generic:
  751. @echo "This command is intended for maintainers to use"
  752. @echo "it deletes files that may require special tools to rebuild."
  753. clean: clean-recursive
  754. clean-am: clean-generic clean-libtool mostlyclean-am
  755. distclean: distclean-recursive
  756. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  757. -rm -f Makefile
  758. distclean-am: clean-am distclean-generic distclean-hdr \
  759. distclean-libtool distclean-tags
  760. dvi: dvi-recursive
  761. dvi-am:
  762. html: html-recursive
  763. html-am:
  764. info: info-recursive
  765. info-am:
  766. install-data-am: install-pkgconfiglibDATA
  767. install-dvi: install-dvi-recursive
  768. install-dvi-am:
  769. install-exec-am:
  770. install-html: install-html-recursive
  771. install-html-am:
  772. install-info: install-info-recursive
  773. install-info-am:
  774. install-man:
  775. install-pdf: install-pdf-recursive
  776. install-pdf-am:
  777. install-ps: install-ps-recursive
  778. install-ps-am:
  779. installcheck-am:
  780. maintainer-clean: maintainer-clean-recursive
  781. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  782. -rm -rf $(top_srcdir)/autom4te.cache
  783. -rm -f Makefile
  784. maintainer-clean-am: distclean-am maintainer-clean-generic
  785. mostlyclean: mostlyclean-recursive
  786. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  787. pdf: pdf-recursive
  788. pdf-am:
  789. ps: ps-recursive
  790. ps-am:
  791. uninstall-am: uninstall-pkgconfiglibDATA
  792. .MAKE: $(am__recursive_targets) all install-am install-strip
  793. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  794. am--refresh check check-am clean clean-cscope clean-generic \
  795. clean-libtool cscope cscopelist-am ctags ctags-am dist \
  796. dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
  797. dist-xz dist-zip distcheck distclean distclean-generic \
  798. distclean-hdr distclean-libtool distclean-tags distcleancheck \
  799. distdir distuninstallcheck dvi dvi-am html html-am info \
  800. info-am install install-am install-data install-data-am \
  801. install-dvi install-dvi-am install-exec install-exec-am \
  802. install-html install-html-am install-info install-info-am \
  803. install-man install-pdf install-pdf-am \
  804. install-pkgconfiglibDATA install-ps install-ps-am \
  805. install-strip installcheck installcheck-am installdirs \
  806. installdirs-am maintainer-clean maintainer-clean-generic \
  807. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  808. ps ps-am tags tags-am uninstall uninstall-am \
  809. uninstall-pkgconfiglibDATA
  810. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  811. # Otherwise a system limit (for SysV at least) may be exceeded.
  812. .NOEXPORT: