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.
 
 
 
 
 

529 lines
18 KiB

  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.11
  3. # Default target executed when no arguments are given to make.
  4. default_target: all
  5. .PHONY : default_target
  6. # Allow only one "make -f Makefile2" at a time, but pass parallelism.
  7. .NOTPARALLEL:
  8. #=============================================================================
  9. # Special targets provided by cmake.
  10. # Disable implicit rules so canonical targets will work.
  11. .SUFFIXES:
  12. # Remove some rules from gmake that .SUFFIXES does not remove.
  13. SUFFIXES =
  14. .SUFFIXES: .hpux_make_needs_suffix_list
  15. # Suppress display of executed commands.
  16. $(VERBOSE).SILENT:
  17. # A target that is always out of date.
  18. cmake_force:
  19. .PHONY : cmake_force
  20. #=============================================================================
  21. # Set environment variables for the build.
  22. # The shell in which to execute make rules.
  23. SHELL = /bin/sh
  24. # The CMake executable.
  25. CMAKE_COMMAND = /usr/local/Cellar/cmake/3.11.3/bin/cmake
  26. # The command to remove a file.
  27. RM = /usr/local/Cellar/cmake/3.11.3/bin/cmake -E remove -f
  28. # Escaping for special characters.
  29. EQUALS = =
  30. # The top-level source directory on which CMake was run.
  31. CMAKE_SOURCE_DIR = /Users/mike/projects/ed448goldilocks-code
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /Users/mike/projects/ed448goldilocks-code
  34. #=============================================================================
  35. # Targets provided globally by CMake.
  36. # Special rule for the target install/strip
  37. install/strip: preinstall
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  39. /usr/local/Cellar/cmake/3.11.3/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  40. .PHONY : install/strip
  41. # Special rule for the target install/strip
  42. install/strip/fast: preinstall/fast
  43. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  44. /usr/local/Cellar/cmake/3.11.3/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  45. .PHONY : install/strip/fast
  46. # Special rule for the target install
  47. install: preinstall
  48. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  49. /usr/local/Cellar/cmake/3.11.3/bin/cmake -P cmake_install.cmake
  50. .PHONY : install
  51. # Special rule for the target install
  52. install/fast: preinstall/fast
  53. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  54. /usr/local/Cellar/cmake/3.11.3/bin/cmake -P cmake_install.cmake
  55. .PHONY : install/fast
  56. # Special rule for the target list_install_components
  57. list_install_components:
  58. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  59. .PHONY : list_install_components
  60. # Special rule for the target list_install_components
  61. list_install_components/fast: list_install_components
  62. .PHONY : list_install_components/fast
  63. # Special rule for the target install/local
  64. install/local: preinstall
  65. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  66. /usr/local/Cellar/cmake/3.11.3/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  67. .PHONY : install/local
  68. # Special rule for the target install/local
  69. install/local/fast: preinstall/fast
  70. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  71. /usr/local/Cellar/cmake/3.11.3/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  72. .PHONY : install/local/fast
  73. # Special rule for the target test
  74. test:
  75. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
  76. /usr/local/Cellar/cmake/3.11.3/bin/ctest --force-new-ctest-process $(ARGS)
  77. .PHONY : test
  78. # Special rule for the target test
  79. test/fast: test
  80. .PHONY : test/fast
  81. # Special rule for the target edit_cache
  82. edit_cache:
  83. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  84. /usr/local/Cellar/cmake/3.11.3/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  85. .PHONY : edit_cache
  86. # Special rule for the target edit_cache
  87. edit_cache/fast: edit_cache
  88. .PHONY : edit_cache/fast
  89. # Special rule for the target rebuild_cache
  90. rebuild_cache:
  91. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  92. /usr/local/Cellar/cmake/3.11.3/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  93. .PHONY : rebuild_cache
  94. # Special rule for the target rebuild_cache
  95. rebuild_cache/fast: rebuild_cache
  96. .PHONY : rebuild_cache/fast
  97. # Special rule for the target package_source
  98. package_source:
  99. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
  100. /usr/local/Cellar/cmake/3.11.3/bin/cpack --config ./CPackSourceConfig.cmake /Users/mike/projects/ed448goldilocks-code/CPackSourceConfig.cmake
  101. .PHONY : package_source
  102. # Special rule for the target package_source
  103. package_source/fast: package_source
  104. .PHONY : package_source/fast
  105. # Special rule for the target package
  106. package: preinstall
  107. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
  108. /usr/local/Cellar/cmake/3.11.3/bin/cpack --config ./CPackConfig.cmake
  109. .PHONY : package
  110. # Special rule for the target package
  111. package/fast: package
  112. .PHONY : package/fast
  113. # The main all target
  114. all: cmake_check_build_system
  115. $(CMAKE_COMMAND) -E cmake_progress_start /Users/mike/projects/ed448goldilocks-code/CMakeFiles /Users/mike/projects/ed448goldilocks-code/CMakeFiles/progress.marks
  116. $(MAKE) -f CMakeFiles/Makefile2 all
  117. $(CMAKE_COMMAND) -E cmake_progress_start /Users/mike/projects/ed448goldilocks-code/CMakeFiles 0
  118. .PHONY : all
  119. # The main clean target
  120. clean:
  121. $(MAKE) -f CMakeFiles/Makefile2 clean
  122. .PHONY : clean
  123. # The main clean target
  124. clean/fast: clean
  125. .PHONY : clean/fast
  126. # Prepare targets for installation.
  127. preinstall: all
  128. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  129. .PHONY : preinstall
  130. # Prepare targets for installation.
  131. preinstall/fast:
  132. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  133. .PHONY : preinstall/fast
  134. # clear depends
  135. depend:
  136. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  137. .PHONY : depend
  138. #=============================================================================
  139. # Target rules for targets named doc
  140. # Build rule for target.
  141. doc: cmake_check_build_system
  142. $(MAKE) -f CMakeFiles/Makefile2 doc
  143. .PHONY : doc
  144. # fast build rule for target.
  145. doc/fast:
  146. $(MAKE) -f CMakeFiles/doc.dir/build.make CMakeFiles/doc.dir/build
  147. .PHONY : doc/fast
  148. #=============================================================================
  149. # Target rules for targets named decaf
  150. # Build rule for target.
  151. decaf: cmake_check_build_system
  152. $(MAKE) -f CMakeFiles/Makefile2 decaf
  153. .PHONY : decaf
  154. # fast build rule for target.
  155. decaf/fast:
  156. $(MAKE) -f src/CMakeFiles/decaf.dir/build.make src/CMakeFiles/decaf.dir/build
  157. .PHONY : decaf/fast
  158. #=============================================================================
  159. # Target rules for targets named decaf-static
  160. # Build rule for target.
  161. decaf-static: cmake_check_build_system
  162. $(MAKE) -f CMakeFiles/Makefile2 decaf-static
  163. .PHONY : decaf-static
  164. # fast build rule for target.
  165. decaf-static/fast:
  166. $(MAKE) -f src/CMakeFiles/decaf-static.dir/build.make src/CMakeFiles/decaf-static.dir/build
  167. .PHONY : decaf-static/fast
  168. #=============================================================================
  169. # Target rules for targets named CURVE25519
  170. # Build rule for target.
  171. CURVE25519: cmake_check_build_system
  172. $(MAKE) -f CMakeFiles/Makefile2 CURVE25519
  173. .PHONY : CURVE25519
  174. # fast build rule for target.
  175. CURVE25519/fast:
  176. $(MAKE) -f src/curve25519/CMakeFiles/CURVE25519.dir/build.make src/curve25519/CMakeFiles/CURVE25519.dir/build
  177. .PHONY : CURVE25519/fast
  178. #=============================================================================
  179. # Target rules for targets named CURVE448
  180. # Build rule for target.
  181. CURVE448: cmake_check_build_system
  182. $(MAKE) -f CMakeFiles/Makefile2 CURVE448
  183. .PHONY : CURVE448
  184. # fast build rule for target.
  185. CURVE448/fast:
  186. $(MAKE) -f src/ed448goldilocks/CMakeFiles/CURVE448.dir/build.make src/ed448goldilocks/CMakeFiles/CURVE448.dir/build
  187. .PHONY : CURVE448/fast
  188. #=============================================================================
  189. # Target rules for targets named p25519
  190. # Build rule for target.
  191. p25519: cmake_check_build_system
  192. $(MAKE) -f CMakeFiles/Makefile2 p25519
  193. .PHONY : p25519
  194. # fast build rule for target.
  195. p25519/fast:
  196. $(MAKE) -f src/p25519/CMakeFiles/p25519.dir/build.make src/p25519/CMakeFiles/p25519.dir/build
  197. .PHONY : p25519/fast
  198. #=============================================================================
  199. # Target rules for targets named p448
  200. # Build rule for target.
  201. p448: cmake_check_build_system
  202. $(MAKE) -f CMakeFiles/Makefile2 p448
  203. .PHONY : p448
  204. # fast build rule for target.
  205. p448/fast:
  206. $(MAKE) -f src/p448/CMakeFiles/p448.dir/build.make src/p448/CMakeFiles/p448.dir/build
  207. .PHONY : p448/fast
  208. #=============================================================================
  209. # Target rules for targets named generatedCode
  210. # Build rule for target.
  211. generatedCode: cmake_check_build_system
  212. $(MAKE) -f CMakeFiles/Makefile2 generatedCode
  213. .PHONY : generatedCode
  214. # fast build rule for target.
  215. generatedCode/fast:
  216. $(MAKE) -f src/generator/CMakeFiles/generatedCode.dir/build.make src/generator/CMakeFiles/generatedCode.dir/build
  217. .PHONY : generatedCode/fast
  218. #=============================================================================
  219. # Target rules for targets named decaf_tables
  220. # Build rule for target.
  221. decaf_tables: cmake_check_build_system
  222. $(MAKE) -f CMakeFiles/Makefile2 decaf_tables
  223. .PHONY : decaf_tables
  224. # fast build rule for target.
  225. decaf_tables/fast:
  226. $(MAKE) -f src/generator/CMakeFiles/decaf_tables.dir/build.make src/generator/CMakeFiles/decaf_tables.dir/build
  227. .PHONY : decaf_tables/fast
  228. #=============================================================================
  229. # Target rules for targets named generatorCommonCode
  230. # Build rule for target.
  231. generatorCommonCode: cmake_check_build_system
  232. $(MAKE) -f CMakeFiles/Makefile2 generatorCommonCode
  233. .PHONY : generatorCommonCode
  234. # fast build rule for target.
  235. generatorCommonCode/fast:
  236. $(MAKE) -f src/generator/CMakeFiles/generatorCommonCode.dir/build.make src/generator/CMakeFiles/generatorCommonCode.dir/build
  237. .PHONY : generatorCommonCode/fast
  238. #=============================================================================
  239. # Target rules for targets named decaf_gen_tables_curve25519
  240. # Build rule for target.
  241. decaf_gen_tables_curve25519: cmake_check_build_system
  242. $(MAKE) -f CMakeFiles/Makefile2 decaf_gen_tables_curve25519
  243. .PHONY : decaf_gen_tables_curve25519
  244. # fast build rule for target.
  245. decaf_gen_tables_curve25519/fast:
  246. $(MAKE) -f src/generator/curve25519/CMakeFiles/decaf_gen_tables_curve25519.dir/build.make src/generator/curve25519/CMakeFiles/decaf_gen_tables_curve25519.dir/build
  247. .PHONY : decaf_gen_tables_curve25519/fast
  248. #=============================================================================
  249. # Target rules for targets named generatorP25519
  250. # Build rule for target.
  251. generatorP25519: cmake_check_build_system
  252. $(MAKE) -f CMakeFiles/Makefile2 generatorP25519
  253. .PHONY : generatorP25519
  254. # fast build rule for target.
  255. generatorP25519/fast:
  256. $(MAKE) -f src/generator/curve25519/CMakeFiles/generatorP25519.dir/build.make src/generator/curve25519/CMakeFiles/generatorP25519.dir/build
  257. .PHONY : generatorP25519/fast
  258. #=============================================================================
  259. # Target rules for targets named decaf_tables_curve25519
  260. # Build rule for target.
  261. decaf_tables_curve25519: cmake_check_build_system
  262. $(MAKE) -f CMakeFiles/Makefile2 decaf_tables_curve25519
  263. .PHONY : decaf_tables_curve25519
  264. # fast build rule for target.
  265. decaf_tables_curve25519/fast:
  266. $(MAKE) -f src/generator/curve25519/CMakeFiles/decaf_tables_curve25519.dir/build.make src/generator/curve25519/CMakeFiles/decaf_tables_curve25519.dir/build
  267. .PHONY : decaf_tables_curve25519/fast
  268. #=============================================================================
  269. # Target rules for targets named generatorCurve25519
  270. # Build rule for target.
  271. generatorCurve25519: cmake_check_build_system
  272. $(MAKE) -f CMakeFiles/Makefile2 generatorCurve25519
  273. .PHONY : generatorCurve25519
  274. # fast build rule for target.
  275. generatorCurve25519/fast:
  276. $(MAKE) -f src/generator/curve25519/CMakeFiles/generatorCurve25519.dir/build.make src/generator/curve25519/CMakeFiles/generatorCurve25519.dir/build
  277. .PHONY : generatorCurve25519/fast
  278. #=============================================================================
  279. # Target rules for targets named decaf_tables_ed448goldilocks
  280. # Build rule for target.
  281. decaf_tables_ed448goldilocks: cmake_check_build_system
  282. $(MAKE) -f CMakeFiles/Makefile2 decaf_tables_ed448goldilocks
  283. .PHONY : decaf_tables_ed448goldilocks
  284. # fast build rule for target.
  285. decaf_tables_ed448goldilocks/fast:
  286. $(MAKE) -f src/generator/ed448goldilocks/CMakeFiles/decaf_tables_ed448goldilocks.dir/build.make src/generator/ed448goldilocks/CMakeFiles/decaf_tables_ed448goldilocks.dir/build
  287. .PHONY : decaf_tables_ed448goldilocks/fast
  288. #=============================================================================
  289. # Target rules for targets named generatorEd448goldilocks
  290. # Build rule for target.
  291. generatorEd448goldilocks: cmake_check_build_system
  292. $(MAKE) -f CMakeFiles/Makefile2 generatorEd448goldilocks
  293. .PHONY : generatorEd448goldilocks
  294. # fast build rule for target.
  295. generatorEd448goldilocks/fast:
  296. $(MAKE) -f src/generator/ed448goldilocks/CMakeFiles/generatorEd448goldilocks.dir/build.make src/generator/ed448goldilocks/CMakeFiles/generatorEd448goldilocks.dir/build
  297. .PHONY : generatorEd448goldilocks/fast
  298. #=============================================================================
  299. # Target rules for targets named decaf_gen_tables_ed448goldilocks
  300. # Build rule for target.
  301. decaf_gen_tables_ed448goldilocks: cmake_check_build_system
  302. $(MAKE) -f CMakeFiles/Makefile2 decaf_gen_tables_ed448goldilocks
  303. .PHONY : decaf_gen_tables_ed448goldilocks
  304. # fast build rule for target.
  305. decaf_gen_tables_ed448goldilocks/fast:
  306. $(MAKE) -f src/generator/ed448goldilocks/CMakeFiles/decaf_gen_tables_ed448goldilocks.dir/build.make src/generator/ed448goldilocks/CMakeFiles/decaf_gen_tables_ed448goldilocks.dir/build
  307. .PHONY : decaf_gen_tables_ed448goldilocks/fast
  308. #=============================================================================
  309. # Target rules for targets named generatorP448
  310. # Build rule for target.
  311. generatorP448: cmake_check_build_system
  312. $(MAKE) -f CMakeFiles/Makefile2 generatorP448
  313. .PHONY : generatorP448
  314. # fast build rule for target.
  315. generatorP448/fast:
  316. $(MAKE) -f src/generator/ed448goldilocks/CMakeFiles/generatorP448.dir/build.make src/generator/ed448goldilocks/CMakeFiles/generatorP448.dir/build
  317. .PHONY : generatorP448/fast
  318. #=============================================================================
  319. # Target rules for targets named shakesum_tester
  320. # Build rule for target.
  321. shakesum_tester: cmake_check_build_system
  322. $(MAKE) -f CMakeFiles/Makefile2 shakesum_tester
  323. .PHONY : shakesum_tester
  324. # fast build rule for target.
  325. shakesum_tester/fast:
  326. $(MAKE) -f test/CMakeFiles/shakesum_tester.dir/build.make test/CMakeFiles/shakesum_tester.dir/build
  327. .PHONY : shakesum_tester/fast
  328. #=============================================================================
  329. # Target rules for targets named bench
  330. # Build rule for target.
  331. bench: cmake_check_build_system
  332. $(MAKE) -f CMakeFiles/Makefile2 bench
  333. .PHONY : bench
  334. # fast build rule for target.
  335. bench/fast:
  336. $(MAKE) -f test/CMakeFiles/bench.dir/build.make test/CMakeFiles/bench.dir/build
  337. .PHONY : bench/fast
  338. #=============================================================================
  339. # Target rules for targets named ristretto_tester
  340. # Build rule for target.
  341. ristretto_tester: cmake_check_build_system
  342. $(MAKE) -f CMakeFiles/Makefile2 ristretto_tester
  343. .PHONY : ristretto_tester
  344. # fast build rule for target.
  345. ristretto_tester/fast:
  346. $(MAKE) -f test/CMakeFiles/ristretto_tester.dir/build.make test/CMakeFiles/ristretto_tester.dir/build
  347. .PHONY : ristretto_tester/fast
  348. #=============================================================================
  349. # Target rules for targets named decaf_tester
  350. # Build rule for target.
  351. decaf_tester: cmake_check_build_system
  352. $(MAKE) -f CMakeFiles/Makefile2 decaf_tester
  353. .PHONY : decaf_tester
  354. # fast build rule for target.
  355. decaf_tester/fast:
  356. $(MAKE) -f test/CMakeFiles/decaf_tester.dir/build.make test/CMakeFiles/decaf_tester.dir/build
  357. .PHONY : decaf_tester/fast
  358. # Help Target
  359. help:
  360. @echo "The following are some of the valid targets for this Makefile:"
  361. @echo "... all (the default if no target is provided)"
  362. @echo "... clean"
  363. @echo "... depend"
  364. @echo "... install/strip"
  365. @echo "... install"
  366. @echo "... list_install_components"
  367. @echo "... install/local"
  368. @echo "... doc"
  369. @echo "... test"
  370. @echo "... edit_cache"
  371. @echo "... rebuild_cache"
  372. @echo "... package_source"
  373. @echo "... package"
  374. @echo "... decaf"
  375. @echo "... decaf-static"
  376. @echo "... CURVE25519"
  377. @echo "... CURVE448"
  378. @echo "... p25519"
  379. @echo "... p448"
  380. @echo "... generatedCode"
  381. @echo "... decaf_tables"
  382. @echo "... generatorCommonCode"
  383. @echo "... decaf_gen_tables_curve25519"
  384. @echo "... generatorP25519"
  385. @echo "... decaf_tables_curve25519"
  386. @echo "... generatorCurve25519"
  387. @echo "... decaf_tables_ed448goldilocks"
  388. @echo "... generatorEd448goldilocks"
  389. @echo "... decaf_gen_tables_ed448goldilocks"
  390. @echo "... generatorP448"
  391. @echo "... shakesum_tester"
  392. @echo "... bench"
  393. @echo "... ristretto_tester"
  394. @echo "... decaf_tester"
  395. .PHONY : help
  396. #=============================================================================
  397. # Special targets to cleanup operation of make.
  398. # Special rule to run CMake to check the build system integrity.
  399. # No rule that depends on this can have commands that come from listfiles
  400. # because they might be regenerated.
  401. cmake_check_build_system:
  402. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  403. .PHONY : cmake_check_build_system