No Description
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.

Makefile2 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.9
  3. # Default target executed when no arguments are given to make.
  4. default_target: all
  5. .PHONY : default_target
  6. # The main recursive all target
  7. all:
  8. .PHONY : all
  9. # The main recursive preinstall target
  10. preinstall:
  11. .PHONY : preinstall
  12. #=============================================================================
  13. # Special targets provided by cmake.
  14. # Disable implicit rules so canonical targets will work.
  15. .SUFFIXES:
  16. # Remove some rules from gmake that .SUFFIXES does not remove.
  17. SUFFIXES =
  18. .SUFFIXES: .hpux_make_needs_suffix_list
  19. # Suppress display of executed commands.
  20. $(VERBOSE).SILENT:
  21. # A target that is always out of date.
  22. cmake_force:
  23. .PHONY : cmake_force
  24. #=============================================================================
  25. # Set environment variables for the build.
  26. # The shell in which to execute make rules.
  27. SHELL = /bin/sh
  28. # The CMake executable.
  29. CMAKE_COMMAND = /home/Applications/JetBrains/clion-2017.3.3/bin/cmake/bin/cmake
  30. # The command to remove a file.
  31. RM = /home/Applications/JetBrains/clion-2017.3.3/bin/cmake/bin/cmake -E remove -f
  32. # Escaping for special characters.
  33. EQUALS = =
  34. # The top-level source directory on which CMake was run.
  35. CMAKE_SOURCE_DIR = /home/dimercur/Travail/git/C-TP-RT/example/stress
  36. # The top-level build directory on which CMake was run.
  37. CMAKE_BINARY_DIR = /home/dimercur/Travail/git/C-TP-RT/example/stress/cmake-build-debug
  38. #=============================================================================
  39. # Target rules for target CMakeFiles/stress.dir
  40. # All Build rule for target.
  41. CMakeFiles/stress.dir/all:
  42. $(MAKE) -f CMakeFiles/stress.dir/build.make CMakeFiles/stress.dir/depend
  43. $(MAKE) -f CMakeFiles/stress.dir/build.make CMakeFiles/stress.dir/build
  44. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/dimercur/Travail/git/C-TP-RT/example/stress/cmake-build-debug/CMakeFiles --progress-num=1,2,3 "Built target stress"
  45. .PHONY : CMakeFiles/stress.dir/all
  46. # Include target in all.
  47. all: CMakeFiles/stress.dir/all
  48. .PHONY : all
  49. # Build rule for subdir invocation for target.
  50. CMakeFiles/stress.dir/rule: cmake_check_build_system
  51. $(CMAKE_COMMAND) -E cmake_progress_start /home/dimercur/Travail/git/C-TP-RT/example/stress/cmake-build-debug/CMakeFiles 3
  52. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/stress.dir/all
  53. $(CMAKE_COMMAND) -E cmake_progress_start /home/dimercur/Travail/git/C-TP-RT/example/stress/cmake-build-debug/CMakeFiles 0
  54. .PHONY : CMakeFiles/stress.dir/rule
  55. # Convenience name for target.
  56. stress: CMakeFiles/stress.dir/rule
  57. .PHONY : stress
  58. # clean rule for target.
  59. CMakeFiles/stress.dir/clean:
  60. $(MAKE) -f CMakeFiles/stress.dir/build.make CMakeFiles/stress.dir/clean
  61. .PHONY : CMakeFiles/stress.dir/clean
  62. # clean rule for target.
  63. clean: CMakeFiles/stress.dir/clean
  64. .PHONY : clean
  65. #=============================================================================
  66. # Special targets to cleanup operation of make.
  67. # Special rule to run CMake to check the build system integrity.
  68. # No rule that depends on this can have commands that come from listfiles
  69. # because they might be regenerated.
  70. cmake_check_build_system:
  71. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  72. .PHONY : cmake_check_build_system