Makefile 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  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. cd "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle" && /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. cd "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle" && /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. cd "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle" && $(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/test/CMakeFiles/progress.marks"
  110. cd "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle" && $(MAKE) -f CMakeFiles/Makefile2 test/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. cd "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle" && $(MAKE) -f CMakeFiles/Makefile2 test/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. cd "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle" && $(MAKE) -f CMakeFiles/Makefile2 test/preinstall
  123. .PHONY : preinstall
  124. # Prepare targets for installation.
  125. preinstall/fast:
  126. cd "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle" && $(MAKE) -f CMakeFiles/Makefile2 test/preinstall
  127. .PHONY : preinstall/fast
  128. # clear depends
  129. depend:
  130. cd "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle" && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  131. .PHONY : depend
  132. # Convenience name for target.
  133. test/CMakeFiles/test_template.dir/rule:
  134. cd "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle" && $(MAKE) -f CMakeFiles/Makefile2 test/CMakeFiles/test_template.dir/rule
  135. .PHONY : test/CMakeFiles/test_template.dir/rule
  136. # Convenience name for target.
  137. test_template: test/CMakeFiles/test_template.dir/rule
  138. .PHONY : test_template
  139. # fast build rule for target.
  140. test_template/fast:
  141. cd "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle" && $(MAKE) -f test/CMakeFiles/test_template.dir/build.make test/CMakeFiles/test_template.dir/build
  142. .PHONY : test_template/fast
  143. test.o: test.cpp.o
  144. .PHONY : test.o
  145. # target to build an object file
  146. test.cpp.o:
  147. cd "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle" && $(MAKE) -f test/CMakeFiles/test_template.dir/build.make test/CMakeFiles/test_template.dir/test.cpp.o
  148. .PHONY : test.cpp.o
  149. test.i: test.cpp.i
  150. .PHONY : test.i
  151. # target to preprocess a source file
  152. test.cpp.i:
  153. cd "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle" && $(MAKE) -f test/CMakeFiles/test_template.dir/build.make test/CMakeFiles/test_template.dir/test.cpp.i
  154. .PHONY : test.cpp.i
  155. test.s: test.cpp.s
  156. .PHONY : test.s
  157. # target to generate assembly for a file
  158. test.cpp.s:
  159. cd "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle" && $(MAKE) -f test/CMakeFiles/test_template.dir/build.make test/CMakeFiles/test_template.dir/test.cpp.s
  160. .PHONY : test.cpp.s
  161. # Help Target
  162. help:
  163. @echo "The following are some of the valid targets for this Makefile:"
  164. @echo "... all (the default if no target is provided)"
  165. @echo "... clean"
  166. @echo "... depend"
  167. @echo "... edit_cache"
  168. @echo "... install"
  169. @echo "... install/local"
  170. @echo "... install/strip"
  171. @echo "... list_install_components"
  172. @echo "... package"
  173. @echo "... package_source"
  174. @echo "... rebuild_cache"
  175. @echo "... test"
  176. @echo "... test_template"
  177. @echo "... test.o"
  178. @echo "... test.i"
  179. @echo "... test.s"
  180. .PHONY : help
  181. #=============================================================================
  182. # Special targets to cleanup operation of make.
  183. # Special rule to run CMake to check the build system integrity.
  184. # No rule that depends on this can have commands that come from listfiles
  185. # because they might be regenerated.
  186. cmake_check_build_system:
  187. cd "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle" && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  188. .PHONY : cmake_check_build_system