build.make 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 2.8
  3. #=============================================================================
  4. # Special targets provided by cmake.
  5. # Disable implicit rules so canonical targets will work.
  6. .SUFFIXES:
  7. # Remove some rules from gmake that .SUFFIXES does not remove.
  8. SUFFIXES =
  9. .SUFFIXES: .hpux_make_needs_suffix_list
  10. # Suppress display of executed commands.
  11. $(VERBOSE).SILENT:
  12. # A target that is always out of date.
  13. cmake_force:
  14. .PHONY : cmake_force
  15. #=============================================================================
  16. # Set environment variables for the build.
  17. # The shell in which to execute make rules.
  18. SHELL = /bin/sh
  19. # The CMake executable.
  20. CMAKE_COMMAND = /usr/bin/cmake
  21. # The command to remove a file.
  22. RM = /usr/bin/cmake -E remove -f
  23. # Escaping for special characters.
  24. EQUALS = =
  25. # The top-level source directory on which CMake was run.
  26. CMAKE_SOURCE_DIR = "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread"
  27. # The top-level build directory on which CMake was run.
  28. CMAKE_BINARY_DIR = "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle"
  29. # Include any dependencies generated for this target.
  30. include test/CMakeFiles/test_template.dir/depend.make
  31. # Include the progress variables for this target.
  32. include test/CMakeFiles/test_template.dir/progress.make
  33. # Include the compile flags for this target's objects.
  34. include test/CMakeFiles/test_template.dir/flags.make
  35. test/CMakeFiles/test_template.dir/test.cpp.o: test/CMakeFiles/test_template.dir/flags.make
  36. test/CMakeFiles/test_template.dir/test.cpp.o: ../test/test.cpp
  37. $(CMAKE_COMMAND) -E cmake_progress_report "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle/CMakeFiles" $(CMAKE_PROGRESS_1)
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object test/CMakeFiles/test_template.dir/test.cpp.o"
  39. cd "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle/test" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/test_template.dir/test.cpp.o -c "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/test/test.cpp"
  40. test/CMakeFiles/test_template.dir/test.cpp.i: cmake_force
  41. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test_template.dir/test.cpp.i"
  42. cd "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle/test" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/test/test.cpp" > CMakeFiles/test_template.dir/test.cpp.i
  43. test/CMakeFiles/test_template.dir/test.cpp.s: cmake_force
  44. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test_template.dir/test.cpp.s"
  45. cd "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle/test" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/test/test.cpp" -o CMakeFiles/test_template.dir/test.cpp.s
  46. test/CMakeFiles/test_template.dir/test.cpp.o.requires:
  47. .PHONY : test/CMakeFiles/test_template.dir/test.cpp.o.requires
  48. test/CMakeFiles/test_template.dir/test.cpp.o.provides: test/CMakeFiles/test_template.dir/test.cpp.o.requires
  49. $(MAKE) -f test/CMakeFiles/test_template.dir/build.make test/CMakeFiles/test_template.dir/test.cpp.o.provides.build
  50. .PHONY : test/CMakeFiles/test_template.dir/test.cpp.o.provides
  51. test/CMakeFiles/test_template.dir/test.cpp.o.provides.build: test/CMakeFiles/test_template.dir/test.cpp.o
  52. # Object files for target test_template
  53. test_template_OBJECTS = \
  54. "CMakeFiles/test_template.dir/test.cpp.o"
  55. # External object files for target test_template
  56. test_template_EXTERNAL_OBJECTS =
  57. test/test_template: test/CMakeFiles/test_template.dir/test.cpp.o
  58. test/test_template: test/CMakeFiles/test_template.dir/build.make
  59. test/test_template: /usr/lib/libboost_unit_test_framework-mt.so
  60. test/test_template: /usr/lib/libboost_date_time-mt.so
  61. test/test_template: /usr/lib/libboost_unit_test_framework-mt.so
  62. test/test_template: /usr/lib/libboost_date_time-mt.so
  63. test/test_template: test/CMakeFiles/test_template.dir/link.txt
  64. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable test_template"
  65. cd "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle/test" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test_template.dir/link.txt --verbose=$(VERBOSE)
  66. # Rule to build all files generated by this target.
  67. test/CMakeFiles/test_template.dir/build: test/test_template
  68. .PHONY : test/CMakeFiles/test_template.dir/build
  69. test/CMakeFiles/test_template.dir/requires: test/CMakeFiles/test_template.dir/test.cpp.o.requires
  70. .PHONY : test/CMakeFiles/test_template.dir/requires
  71. test/CMakeFiles/test_template.dir/clean:
  72. cd "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle/test" && $(CMAKE_COMMAND) -P CMakeFiles/test_template.dir/cmake_clean.cmake
  73. .PHONY : test/CMakeFiles/test_template.dir/clean
  74. test/CMakeFiles/test_template.dir/depend:
  75. cd "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread" "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/test" "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle" "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle/test" "/home/m2sid/projects/APPROUVES PROGRAMMES/malariaspread_nocontact_daily/malariaspread/buildvle/test/CMakeFiles/test_template.dir/DependInfo.cmake" --color=$(COLOR)
  76. .PHONY : test/CMakeFiles/test_template.dir/depend