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.

835 lines
27 KiB

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