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.

790 lines
24 KiB

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