Makefile 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.3
  3. # Default target executed when no arguments are given to make.
  4. default_target: all
  5. .PHONY : default_target
  6. # Allow only one "make -f Makefile2" at a time, but pass parallelism.
  7. .NOTPARALLEL:
  8. #=============================================================================
  9. # Special targets provided by cmake.
  10. # Disable implicit rules so canonical targets will work.
  11. .SUFFIXES:
  12. # Remove some rules from gmake that .SUFFIXES does not remove.
  13. SUFFIXES =
  14. .SUFFIXES: .hpux_make_needs_suffix_list
  15. # Suppress display of executed commands.
  16. $(VERBOSE).SILENT:
  17. # A target that is always out of date.
  18. cmake_force:
  19. .PHONY : cmake_force
  20. #=============================================================================
  21. # Set environment variables for the build.
  22. # The shell in which to execute make rules.
  23. SHELL = /bin/sh
  24. # The CMake executable.
  25. CMAKE_COMMAND = /usr/bin/cmake
  26. # The command to remove a file.
  27. RM = /usr/bin/cmake -E remove -f
  28. # Escaping for special characters.
  29. EQUALS = =
  30. # The top-level source directory on which CMake was run.
  31. CMAKE_SOURCE_DIR = /home/maldela/projects/fancontrol-gui.git
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /home/maldela/projects/fancontrol-gui.git/build
  34. #=============================================================================
  35. # Targets provided globally by CMake.
  36. # Special rule for the target list_install_components
  37. list_install_components:
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"fancontroller\""
  39. .PHONY : list_install_components
  40. # Special rule for the target list_install_components
  41. list_install_components/fast: list_install_components
  42. .PHONY : list_install_components/fast
  43. # Special rule for the target install
  44. install: preinstall
  45. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  46. /usr/bin/cmake -P cmake_install.cmake
  47. .PHONY : install
  48. # Special rule for the target install
  49. install/fast: preinstall/fast
  50. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  51. /usr/bin/cmake -P cmake_install.cmake
  52. .PHONY : install/fast
  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. /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  57. .PHONY : edit_cache
  58. # Special rule for the target edit_cache
  59. edit_cache/fast: edit_cache
  60. .PHONY : edit_cache/fast
  61. # Special rule for the target test
  62. test:
  63. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
  64. /usr/bin/ctest --force-new-ctest-process $(ARGS)
  65. .PHONY : test
  66. # Special rule for the target test
  67. test/fast: test
  68. .PHONY : test/fast
  69. # Special rule for the target rebuild_cache
  70. rebuild_cache:
  71. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  72. /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  73. .PHONY : rebuild_cache
  74. # Special rule for the target rebuild_cache
  75. rebuild_cache/fast: rebuild_cache
  76. .PHONY : rebuild_cache/fast
  77. # Special rule for the target install/local
  78. install/local: preinstall
  79. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  80. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  81. .PHONY : install/local
  82. # Special rule for the target install/local
  83. install/local/fast: install/local
  84. .PHONY : install/local/fast
  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. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  89. .PHONY : install/strip
  90. # Special rule for the target install/strip
  91. install/strip/fast: install/strip
  92. .PHONY : install/strip/fast
  93. # The main all target
  94. all: cmake_check_build_system
  95. cd /home/maldela/projects/fancontrol-gui.git/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles /home/maldela/projects/fancontrol-gui.git/build/helper/CMakeFiles/progress.marks
  96. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f CMakeFiles/Makefile2 helper/all
  97. $(CMAKE_COMMAND) -E cmake_progress_start /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles 0
  98. .PHONY : all
  99. # The main clean target
  100. clean:
  101. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f CMakeFiles/Makefile2 helper/clean
  102. .PHONY : clean
  103. # The main clean target
  104. clean/fast: clean
  105. .PHONY : clean/fast
  106. # Prepare targets for installation.
  107. preinstall: all
  108. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f CMakeFiles/Makefile2 helper/preinstall
  109. .PHONY : preinstall
  110. # Prepare targets for installation.
  111. preinstall/fast:
  112. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f CMakeFiles/Makefile2 helper/preinstall
  113. .PHONY : preinstall/fast
  114. # clear depends
  115. depend:
  116. cd /home/maldela/projects/fancontrol-gui.git/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  117. .PHONY : depend
  118. # Convenience name for target.
  119. helper/CMakeFiles/fancontrol-gui-helper.dir/rule:
  120. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f CMakeFiles/Makefile2 helper/CMakeFiles/fancontrol-gui-helper.dir/rule
  121. .PHONY : helper/CMakeFiles/fancontrol-gui-helper.dir/rule
  122. # Convenience name for target.
  123. fancontrol-gui-helper: helper/CMakeFiles/fancontrol-gui-helper.dir/rule
  124. .PHONY : fancontrol-gui-helper
  125. # fast build rule for target.
  126. fancontrol-gui-helper/fast:
  127. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f helper/CMakeFiles/fancontrol-gui-helper.dir/build.make helper/CMakeFiles/fancontrol-gui-helper.dir/build
  128. .PHONY : fancontrol-gui-helper/fast
  129. # Convenience name for target.
  130. helper/CMakeFiles/fancontrol-gui-helper_automoc.dir/rule:
  131. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f CMakeFiles/Makefile2 helper/CMakeFiles/fancontrol-gui-helper_automoc.dir/rule
  132. .PHONY : helper/CMakeFiles/fancontrol-gui-helper_automoc.dir/rule
  133. # Convenience name for target.
  134. fancontrol-gui-helper_automoc: helper/CMakeFiles/fancontrol-gui-helper_automoc.dir/rule
  135. .PHONY : fancontrol-gui-helper_automoc
  136. # fast build rule for target.
  137. fancontrol-gui-helper_automoc/fast:
  138. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f helper/CMakeFiles/fancontrol-gui-helper_automoc.dir/build.make helper/CMakeFiles/fancontrol-gui-helper_automoc.dir/build
  139. .PHONY : fancontrol-gui-helper_automoc/fast
  140. # Convenience name for target.
  141. helper/CMakeFiles/fancontrol.gui.helper.policy-customtarget.dir/rule:
  142. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f CMakeFiles/Makefile2 helper/CMakeFiles/fancontrol.gui.helper.policy-customtarget.dir/rule
  143. .PHONY : helper/CMakeFiles/fancontrol.gui.helper.policy-customtarget.dir/rule
  144. # Convenience name for target.
  145. fancontrol.gui.helper.policy-customtarget: helper/CMakeFiles/fancontrol.gui.helper.policy-customtarget.dir/rule
  146. .PHONY : fancontrol.gui.helper.policy-customtarget
  147. # fast build rule for target.
  148. fancontrol.gui.helper.policy-customtarget/fast:
  149. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f helper/CMakeFiles/fancontrol.gui.helper.policy-customtarget.dir/build.make helper/CMakeFiles/fancontrol.gui.helper.policy-customtarget.dir/build
  150. .PHONY : fancontrol.gui.helper.policy-customtarget/fast
  151. fancontrol-gui-helper_automoc.o: fancontrol-gui-helper_automoc.cpp.o
  152. .PHONY : fancontrol-gui-helper_automoc.o
  153. # target to build an object file
  154. fancontrol-gui-helper_automoc.cpp.o:
  155. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f helper/CMakeFiles/fancontrol-gui-helper.dir/build.make helper/CMakeFiles/fancontrol-gui-helper.dir/fancontrol-gui-helper_automoc.cpp.o
  156. .PHONY : fancontrol-gui-helper_automoc.cpp.o
  157. fancontrol-gui-helper_automoc.i: fancontrol-gui-helper_automoc.cpp.i
  158. .PHONY : fancontrol-gui-helper_automoc.i
  159. # target to preprocess a source file
  160. fancontrol-gui-helper_automoc.cpp.i:
  161. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f helper/CMakeFiles/fancontrol-gui-helper.dir/build.make helper/CMakeFiles/fancontrol-gui-helper.dir/fancontrol-gui-helper_automoc.cpp.i
  162. .PHONY : fancontrol-gui-helper_automoc.cpp.i
  163. fancontrol-gui-helper_automoc.s: fancontrol-gui-helper_automoc.cpp.s
  164. .PHONY : fancontrol-gui-helper_automoc.s
  165. # target to generate assembly for a file
  166. fancontrol-gui-helper_automoc.cpp.s:
  167. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f helper/CMakeFiles/fancontrol-gui-helper.dir/build.make helper/CMakeFiles/fancontrol-gui-helper.dir/fancontrol-gui-helper_automoc.cpp.s
  168. .PHONY : fancontrol-gui-helper_automoc.cpp.s
  169. src/helper.o: src/helper.cpp.o
  170. .PHONY : src/helper.o
  171. # target to build an object file
  172. src/helper.cpp.o:
  173. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f helper/CMakeFiles/fancontrol-gui-helper.dir/build.make helper/CMakeFiles/fancontrol-gui-helper.dir/src/helper.cpp.o
  174. .PHONY : src/helper.cpp.o
  175. src/helper.i: src/helper.cpp.i
  176. .PHONY : src/helper.i
  177. # target to preprocess a source file
  178. src/helper.cpp.i:
  179. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f helper/CMakeFiles/fancontrol-gui-helper.dir/build.make helper/CMakeFiles/fancontrol-gui-helper.dir/src/helper.cpp.i
  180. .PHONY : src/helper.cpp.i
  181. src/helper.s: src/helper.cpp.s
  182. .PHONY : src/helper.s
  183. # target to generate assembly for a file
  184. src/helper.cpp.s:
  185. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f helper/CMakeFiles/fancontrol-gui-helper.dir/build.make helper/CMakeFiles/fancontrol-gui-helper.dir/src/helper.cpp.s
  186. .PHONY : src/helper.cpp.s
  187. # Help Target
  188. help:
  189. @echo "The following are some of the valid targets for this Makefile:"
  190. @echo "... all (the default if no target is provided)"
  191. @echo "... clean"
  192. @echo "... depend"
  193. @echo "... list_install_components"
  194. @echo "... install"
  195. @echo "... edit_cache"
  196. @echo "... test"
  197. @echo "... rebuild_cache"
  198. @echo "... fancontrol-gui-helper"
  199. @echo "... fancontrol.gui.helper.policy-customtarget"
  200. @echo "... fancontrol-gui-helper_automoc"
  201. @echo "... install/local"
  202. @echo "... install/strip"
  203. @echo "... fancontrol-gui-helper_automoc.o"
  204. @echo "... fancontrol-gui-helper_automoc.i"
  205. @echo "... fancontrol-gui-helper_automoc.s"
  206. @echo "... src/helper.o"
  207. @echo "... src/helper.i"
  208. @echo "... src/helper.s"
  209. .PHONY : help
  210. #=============================================================================
  211. # Special targets to cleanup operation of make.
  212. # Special rule to run CMake to check the build system integrity.
  213. # No rule that depends on this can have commands that come from listfiles
  214. # because they might be regenerated.
  215. cmake_check_build_system:
  216. cd /home/maldela/projects/fancontrol-gui.git/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  217. .PHONY : cmake_check_build_system