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.

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