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.

862 lines
28 KiB

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