Makefile 17 KB

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