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.

759 lines
23 KiB

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