Makefile 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  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 install
  37. install: preinstall
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  39. /usr/bin/cmake -P cmake_install.cmake
  40. .PHONY : install
  41. # Special rule for the target install
  42. install/fast: preinstall/fast
  43. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  44. /usr/bin/cmake -P cmake_install.cmake
  45. .PHONY : install/fast
  46. # Special rule for the target list_install_components
  47. list_install_components:
  48. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"fancontroller\""
  49. .PHONY : list_install_components
  50. # Special rule for the target list_install_components
  51. list_install_components/fast: list_install_components
  52. .PHONY : list_install_components/fast
  53. # Special rule for the target install/strip
  54. install/strip: preinstall
  55. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  56. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  57. .PHONY : install/strip
  58. # Special rule for the target install/strip
  59. install/strip/fast: install/strip
  60. .PHONY : install/strip/fast
  61. # Special rule for the target install/local
  62. install/local: preinstall
  63. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  64. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  65. .PHONY : install/local
  66. # Special rule for the target install/local
  67. install/local/fast: install/local
  68. .PHONY : install/local/fast
  69. # Special rule for the target test
  70. test:
  71. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
  72. /usr/bin/ctest --force-new-ctest-process $(ARGS)
  73. .PHONY : test
  74. # Special rule for the target test
  75. test/fast: test
  76. .PHONY : test/fast
  77. # Special rule for the target edit_cache
  78. edit_cache:
  79. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  80. /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  81. .PHONY : edit_cache
  82. # Special rule for the target edit_cache
  83. edit_cache/fast: edit_cache
  84. .PHONY : edit_cache/fast
  85. # Special rule for the target rebuild_cache
  86. rebuild_cache:
  87. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  88. /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  89. .PHONY : rebuild_cache
  90. # Special rule for the target rebuild_cache
  91. rebuild_cache/fast: rebuild_cache
  92. .PHONY : rebuild_cache/fast
  93. # The main all target
  94. all: cmake_check_build_system
  95. $(CMAKE_COMMAND) -E cmake_progress_start /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles /home/maldela/projects/fancontrol-gui.git/build/CMakeFiles/progress.marks
  96. $(MAKE) -f CMakeFiles/Makefile2 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. $(MAKE) -f CMakeFiles/Makefile2 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. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  109. .PHONY : preinstall
  110. # Prepare targets for installation.
  111. preinstall/fast:
  112. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  113. .PHONY : preinstall/fast
  114. # clear depends
  115. depend:
  116. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  117. .PHONY : depend
  118. #=============================================================================
  119. # Target rules for targets named pofiles
  120. # Build rule for target.
  121. pofiles: cmake_check_build_system
  122. $(MAKE) -f CMakeFiles/Makefile2 pofiles
  123. .PHONY : pofiles
  124. # fast build rule for target.
  125. pofiles/fast:
  126. $(MAKE) -f CMakeFiles/pofiles.dir/build.make CMakeFiles/pofiles.dir/build
  127. .PHONY : pofiles/fast
  128. #=============================================================================
  129. # Target rules for targets named pofiles_1
  130. # Build rule for target.
  131. pofiles_1: cmake_check_build_system
  132. $(MAKE) -f CMakeFiles/Makefile2 pofiles_1
  133. .PHONY : pofiles_1
  134. # fast build rule for target.
  135. pofiles_1/fast:
  136. $(MAKE) -f CMakeFiles/pofiles_1.dir/build.make CMakeFiles/pofiles_1.dir/build
  137. .PHONY : pofiles_1/fast
  138. #=============================================================================
  139. # Target rules for targets named pofiles_2
  140. # Build rule for target.
  141. pofiles_2: cmake_check_build_system
  142. $(MAKE) -f CMakeFiles/Makefile2 pofiles_2
  143. .PHONY : pofiles_2
  144. # fast build rule for target.
  145. pofiles_2/fast:
  146. $(MAKE) -f CMakeFiles/pofiles_2.dir/build.make CMakeFiles/pofiles_2.dir/build
  147. .PHONY : pofiles_2/fast
  148. #=============================================================================
  149. # Target rules for targets named pofiles_3
  150. # Build rule for target.
  151. pofiles_3: cmake_check_build_system
  152. $(MAKE) -f CMakeFiles/Makefile2 pofiles_3
  153. .PHONY : pofiles_3
  154. # fast build rule for target.
  155. pofiles_3/fast:
  156. $(MAKE) -f CMakeFiles/pofiles_3.dir/build.make CMakeFiles/pofiles_3.dir/build
  157. .PHONY : pofiles_3/fast
  158. #=============================================================================
  159. # Target rules for targets named uninstall
  160. # Build rule for target.
  161. uninstall: cmake_check_build_system
  162. $(MAKE) -f CMakeFiles/Makefile2 uninstall
  163. .PHONY : uninstall
  164. # fast build rule for target.
  165. uninstall/fast:
  166. $(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
  167. .PHONY : uninstall/fast
  168. #=============================================================================
  169. # Target rules for targets named fancontrol_gui_lib
  170. # Build rule for target.
  171. fancontrol_gui_lib: cmake_check_build_system
  172. $(MAKE) -f CMakeFiles/Makefile2 fancontrol_gui_lib
  173. .PHONY : fancontrol_gui_lib
  174. # fast build rule for target.
  175. fancontrol_gui_lib/fast:
  176. $(MAKE) -f lib/CMakeFiles/fancontrol_gui_lib.dir/build.make lib/CMakeFiles/fancontrol_gui_lib.dir/build
  177. .PHONY : fancontrol_gui_lib/fast
  178. #=============================================================================
  179. # Target rules for targets named fancontrol_gui_lib_automoc
  180. # Build rule for target.
  181. fancontrol_gui_lib_automoc: cmake_check_build_system
  182. $(MAKE) -f CMakeFiles/Makefile2 fancontrol_gui_lib_automoc
  183. .PHONY : fancontrol_gui_lib_automoc
  184. # fast build rule for target.
  185. fancontrol_gui_lib_automoc/fast:
  186. $(MAKE) -f lib/CMakeFiles/fancontrol_gui_lib_automoc.dir/build.make lib/CMakeFiles/fancontrol_gui_lib_automoc.dir/build
  187. .PHONY : fancontrol_gui_lib_automoc/fast
  188. #=============================================================================
  189. # Target rules for targets named fancontrol-gui-helper
  190. # Build rule for target.
  191. fancontrol-gui-helper: cmake_check_build_system
  192. $(MAKE) -f CMakeFiles/Makefile2 fancontrol-gui-helper
  193. .PHONY : fancontrol-gui-helper
  194. # fast build rule for target.
  195. fancontrol-gui-helper/fast:
  196. $(MAKE) -f helper/CMakeFiles/fancontrol-gui-helper.dir/build.make helper/CMakeFiles/fancontrol-gui-helper.dir/build
  197. .PHONY : fancontrol-gui-helper/fast
  198. #=============================================================================
  199. # Target rules for targets named fancontrol-gui-helper_automoc
  200. # Build rule for target.
  201. fancontrol-gui-helper_automoc: cmake_check_build_system
  202. $(MAKE) -f CMakeFiles/Makefile2 fancontrol-gui-helper_automoc
  203. .PHONY : fancontrol-gui-helper_automoc
  204. # fast build rule for target.
  205. fancontrol-gui-helper_automoc/fast:
  206. $(MAKE) -f helper/CMakeFiles/fancontrol-gui-helper_automoc.dir/build.make helper/CMakeFiles/fancontrol-gui-helper_automoc.dir/build
  207. .PHONY : fancontrol-gui-helper_automoc/fast
  208. #=============================================================================
  209. # Target rules for targets named fancontrol.gui.helper.policy-customtarget
  210. # Build rule for target.
  211. fancontrol.gui.helper.policy-customtarget: cmake_check_build_system
  212. $(MAKE) -f CMakeFiles/Makefile2 fancontrol.gui.helper.policy-customtarget
  213. .PHONY : fancontrol.gui.helper.policy-customtarget
  214. # fast build rule for target.
  215. fancontrol.gui.helper.policy-customtarget/fast:
  216. $(MAKE) -f helper/CMakeFiles/fancontrol.gui.helper.policy-customtarget.dir/build.make helper/CMakeFiles/fancontrol.gui.helper.policy-customtarget.dir/build
  217. .PHONY : fancontrol.gui.helper.policy-customtarget/fast
  218. #=============================================================================
  219. # Target rules for targets named fancontrol_gui
  220. # Build rule for target.
  221. fancontrol_gui: cmake_check_build_system
  222. $(MAKE) -f CMakeFiles/Makefile2 fancontrol_gui
  223. .PHONY : fancontrol_gui
  224. # fast build rule for target.
  225. fancontrol_gui/fast:
  226. $(MAKE) -f fancontrol-gui/CMakeFiles/fancontrol_gui.dir/build.make fancontrol-gui/CMakeFiles/fancontrol_gui.dir/build
  227. .PHONY : fancontrol_gui/fast
  228. #=============================================================================
  229. # Target rules for targets named fancontrol_gui_automoc
  230. # Build rule for target.
  231. fancontrol_gui_automoc: cmake_check_build_system
  232. $(MAKE) -f CMakeFiles/Makefile2 fancontrol_gui_automoc
  233. .PHONY : fancontrol_gui_automoc
  234. # fast build rule for target.
  235. fancontrol_gui_automoc/fast:
  236. $(MAKE) -f fancontrol-gui/CMakeFiles/fancontrol_gui_automoc.dir/build.make fancontrol-gui/CMakeFiles/fancontrol_gui_automoc.dir/build
  237. .PHONY : fancontrol_gui_automoc/fast
  238. #=============================================================================
  239. # Target rules for targets named kcm_fancontrol
  240. # Build rule for target.
  241. kcm_fancontrol: cmake_check_build_system
  242. $(MAKE) -f CMakeFiles/Makefile2 kcm_fancontrol
  243. .PHONY : kcm_fancontrol
  244. # fast build rule for target.
  245. kcm_fancontrol/fast:
  246. $(MAKE) -f kcm/CMakeFiles/kcm_fancontrol.dir/build.make kcm/CMakeFiles/kcm_fancontrol.dir/build
  247. .PHONY : kcm_fancontrol/fast
  248. #=============================================================================
  249. # Target rules for targets named kcm_fancontrol_automoc
  250. # Build rule for target.
  251. kcm_fancontrol_automoc: cmake_check_build_system
  252. $(MAKE) -f CMakeFiles/Makefile2 kcm_fancontrol_automoc
  253. .PHONY : kcm_fancontrol_automoc
  254. # fast build rule for target.
  255. kcm_fancontrol_automoc/fast:
  256. $(MAKE) -f kcm/CMakeFiles/kcm_fancontrol_automoc.dir/build.make kcm/CMakeFiles/kcm_fancontrol_automoc.dir/build
  257. .PHONY : kcm_fancontrol_automoc/fast
  258. #=============================================================================
  259. # Target rules for targets named loadertest
  260. # Build rule for target.
  261. loadertest: cmake_check_build_system
  262. $(MAKE) -f CMakeFiles/Makefile2 loadertest
  263. .PHONY : loadertest
  264. # fast build rule for target.
  265. loadertest/fast:
  266. $(MAKE) -f tests/CMakeFiles/loadertest.dir/build.make tests/CMakeFiles/loadertest.dir/build
  267. .PHONY : loadertest/fast
  268. #=============================================================================
  269. # Target rules for targets named loadertest_automoc
  270. # Build rule for target.
  271. loadertest_automoc: cmake_check_build_system
  272. $(MAKE) -f CMakeFiles/Makefile2 loadertest_automoc
  273. .PHONY : loadertest_automoc
  274. # fast build rule for target.
  275. loadertest_automoc/fast:
  276. $(MAKE) -f tests/CMakeFiles/loadertest_automoc.dir/build.make tests/CMakeFiles/loadertest_automoc.dir/build
  277. .PHONY : loadertest_automoc/fast
  278. # Help Target
  279. help:
  280. @echo "The following are some of the valid targets for this Makefile:"
  281. @echo "... all (the default if no target is provided)"
  282. @echo "... clean"
  283. @echo "... depend"
  284. @echo "... install"
  285. @echo "... pofiles_2"
  286. @echo "... list_install_components"
  287. @echo "... install/strip"
  288. @echo "... pofiles_1"
  289. @echo "... install/local"
  290. @echo "... pofiles"
  291. @echo "... uninstall"
  292. @echo "... pofiles_3"
  293. @echo "... test"
  294. @echo "... edit_cache"
  295. @echo "... rebuild_cache"
  296. @echo "... fancontrol_gui_lib"
  297. @echo "... fancontrol_gui_lib_automoc"
  298. @echo "... fancontrol-gui-helper"
  299. @echo "... fancontrol.gui.helper.policy-customtarget"
  300. @echo "... fancontrol-gui-helper_automoc"
  301. @echo "... fancontrol_gui_automoc"
  302. @echo "... fancontrol_gui"
  303. @echo "... kcm_fancontrol"
  304. @echo "... kcm_fancontrol_automoc"
  305. @echo "... loadertest"
  306. @echo "... loadertest_automoc"
  307. .PHONY : help
  308. #=============================================================================
  309. # Special targets to cleanup operation of make.
  310. # Special rule to run CMake to check the build system integrity.
  311. # No rule that depends on this can have commands that come from listfiles
  312. # because they might be regenerated.
  313. cmake_check_build_system:
  314. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  315. .PHONY : cmake_check_build_system