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.

791 lines
24 KiB

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