Guest User

Untitled

a guest
Jan 20th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.04 KB | None | 0 0
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "MinGW Makefiles" Generator, CMake Version 2.8
  3.  
  4. # Default target executed when no arguments are given to make.
  5. default_target: all
  6. .PHONY : default_target
  7.  
  8. #=============================================================================
  9. # Special targets provided by cmake.
  10.  
  11. # Disable implicit rules so canonical targets will work.
  12. .SUFFIXES:
  13.  
  14. # Remove some rules from gmake that .SUFFIXES does not remove.
  15. SUFFIXES =
  16.  
  17. .SUFFIXES: .hpux_make_needs_suffix_list
  18.  
  19. # Suppress display of executed commands.
  20. $(VERBOSE).SILENT:
  21.  
  22. # A target that is always out of date.
  23. cmake_force:
  24. .PHONY : cmake_force
  25.  
  26. #=============================================================================
  27. # Set environment variables for the build.
  28.  
  29. SHELL = cmd.exe
  30.  
  31. # The CMake executable.
  32. CMAKE_COMMAND = "C:\Program Files\CMake 2.8\bin\cmake.exe"
  33.  
  34. # The command to remove a file.
  35. RM = "C:\Program Files\CMake 2.8\bin\cmake.exe" -E remove -f
  36.  
  37. # Escaping for special characters.
  38. EQUALS = =
  39.  
  40. # The program to use to edit the cache.
  41. CMAKE_EDIT_COMMAND = "C:\Program Files\CMake 2.8\bin\cmake-gui.exe"
  42.  
  43. # The top-level source directory on which CMake was run.
  44. CMAKE_SOURCE_DIR = C:\Downloads\src\ParadisEO-2.0\ParadisEO-2.0
  45.  
  46. # The top-level build directory on which CMake was run.
  47. CMAKE_BINARY_DIR = C:\Downloads\src\ParadisEO-2.0\ParadisEO-2.0\build
  48.  
  49. #=============================================================================
  50. # Targets provided globally by CMake.
  51.  
  52. # Special rule for the target edit_cache
  53. edit_cache:
  54. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  55. "C:\Program Files\CMake 2.8\bin\cmake-gui.exe" -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  56. .PHONY : edit_cache
  57.  
  58. # Special rule for the target edit_cache
  59. edit_cache/fast: edit_cache
  60. .PHONY : edit_cache/fast
  61.  
  62. # Special rule for the target install
  63. install: preinstall
  64. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  65. "C:\Program Files\CMake 2.8\bin\cmake.exe" -P cmake_install.cmake
  66. .PHONY : install
  67.  
  68. # Special rule for the target install
  69. install/fast: preinstall/fast
  70. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  71. "C:\Program Files\CMake 2.8\bin\cmake.exe" -P cmake_install.cmake
  72. .PHONY : install/fast
  73.  
  74. # Special rule for the target install/local
  75. install/local: preinstall
  76. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  77. "C:\Program Files\CMake 2.8\bin\cmake.exe" -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  78. .PHONY : install/local
  79.  
  80. # Special rule for the target install/local
  81. install/local/fast: install/local
  82. .PHONY : install/local/fast
  83.  
  84. # Special rule for the target install/strip
  85. install/strip: preinstall
  86. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  87. "C:\Program Files\CMake 2.8\bin\cmake.exe" -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  88. .PHONY : install/strip
  89.  
  90. # Special rule for the target install/strip
  91. install/strip/fast: install/strip
  92. .PHONY : install/strip/fast
  93.  
  94. # Special rule for the target list_install_components
  95. list_install_components:
  96. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"doc\" \"headers\" \"libraries\""
  97. .PHONY : list_install_components
  98.  
  99. # Special rule for the target list_install_components
  100. list_install_components/fast: list_install_components
  101. .PHONY : list_install_components/fast
  102.  
  103. # Special rule for the target package
  104. package: preinstall
  105. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
  106. "C:\Program Files\CMake 2.8\bin\cpack.exe" --config ./CPackConfig.cmake
  107. .PHONY : package
  108.  
  109. # Special rule for the target package
  110. package/fast: package
  111. .PHONY : package/fast
  112.  
  113. # Special rule for the target package_source
  114. package_source:
  115. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
  116. "C:\Program Files\CMake 2.8\bin\cpack.exe" --config ./CPackSourceConfig.cmake C:/Downloads/src/ParadisEO-2.0/ParadisEO-2.0/build/CPackSourceConfig.cmake
  117. .PHONY : package_source
  118.  
  119. # Special rule for the target package_source
  120. package_source/fast: package_source
  121. .PHONY : package_source/fast
  122.  
  123. # Special rule for the target rebuild_cache
  124. rebuild_cache:
  125. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  126. "C:\Program Files\CMake 2.8\bin\cmake.exe" -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  127. .PHONY : rebuild_cache
  128.  
  129. # Special rule for the target rebuild_cache
  130. rebuild_cache/fast: rebuild_cache
  131. .PHONY : rebuild_cache/fast
  132.  
  133. # The main all target
  134. all: cmake_check_build_system
  135. $(CMAKE_COMMAND) -E cmake_progress_start C:\Downloads\src\ParadisEO-2.0\ParadisEO-2.0\build\CMakeFiles C:\Downloads\src\ParadisEO-2.0\ParadisEO-2.0\build\CMakeFiles\progress.marks
  136. $(MAKE) -f CMakeFiles\Makefile2 all
  137. $(CMAKE_COMMAND) -E cmake_progress_start C:\Downloads\src\ParadisEO-2.0\ParadisEO-2.0\build\CMakeFiles 0
  138. .PHONY : all
  139.  
  140. # The main clean target
  141. clean:
  142. $(MAKE) -f CMakeFiles\Makefile2 clean
  143. .PHONY : clean
  144.  
  145. # The main clean target
  146. clean/fast: clean
  147. .PHONY : clean/fast
  148.  
  149. # Prepare targets for installation.
  150. preinstall: all
  151. $(MAKE) -f CMakeFiles\Makefile2 preinstall
  152. .PHONY : preinstall
  153.  
  154. # Prepare targets for installation.
  155. preinstall/fast:
  156. $(MAKE) -f CMakeFiles\Makefile2 preinstall
  157. .PHONY : preinstall/fast
  158.  
  159. # clear depends
  160. depend:
  161. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1
  162. .PHONY : depend
  163.  
  164. #=============================================================================
  165. # Target rules for targets named doc
  166.  
  167. # Build rule for target.
  168. doc: cmake_check_build_system
  169. $(MAKE) -f CMakeFiles\Makefile2 doc
  170. .PHONY : doc
  171.  
  172. # fast build rule for target.
  173. doc/fast:
  174. $(MAKE) -f CMakeFiles\doc.dir\build.make CMakeFiles/doc.dir/build
  175. .PHONY : doc/fast
  176.  
  177. #=============================================================================
  178. # Target rules for targets named Continuous
  179.  
  180. # Build rule for target.
  181. Continuous: cmake_check_build_system
  182. $(MAKE) -f CMakeFiles\Makefile2 Continuous
  183. .PHONY : Continuous
  184.  
  185. # fast build rule for target.
  186. Continuous/fast:
  187. $(MAKE) -f eo\CMakeFiles\Continuous.dir\build.make eo/CMakeFiles/Continuous.dir/build
  188. .PHONY : Continuous/fast
  189.  
  190. #=============================================================================
  191. # Target rules for targets named ContinuousBuild
  192.  
  193. # Build rule for target.
  194. ContinuousBuild: cmake_check_build_system
  195. $(MAKE) -f CMakeFiles\Makefile2 ContinuousBuild
  196. .PHONY : ContinuousBuild
  197.  
  198. # fast build rule for target.
  199. ContinuousBuild/fast:
  200. $(MAKE) -f eo\CMakeFiles\ContinuousBuild.dir\build.make eo/CMakeFiles/ContinuousBuild.dir/build
  201. .PHONY : ContinuousBuild/fast
  202.  
  203. #=============================================================================
  204. # Target rules for targets named ContinuousConfigure
  205.  
  206. # Build rule for target.
  207. ContinuousConfigure: cmake_check_build_system
  208. $(MAKE) -f CMakeFiles\Makefile2 ContinuousConfigure
  209. .PHONY : ContinuousConfigure
  210.  
  211. # fast build rule for target.
  212. ContinuousConfigure/fast:
  213. $(MAKE) -f eo\CMakeFiles\ContinuousConfigure.dir\build.make eo/CMakeFiles/ContinuousConfigure.dir/build
  214. .PHONY : ContinuousConfigure/fast
  215.  
  216. #=============================================================================
  217. # Target rules for targets named ContinuousCoverage
  218.  
  219. # Build rule for target.
  220. ContinuousCoverage: cmake_check_build_system
  221. $(MAKE) -f CMakeFiles\Makefile2 ContinuousCoverage
  222. .PHONY : ContinuousCoverage
  223.  
  224. # fast build rule for target.
  225. ContinuousCoverage/fast:
  226. $(MAKE) -f eo\CMakeFiles\ContinuousCoverage.dir\build.make eo/CMakeFiles/ContinuousCoverage.dir/build
  227. .PHONY : ContinuousCoverage/fast
  228.  
  229. #=============================================================================
  230. # Target rules for targets named ContinuousMemCheck
  231.  
  232. # Build rule for target.
  233. ContinuousMemCheck: cmake_check_build_system
  234. $(MAKE) -f CMakeFiles\Makefile2 ContinuousMemCheck
  235. .PHONY : ContinuousMemCheck
  236.  
  237. # fast build rule for target.
  238. ContinuousMemCheck/fast:
  239. $(MAKE) -f eo\CMakeFiles\ContinuousMemCheck.dir\build.make eo/CMakeFiles/ContinuousMemCheck.dir/build
  240. .PHONY : ContinuousMemCheck/fast
  241.  
  242. #=============================================================================
  243. # Target rules for targets named ContinuousStart
  244.  
  245. # Build rule for target.
  246. ContinuousStart: cmake_check_build_system
  247. $(MAKE) -f CMakeFiles\Makefile2 ContinuousStart
  248. .PHONY : ContinuousStart
  249.  
  250. # fast build rule for target.
  251. ContinuousStart/fast:
  252. $(MAKE) -f eo\CMakeFiles\ContinuousStart.dir\build.make eo/CMakeFiles/ContinuousStart.dir/build
  253. .PHONY : ContinuousStart/fast
  254.  
  255. #=============================================================================
  256. # Target rules for targets named ContinuousSubmit
  257.  
  258. # Build rule for target.
  259. ContinuousSubmit: cmake_check_build_system
  260. $(MAKE) -f CMakeFiles\Makefile2 ContinuousSubmit
  261. .PHONY : ContinuousSubmit
  262.  
  263. # fast build rule for target.
  264. ContinuousSubmit/fast:
  265. $(MAKE) -f eo\CMakeFiles\ContinuousSubmit.dir\build.make eo/CMakeFiles/ContinuousSubmit.dir/build
  266. .PHONY : ContinuousSubmit/fast
  267.  
  268. #=============================================================================
  269. # Target rules for targets named ContinuousTest
  270.  
  271. # Build rule for target.
  272. ContinuousTest: cmake_check_build_system
  273. $(MAKE) -f CMakeFiles\Makefile2 ContinuousTest
  274. .PHONY : ContinuousTest
  275.  
  276. # fast build rule for target.
  277. ContinuousTest/fast:
  278. $(MAKE) -f eo\CMakeFiles\ContinuousTest.dir\build.make eo/CMakeFiles/ContinuousTest.dir/build
  279. .PHONY : ContinuousTest/fast
  280.  
  281. #=============================================================================
  282. # Target rules for targets named ContinuousUpdate
  283.  
  284. # Build rule for target.
  285. ContinuousUpdate: cmake_check_build_system
  286. $(MAKE) -f CMakeFiles\Makefile2 ContinuousUpdate
  287. .PHONY : ContinuousUpdate
  288.  
  289. # fast build rule for target.
  290. ContinuousUpdate/fast:
  291. $(MAKE) -f eo\CMakeFiles\ContinuousUpdate.dir\build.make eo/CMakeFiles/ContinuousUpdate.dir/build
  292. .PHONY : ContinuousUpdate/fast
  293.  
  294. #=============================================================================
  295. # Target rules for targets named Experimental
  296.  
  297. # Build rule for target.
  298. Experimental: cmake_check_build_system
  299. $(MAKE) -f CMakeFiles\Makefile2 Experimental
  300. .PHONY : Experimental
  301.  
  302. # fast build rule for target.
  303. Experimental/fast:
  304. $(MAKE) -f eo\CMakeFiles\Experimental.dir\build.make eo/CMakeFiles/Experimental.dir/build
  305. .PHONY : Experimental/fast
  306.  
  307. #=============================================================================
  308. # Target rules for targets named ExperimentalBuild
  309.  
  310. # Build rule for target.
  311. ExperimentalBuild: cmake_check_build_system
  312. $(MAKE) -f CMakeFiles\Makefile2 ExperimentalBuild
  313. .PHONY : ExperimentalBuild
  314.  
  315. # fast build rule for target.
  316. ExperimentalBuild/fast:
  317. $(MAKE) -f eo\CMakeFiles\ExperimentalBuild.dir\build.make eo/CMakeFiles/ExperimentalBuild.dir/build
  318. .PHONY : ExperimentalBuild/fast
  319.  
  320. #=============================================================================
  321. # Target rules for targets named ExperimentalConfigure
  322.  
  323. # Build rule for target.
  324. ExperimentalConfigure: cmake_check_build_system
  325. $(MAKE) -f CMakeFiles\Makefile2 ExperimentalConfigure
  326. .PHONY : ExperimentalConfigure
  327.  
  328. # fast build rule for target.
  329. ExperimentalConfigure/fast:
  330. $(MAKE) -f eo\CMakeFiles\ExperimentalConfigure.dir\build.make eo/CMakeFiles/ExperimentalConfigure.dir/build
  331. .PHONY : ExperimentalConfigure/fast
  332.  
  333. #=============================================================================
  334. # Target rules for targets named ExperimentalCoverage
  335.  
  336. # Build rule for target.
  337. ExperimentalCoverage: cmake_check_build_system
  338. $(MAKE) -f CMakeFiles\Makefile2 ExperimentalCoverage
  339. .PHONY : ExperimentalCoverage
  340.  
  341. # fast build rule for target.
  342. ExperimentalCoverage/fast:
  343. $(MAKE) -f eo\CMakeFiles\ExperimentalCoverage.dir\build.make eo/CMakeFiles/ExperimentalCoverage.dir/build
  344. .PHONY : ExperimentalCoverage/fast
  345.  
  346. #=============================================================================
  347. # Target rules for targets named ExperimentalMemCheck
  348.  
  349. # Build rule for target.
  350. ExperimentalMemCheck: cmake_check_build_system
  351. $(MAKE) -f CMakeFiles\Makefile2 ExperimentalMemCheck
  352. .PHONY : ExperimentalMemCheck
  353.  
  354. # fast build rule for target.
  355. ExperimentalMemCheck/fast:
  356. $(MAKE) -f eo\CMakeFiles\ExperimentalMemCheck.dir\build.make eo/CMakeFiles/ExperimentalMemCheck.dir/build
  357. .PHONY : ExperimentalMemCheck/fast
  358.  
  359. #=============================================================================
  360. # Target rules for targets named ExperimentalStart
  361.  
  362. # Build rule for target.
  363. ExperimentalStart: cmake_check_build_system
  364. $(MAKE) -f CMakeFiles\Makefile2 ExperimentalStart
  365. .PHONY : ExperimentalStart
  366.  
  367. # fast build rule for target.
  368. ExperimentalStart/fast:
  369. $(MAKE) -f eo\CMakeFiles\ExperimentalStart.dir\build.make eo/CMakeFiles/ExperimentalStart.dir/build
  370. .PHONY : ExperimentalStart/fast
  371.  
  372. #=============================================================================
  373. # Target rules for targets named ExperimentalSubmit
  374.  
  375. # Build rule for target.
  376. ExperimentalSubmit: cmake_check_build_system
  377. $(MAKE) -f CMakeFiles\Makefile2 ExperimentalSubmit
  378. .PHONY : ExperimentalSubmit
  379.  
  380. # fast build rule for target.
  381. ExperimentalSubmit/fast:
  382. $(MAKE) -f eo\CMakeFiles\ExperimentalSubmit.dir\build.make eo/CMakeFiles/ExperimentalSubmit.dir/build
  383. .PHONY : ExperimentalSubmit/fast
  384.  
  385. #=============================================================================
  386. # Target rules for targets named ExperimentalTest
  387.  
  388. # Build rule for target.
  389. ExperimentalTest: cmake_check_build_system
  390. $(MAKE) -f CMakeFiles\Makefile2 ExperimentalTest
  391. .PHONY : ExperimentalTest
  392.  
  393. # fast build rule for target.
  394. ExperimentalTest/fast:
  395. $(MAKE) -f eo\CMakeFiles\ExperimentalTest.dir\build.make eo/CMakeFiles/ExperimentalTest.dir/build
  396. .PHONY : ExperimentalTest/fast
  397.  
  398. #=============================================================================
  399. # Target rules for targets named ExperimentalUpdate
  400.  
  401. # Build rule for target.
  402. ExperimentalUpdate: cmake_check_build_system
  403. $(MAKE) -f CMakeFiles\Makefile2 ExperimentalUpdate
  404. .PHONY : ExperimentalUpdate
  405.  
  406. # fast build rule for target.
  407. ExperimentalUpdate/fast:
  408. $(MAKE) -f eo\CMakeFiles\ExperimentalUpdate.dir\build.make eo/CMakeFiles/ExperimentalUpdate.dir/build
  409. .PHONY : ExperimentalUpdate/fast
  410.  
  411. #=============================================================================
  412. # Target rules for targets named Nightly
  413.  
  414. # Build rule for target.
  415. Nightly: cmake_check_build_system
  416. $(MAKE) -f CMakeFiles\Makefile2 Nightly
  417. .PHONY : Nightly
  418.  
  419. # fast build rule for target.
  420. Nightly/fast:
  421. $(MAKE) -f eo\CMakeFiles\Nightly.dir\build.make eo/CMakeFiles/Nightly.dir/build
  422. .PHONY : Nightly/fast
  423.  
  424. #=============================================================================
  425. # Target rules for targets named NightlyBuild
  426.  
  427. # Build rule for target.
  428. NightlyBuild: cmake_check_build_system
  429. $(MAKE) -f CMakeFiles\Makefile2 NightlyBuild
  430. .PHONY : NightlyBuild
  431.  
  432. # fast build rule for target.
  433. NightlyBuild/fast:
  434. $(MAKE) -f eo\CMakeFiles\NightlyBuild.dir\build.make eo/CMakeFiles/NightlyBuild.dir/build
  435. .PHONY : NightlyBuild/fast
  436.  
  437. #=============================================================================
  438. # Target rules for targets named NightlyConfigure
  439.  
  440. # Build rule for target.
  441. NightlyConfigure: cmake_check_build_system
  442. $(MAKE) -f CMakeFiles\Makefile2 NightlyConfigure
  443. .PHONY : NightlyConfigure
  444.  
  445. # fast build rule for target.
  446. NightlyConfigure/fast:
  447. $(MAKE) -f eo\CMakeFiles\NightlyConfigure.dir\build.make eo/CMakeFiles/NightlyConfigure.dir/build
  448. .PHONY : NightlyConfigure/fast
  449.  
  450. #=============================================================================
  451. # Target rules for targets named NightlyCoverage
  452.  
  453. # Build rule for target.
  454. NightlyCoverage: cmake_check_build_system
  455. $(MAKE) -f CMakeFiles\Makefile2 NightlyCoverage
  456. .PHONY : NightlyCoverage
  457.  
  458. # fast build rule for target.
  459. NightlyCoverage/fast:
  460. $(MAKE) -f eo\CMakeFiles\NightlyCoverage.dir\build.make eo/CMakeFiles/NightlyCoverage.dir/build
  461. .PHONY : NightlyCoverage/fast
  462.  
  463. #=============================================================================
  464. # Target rules for targets named NightlyMemCheck
  465.  
  466. # Build rule for target.
  467. NightlyMemCheck: cmake_check_build_system
  468. $(MAKE) -f CMakeFiles\Makefile2 NightlyMemCheck
  469. .PHONY : NightlyMemCheck
  470.  
  471. # fast build rule for target.
  472. NightlyMemCheck/fast:
  473. $(MAKE) -f eo\CMakeFiles\NightlyMemCheck.dir\build.make eo/CMakeFiles/NightlyMemCheck.dir/build
  474. .PHONY : NightlyMemCheck/fast
  475.  
  476. #=============================================================================
  477. # Target rules for targets named NightlyMemoryCheck
  478.  
  479. # Build rule for target.
  480. NightlyMemoryCheck: cmake_check_build_system
  481. $(MAKE) -f CMakeFiles\Makefile2 NightlyMemoryCheck
  482. .PHONY : NightlyMemoryCheck
  483.  
  484. # fast build rule for target.
  485. NightlyMemoryCheck/fast:
  486. $(MAKE) -f eo\CMakeFiles\NightlyMemoryCheck.dir\build.make eo/CMakeFiles/NightlyMemoryCheck.dir/build
  487. .PHONY : NightlyMemoryCheck/fast
  488.  
  489. #=============================================================================
  490. # Target rules for targets named NightlyStart
  491.  
  492. # Build rule for target.
  493. NightlyStart: cmake_check_build_system
  494. $(MAKE) -f CMakeFiles\Makefile2 NightlyStart
  495. .PHONY : NightlyStart
  496.  
  497. # fast build rule for target.
  498. NightlyStart/fast:
  499. $(MAKE) -f eo\CMakeFiles\NightlyStart.dir\build.make eo/CMakeFiles/NightlyStart.dir/build
  500. .PHONY : NightlyStart/fast
  501.  
  502. #=============================================================================
  503. # Target rules for targets named NightlySubmit
  504.  
  505. # Build rule for target.
  506. NightlySubmit: cmake_check_build_system
  507. $(MAKE) -f CMakeFiles\Makefile2 NightlySubmit
  508. .PHONY : NightlySubmit
  509.  
  510. # fast build rule for target.
  511. NightlySubmit/fast:
  512. $(MAKE) -f eo\CMakeFiles\NightlySubmit.dir\build.make eo/CMakeFiles/NightlySubmit.dir/build
  513. .PHONY : NightlySubmit/fast
  514.  
  515. #=============================================================================
  516. # Target rules for targets named NightlyTest
  517.  
  518. # Build rule for target.
  519. NightlyTest: cmake_check_build_system
  520. $(MAKE) -f CMakeFiles\Makefile2 NightlyTest
  521. .PHONY : NightlyTest
  522.  
  523. # fast build rule for target.
  524. NightlyTest/fast:
  525. $(MAKE) -f eo\CMakeFiles\NightlyTest.dir\build.make eo/CMakeFiles/NightlyTest.dir/build
  526. .PHONY : NightlyTest/fast
  527.  
  528. #=============================================================================
  529. # Target rules for targets named NightlyUpdate
  530.  
  531. # Build rule for target.
  532. NightlyUpdate: cmake_check_build_system
  533. $(MAKE) -f CMakeFiles\Makefile2 NightlyUpdate
  534. .PHONY : NightlyUpdate
  535.  
  536. # fast build rule for target.
  537. NightlyUpdate/fast:
  538. $(MAKE) -f eo\CMakeFiles\NightlyUpdate.dir\build.make eo/CMakeFiles/NightlyUpdate.dir/build
  539. .PHONY : NightlyUpdate/fast
  540.  
  541. #=============================================================================
  542. # Target rules for targets named doc-eo
  543.  
  544. # Build rule for target.
  545. doc-eo: cmake_check_build_system
  546. $(MAKE) -f CMakeFiles\Makefile2 doc-eo
  547. .PHONY : doc-eo
  548.  
  549. # fast build rule for target.
  550. doc-eo/fast:
  551. $(MAKE) -f eo\doc\CMakeFiles\doc-eo.dir\build.make eo/doc/CMakeFiles/doc-eo.dir/build
  552. .PHONY : doc-eo/fast
  553.  
  554. #=============================================================================
  555. # Target rules for targets named eo
  556.  
  557. # Build rule for target.
  558. eo: cmake_check_build_system
  559. $(MAKE) -f CMakeFiles\Makefile2 eo
  560. .PHONY : eo
  561.  
  562. # fast build rule for target.
  563. eo/fast:
  564. $(MAKE) -f eo\src\CMakeFiles\eo.dir\build.make eo/src/CMakeFiles/eo.dir/build
  565. .PHONY : eo/fast
  566.  
  567. #=============================================================================
  568. # Target rules for targets named cma
  569.  
  570. # Build rule for target.
  571. cma: cmake_check_build_system
  572. $(MAKE) -f CMakeFiles\Makefile2 cma
  573. .PHONY : cma
  574.  
  575. # fast build rule for target.
  576. cma/fast:
  577. $(MAKE) -f eo\src\es\CMakeFiles\cma.dir\build.make eo/src/es/CMakeFiles/cma.dir/build
  578. .PHONY : cma/fast
  579.  
  580. #=============================================================================
  581. # Target rules for targets named es
  582.  
  583. # Build rule for target.
  584. es: cmake_check_build_system
  585. $(MAKE) -f CMakeFiles\Makefile2 es
  586. .PHONY : es
  587.  
  588. # fast build rule for target.
  589. es/fast:
  590. $(MAKE) -f eo\src\es\CMakeFiles\es.dir\build.make eo/src/es/CMakeFiles/es.dir/build
  591. .PHONY : es/fast
  592.  
  593. #=============================================================================
  594. # Target rules for targets named ga
  595.  
  596. # Build rule for target.
  597. ga: cmake_check_build_system
  598. $(MAKE) -f CMakeFiles\Makefile2 ga
  599. .PHONY : ga
  600.  
  601. # fast build rule for target.
  602. ga/fast:
  603. $(MAKE) -f eo\src\ga\CMakeFiles\ga.dir\build.make eo/src/ga/CMakeFiles/ga.dir/build
  604. .PHONY : ga/fast
  605.  
  606. #=============================================================================
  607. # Target rules for targets named eoutils
  608.  
  609. # Build rule for target.
  610. eoutils: cmake_check_build_system
  611. $(MAKE) -f CMakeFiles\Makefile2 eoutils
  612. .PHONY : eoutils
  613.  
  614. # fast build rule for target.
  615. eoutils/fast:
  616. $(MAKE) -f eo\src\utils\CMakeFiles\eoutils.dir\build.make eo/src/utils/CMakeFiles/eoutils.dir/build
  617. .PHONY : eoutils/fast
  618.  
  619. #=============================================================================
  620. # Target rules for targets named doc-mo
  621.  
  622. # Build rule for target.
  623. doc-mo: cmake_check_build_system
  624. $(MAKE) -f CMakeFiles\Makefile2 doc-mo
  625. .PHONY : doc-mo
  626.  
  627. # fast build rule for target.
  628. doc-mo/fast:
  629. $(MAKE) -f mo\doc\CMakeFiles\doc-mo.dir\build.make mo/doc/CMakeFiles/doc-mo.dir/build
  630. .PHONY : doc-mo/fast
  631.  
  632. #=============================================================================
  633. # Target rules for targets named doc-moeo
  634.  
  635. # Build rule for target.
  636. doc-moeo: cmake_check_build_system
  637. $(MAKE) -f CMakeFiles\Makefile2 doc-moeo
  638. .PHONY : doc-moeo
  639.  
  640. # fast build rule for target.
  641. doc-moeo/fast:
  642. $(MAKE) -f moeo\doc\CMakeFiles\doc-moeo.dir\build.make moeo/doc/CMakeFiles/doc-moeo.dir/build
  643. .PHONY : doc-moeo/fast
  644.  
  645. #=============================================================================
  646. # Target rules for targets named moeo
  647.  
  648. # Build rule for target.
  649. moeo: cmake_check_build_system
  650. $(MAKE) -f CMakeFiles\Makefile2 moeo
  651. .PHONY : moeo
  652.  
  653. # fast build rule for target.
  654. moeo/fast:
  655. $(MAKE) -f moeo\src\CMakeFiles\moeo.dir\build.make moeo/src/CMakeFiles/moeo.dir/build
  656. .PHONY : moeo/fast
  657.  
  658. # Help Target
  659. help:
  660. @echo The following are some of the valid targets for this Makefile:
  661. @echo ... all (the default if no target is provided)
  662. @echo ... clean
  663. @echo ... depend
  664. @echo ... doc
  665. @echo ... edit_cache
  666. @echo ... install
  667. @echo ... install/local
  668. @echo ... install/strip
  669. @echo ... list_install_components
  670. @echo ... package
  671. @echo ... package_source
  672. @echo ... rebuild_cache
  673. @echo ... Continuous
  674. @echo ... ContinuousBuild
  675. @echo ... ContinuousConfigure
  676. @echo ... ContinuousCoverage
  677. @echo ... ContinuousMemCheck
  678. @echo ... ContinuousStart
  679. @echo ... ContinuousSubmit
  680. @echo ... ContinuousTest
  681. @echo ... ContinuousUpdate
  682. @echo ... Experimental
  683. @echo ... ExperimentalBuild
  684. @echo ... ExperimentalConfigure
  685. @echo ... ExperimentalCoverage
  686. @echo ... ExperimentalMemCheck
  687. @echo ... ExperimentalStart
  688. @echo ... ExperimentalSubmit
  689. @echo ... ExperimentalTest
  690. @echo ... ExperimentalUpdate
  691. @echo ... Nightly
  692. @echo ... NightlyBuild
  693. @echo ... NightlyConfigure
  694. @echo ... NightlyCoverage
  695. @echo ... NightlyMemCheck
  696. @echo ... NightlyMemoryCheck
  697. @echo ... NightlyStart
  698. @echo ... NightlySubmit
  699. @echo ... NightlyTest
  700. @echo ... NightlyUpdate
  701. @echo ... doc-eo
  702. @echo ... eo
  703. @echo ... cma
  704. @echo ... es
  705. @echo ... ga
  706. @echo ... eoutils
  707. @echo ... doc-mo
  708. @echo ... doc-moeo
  709. @echo ... moeo
  710. .PHONY : help
  711.  
  712.  
  713.  
  714. #=============================================================================
  715. # Special targets to cleanup operation of make.
  716.  
  717. # Special rule to run CMake to check the build system integrity.
  718. # No rule that depends on this can have commands that come from listfiles
  719. # because they might be regenerated.
  720. cmake_check_build_system:
  721. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0
  722. .PHONY : cmake_check_build_system
Add Comment
Please, Sign In to add comment