Makefile 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.2
  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/Fancontrol-GUI
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /home/maldela/Fancontrol-GUI
  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. /usr/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 rebuild_cache
  45. rebuild_cache:
  46. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  47. /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  48. .PHONY : rebuild_cache
  49. # Special rule for the target rebuild_cache
  50. rebuild_cache/fast: rebuild_cache
  51. .PHONY : rebuild_cache/fast
  52. # Special rule for the target install
  53. install: preinstall
  54. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  55. /usr/bin/cmake -P cmake_install.cmake
  56. .PHONY : install
  57. # Special rule for the target install
  58. install/fast: preinstall/fast
  59. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  60. /usr/bin/cmake -P cmake_install.cmake
  61. .PHONY : install/fast
  62. # Special rule for the target list_install_components
  63. list_install_components:
  64. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"fancontroller\""
  65. .PHONY : list_install_components
  66. # Special rule for the target list_install_components
  67. list_install_components/fast: list_install_components
  68. .PHONY : list_install_components/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 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. # The main all target
  86. all: cmake_check_build_system
  87. cd /home/maldela/Fancontrol-GUI && $(CMAKE_COMMAND) -E cmake_progress_start /home/maldela/Fancontrol-GUI/CMakeFiles /home/maldela/Fancontrol-GUI/helper/CMakeFiles/progress.marks
  88. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f CMakeFiles/Makefile2 helper/all
  89. $(CMAKE_COMMAND) -E cmake_progress_start /home/maldela/Fancontrol-GUI/CMakeFiles 0
  90. .PHONY : all
  91. # The main clean target
  92. clean:
  93. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f CMakeFiles/Makefile2 helper/clean
  94. .PHONY : clean
  95. # The main clean target
  96. clean/fast: clean
  97. .PHONY : clean/fast
  98. # Prepare targets for installation.
  99. preinstall: all
  100. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f CMakeFiles/Makefile2 helper/preinstall
  101. .PHONY : preinstall
  102. # Prepare targets for installation.
  103. preinstall/fast:
  104. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f CMakeFiles/Makefile2 helper/preinstall
  105. .PHONY : preinstall/fast
  106. # clear depends
  107. depend:
  108. cd /home/maldela/Fancontrol-GUI && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  109. .PHONY : depend
  110. # Convenience name for target.
  111. helper/CMakeFiles/fancontrol-gui-helper.dir/rule:
  112. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f CMakeFiles/Makefile2 helper/CMakeFiles/fancontrol-gui-helper.dir/rule
  113. .PHONY : helper/CMakeFiles/fancontrol-gui-helper.dir/rule
  114. # Convenience name for target.
  115. fancontrol-gui-helper: helper/CMakeFiles/fancontrol-gui-helper.dir/rule
  116. .PHONY : fancontrol-gui-helper
  117. # fast build rule for target.
  118. fancontrol-gui-helper/fast:
  119. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f helper/CMakeFiles/fancontrol-gui-helper.dir/build.make helper/CMakeFiles/fancontrol-gui-helper.dir/build
  120. .PHONY : fancontrol-gui-helper/fast
  121. # Manual pre-install relink rule for target.
  122. fancontrol-gui-helper/preinstall:
  123. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f CMakeFiles/Makefile2 helper/CMakeFiles/fancontrol-gui-helper.dir/preinstall
  124. .PHONY : fancontrol-gui-helper/preinstall
  125. # Convenience name for target.
  126. helper/CMakeFiles/fancontrol-gui-helper_automoc.dir/rule:
  127. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f CMakeFiles/Makefile2 helper/CMakeFiles/fancontrol-gui-helper_automoc.dir/rule
  128. .PHONY : helper/CMakeFiles/fancontrol-gui-helper_automoc.dir/rule
  129. # Convenience name for target.
  130. fancontrol-gui-helper_automoc: helper/CMakeFiles/fancontrol-gui-helper_automoc.dir/rule
  131. .PHONY : fancontrol-gui-helper_automoc
  132. # fast build rule for target.
  133. fancontrol-gui-helper_automoc/fast:
  134. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f helper/CMakeFiles/fancontrol-gui-helper_automoc.dir/build.make helper/CMakeFiles/fancontrol-gui-helper_automoc.dir/build
  135. .PHONY : fancontrol-gui-helper_automoc/fast
  136. # Convenience name for target.
  137. helper/CMakeFiles/fancontrol.gui.helper.policy.dir/rule:
  138. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f CMakeFiles/Makefile2 helper/CMakeFiles/fancontrol.gui.helper.policy.dir/rule
  139. .PHONY : helper/CMakeFiles/fancontrol.gui.helper.policy.dir/rule
  140. # Convenience name for target.
  141. fancontrol.gui.helper.policy: helper/CMakeFiles/fancontrol.gui.helper.policy.dir/rule
  142. .PHONY : fancontrol.gui.helper.policy
  143. # fast build rule for target.
  144. fancontrol.gui.helper.policy/fast:
  145. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f helper/CMakeFiles/fancontrol.gui.helper.policy.dir/build.make helper/CMakeFiles/fancontrol.gui.helper.policy.dir/build
  146. .PHONY : fancontrol.gui.helper.policy/fast
  147. # Convenience name for target.
  148. helper/CMakeFiles/kcmfancontrolhelper.dir/rule:
  149. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f CMakeFiles/Makefile2 helper/CMakeFiles/kcmfancontrolhelper.dir/rule
  150. .PHONY : helper/CMakeFiles/kcmfancontrolhelper.dir/rule
  151. # Convenience name for target.
  152. kcmfancontrolhelper: helper/CMakeFiles/kcmfancontrolhelper.dir/rule
  153. .PHONY : kcmfancontrolhelper
  154. # fast build rule for target.
  155. kcmfancontrolhelper/fast:
  156. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f helper/CMakeFiles/kcmfancontrolhelper.dir/build.make helper/CMakeFiles/kcmfancontrolhelper.dir/build
  157. .PHONY : kcmfancontrolhelper/fast
  158. # Manual pre-install relink rule for target.
  159. kcmfancontrolhelper/preinstall:
  160. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f CMakeFiles/Makefile2 helper/CMakeFiles/kcmfancontrolhelper.dir/preinstall
  161. .PHONY : kcmfancontrolhelper/preinstall
  162. # Convenience name for target.
  163. helper/CMakeFiles/kcmfancontrolhelper_automoc.dir/rule:
  164. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f CMakeFiles/Makefile2 helper/CMakeFiles/kcmfancontrolhelper_automoc.dir/rule
  165. .PHONY : helper/CMakeFiles/kcmfancontrolhelper_automoc.dir/rule
  166. # Convenience name for target.
  167. kcmfancontrolhelper_automoc: helper/CMakeFiles/kcmfancontrolhelper_automoc.dir/rule
  168. .PHONY : kcmfancontrolhelper_automoc
  169. # fast build rule for target.
  170. kcmfancontrolhelper_automoc/fast:
  171. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f helper/CMakeFiles/kcmfancontrolhelper_automoc.dir/build.make helper/CMakeFiles/kcmfancontrolhelper_automoc.dir/build
  172. .PHONY : kcmfancontrolhelper_automoc/fast
  173. # Convenience name for target.
  174. helper/CMakeFiles/org.kde.kcontrol.kcmfancontrol.policy.dir/rule:
  175. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f CMakeFiles/Makefile2 helper/CMakeFiles/org.kde.kcontrol.kcmfancontrol.policy.dir/rule
  176. .PHONY : helper/CMakeFiles/org.kde.kcontrol.kcmfancontrol.policy.dir/rule
  177. # Convenience name for target.
  178. org.kde.kcontrol.kcmfancontrol.policy: helper/CMakeFiles/org.kde.kcontrol.kcmfancontrol.policy.dir/rule
  179. .PHONY : org.kde.kcontrol.kcmfancontrol.policy
  180. # fast build rule for target.
  181. org.kde.kcontrol.kcmfancontrol.policy/fast:
  182. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f helper/CMakeFiles/org.kde.kcontrol.kcmfancontrol.policy.dir/build.make helper/CMakeFiles/org.kde.kcontrol.kcmfancontrol.policy.dir/build
  183. .PHONY : org.kde.kcontrol.kcmfancontrol.policy/fast
  184. fancontrol-gui-helper_automoc.o: fancontrol-gui-helper_automoc.cpp.o
  185. .PHONY : fancontrol-gui-helper_automoc.o
  186. # target to build an object file
  187. fancontrol-gui-helper_automoc.cpp.o:
  188. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f helper/CMakeFiles/fancontrol-gui-helper.dir/build.make helper/CMakeFiles/fancontrol-gui-helper.dir/fancontrol-gui-helper_automoc.cpp.o
  189. .PHONY : fancontrol-gui-helper_automoc.cpp.o
  190. fancontrol-gui-helper_automoc.i: fancontrol-gui-helper_automoc.cpp.i
  191. .PHONY : fancontrol-gui-helper_automoc.i
  192. # target to preprocess a source file
  193. fancontrol-gui-helper_automoc.cpp.i:
  194. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f helper/CMakeFiles/fancontrol-gui-helper.dir/build.make helper/CMakeFiles/fancontrol-gui-helper.dir/fancontrol-gui-helper_automoc.cpp.i
  195. .PHONY : fancontrol-gui-helper_automoc.cpp.i
  196. fancontrol-gui-helper_automoc.s: fancontrol-gui-helper_automoc.cpp.s
  197. .PHONY : fancontrol-gui-helper_automoc.s
  198. # target to generate assembly for a file
  199. fancontrol-gui-helper_automoc.cpp.s:
  200. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f helper/CMakeFiles/fancontrol-gui-helper.dir/build.make helper/CMakeFiles/fancontrol-gui-helper.dir/fancontrol-gui-helper_automoc.cpp.s
  201. .PHONY : fancontrol-gui-helper_automoc.cpp.s
  202. kcmfancontrolhelper_automoc.o: kcmfancontrolhelper_automoc.cpp.o
  203. .PHONY : kcmfancontrolhelper_automoc.o
  204. # target to build an object file
  205. kcmfancontrolhelper_automoc.cpp.o:
  206. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f helper/CMakeFiles/kcmfancontrolhelper.dir/build.make helper/CMakeFiles/kcmfancontrolhelper.dir/kcmfancontrolhelper_automoc.cpp.o
  207. .PHONY : kcmfancontrolhelper_automoc.cpp.o
  208. kcmfancontrolhelper_automoc.i: kcmfancontrolhelper_automoc.cpp.i
  209. .PHONY : kcmfancontrolhelper_automoc.i
  210. # target to preprocess a source file
  211. kcmfancontrolhelper_automoc.cpp.i:
  212. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f helper/CMakeFiles/kcmfancontrolhelper.dir/build.make helper/CMakeFiles/kcmfancontrolhelper.dir/kcmfancontrolhelper_automoc.cpp.i
  213. .PHONY : kcmfancontrolhelper_automoc.cpp.i
  214. kcmfancontrolhelper_automoc.s: kcmfancontrolhelper_automoc.cpp.s
  215. .PHONY : kcmfancontrolhelper_automoc.s
  216. # target to generate assembly for a file
  217. kcmfancontrolhelper_automoc.cpp.s:
  218. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f helper/CMakeFiles/kcmfancontrolhelper.dir/build.make helper/CMakeFiles/kcmfancontrolhelper.dir/kcmfancontrolhelper_automoc.cpp.s
  219. .PHONY : kcmfancontrolhelper_automoc.cpp.s
  220. src/helper.o: src/helper.cpp.o
  221. .PHONY : src/helper.o
  222. # target to build an object file
  223. src/helper.cpp.o:
  224. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f helper/CMakeFiles/fancontrol-gui-helper.dir/build.make helper/CMakeFiles/fancontrol-gui-helper.dir/src/helper.cpp.o
  225. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f helper/CMakeFiles/kcmfancontrolhelper.dir/build.make helper/CMakeFiles/kcmfancontrolhelper.dir/src/helper.cpp.o
  226. .PHONY : src/helper.cpp.o
  227. src/helper.i: src/helper.cpp.i
  228. .PHONY : src/helper.i
  229. # target to preprocess a source file
  230. src/helper.cpp.i:
  231. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f helper/CMakeFiles/fancontrol-gui-helper.dir/build.make helper/CMakeFiles/fancontrol-gui-helper.dir/src/helper.cpp.i
  232. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f helper/CMakeFiles/kcmfancontrolhelper.dir/build.make helper/CMakeFiles/kcmfancontrolhelper.dir/src/helper.cpp.i
  233. .PHONY : src/helper.cpp.i
  234. src/helper.s: src/helper.cpp.s
  235. .PHONY : src/helper.s
  236. # target to generate assembly for a file
  237. src/helper.cpp.s:
  238. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f helper/CMakeFiles/fancontrol-gui-helper.dir/build.make helper/CMakeFiles/fancontrol-gui-helper.dir/src/helper.cpp.s
  239. cd /home/maldela/Fancontrol-GUI && $(MAKE) -f helper/CMakeFiles/kcmfancontrolhelper.dir/build.make helper/CMakeFiles/kcmfancontrolhelper.dir/src/helper.cpp.s
  240. .PHONY : src/helper.cpp.s
  241. # Help Target
  242. help:
  243. @echo "The following are some of the valid targets for this Makefile:"
  244. @echo "... all (the default if no target is provided)"
  245. @echo "... clean"
  246. @echo "... depend"
  247. @echo "... edit_cache"
  248. @echo "... rebuild_cache"
  249. @echo "... install"
  250. @echo "... kcmfancontrolhelper_automoc"
  251. @echo "... fancontrol-gui-helper"
  252. @echo "... list_install_components"
  253. @echo "... fancontrol-gui-helper_automoc"
  254. @echo "... org.kde.kcontrol.kcmfancontrol.policy"
  255. @echo "... fancontrol.gui.helper.policy"
  256. @echo "... test"
  257. @echo "... kcmfancontrolhelper"
  258. @echo "... install/local"
  259. @echo "... fancontrol-gui-helper_automoc.o"
  260. @echo "... fancontrol-gui-helper_automoc.i"
  261. @echo "... fancontrol-gui-helper_automoc.s"
  262. @echo "... kcmfancontrolhelper_automoc.o"
  263. @echo "... kcmfancontrolhelper_automoc.i"
  264. @echo "... kcmfancontrolhelper_automoc.s"
  265. @echo "... src/helper.o"
  266. @echo "... src/helper.i"
  267. @echo "... src/helper.s"
  268. .PHONY : help
  269. #=============================================================================
  270. # Special targets to cleanup operation of make.
  271. # Special rule to run CMake to check the build system integrity.
  272. # No rule that depends on this can have commands that come from listfiles
  273. # because they might be regenerated.
  274. cmake_check_build_system:
  275. cd /home/maldela/Fancontrol-GUI && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  276. .PHONY : cmake_check_build_system