Makefile.in 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  1. # Makefile.in generated by automake 1.15 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2014 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__is_gnu_make = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. subdir = msvc-scripts
  87. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  88. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_catchable_abrt.m4 \
  89. $(top_srcdir)/m4/ax_check_catchable_segv.m4 \
  90. $(top_srcdir)/m4/ax_check_compile_flag.m4 \
  91. $(top_srcdir)/m4/ax_check_define.m4 \
  92. $(top_srcdir)/m4/ax_check_link_flag.m4 \
  93. $(top_srcdir)/m4/ax_pthread.m4 \
  94. $(top_srcdir)/m4/ax_valgrind_check.m4 \
  95. $(top_srcdir)/m4/ld-output-def.m4 $(top_srcdir)/m4/libtool.m4 \
  96. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  97. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  98. $(top_srcdir)/configure.ac
  99. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  100. $(ACLOCAL_M4)
  101. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  102. mkinstalldirs = $(install_sh) -d
  103. CONFIG_CLEAN_FILES =
  104. CONFIG_CLEAN_VPATH_FILES =
  105. AM_V_P = $(am__v_P_@AM_V@)
  106. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  107. am__v_P_0 = false
  108. am__v_P_1 = :
  109. AM_V_GEN = $(am__v_GEN_@AM_V@)
  110. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  111. am__v_GEN_0 = @echo " GEN " $@;
  112. am__v_GEN_1 =
  113. AM_V_at = $(am__v_at_@AM_V@)
  114. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  115. am__v_at_0 = @
  116. am__v_at_1 =
  117. SOURCES =
  118. DIST_SOURCES =
  119. am__can_run_installinfo = \
  120. case $$AM_UPDATE_INFO_DIR in \
  121. n|no|NO) false;; \
  122. *) (install-info --version) >/dev/null 2>&1;; \
  123. esac
  124. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  125. am__DIST_COMMON = $(srcdir)/Makefile.in
  126. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  127. ACLOCAL = @ACLOCAL@
  128. AMTAR = @AMTAR@
  129. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  130. AR = @AR@
  131. AS = @AS@
  132. AUTOCONF = @AUTOCONF@
  133. AUTOHEADER = @AUTOHEADER@
  134. AUTOMAKE = @AUTOMAKE@
  135. AWK = @AWK@
  136. CC = @CC@
  137. CCAS = @CCAS@
  138. CCASDEPMODE = @CCASDEPMODE@
  139. CCASFLAGS = @CCASFLAGS@
  140. CCDEPMODE = @CCDEPMODE@
  141. CFLAGS = @CFLAGS@
  142. CFLAGS_AESNI = @CFLAGS_AESNI@
  143. CFLAGS_AVX = @CFLAGS_AVX@
  144. CFLAGS_AVX2 = @CFLAGS_AVX2@
  145. CFLAGS_AVX512F = @CFLAGS_AVX512F@
  146. CFLAGS_MMX = @CFLAGS_MMX@
  147. CFLAGS_PCLMUL = @CFLAGS_PCLMUL@
  148. CFLAGS_SSE2 = @CFLAGS_SSE2@
  149. CFLAGS_SSE3 = @CFLAGS_SSE3@
  150. CFLAGS_SSE41 = @CFLAGS_SSE41@
  151. CFLAGS_SSSE3 = @CFLAGS_SSSE3@
  152. CPP = @CPP@
  153. CPPFLAGS = @CPPFLAGS@
  154. CWFLAGS = @CWFLAGS@
  155. CYGPATH_W = @CYGPATH_W@
  156. DEFS = @DEFS@
  157. DEPDIR = @DEPDIR@
  158. DLLTOOL = @DLLTOOL@
  159. DLL_VERSION = @DLL_VERSION@
  160. DSYMUTIL = @DSYMUTIL@
  161. DUMPBIN = @DUMPBIN@
  162. ECHO_C = @ECHO_C@
  163. ECHO_N = @ECHO_N@
  164. ECHO_T = @ECHO_T@
  165. EGREP = @EGREP@
  166. ENABLE_VALGRIND_drd = @ENABLE_VALGRIND_drd@
  167. ENABLE_VALGRIND_helgrind = @ENABLE_VALGRIND_helgrind@
  168. ENABLE_VALGRIND_memcheck = @ENABLE_VALGRIND_memcheck@
  169. ENABLE_VALGRIND_sgcheck = @ENABLE_VALGRIND_sgcheck@
  170. EXEEXT = @EXEEXT@
  171. FGREP = @FGREP@
  172. GREP = @GREP@
  173. HAVE_AMD64_ASM_V = @HAVE_AMD64_ASM_V@
  174. HAVE_AVX_ASM_V = @HAVE_AVX_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. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  194. MAINT = @MAINT@
  195. MAKEINFO = @MAKEINFO@
  196. MANIFEST_TOOL = @MANIFEST_TOOL@
  197. MKDIR_P = @MKDIR_P@
  198. NM = @NM@
  199. NMEDIT = @NMEDIT@
  200. OBJDUMP = @OBJDUMP@
  201. OBJEXT = @OBJEXT@
  202. OTOOL = @OTOOL@
  203. OTOOL64 = @OTOOL64@
  204. PACKAGE = @PACKAGE@
  205. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  206. PACKAGE_NAME = @PACKAGE_NAME@
  207. PACKAGE_STRING = @PACKAGE_STRING@
  208. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  209. PACKAGE_URL = @PACKAGE_URL@
  210. PACKAGE_VERSION = @PACKAGE_VERSION@
  211. PATH_SEPARATOR = @PATH_SEPARATOR@
  212. PTHREAD_CC = @PTHREAD_CC@
  213. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  214. PTHREAD_LIBS = @PTHREAD_LIBS@
  215. RANLIB = @RANLIB@
  216. SAFECODE_HOME = @SAFECODE_HOME@
  217. SED = @SED@
  218. SET_MAKE = @SET_MAKE@
  219. SHELL = @SHELL@
  220. SODIUM_LIBRARY_MINIMAL_DEF = @SODIUM_LIBRARY_MINIMAL_DEF@
  221. SODIUM_LIBRARY_VERSION = @SODIUM_LIBRARY_VERSION@
  222. SODIUM_LIBRARY_VERSION_MAJOR = @SODIUM_LIBRARY_VERSION_MAJOR@
  223. SODIUM_LIBRARY_VERSION_MINOR = @SODIUM_LIBRARY_VERSION_MINOR@
  224. STRIP = @STRIP@
  225. TEST_LDFLAGS = @TEST_LDFLAGS@
  226. VALGRIND = @VALGRIND@
  227. VALGRIND_ENABLED = @VALGRIND_ENABLED@
  228. VERSION = @VERSION@
  229. abs_builddir = @abs_builddir@
  230. abs_srcdir = @abs_srcdir@
  231. abs_top_builddir = @abs_top_builddir@
  232. abs_top_srcdir = @abs_top_srcdir@
  233. ac_ct_AR = @ac_ct_AR@
  234. ac_ct_CC = @ac_ct_CC@
  235. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  236. am__include = @am__include@
  237. am__leading_dot = @am__leading_dot@
  238. am__quote = @am__quote@
  239. am__tar = @am__tar@
  240. am__untar = @am__untar@
  241. ax_pthread_config = @ax_pthread_config@
  242. bindir = @bindir@
  243. build = @build@
  244. build_alias = @build_alias@
  245. build_cpu = @build_cpu@
  246. build_os = @build_os@
  247. build_vendor = @build_vendor@
  248. builddir = @builddir@
  249. datadir = @datadir@
  250. datarootdir = @datarootdir@
  251. docdir = @docdir@
  252. dvidir = @dvidir@
  253. exec_prefix = @exec_prefix@
  254. host = @host@
  255. host_alias = @host_alias@
  256. host_cpu = @host_cpu@
  257. host_os = @host_os@
  258. host_vendor = @host_vendor@
  259. htmldir = @htmldir@
  260. includedir = @includedir@
  261. infodir = @infodir@
  262. install_sh = @install_sh@
  263. libdir = @libdir@
  264. libexecdir = @libexecdir@
  265. localedir = @localedir@
  266. localstatedir = @localstatedir@
  267. mandir = @mandir@
  268. mkdir_p = @mkdir_p@
  269. oldincludedir = @oldincludedir@
  270. pdfdir = @pdfdir@
  271. prefix = @prefix@
  272. program_transform_name = @program_transform_name@
  273. psdir = @psdir@
  274. runstatedir = @runstatedir@
  275. sbindir = @sbindir@
  276. sharedstatedir = @sharedstatedir@
  277. srcdir = @srcdir@
  278. sysconfdir = @sysconfdir@
  279. target_alias = @target_alias@
  280. top_build_prefix = @top_build_prefix@
  281. top_builddir = @top_builddir@
  282. top_srcdir = @top_srcdir@
  283. valgrind_enabled_tools = @valgrind_enabled_tools@
  284. valgrind_tools = @valgrind_tools@
  285. EXTRA_DIST = \
  286. process.bat \
  287. rep.vbs \
  288. sodium.props
  289. all: all-am
  290. .SUFFIXES:
  291. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  292. @for dep in $?; do \
  293. case '$(am__configure_deps)' in \
  294. *$$dep*) \
  295. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  296. && { if test -f $@; then exit 0; else break; fi; }; \
  297. exit 1;; \
  298. esac; \
  299. done; \
  300. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign msvc-scripts/Makefile'; \
  301. $(am__cd) $(top_srcdir) && \
  302. $(AUTOMAKE) --foreign msvc-scripts/Makefile
  303. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  304. @case '$?' in \
  305. *config.status*) \
  306. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  307. *) \
  308. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  309. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  310. esac;
  311. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  312. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  313. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  314. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  315. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  316. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  317. $(am__aclocal_m4_deps):
  318. mostlyclean-libtool:
  319. -rm -f *.lo
  320. clean-libtool:
  321. -rm -rf .libs _libs
  322. tags TAGS:
  323. ctags CTAGS:
  324. cscope cscopelist:
  325. distdir: $(DISTFILES)
  326. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  327. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  328. list='$(DISTFILES)'; \
  329. dist_files=`for file in $$list; do echo $$file; done | \
  330. sed -e "s|^$$srcdirstrip/||;t" \
  331. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  332. case $$dist_files in \
  333. */*) $(MKDIR_P) `echo "$$dist_files" | \
  334. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  335. sort -u` ;; \
  336. esac; \
  337. for file in $$dist_files; do \
  338. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  339. if test -d $$d/$$file; then \
  340. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  341. if test -d "$(distdir)/$$file"; then \
  342. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  343. fi; \
  344. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  345. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  346. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  347. fi; \
  348. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  349. else \
  350. test -f "$(distdir)/$$file" \
  351. || cp -p $$d/$$file "$(distdir)/$$file" \
  352. || exit 1; \
  353. fi; \
  354. done
  355. check-am: all-am
  356. check: check-am
  357. all-am: Makefile
  358. installdirs:
  359. install: install-am
  360. install-exec: install-exec-am
  361. install-data: install-data-am
  362. uninstall: uninstall-am
  363. install-am: all-am
  364. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  365. installcheck: installcheck-am
  366. install-strip:
  367. if test -z '$(STRIP)'; then \
  368. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  369. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  370. install; \
  371. else \
  372. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  373. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  374. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  375. fi
  376. mostlyclean-generic:
  377. clean-generic:
  378. distclean-generic:
  379. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  380. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  381. maintainer-clean-generic:
  382. @echo "This command is intended for maintainers to use"
  383. @echo "it deletes files that may require special tools to rebuild."
  384. clean: clean-am
  385. clean-am: clean-generic clean-libtool mostlyclean-am
  386. distclean: distclean-am
  387. -rm -f Makefile
  388. distclean-am: clean-am distclean-generic
  389. dvi: dvi-am
  390. dvi-am:
  391. html: html-am
  392. html-am:
  393. info: info-am
  394. info-am:
  395. install-data-am:
  396. install-dvi: install-dvi-am
  397. install-dvi-am:
  398. install-exec-am:
  399. install-html: install-html-am
  400. install-html-am:
  401. install-info: install-info-am
  402. install-info-am:
  403. install-man:
  404. install-pdf: install-pdf-am
  405. install-pdf-am:
  406. install-ps: install-ps-am
  407. install-ps-am:
  408. installcheck-am:
  409. maintainer-clean: maintainer-clean-am
  410. -rm -f Makefile
  411. maintainer-clean-am: distclean-am maintainer-clean-generic
  412. mostlyclean: mostlyclean-am
  413. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  414. pdf: pdf-am
  415. pdf-am:
  416. ps: ps-am
  417. ps-am:
  418. uninstall-am:
  419. .MAKE: install-am install-strip
  420. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  421. cscopelist-am ctags-am distclean distclean-generic \
  422. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  423. install install-am install-data install-data-am install-dvi \
  424. install-dvi-am install-exec install-exec-am install-html \
  425. install-html-am install-info install-info-am install-man \
  426. install-pdf install-pdf-am install-ps install-ps-am \
  427. install-strip installcheck installcheck-am installdirs \
  428. maintainer-clean maintainer-clean-generic mostlyclean \
  429. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  430. tags-am uninstall uninstall-am
  431. .PRECIOUS: Makefile
  432. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  433. # Otherwise a system limit (for SysV at least) may be exceeded.
  434. .NOEXPORT: