/Build/HelloWorld/Makefile

https://github.com/deldelda/Box2d-Mods · Makefile · 200 lines · 106 code · 45 blank · 49 comment · 14 complexity · 48a651e538fc557b5bd7f789d97399be MD5 · raw file

  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 2.8
  3. # Default target executed when no arguments are given to make.
  4. default_target: all
  5. .PHONY : default_target
  6. #=============================================================================
  7. # Special targets provided by cmake.
  8. # Disable implicit rules so canoncical targets will work.
  9. .SUFFIXES:
  10. # Remove some rules from gmake that .SUFFIXES does not remove.
  11. SUFFIXES =
  12. .SUFFIXES: .hpux_make_needs_suffix_list
  13. # Suppress display of executed commands.
  14. $(VERBOSE).SILENT:
  15. # A target that is always out of date.
  16. cmake_force:
  17. .PHONY : cmake_force
  18. #=============================================================================
  19. # Set environment variables for the build.
  20. # The shell in which to execute make rules.
  21. SHELL = /bin/sh
  22. # The CMake executable.
  23. CMAKE_COMMAND = "/Applications/CMake 2.8-2.app/Contents/bin/cmake"
  24. # The command to remove a file.
  25. RM = "/Applications/CMake 2.8-2.app/Contents/bin/cmake" -E remove -f
  26. # The program to use to edit the cache.
  27. CMAKE_EDIT_COMMAND = "/Applications/CMake 2.8-2.app/Contents/bin/ccmake"
  28. # The top-level source directory on which CMake was run.
  29. CMAKE_SOURCE_DIR = /Users/Andy/Documents/Box2D_v2.1.2/Box2D
  30. # The top-level build directory on which CMake was run.
  31. CMAKE_BINARY_DIR = /Users/Andy/Documents/Box2D_v2.1.2/Box2D/Build
  32. #=============================================================================
  33. # Targets provided globally by CMake.
  34. # Special rule for the target edit_cache
  35. edit_cache:
  36. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  37. "/Applications/CMake 2.8-2.app/Contents/bin/ccmake" -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  38. .PHONY : edit_cache
  39. # Special rule for the target edit_cache
  40. edit_cache/fast: edit_cache
  41. .PHONY : edit_cache/fast
  42. # Special rule for the target install
  43. install: preinstall
  44. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  45. "/Applications/CMake 2.8-2.app/Contents/bin/cmake" -P cmake_install.cmake
  46. .PHONY : install
  47. # Special rule for the target install
  48. install/fast: preinstall/fast
  49. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  50. "/Applications/CMake 2.8-2.app/Contents/bin/cmake" -P cmake_install.cmake
  51. .PHONY : install/fast
  52. # Special rule for the target install/local
  53. install/local: preinstall
  54. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  55. "/Applications/CMake 2.8-2.app/Contents/bin/cmake" -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  56. .PHONY : install/local
  57. # Special rule for the target install/local
  58. install/local/fast: install/local
  59. .PHONY : install/local/fast
  60. # Special rule for the target install/strip
  61. install/strip: preinstall
  62. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  63. "/Applications/CMake 2.8-2.app/Contents/bin/cmake" -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  64. .PHONY : install/strip
  65. # Special rule for the target install/strip
  66. install/strip/fast: install/strip
  67. .PHONY : install/strip/fast
  68. # Special rule for the target list_install_components
  69. list_install_components:
  70. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  71. .PHONY : list_install_components
  72. # Special rule for the target list_install_components
  73. list_install_components/fast: list_install_components
  74. .PHONY : list_install_components/fast
  75. # Special rule for the target rebuild_cache
  76. rebuild_cache:
  77. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  78. "/Applications/CMake 2.8-2.app/Contents/bin/cmake" -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  79. .PHONY : rebuild_cache
  80. # Special rule for the target rebuild_cache
  81. rebuild_cache/fast: rebuild_cache
  82. .PHONY : rebuild_cache/fast
  83. # The main all target
  84. all: cmake_check_build_system
  85. cd /Users/Andy/Documents/Box2D_v2.1.2/Box2D/Build && $(CMAKE_COMMAND) -E cmake_progress_start /Users/Andy/Documents/Box2D_v2.1.2/Box2D/Build/CMakeFiles /Users/Andy/Documents/Box2D_v2.1.2/Box2D/Build/HelloWorld/CMakeFiles/progress.marks
  86. cd /Users/Andy/Documents/Box2D_v2.1.2/Box2D/Build && $(MAKE) -f CMakeFiles/Makefile2 HelloWorld/all
  87. $(CMAKE_COMMAND) -E cmake_progress_start /Users/Andy/Documents/Box2D_v2.1.2/Box2D/Build/CMakeFiles 0
  88. .PHONY : all
  89. # The main clean target
  90. clean:
  91. cd /Users/Andy/Documents/Box2D_v2.1.2/Box2D/Build && $(MAKE) -f CMakeFiles/Makefile2 HelloWorld/clean
  92. .PHONY : clean
  93. # The main clean target
  94. clean/fast: clean
  95. .PHONY : clean/fast
  96. # Prepare targets for installation.
  97. preinstall: all
  98. cd /Users/Andy/Documents/Box2D_v2.1.2/Box2D/Build && $(MAKE) -f CMakeFiles/Makefile2 HelloWorld/preinstall
  99. .PHONY : preinstall
  100. # Prepare targets for installation.
  101. preinstall/fast:
  102. cd /Users/Andy/Documents/Box2D_v2.1.2/Box2D/Build && $(MAKE) -f CMakeFiles/Makefile2 HelloWorld/preinstall
  103. .PHONY : preinstall/fast
  104. # clear depends
  105. depend:
  106. cd /Users/Andy/Documents/Box2D_v2.1.2/Box2D/Build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  107. .PHONY : depend
  108. # Convenience name for target.
  109. HelloWorld/CMakeFiles/HelloWorld.dir/rule:
  110. cd /Users/Andy/Documents/Box2D_v2.1.2/Box2D/Build && $(MAKE) -f CMakeFiles/Makefile2 HelloWorld/CMakeFiles/HelloWorld.dir/rule
  111. .PHONY : HelloWorld/CMakeFiles/HelloWorld.dir/rule
  112. # Convenience name for target.
  113. HelloWorld: HelloWorld/CMakeFiles/HelloWorld.dir/rule
  114. .PHONY : HelloWorld
  115. # fast build rule for target.
  116. HelloWorld/fast:
  117. cd /Users/Andy/Documents/Box2D_v2.1.2/Box2D/Build && $(MAKE) -f HelloWorld/CMakeFiles/HelloWorld.dir/build.make HelloWorld/CMakeFiles/HelloWorld.dir/build
  118. .PHONY : HelloWorld/fast
  119. # target to build an object file
  120. HelloWorld.o:
  121. cd /Users/Andy/Documents/Box2D_v2.1.2/Box2D/Build && $(MAKE) -f HelloWorld/CMakeFiles/HelloWorld.dir/build.make HelloWorld/CMakeFiles/HelloWorld.dir/HelloWorld.o
  122. .PHONY : HelloWorld.o
  123. # target to preprocess a source file
  124. HelloWorld.i:
  125. cd /Users/Andy/Documents/Box2D_v2.1.2/Box2D/Build && $(MAKE) -f HelloWorld/CMakeFiles/HelloWorld.dir/build.make HelloWorld/CMakeFiles/HelloWorld.dir/HelloWorld.i
  126. .PHONY : HelloWorld.i
  127. # target to generate assembly for a file
  128. HelloWorld.s:
  129. cd /Users/Andy/Documents/Box2D_v2.1.2/Box2D/Build && $(MAKE) -f HelloWorld/CMakeFiles/HelloWorld.dir/build.make HelloWorld/CMakeFiles/HelloWorld.dir/HelloWorld.s
  130. .PHONY : HelloWorld.s
  131. # Help Target
  132. help:
  133. @echo "The following are some of the valid targets for this Makefile:"
  134. @echo "... all (the default if no target is provided)"
  135. @echo "... clean"
  136. @echo "... depend"
  137. @echo "... HelloWorld"
  138. @echo "... edit_cache"
  139. @echo "... install"
  140. @echo "... install/local"
  141. @echo "... install/strip"
  142. @echo "... list_install_components"
  143. @echo "... rebuild_cache"
  144. @echo "... HelloWorld.o"
  145. @echo "... HelloWorld.i"
  146. @echo "... HelloWorld.s"
  147. .PHONY : help
  148. #=============================================================================
  149. # Special targets to cleanup operation of make.
  150. # Special rule to run CMake to check the build system integrity.
  151. # No rule that depends on this can have commands that come from listfiles
  152. # because they might be regenerated.
  153. cmake_check_build_system:
  154. cd /Users/Andy/Documents/Box2D_v2.1.2/Box2D/Build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  155. .PHONY : cmake_check_build_system