Advertisement
Guest User

Untitled

a guest
May 23rd, 2016
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 2.8
  3.  
  4. #=============================================================================
  5. # Special targets provided by cmake.
  6.  
  7. # Disable implicit rules so canonical targets will work.
  8. .SUFFIXES:
  9.  
  10. # Remove some rules from gmake that .SUFFIXES does not remove.
  11. SUFFIXES =
  12.  
  13. .SUFFIXES: .hpux_make_needs_suffix_list
  14.  
  15. # Suppress display of executed commands.
  16. $(VERBOSE).SILENT:
  17.  
  18. # A target that is always out of date.
  19. cmake_force:
  20. .PHONY : cmake_force
  21.  
  22. #=============================================================================
  23. # Set environment variables for the build.
  24.  
  25. # The shell in which to execute make rules.
  26. SHELL = /bin/sh
  27.  
  28. # The CMake executable.
  29. CMAKE_COMMAND = /usr/bin/cmake
  30.  
  31. # The command to remove a file.
  32. RM = /usr/bin/cmake -E remove -f
  33.  
  34. # Escaping for special characters.
  35. EQUALS = =
  36.  
  37. # The program to use to edit the cache.
  38. CMAKE_EDIT_COMMAND = /usr/bin/cmake-gui
  39.  
  40. # The top-level source directory on which CMake was run.
  41. CMAKE_SOURCE_DIR = /home/yeti/mnt/workspace/src/cmake_test
  42.  
  43. # The top-level build directory on which CMake was run.
  44. CMAKE_BINARY_DIR = /home/yeti/mnt/workspace/src/cmake_test/build
  45.  
  46. # Utility rule file for custom_tg.
  47.  
  48. # Include the progress variables for this target.
  49. include CMakeFiles/custom_tg.dir/progress.make
  50.  
  51. CMakeFiles/custom_tg:
  52. ls > custom_target.txt
  53.  
  54. custom_tg: CMakeFiles/custom_tg
  55. custom_tg: CMakeFiles/custom_tg.dir/build.make
  56. ls > custom_command1.txt
  57. .PHONY : custom_tg
  58.  
  59. # Rule to build all files generated by this target.
  60. CMakeFiles/custom_tg.dir/build: custom_tg
  61. .PHONY : CMakeFiles/custom_tg.dir/build
  62.  
  63. CMakeFiles/custom_tg.dir/clean:
  64. $(CMAKE_COMMAND) -P CMakeFiles/custom_tg.dir/cmake_clean.cmake
  65. .PHONY : CMakeFiles/custom_tg.dir/clean
  66.  
  67. CMakeFiles/custom_tg.dir/depend:
  68. cd /home/yeti/mnt/workspace/src/cmake_test/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/yeti/mnt/workspace/src/cmake_test /home/yeti/mnt/workspace/src/cmake_test /home/yeti/mnt/workspace/src/cmake_test/build /home/yeti/mnt/workspace/src/cmake_test/build /home/yeti/mnt/workspace/src/cmake_test/build/CMakeFiles/custom_tg.dir/DependInfo.cmake --color=$(COLOR)
  69. .PHONY : CMakeFiles/custom_tg.dir/depend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement