Makefile.in 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734
  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. @HAVE_CHECK_FALSE@SUBS = src .
  229. @HAVE_CHECK_TRUE@SUBS = src . tests .
  230. SUBDIRS = $(SUBS) examples/src
  231. all: all-recursive
  232. .SUFFIXES:
  233. am--refresh: Makefile
  234. @:
  235. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  236. @for dep in $?; do \
  237. case '$(am__configure_deps)' in \
  238. *$$dep*) \
  239. echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
  240. $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
  241. && exit 0; \
  242. exit 1;; \
  243. esac; \
  244. done; \
  245. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  246. $(am__cd) $(top_srcdir) && \
  247. $(AUTOMAKE) --gnu Makefile
  248. .PRECIOUS: Makefile
  249. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  250. @case '$?' in \
  251. *config.status*) \
  252. echo ' $(SHELL) ./config.status'; \
  253. $(SHELL) ./config.status;; \
  254. *) \
  255. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  256. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  257. esac;
  258. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  259. $(SHELL) ./config.status --recheck
  260. $(top_srcdir)/configure: $(am__configure_deps)
  261. $(am__cd) $(srcdir) && $(AUTOCONF)
  262. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  263. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  264. $(am__aclocal_m4_deps):
  265. mostlyclean-libtool:
  266. -rm -f *.lo
  267. clean-libtool:
  268. -rm -rf .libs _libs
  269. distclean-libtool:
  270. -rm -f libtool config.lt
  271. # This directory's subdirectories are mostly independent; you can cd
  272. # into them and run `make' without going through this Makefile.
  273. # To change the values of `make' variables: instead of editing Makefiles,
  274. # (1) if the variable is set in `config.status', edit `config.status'
  275. # (which will cause the Makefiles to be regenerated when you run `make');
  276. # (2) otherwise, pass the desired values on the `make' command line.
  277. $(RECURSIVE_TARGETS):
  278. @fail= failcom='exit 1'; \
  279. for f in x $$MAKEFLAGS; do \
  280. case $$f in \
  281. *=* | --[!k]*);; \
  282. *k*) failcom='fail=yes';; \
  283. esac; \
  284. done; \
  285. dot_seen=no; \
  286. target=`echo $@ | sed s/-recursive//`; \
  287. list='$(SUBDIRS)'; for subdir in $$list; do \
  288. echo "Making $$target in $$subdir"; \
  289. if test "$$subdir" = "."; then \
  290. dot_seen=yes; \
  291. local_target="$$target-am"; \
  292. else \
  293. local_target="$$target"; \
  294. fi; \
  295. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  296. || eval $$failcom; \
  297. done; \
  298. if test "$$dot_seen" = "no"; then \
  299. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  300. fi; test -z "$$fail"
  301. $(RECURSIVE_CLEAN_TARGETS):
  302. @fail= failcom='exit 1'; \
  303. for f in x $$MAKEFLAGS; do \
  304. case $$f in \
  305. *=* | --[!k]*);; \
  306. *k*) failcom='fail=yes';; \
  307. esac; \
  308. done; \
  309. dot_seen=no; \
  310. case "$@" in \
  311. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  312. *) list='$(SUBDIRS)' ;; \
  313. esac; \
  314. rev=''; for subdir in $$list; do \
  315. if test "$$subdir" = "."; then :; else \
  316. rev="$$subdir $$rev"; \
  317. fi; \
  318. done; \
  319. rev="$$rev ."; \
  320. target=`echo $@ | sed s/-recursive//`; \
  321. for subdir in $$rev; do \
  322. echo "Making $$target in $$subdir"; \
  323. if test "$$subdir" = "."; then \
  324. local_target="$$target-am"; \
  325. else \
  326. local_target="$$target"; \
  327. fi; \
  328. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  329. || eval $$failcom; \
  330. done && test -z "$$fail"
  331. tags-recursive:
  332. list='$(SUBDIRS)'; for subdir in $$list; do \
  333. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  334. done
  335. ctags-recursive:
  336. list='$(SUBDIRS)'; for subdir in $$list; do \
  337. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  338. done
  339. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  340. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  341. unique=`for i in $$list; do \
  342. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  343. done | \
  344. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  345. END { if (nonempty) { for (i in files) print i; }; }'`; \
  346. mkid -fID $$unique
  347. tags: TAGS
  348. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  349. $(TAGS_FILES) $(LISP)
  350. set x; \
  351. here=`pwd`; \
  352. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  353. include_option=--etags-include; \
  354. empty_fix=.; \
  355. else \
  356. include_option=--include; \
  357. empty_fix=; \
  358. fi; \
  359. list='$(SUBDIRS)'; for subdir in $$list; do \
  360. if test "$$subdir" = .; then :; else \
  361. test ! -f $$subdir/TAGS || \
  362. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  363. fi; \
  364. done; \
  365. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  366. unique=`for i in $$list; do \
  367. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  368. done | \
  369. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  370. END { if (nonempty) { for (i in files) print i; }; }'`; \
  371. shift; \
  372. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  373. test -n "$$unique" || unique=$$empty_fix; \
  374. if test $$# -gt 0; then \
  375. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  376. "$$@" $$unique; \
  377. else \
  378. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  379. $$unique; \
  380. fi; \
  381. fi
  382. ctags: CTAGS
  383. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  384. $(TAGS_FILES) $(LISP)
  385. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  386. unique=`for i in $$list; do \
  387. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  388. done | \
  389. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  390. END { if (nonempty) { for (i in files) print i; }; }'`; \
  391. test -z "$(CTAGS_ARGS)$$unique" \
  392. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  393. $$unique
  394. GTAGS:
  395. here=`$(am__cd) $(top_builddir) && pwd` \
  396. && $(am__cd) $(top_srcdir) \
  397. && gtags -i $(GTAGS_ARGS) "$$here"
  398. distclean-tags:
  399. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  400. distdir: $(DISTFILES)
  401. $(am__remove_distdir)
  402. test -d "$(distdir)" || mkdir "$(distdir)"
  403. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  404. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  405. list='$(DISTFILES)'; \
  406. dist_files=`for file in $$list; do echo $$file; done | \
  407. sed -e "s|^$$srcdirstrip/||;t" \
  408. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  409. case $$dist_files in \
  410. */*) $(MKDIR_P) `echo "$$dist_files" | \
  411. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  412. sort -u` ;; \
  413. esac; \
  414. for file in $$dist_files; do \
  415. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  416. if test -d $$d/$$file; then \
  417. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  418. if test -d "$(distdir)/$$file"; then \
  419. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  420. fi; \
  421. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  422. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  423. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  424. fi; \
  425. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  426. else \
  427. test -f "$(distdir)/$$file" \
  428. || cp -p $$d/$$file "$(distdir)/$$file" \
  429. || exit 1; \
  430. fi; \
  431. done
  432. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  433. if test "$$subdir" = .; then :; else \
  434. test -d "$(distdir)/$$subdir" \
  435. || $(MKDIR_P) "$(distdir)/$$subdir" \
  436. || exit 1; \
  437. fi; \
  438. done
  439. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  440. if test "$$subdir" = .; then :; else \
  441. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  442. $(am__relativize); \
  443. new_distdir=$$reldir; \
  444. dir1=$$subdir; dir2="$(top_distdir)"; \
  445. $(am__relativize); \
  446. new_top_distdir=$$reldir; \
  447. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  448. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  449. ($(am__cd) $$subdir && \
  450. $(MAKE) $(AM_MAKEFLAGS) \
  451. top_distdir="$$new_top_distdir" \
  452. distdir="$$new_distdir" \
  453. am__remove_distdir=: \
  454. am__skip_length_check=: \
  455. am__skip_mode_fix=: \
  456. distdir) \
  457. || exit 1; \
  458. fi; \
  459. done
  460. -test -n "$(am__skip_mode_fix)" \
  461. || find "$(distdir)" -type d ! -perm -755 \
  462. -exec chmod u+rwx,go+rx {} \; -o \
  463. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  464. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  465. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  466. || chmod -R a+r "$(distdir)"
  467. dist-gzip: distdir
  468. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  469. $(am__remove_distdir)
  470. dist-bzip2: distdir
  471. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  472. $(am__remove_distdir)
  473. dist-lzip: distdir
  474. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  475. $(am__remove_distdir)
  476. dist-lzma: distdir
  477. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  478. $(am__remove_distdir)
  479. dist-xz: distdir
  480. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  481. $(am__remove_distdir)
  482. dist-tarZ: distdir
  483. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  484. $(am__remove_distdir)
  485. dist-shar: distdir
  486. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  487. $(am__remove_distdir)
  488. dist-zip: distdir
  489. -rm -f $(distdir).zip
  490. zip -rq $(distdir).zip $(distdir)
  491. $(am__remove_distdir)
  492. dist dist-all: distdir
  493. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  494. $(am__remove_distdir)
  495. # This target untars the dist file and tries a VPATH configuration. Then
  496. # it guarantees that the distribution is self-contained by making another
  497. # tarfile.
  498. distcheck: dist
  499. case '$(DIST_ARCHIVES)' in \
  500. *.tar.gz*) \
  501. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  502. *.tar.bz2*) \
  503. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  504. *.tar.lzma*) \
  505. lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
  506. *.tar.lz*) \
  507. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  508. *.tar.xz*) \
  509. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  510. *.tar.Z*) \
  511. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  512. *.shar.gz*) \
  513. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  514. *.zip*) \
  515. unzip $(distdir).zip ;;\
  516. esac
  517. chmod -R a-w $(distdir); chmod a+w $(distdir)
  518. mkdir $(distdir)/_build
  519. mkdir $(distdir)/_inst
  520. chmod a-w $(distdir)
  521. test -d $(distdir)/_build || exit 0; \
  522. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  523. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  524. && am__cwd=`pwd` \
  525. && $(am__cd) $(distdir)/_build \
  526. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  527. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  528. $(DISTCHECK_CONFIGURE_FLAGS) \
  529. && $(MAKE) $(AM_MAKEFLAGS) \
  530. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  531. && $(MAKE) $(AM_MAKEFLAGS) check \
  532. && $(MAKE) $(AM_MAKEFLAGS) install \
  533. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  534. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  535. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  536. distuninstallcheck \
  537. && chmod -R a-w "$$dc_install_base" \
  538. && ({ \
  539. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  540. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  541. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  542. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  543. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  544. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  545. && rm -rf "$$dc_destdir" \
  546. && $(MAKE) $(AM_MAKEFLAGS) dist \
  547. && rm -rf $(DIST_ARCHIVES) \
  548. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  549. && cd "$$am__cwd" \
  550. || exit 1
  551. $(am__remove_distdir)
  552. @(echo "$(distdir) archives ready for distribution: "; \
  553. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  554. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  555. distuninstallcheck:
  556. @test -n '$(distuninstallcheck_dir)' || { \
  557. echo 'ERROR: trying to run $@ with an empty' \
  558. '$$(distuninstallcheck_dir)' >&2; \
  559. exit 1; \
  560. }; \
  561. $(am__cd) '$(distuninstallcheck_dir)' || { \
  562. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  563. exit 1; \
  564. }; \
  565. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  566. || { echo "ERROR: files left after uninstall:" ; \
  567. if test -n "$(DESTDIR)"; then \
  568. echo " (check DESTDIR support)"; \
  569. fi ; \
  570. $(distuninstallcheck_listfiles) ; \
  571. exit 1; } >&2
  572. distcleancheck: distclean
  573. @if test '$(srcdir)' = . ; then \
  574. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  575. exit 1 ; \
  576. fi
  577. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  578. || { echo "ERROR: files left in build directory after distclean:" ; \
  579. $(distcleancheck_listfiles) ; \
  580. exit 1; } >&2
  581. check-am: all-am
  582. check: check-recursive
  583. all-am: Makefile
  584. installdirs: installdirs-recursive
  585. installdirs-am:
  586. install: install-recursive
  587. install-exec: install-exec-recursive
  588. install-data: install-data-recursive
  589. uninstall: uninstall-recursive
  590. install-am: all-am
  591. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  592. installcheck: installcheck-recursive
  593. install-strip:
  594. if test -z '$(STRIP)'; then \
  595. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  596. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  597. install; \
  598. else \
  599. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  600. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  601. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  602. fi
  603. mostlyclean-generic:
  604. clean-generic:
  605. distclean-generic:
  606. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  607. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  608. maintainer-clean-generic:
  609. @echo "This command is intended for maintainers to use"
  610. @echo "it deletes files that may require special tools to rebuild."
  611. clean: clean-recursive
  612. clean-am: clean-generic clean-libtool mostlyclean-am
  613. distclean: distclean-recursive
  614. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  615. -rm -f Makefile
  616. distclean-am: clean-am distclean-generic distclean-libtool \
  617. distclean-tags
  618. dvi: dvi-recursive
  619. dvi-am:
  620. html: html-recursive
  621. html-am:
  622. info: info-recursive
  623. info-am:
  624. install-data-am:
  625. install-dvi: install-dvi-recursive
  626. install-dvi-am:
  627. install-exec-am:
  628. install-html: install-html-recursive
  629. install-html-am:
  630. install-info: install-info-recursive
  631. install-info-am:
  632. install-man:
  633. install-pdf: install-pdf-recursive
  634. install-pdf-am:
  635. install-ps: install-ps-recursive
  636. install-ps-am:
  637. installcheck-am:
  638. maintainer-clean: maintainer-clean-recursive
  639. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  640. -rm -rf $(top_srcdir)/autom4te.cache
  641. -rm -f Makefile
  642. maintainer-clean-am: distclean-am maintainer-clean-generic
  643. mostlyclean: mostlyclean-recursive
  644. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  645. pdf: pdf-recursive
  646. pdf-am:
  647. ps: ps-recursive
  648. ps-am:
  649. uninstall-am:
  650. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  651. install-am install-strip tags-recursive
  652. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  653. all all-am am--refresh check check-am clean clean-generic \
  654. clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
  655. dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
  656. dist-zip distcheck distclean distclean-generic \
  657. distclean-libtool distclean-tags distcleancheck distdir \
  658. distuninstallcheck dvi dvi-am html html-am info info-am \
  659. install install-am install-data install-data-am install-dvi \
  660. install-dvi-am install-exec install-exec-am install-html \
  661. install-html-am install-info install-info-am install-man \
  662. install-pdf install-pdf-am install-ps install-ps-am \
  663. install-strip installcheck installcheck-am installdirs \
  664. installdirs-am maintainer-clean maintainer-clean-generic \
  665. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  666. ps ps-am tags tags-recursive uninstall uninstall-am
  667. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  668. # Otherwise a system limit (for SysV at least) may be exceeded.
  669. .NOEXPORT: