Makefile.in 23 KB

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