Advertisement
Guest User

Untitled

a guest
Mar 24th, 2013
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 9.27 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 canoncical 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 = /usr/bin/cmake
  34.  
  35. # The command to remove a file.
  36. RM = /usr/bin/cmake -E remove -f
  37.  
  38. # The top-level source directory on which CMake was run.
  39. CMAKE_SOURCE_DIR = /home/eugeno/Projects/Hedgewars/trunk
  40.  
  41. # The top-level build directory on which CMake was run.
  42. CMAKE_BINARY_DIR = /home/eugeno/Projects/Hedgewars/trunk
  43.  
  44. #=============================================================================
  45. # Targets provided globally by CMake.
  46.  
  47. # Special rule for the target edit_cache
  48. edit_cache:
  49.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
  50.     /usr/bin/cmake -i .
  51. .PHONY : edit_cache
  52.  
  53. # Special rule for the target edit_cache
  54. edit_cache/fast: edit_cache
  55. .PHONY : edit_cache/fast
  56.  
  57. # Special rule for the target install
  58. install: preinstall
  59.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  60.     /usr/bin/cmake -P cmake_install.cmake
  61. .PHONY : install
  62.  
  63. # Special rule for the target install
  64. install/fast: preinstall/fast
  65.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  66.     /usr/bin/cmake -P cmake_install.cmake
  67. .PHONY : install/fast
  68.  
  69. # Special rule for the target install/local
  70. install/local: preinstall
  71.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  72.     /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  73. .PHONY : install/local
  74.  
  75. # Special rule for the target install/local
  76. install/local/fast: install/local
  77. .PHONY : install/local/fast
  78.  
  79. # Special rule for the target install/strip
  80. install/strip: preinstall
  81.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  82.     /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  83. .PHONY : install/strip
  84.  
  85. # Special rule for the target install/strip
  86. install/strip/fast: install/strip
  87. .PHONY : install/strip/fast
  88.  
  89. # Special rule for the target list_install_components
  90. list_install_components:
  91.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  92. .PHONY : list_install_components
  93.  
  94. # Special rule for the target list_install_components
  95. list_install_components/fast: list_install_components
  96. .PHONY : list_install_components/fast
  97.  
  98. # Special rule for the target package
  99. package: preinstall
  100.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
  101.     /usr/bin/cpack --config ./CPackConfig.cmake
  102. .PHONY : package
  103.  
  104. # Special rule for the target package
  105. package/fast: package
  106. .PHONY : package/fast
  107.  
  108. # Special rule for the target package_source
  109. package_source:
  110.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
  111.     /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/eugeno/Projects/Hedgewars/trunk/CPackSourceConfig.cmake
  112. .PHONY : package_source
  113.  
  114. # Special rule for the target package_source
  115. package_source/fast: package_source
  116. .PHONY : package_source/fast
  117.  
  118. # Special rule for the target rebuild_cache
  119. rebuild_cache:
  120.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  121.     /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  122. .PHONY : rebuild_cache
  123.  
  124. # Special rule for the target rebuild_cache
  125. rebuild_cache/fast: rebuild_cache
  126. .PHONY : rebuild_cache/fast
  127.  
  128. # The main all target
  129. all: cmake_check_build_system
  130.     $(CMAKE_COMMAND) -E cmake_progress_start /home/eugeno/Projects/Hedgewars/trunk/CMakeFiles /home/eugeno/Projects/Hedgewars/trunk/CMakeFiles/progress.marks
  131.     $(MAKE) -f CMakeFiles/Makefile2 all
  132.     $(CMAKE_COMMAND) -E cmake_progress_start /home/eugeno/Projects/Hedgewars/trunk/CMakeFiles 0
  133. .PHONY : all
  134.  
  135. # The main clean target
  136. clean:
  137.     $(MAKE) -f CMakeFiles/Makefile2 clean
  138. .PHONY : clean
  139.  
  140. # The main clean target
  141. clean/fast: clean
  142. .PHONY : clean/fast
  143.  
  144. # Prepare targets for installation.
  145. preinstall: all
  146.     $(MAKE) -f CMakeFiles/Makefile2 preinstall
  147. .PHONY : preinstall
  148.  
  149. # Prepare targets for installation.
  150. preinstall/fast:
  151.     $(MAKE) -f CMakeFiles/Makefile2 preinstall
  152. .PHONY : preinstall/fast
  153.  
  154. # clear depends
  155. depend:
  156.     $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  157. .PHONY : depend
  158.  
  159. #=============================================================================
  160. # Target rules for targets named physfs
  161.  
  162. # Build rule for target.
  163. physfs: cmake_check_build_system
  164.     $(MAKE) -f CMakeFiles/Makefile2 physfs
  165. .PHONY : physfs
  166.  
  167. # fast build rule for target.
  168. physfs/fast:
  169.     $(MAKE) -f misc/libphysfs/CMakeFiles/physfs.dir/build.make misc/libphysfs/CMakeFiles/physfs.dir/build
  170. .PHONY : physfs/fast
  171.  
  172. #=============================================================================
  173. # Target rules for targets named physlayer
  174.  
  175. # Build rule for target.
  176. physlayer: cmake_check_build_system
  177.     $(MAKE) -f CMakeFiles/Makefile2 physlayer
  178. .PHONY : physlayer
  179.  
  180. # fast build rule for target.
  181. physlayer/fast:
  182.     $(MAKE) -f misc/libphyslayer/CMakeFiles/physlayer.dir/build.make misc/libphyslayer/CMakeFiles/physlayer.dir/build
  183. .PHONY : physlayer/fast
  184.  
  185. #=============================================================================
  186. # Target rules for targets named ENGINECLEAN
  187.  
  188. # Build rule for target.
  189. ENGINECLEAN: cmake_check_build_system
  190.     $(MAKE) -f CMakeFiles/Makefile2 ENGINECLEAN
  191. .PHONY : ENGINECLEAN
  192.  
  193. # fast build rule for target.
  194. ENGINECLEAN/fast:
  195.     $(MAKE) -f hedgewars/CMakeFiles/ENGINECLEAN.dir/build.make hedgewars/CMakeFiles/ENGINECLEAN.dir/build
  196. .PHONY : ENGINECLEAN/fast
  197.  
  198. #=============================================================================
  199. # Target rules for targets named hwengine
  200.  
  201. # Build rule for target.
  202. hwengine: cmake_check_build_system
  203.     $(MAKE) -f CMakeFiles/Makefile2 hwengine
  204. .PHONY : hwengine
  205.  
  206. # fast build rule for target.
  207. hwengine/fast:
  208.     $(MAKE) -f hedgewars/CMakeFiles/hwengine.dir/build.make hedgewars/CMakeFiles/hwengine.dir/build
  209. .PHONY : hwengine/fast
  210.  
  211. #=============================================================================
  212. # Target rules for targets named hedgewars
  213.  
  214. # Build rule for target.
  215. hedgewars: cmake_check_build_system
  216.     $(MAKE) -f CMakeFiles/Makefile2 hedgewars
  217. .PHONY : hedgewars
  218.  
  219. # fast build rule for target.
  220. hedgewars/fast:
  221.     $(MAKE) -f QTfrontend/CMakeFiles/hedgewars.dir/build.make QTfrontend/CMakeFiles/hedgewars.dir/build
  222. .PHONY : hedgewars/fast
  223.  
  224. #=============================================================================
  225. # Target rules for targets named release-translation
  226.  
  227. # Build rule for target.
  228. release-translation: cmake_check_build_system
  229.     $(MAKE) -f CMakeFiles/Makefile2 release-translation
  230. .PHONY : release-translation
  231.  
  232. # fast build rule for target.
  233. release-translation/fast:
  234.     $(MAKE) -f share/hedgewars/Data/Locale/CMakeFiles/release-translation.dir/build.make share/hedgewars/Data/Locale/CMakeFiles/release-translation.dir/build
  235. .PHONY : release-translation/fast
  236.  
  237. #=============================================================================
  238. # Target rules for targets named uninstall
  239.  
  240. # Build rule for target.
  241. uninstall: cmake_check_build_system
  242.     $(MAKE) -f CMakeFiles/Makefile2 uninstall
  243. .PHONY : uninstall
  244.  
  245. # fast build rule for target.
  246. uninstall/fast:
  247.     $(MAKE) -f tools/CMakeFiles/uninstall.dir/build.make tools/CMakeFiles/uninstall.dir/build
  248. .PHONY : uninstall/fast
  249.  
  250. # Help Target
  251. help:
  252.     @echo "The following are some of the valid targets for this Makefile:"
  253.     @echo "... all (the default if no target is provided)"
  254.     @echo "... clean"
  255.     @echo "... depend"
  256.     @echo "... edit_cache"
  257.     @echo "... install"
  258.     @echo "... install/local"
  259.     @echo "... install/strip"
  260.     @echo "... list_install_components"
  261.     @echo "... package"
  262.     @echo "... package_source"
  263.     @echo "... rebuild_cache"
  264.     @echo "... physfs"
  265.     @echo "... physlayer"
  266.     @echo "... ENGINECLEAN"
  267.     @echo "... hwengine"
  268.     @echo "... hedgewars"
  269.     @echo "... release-translation"
  270.     @echo "... uninstall"
  271. .PHONY : help
  272.  
  273.  
  274.  
  275. #=============================================================================
  276. # Special targets to cleanup operation of make.
  277.  
  278. # Special rule to run CMake to check the build system integrity.
  279. # No rule that depends on this can have commands that come from listfiles
  280. # because they might be regenerated.
  281. cmake_check_build_system:
  282.     $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  283. .PHONY : cmake_check_build_system
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement