Makefile.in 22 KB

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