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.

885 lines
28 KiB

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