Advertisement
bos5102

makefile in /home/myname/Desktop/MyProject

Jan 5th, 2016
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 7.60 KB | None | 0 0
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 2.8
  3.  
  4. # Default target executed when no arguments are given to make.
  5. default_target: all
  6. .PHONY : default_target
  7.  
  8. #=============================================================================
  9. # Special targets provided by cmake.
  10.  
  11. # Disable implicit rules so canonical targets will work.
  12. .SUFFIXES:
  13.  
  14. # Remove some rules from gmake that .SUFFIXES does not remove.
  15. SUFFIXES =
  16.  
  17. .SUFFIXES: .hpux_make_needs_suffix_list
  18.  
  19. # Suppress display of executed commands.
  20. $(VERBOSE).SILENT:
  21.  
  22. # A target that is always out of date.
  23. cmake_force:
  24. .PHONY : cmake_force
  25.  
  26. #=============================================================================
  27. # Set environment variables for the build.
  28.  
  29. # The shell in which to execute make rules.
  30. SHELL = /bin/sh
  31.  
  32. # The CMake executable.
  33. CMAKE_COMMAND = /opt/olddirectory/cmake/cmake-2.8.9/oldlinuxversion/gcc-4.6/bin/cmake
  34.  
  35. # The command to remove a file.
  36. RM = /opt/olddirectory/cmake/cmake-2.8.9/oldlinuxversion/gcc-4.6/bin/cmake -E remove -f
  37.  
  38. # Escaping for special characters.
  39. EQUALS = =
  40.  
  41. # The program to use to edit the cache.
  42. CMAKE_EDIT_COMMAND = /opt/olddirectory/cmake/cmake-2.8.9/oldlinuxversion/gcc-4.6/bin/ccmake
  43.  
  44. # The top-level source directory on which CMake was run.
  45. CMAKE_SOURCE_DIR = /oldhome/myname/MyProject
  46.  
  47. # The top-level build directory on which CMake was run.
  48. CMAKE_BINARY_DIR = /oldhome/myname/MyProject
  49.  
  50. #=============================================================================
  51. # Targets provided globally by CMake.
  52.  
  53. # Special rule for the target edit_cache
  54. edit_cache:
  55.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  56.     /opt/olddirectory/cmake/cmake-2.8.9/oldlinuxversion/gcc-4.6/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  57. .PHONY : edit_cache
  58.  
  59. # Special rule for the target edit_cache
  60. edit_cache/fast: edit_cache
  61. .PHONY : edit_cache/fast
  62.  
  63. # Special rule for the target install
  64. install: preinstall
  65.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  66.     /opt/olddirectory/cmake/cmake-2.8.9/oldlinuxversion/gcc-4.6/bin/cmake -P cmake_install.cmake
  67. .PHONY : install
  68.  
  69. # Special rule for the target install
  70. install/fast: preinstall/fast
  71.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  72.     /opt/olddirectory/cmake/cmake-2.8.9/oldlinuxversion/gcc-4.6/bin/cmake -P cmake_install.cmake
  73. .PHONY : install/fast
  74.  
  75. # Special rule for the target install/local
  76. install/local: preinstall
  77.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  78.     /opt/olddirectory/cmake/cmake-2.8.9/oldlinuxversion/gcc-4.6/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  79. .PHONY : install/local
  80.  
  81. # Special rule for the target install/local
  82. install/local/fast: install/local
  83. .PHONY : install/local/fast
  84.  
  85. # Special rule for the target install/strip
  86. install/strip: preinstall
  87.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  88.     /opt/olddirectory/cmake/cmake-2.8.9/oldlinuxversion/gcc-4.6/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  89. .PHONY : install/strip
  90.  
  91. # Special rule for the target install/strip
  92. install/strip/fast: install/strip
  93. .PHONY : install/strip/fast
  94.  
  95. # Special rule for the target list_install_components
  96. list_install_components:
  97.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  98. .PHONY : list_install_components
  99.  
  100. # Special rule for the target list_install_components
  101. list_install_components/fast: list_install_components
  102. .PHONY : list_install_components/fast
  103.  
  104. # Special rule for the target package
  105. package: preinstall
  106.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
  107.     /opt/olddirectory/cmake/cmake-2.8.9/oldlinuxversion/gcc-4.6/bin/cpack --config ./CPackConfig.cmake
  108. .PHONY : package
  109.  
  110. # Special rule for the target package
  111. package/fast: package
  112. .PHONY : package/fast
  113.  
  114. # Special rule for the target package_source
  115. package_source:
  116.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
  117.     /opt/olddirectory/cmake/cmake-2.8.9/oldlinuxversion/gcc-4.6/bin/cpack --config ./CPackSourceConfig.cmake /oldhome/myname/MyProject/CPackSourceConfig.cmake
  118. .PHONY : package_source
  119.  
  120. # Special rule for the target package_source
  121. package_source/fast: package_source
  122. .PHONY : package_source/fast
  123.  
  124. # Special rule for the target rebuild_cache
  125. rebuild_cache:
  126.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  127.     /opt/olddirectory/cmake/cmake-2.8.9/oldlinuxversion/gcc-4.6/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  128. .PHONY : rebuild_cache
  129.  
  130. # Special rule for the target rebuild_cache
  131. rebuild_cache/fast: rebuild_cache
  132. .PHONY : rebuild_cache/fast
  133.  
  134. # The main all target
  135. all: cmake_check_build_system
  136.     $(CMAKE_COMMAND) -E cmake_progress_start /oldhome/myname/MyProject/CMakeFiles /oldhome/myname/MyProject/CMakeFiles/progress.marks
  137.     $(MAKE) -f CMakeFiles/Makefile2 all
  138.     $(CMAKE_COMMAND) -E cmake_progress_start /oldhome/myname/MyProject/CMakeFiles 0
  139. .PHONY : all
  140.  
  141. # The main clean target
  142. clean:
  143.     $(MAKE) -f CMakeFiles/Makefile2 clean
  144. .PHONY : clean
  145.  
  146. # The main clean target
  147. clean/fast: clean
  148. .PHONY : clean/fast
  149.  
  150. # Prepare targets for installation.
  151. preinstall: all
  152.     $(MAKE) -f CMakeFiles/Makefile2 preinstall
  153. .PHONY : preinstall
  154.  
  155. # Prepare targets for installation.
  156. preinstall/fast:
  157.     $(MAKE) -f CMakeFiles/Makefile2 preinstall
  158. .PHONY : preinstall/fast
  159.  
  160. # clear depends
  161. depend:
  162.     $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  163. .PHONY : depend
  164.  
  165. #=============================================================================
  166. # Target rules for targets named Thing
  167.  
  168. # Build rule for target.
  169. Thing: cmake_check_build_system
  170.     $(MAKE) -f CMakeFiles/Makefile2 Thing
  171. .PHONY : Thing
  172.  
  173. # fast build rule for target.
  174. Thing/fast:
  175.     $(MAKE) -f src/Thing/CMakeFiles/Thing.dir/build.make src/Thing/CMakeFiles/Thing.dir/build
  176. .PHONY : Thing/fast
  177.  
  178.  
  179.  
  180. #=============================================================================
  181. # Target rules for targets named MyProject
  182.  
  183. # Build rule for target.
  184. MyProject: cmake_check_build_system
  185.     $(MAKE) -f CMakeFiles/Makefile2 MyProject
  186. .PHONY : MyProject
  187.  
  188. # fast build rule for target.
  189. MyProject/fast:
  190.     $(MAKE) -f src/MyProject/CMakeFiles/MyProject.dir/build.make src/MyProject/CMakeFiles/MyProject.dir/build
  191. .PHONY : MyProject/fast
  192.  
  193. # Help Target
  194. help:
  195.     @echo "The following are some of the valid targets for this Makefile:"
  196.     @echo "... all (the default if no target is provided)"
  197.     @echo "... clean"
  198.     @echo "... depend"
  199.     @echo "... edit_cache"
  200.     @echo "... install"
  201.     @echo "... install/local"
  202.     @echo "... install/strip"
  203.     @echo "... list_install_components"
  204.     @echo "... package"
  205.     @echo "... package_source"
  206.     @echo "... rebuild_cache"
  207.     @echo "... Thing"
  208.     #and echo other directories
  209.     @echo "... MyProject"
  210. .PHONY : help
  211.  
  212.  
  213.  
  214. #=============================================================================
  215. # Special targets to cleanup operation of make.
  216.  
  217. # Special rule to run CMake to check the build system integrity.
  218. # No rule that depends on this can have commands that come from listfiles
  219. # because they might be regenerated.
  220. cmake_check_build_system:
  221.     $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  222. .PHONY : cmake_check_build_system
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement