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.

441 lines
15 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. /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. /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. $(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/CMakeFiles/progress.marks
  112. $(MAKE) -f CMakeFiles/Makefile2 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. $(MAKE) -f CMakeFiles/Makefile2 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. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  125. .PHONY : preinstall
  126. # Prepare targets for installation.
  127. preinstall/fast:
  128. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  129. .PHONY : preinstall/fast
  130. # clear depends
  131. depend:
  132. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  133. .PHONY : depend
  134. #=============================================================================
  135. # Target rules for targets named log4cplus
  136. # Build rule for target.
  137. log4cplus: cmake_check_build_system
  138. $(MAKE) -f CMakeFiles/Makefile2 log4cplus
  139. .PHONY : log4cplus
  140. # fast build rule for target.
  141. log4cplus/fast:
  142. $(MAKE) -f src/CMakeFiles/log4cplus.dir/build.make src/CMakeFiles/log4cplus.dir/build
  143. .PHONY : log4cplus/fast
  144. #=============================================================================
  145. # Target rules for targets named loggingserver
  146. # Build rule for target.
  147. loggingserver: cmake_check_build_system
  148. $(MAKE) -f CMakeFiles/Makefile2 loggingserver
  149. .PHONY : loggingserver
  150. # fast build rule for target.
  151. loggingserver/fast:
  152. $(MAKE) -f loggingserver/CMakeFiles/loggingserver.dir/build.make loggingserver/CMakeFiles/loggingserver.dir/build
  153. .PHONY : loggingserver/fast
  154. #=============================================================================
  155. # Target rules for targets named appender_test
  156. # Build rule for target.
  157. appender_test: cmake_check_build_system
  158. $(MAKE) -f CMakeFiles/Makefile2 appender_test
  159. .PHONY : appender_test
  160. # fast build rule for target.
  161. appender_test/fast:
  162. $(MAKE) -f tests/appender_test/CMakeFiles/appender_test.dir/build.make tests/appender_test/CMakeFiles/appender_test.dir/build
  163. .PHONY : appender_test/fast
  164. #=============================================================================
  165. # Target rules for targets named configandwatch_test
  166. # Build rule for target.
  167. configandwatch_test: cmake_check_build_system
  168. $(MAKE) -f CMakeFiles/Makefile2 configandwatch_test
  169. .PHONY : configandwatch_test
  170. # fast build rule for target.
  171. configandwatch_test/fast:
  172. $(MAKE) -f tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/build.make tests/configandwatch_test/CMakeFiles/configandwatch_test.dir/build
  173. .PHONY : configandwatch_test/fast
  174. #=============================================================================
  175. # Target rules for targets named customloglevel_test
  176. # Build rule for target.
  177. customloglevel_test: cmake_check_build_system
  178. $(MAKE) -f CMakeFiles/Makefile2 customloglevel_test
  179. .PHONY : customloglevel_test
  180. # fast build rule for target.
  181. customloglevel_test/fast:
  182. $(MAKE) -f tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build.make tests/customloglevel_test/CMakeFiles/customloglevel_test.dir/build
  183. .PHONY : customloglevel_test/fast
  184. #=============================================================================
  185. # Target rules for targets named fileappender_test
  186. # Build rule for target.
  187. fileappender_test: cmake_check_build_system
  188. $(MAKE) -f CMakeFiles/Makefile2 fileappender_test
  189. .PHONY : fileappender_test
  190. # fast build rule for target.
  191. fileappender_test/fast:
  192. $(MAKE) -f tests/fileappender_test/CMakeFiles/fileappender_test.dir/build.make tests/fileappender_test/CMakeFiles/fileappender_test.dir/build
  193. .PHONY : fileappender_test/fast
  194. #=============================================================================
  195. # Target rules for targets named filter_test
  196. # Build rule for target.
  197. filter_test: cmake_check_build_system
  198. $(MAKE) -f CMakeFiles/Makefile2 filter_test
  199. .PHONY : filter_test
  200. # fast build rule for target.
  201. filter_test/fast:
  202. $(MAKE) -f tests/filter_test/CMakeFiles/filter_test.dir/build.make tests/filter_test/CMakeFiles/filter_test.dir/build
  203. .PHONY : filter_test/fast
  204. #=============================================================================
  205. # Target rules for targets named hierarchy_test
  206. # Build rule for target.
  207. hierarchy_test: cmake_check_build_system
  208. $(MAKE) -f CMakeFiles/Makefile2 hierarchy_test
  209. .PHONY : hierarchy_test
  210. # fast build rule for target.
  211. hierarchy_test/fast:
  212. $(MAKE) -f tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/build.make tests/hierarchy_test/CMakeFiles/hierarchy_test.dir/build
  213. .PHONY : hierarchy_test/fast
  214. #=============================================================================
  215. # Target rules for targets named loglog_test
  216. # Build rule for target.
  217. loglog_test: cmake_check_build_system
  218. $(MAKE) -f CMakeFiles/Makefile2 loglog_test
  219. .PHONY : loglog_test
  220. # fast build rule for target.
  221. loglog_test/fast:
  222. $(MAKE) -f tests/loglog_test/CMakeFiles/loglog_test.dir/build.make tests/loglog_test/CMakeFiles/loglog_test.dir/build
  223. .PHONY : loglog_test/fast
  224. #=============================================================================
  225. # Target rules for targets named ndc_test
  226. # Build rule for target.
  227. ndc_test: cmake_check_build_system
  228. $(MAKE) -f CMakeFiles/Makefile2 ndc_test
  229. .PHONY : ndc_test
  230. # fast build rule for target.
  231. ndc_test/fast:
  232. $(MAKE) -f tests/ndc_test/CMakeFiles/ndc_test.dir/build.make tests/ndc_test/CMakeFiles/ndc_test.dir/build
  233. .PHONY : ndc_test/fast
  234. #=============================================================================
  235. # Target rules for targets named ostream_test
  236. # Build rule for target.
  237. ostream_test: cmake_check_build_system
  238. $(MAKE) -f CMakeFiles/Makefile2 ostream_test
  239. .PHONY : ostream_test
  240. # fast build rule for target.
  241. ostream_test/fast:
  242. $(MAKE) -f tests/ostream_test/CMakeFiles/ostream_test.dir/build.make tests/ostream_test/CMakeFiles/ostream_test.dir/build
  243. .PHONY : ostream_test/fast
  244. #=============================================================================
  245. # Target rules for targets named patternlayout_test
  246. # Build rule for target.
  247. patternlayout_test: cmake_check_build_system
  248. $(MAKE) -f CMakeFiles/Makefile2 patternlayout_test
  249. .PHONY : patternlayout_test
  250. # fast build rule for target.
  251. patternlayout_test/fast:
  252. $(MAKE) -f tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/build.make tests/patternlayout_test/CMakeFiles/patternlayout_test.dir/build
  253. .PHONY : patternlayout_test/fast
  254. #=============================================================================
  255. # Target rules for targets named performance_test
  256. # Build rule for target.
  257. performance_test: cmake_check_build_system
  258. $(MAKE) -f CMakeFiles/Makefile2 performance_test
  259. .PHONY : performance_test
  260. # fast build rule for target.
  261. performance_test/fast:
  262. $(MAKE) -f tests/performance_test/CMakeFiles/performance_test.dir/build.make tests/performance_test/CMakeFiles/performance_test.dir/build
  263. .PHONY : performance_test/fast
  264. #=============================================================================
  265. # Target rules for targets named priority_test
  266. # Build rule for target.
  267. priority_test: cmake_check_build_system
  268. $(MAKE) -f CMakeFiles/Makefile2 priority_test
  269. .PHONY : priority_test
  270. # fast build rule for target.
  271. priority_test/fast:
  272. $(MAKE) -f tests/priority_test/CMakeFiles/priority_test.dir/build.make tests/priority_test/CMakeFiles/priority_test.dir/build
  273. .PHONY : priority_test/fast
  274. #=============================================================================
  275. # Target rules for targets named propertyconfig_test
  276. # Build rule for target.
  277. propertyconfig_test: cmake_check_build_system
  278. $(MAKE) -f CMakeFiles/Makefile2 propertyconfig_test
  279. .PHONY : propertyconfig_test
  280. # fast build rule for target.
  281. propertyconfig_test/fast:
  282. $(MAKE) -f tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/build.make tests/propertyconfig_test/CMakeFiles/propertyconfig_test.dir/build
  283. .PHONY : propertyconfig_test/fast
  284. #=============================================================================
  285. # Target rules for targets named thread_test
  286. # Build rule for target.
  287. thread_test: cmake_check_build_system
  288. $(MAKE) -f CMakeFiles/Makefile2 thread_test
  289. .PHONY : thread_test
  290. # fast build rule for target.
  291. thread_test/fast:
  292. $(MAKE) -f tests/thread_test/CMakeFiles/thread_test.dir/build.make tests/thread_test/CMakeFiles/thread_test.dir/build
  293. .PHONY : thread_test/fast
  294. #=============================================================================
  295. # Target rules for targets named timeformat_test
  296. # Build rule for target.
  297. timeformat_test: cmake_check_build_system
  298. $(MAKE) -f CMakeFiles/Makefile2 timeformat_test
  299. .PHONY : timeformat_test
  300. # fast build rule for target.
  301. timeformat_test/fast:
  302. $(MAKE) -f tests/timeformat_test/CMakeFiles/timeformat_test.dir/build.make tests/timeformat_test/CMakeFiles/timeformat_test.dir/build
  303. .PHONY : timeformat_test/fast
  304. # Help Target
  305. help:
  306. @echo "The following are some of the valid targets for this Makefile:"
  307. @echo "... all (the default if no target is provided)"
  308. @echo "... clean"
  309. @echo "... depend"
  310. @echo "... edit_cache"
  311. @echo "... install"
  312. @echo "... install/local"
  313. @echo "... install/strip"
  314. @echo "... list_install_components"
  315. @echo "... package"
  316. @echo "... package_source"
  317. @echo "... rebuild_cache"
  318. @echo "... test"
  319. @echo "... log4cplus"
  320. @echo "... loggingserver"
  321. @echo "... appender_test"
  322. @echo "... configandwatch_test"
  323. @echo "... customloglevel_test"
  324. @echo "... fileappender_test"
  325. @echo "... filter_test"
  326. @echo "... hierarchy_test"
  327. @echo "... loglog_test"
  328. @echo "... ndc_test"
  329. @echo "... ostream_test"
  330. @echo "... patternlayout_test"
  331. @echo "... performance_test"
  332. @echo "... priority_test"
  333. @echo "... propertyconfig_test"
  334. @echo "... thread_test"
  335. @echo "... timeformat_test"
  336. .PHONY : help
  337. #=============================================================================
  338. # Special targets to cleanup operation of make.
  339. # Special rule to run CMake to check the build system integrity.
  340. # No rule that depends on this can have commands that come from listfiles
  341. # because they might be regenerated.
  342. cmake_check_build_system:
  343. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  344. .PHONY : cmake_check_build_system