You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

203 lines
7.3 KiB

  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 canonical 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 = /opt/local/bin/cmake
  24. # The command to remove a file.
  25. RM = /opt/local/bin/cmake -E remove -f
  26. # Escaping for special characters.
  27. EQUALS = =
  28. # The program to use to edit the cache.
  29. CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
  30. # The top-level source directory on which CMake was run.
  31. CMAKE_SOURCE_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
  34. #=============================================================================
  35. # Targets provided globally by CMake.
  36. # Special rule for the target edit_cache
  37. edit_cache:
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  39. /opt/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  40. .PHONY : edit_cache
  41. # Special rule for the target edit_cache
  42. edit_cache/fast: edit_cache
  43. .PHONY : edit_cache/fast
  44. # Special rule for the target install
  45. install: preinstall
  46. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  47. /opt/local/bin/cmake -P cmake_install.cmake
  48. .PHONY : install
  49. # Special rule for the target install
  50. install/fast: preinstall/fast
  51. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  52. /opt/local/bin/cmake -P cmake_install.cmake
  53. .PHONY : install/fast
  54. # Special rule for the target install/local
  55. install/local: preinstall
  56. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  57. /opt/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  58. .PHONY : install/local
  59. # Special rule for the target install/local
  60. install/local/fast: install/local
  61. .PHONY : install/local/fast
  62. # Special rule for the target install/strip
  63. install/strip: preinstall
  64. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  65. /opt/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  66. .PHONY : install/strip
  67. # Special rule for the target install/strip
  68. install/strip/fast: install/strip
  69. .PHONY : install/strip/fast
  70. # Special rule for the target list_install_components
  71. list_install_components:
  72. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  73. .PHONY : list_install_components
  74. # Special rule for the target list_install_components
  75. list_install_components/fast: list_install_components
  76. .PHONY : list_install_components/fast
  77. # Special rule for the target package
  78. package: preinstall
  79. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
  80. cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackConfig.cmake
  81. .PHONY : package
  82. # Special rule for the target package
  83. package/fast: package
  84. .PHONY : package/fast
  85. # Special rule for the target package_source
  86. package_source:
  87. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
  88. cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && /opt/local/bin/cpack --config ./CPackSourceConfig.cmake /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake
  89. .PHONY : package_source
  90. # Special rule for the target package_source
  91. package_source/fast: package_source
  92. .PHONY : package_source/fast
  93. # Special rule for the target rebuild_cache
  94. rebuild_cache:
  95. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  96. /opt/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  97. .PHONY : rebuild_cache
  98. # Special rule for the target rebuild_cache
  99. rebuild_cache/fast: rebuild_cache
  100. .PHONY : rebuild_cache/fast
  101. # Special rule for the target test
  102. test:
  103. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
  104. /opt/local/bin/ctest --force-new-ctest-process $(ARGS)
  105. .PHONY : test
  106. # Special rule for the target test
  107. test/fast: test
  108. .PHONY : test/fast
  109. # The main all target
  110. all: cmake_check_build_system
  111. cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/CMakeFiles/progress.marks
  112. cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/all
  113. $(CMAKE_COMMAND) -E cmake_progress_start /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CMakeFiles 0
  114. .PHONY : all
  115. # The main clean target
  116. clean:
  117. cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/clean
  118. .PHONY : clean
  119. # The main clean target
  120. clean/fast: clean
  121. .PHONY : clean/fast
  122. # Prepare targets for installation.
  123. preinstall: all
  124. cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/preinstall
  125. .PHONY : preinstall
  126. # Prepare targets for installation.
  127. preinstall/fast:
  128. cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(MAKE) -f CMakeFiles/Makefile2 tests/preinstall
  129. .PHONY : preinstall/fast
  130. # clear depends
  131. depend:
  132. cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  133. .PHONY : depend
  134. # Help Target
  135. help:
  136. @echo "The following are some of the valid targets for this Makefile:"
  137. @echo "... all (the default if no target is provided)"
  138. @echo "... clean"
  139. @echo "... depend"
  140. @echo "... edit_cache"
  141. @echo "... install"
  142. @echo "... install/local"
  143. @echo "... install/strip"
  144. @echo "... list_install_components"
  145. @echo "... package"
  146. @echo "... package_source"
  147. @echo "... rebuild_cache"
  148. @echo "... test"
  149. .PHONY : help
  150. #=============================================================================
  151. # Special targets to cleanup operation of make.
  152. # Special rule to run CMake to check the build system integrity.
  153. # No rule that depends on this can have commands that come from listfiles
  154. # because they might be regenerated.
  155. cmake_check_build_system:
  156. cd /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  157. .PHONY : cmake_check_build_system