Makefile 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  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 rebuild_cache
  54. rebuild_cache:
  55. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  56. /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  57. .PHONY : rebuild_cache
  58. # Special rule for the target rebuild_cache
  59. rebuild_cache/fast: rebuild_cache
  60. .PHONY : rebuild_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 edit_cache
  70. edit_cache:
  71. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  72. /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  73. .PHONY : edit_cache
  74. # Special rule for the target edit_cache
  75. edit_cache/fast: edit_cache
  76. .PHONY : edit_cache/fast
  77. # Special rule for the target install/strip
  78. install/strip: preinstall
  79. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  80. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  81. .PHONY : install/strip
  82. # Special rule for the target install/strip
  83. install/strip/fast: install/strip
  84. .PHONY : install/strip/fast
  85. # Special rule for the target install/local
  86. install/local: preinstall
  87. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  88. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  89. .PHONY : install/local
  90. # Special rule for the target install/local
  91. install/local/fast: install/local
  92. .PHONY : install/local/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/tests/CMakeFiles/progress.marks
  96. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f CMakeFiles/Makefile2 tests/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 tests/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 tests/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 tests/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. tests/CMakeFiles/loadertest.dir/rule:
  120. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/loadertest.dir/rule
  121. .PHONY : tests/CMakeFiles/loadertest.dir/rule
  122. # Convenience name for target.
  123. loadertest: tests/CMakeFiles/loadertest.dir/rule
  124. .PHONY : loadertest
  125. # fast build rule for target.
  126. loadertest/fast:
  127. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f tests/CMakeFiles/loadertest.dir/build.make tests/CMakeFiles/loadertest.dir/build
  128. .PHONY : loadertest/fast
  129. # Convenience name for target.
  130. tests/CMakeFiles/loadertest_automoc.dir/rule:
  131. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/loadertest_automoc.dir/rule
  132. .PHONY : tests/CMakeFiles/loadertest_automoc.dir/rule
  133. # Convenience name for target.
  134. loadertest_automoc: tests/CMakeFiles/loadertest_automoc.dir/rule
  135. .PHONY : loadertest_automoc
  136. # fast build rule for target.
  137. loadertest_automoc/fast:
  138. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f tests/CMakeFiles/loadertest_automoc.dir/build.make tests/CMakeFiles/loadertest_automoc.dir/build
  139. .PHONY : loadertest_automoc/fast
  140. loadertest.o: loadertest.cpp.o
  141. .PHONY : loadertest.o
  142. # target to build an object file
  143. loadertest.cpp.o:
  144. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f tests/CMakeFiles/loadertest.dir/build.make tests/CMakeFiles/loadertest.dir/loadertest.cpp.o
  145. .PHONY : loadertest.cpp.o
  146. loadertest.i: loadertest.cpp.i
  147. .PHONY : loadertest.i
  148. # target to preprocess a source file
  149. loadertest.cpp.i:
  150. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f tests/CMakeFiles/loadertest.dir/build.make tests/CMakeFiles/loadertest.dir/loadertest.cpp.i
  151. .PHONY : loadertest.cpp.i
  152. loadertest.s: loadertest.cpp.s
  153. .PHONY : loadertest.s
  154. # target to generate assembly for a file
  155. loadertest.cpp.s:
  156. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f tests/CMakeFiles/loadertest.dir/build.make tests/CMakeFiles/loadertest.dir/loadertest.cpp.s
  157. .PHONY : loadertest.cpp.s
  158. loadertest_automoc.o: loadertest_automoc.cpp.o
  159. .PHONY : loadertest_automoc.o
  160. # target to build an object file
  161. loadertest_automoc.cpp.o:
  162. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f tests/CMakeFiles/loadertest.dir/build.make tests/CMakeFiles/loadertest.dir/loadertest_automoc.cpp.o
  163. .PHONY : loadertest_automoc.cpp.o
  164. loadertest_automoc.i: loadertest_automoc.cpp.i
  165. .PHONY : loadertest_automoc.i
  166. # target to preprocess a source file
  167. loadertest_automoc.cpp.i:
  168. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f tests/CMakeFiles/loadertest.dir/build.make tests/CMakeFiles/loadertest.dir/loadertest_automoc.cpp.i
  169. .PHONY : loadertest_automoc.cpp.i
  170. loadertest_automoc.s: loadertest_automoc.cpp.s
  171. .PHONY : loadertest_automoc.s
  172. # target to generate assembly for a file
  173. loadertest_automoc.cpp.s:
  174. cd /home/maldela/projects/fancontrol-gui.git/build && $(MAKE) -f tests/CMakeFiles/loadertest.dir/build.make tests/CMakeFiles/loadertest.dir/loadertest_automoc.cpp.s
  175. .PHONY : loadertest_automoc.cpp.s
  176. # Help Target
  177. help:
  178. @echo "The following are some of the valid targets for this Makefile:"
  179. @echo "... all (the default if no target is provided)"
  180. @echo "... clean"
  181. @echo "... depend"
  182. @echo "... list_install_components"
  183. @echo "... install"
  184. @echo "... rebuild_cache"
  185. @echo "... test"
  186. @echo "... loadertest"
  187. @echo "... edit_cache"
  188. @echo "... loadertest_automoc"
  189. @echo "... install/strip"
  190. @echo "... install/local"
  191. @echo "... loadertest.o"
  192. @echo "... loadertest.i"
  193. @echo "... loadertest.s"
  194. @echo "... loadertest_automoc.o"
  195. @echo "... loadertest_automoc.i"
  196. @echo "... loadertest_automoc.s"
  197. .PHONY : help
  198. #=============================================================================
  199. # Special targets to cleanup operation of make.
  200. # Special rule to run CMake to check the build system integrity.
  201. # No rule that depends on this can have commands that come from listfiles
  202. # because they might be regenerated.
  203. cmake_check_build_system:
  204. 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
  205. .PHONY : cmake_check_build_system