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.

764 lines
24 KiB

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