Makefile2 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.7
  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/anonymous/Downloads/clion-2017.1.3/bin/cmake/bin/cmake
  30. # The command to remove a file.
  31. RM = /home/anonymous/Downloads/clion-2017.1.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/anonymous/Downloads/ID2T-toolkit/code_boost/src/cxx
  36. # The top-level build directory on which CMake was run.
  37. CMAKE_BINARY_DIR = /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cxx/cmake-build-debug
  38. #=============================================================================
  39. # Target rules for target CMakeFiles/cxx.dir
  40. # All Build rule for target.
  41. CMakeFiles/cxx.dir/all:
  42. $(MAKE) -f CMakeFiles/cxx.dir/build.make CMakeFiles/cxx.dir/depend
  43. $(MAKE) -f CMakeFiles/cxx.dir/build.make CMakeFiles/cxx.dir/build
  44. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cxx/cmake-build-debug/CMakeFiles --progress-num=1,2,3,4 "Built target cxx"
  45. .PHONY : CMakeFiles/cxx.dir/all
  46. # Include target in all.
  47. all: CMakeFiles/cxx.dir/all
  48. .PHONY : all
  49. # Build rule for subdir invocation for target.
  50. CMakeFiles/cxx.dir/rule: cmake_check_build_system
  51. $(CMAKE_COMMAND) -E cmake_progress_start /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cxx/cmake-build-debug/CMakeFiles 4
  52. $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/cxx.dir/all
  53. $(CMAKE_COMMAND) -E cmake_progress_start /home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cxx/cmake-build-debug/CMakeFiles 0
  54. .PHONY : CMakeFiles/cxx.dir/rule
  55. # Convenience name for target.
  56. cxx: CMakeFiles/cxx.dir/rule
  57. .PHONY : cxx
  58. # clean rule for target.
  59. CMakeFiles/cxx.dir/clean:
  60. $(MAKE) -f CMakeFiles/cxx.dir/build.make CMakeFiles/cxx.dir/clean
  61. .PHONY : CMakeFiles/cxx.dir/clean
  62. # clean rule for target.
  63. clean: CMakeFiles/cxx.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