Makefile (11661B)
1 # CMAKE generated file: DO NOT EDIT! 2 # Generated by "Unix Makefiles" Generator, CMake Version 3.25 3 4 # Default target executed when no arguments are given to make. 5 default_target: all 6 .PHONY : default_target 7 8 # Allow only one "make -f Makefile2" at a time, but pass parallelism. 9 .NOTPARALLEL: 10 11 #============================================================================= 12 # Special targets provided by cmake. 13 14 # Disable implicit rules so canonical targets will work. 15 .SUFFIXES: 16 17 # Disable VCS-based implicit rules. 18 % : %,v 19 20 # Disable VCS-based implicit rules. 21 % : RCS/% 22 23 # Disable VCS-based implicit rules. 24 % : RCS/%,v 25 26 # Disable VCS-based implicit rules. 27 % : SCCS/s.% 28 29 # Disable VCS-based implicit rules. 30 % : s.% 31 32 .SUFFIXES: .hpux_make_needs_suffix_list 33 34 # Command-line flag to silence nested $(MAKE). 35 $(VERBOSE)MAKESILENT = -s 36 37 #Suppress display of executed commands. 38 $(VERBOSE).SILENT: 39 40 # A target that is always out of date. 41 cmake_force: 42 .PHONY : cmake_force 43 44 #============================================================================= 45 # Set environment variables for the build. 46 47 # The shell in which to execute make rules. 48 SHELL = /bin/sh 49 50 # The CMake executable. 51 CMAKE_COMMAND = /usr/bin/cmake 52 53 # The command to remove a file. 54 RM = /usr/bin/cmake -E rm -f 55 56 # Escaping for special characters. 57 EQUALS = = 58 59 # The top-level source directory on which CMake was run. 60 CMAKE_SOURCE_DIR = /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/src 61 62 # The top-level build directory on which CMake was run. 63 CMAKE_BINARY_DIR = /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build 64 65 #============================================================================= 66 # Targets provided globally by CMake. 67 68 # Special rule for the target edit_cache 69 edit_cache: 70 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." 71 /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. 72 .PHONY : edit_cache 73 74 # Special rule for the target edit_cache 75 edit_cache/fast: edit_cache 76 .PHONY : edit_cache/fast 77 78 # Special rule for the target rebuild_cache 79 rebuild_cache: 80 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." 81 /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) 82 .PHONY : rebuild_cache 83 84 # Special rule for the target rebuild_cache 85 rebuild_cache/fast: rebuild_cache 86 .PHONY : rebuild_cache/fast 87 88 # Special rule for the target list_install_components 89 list_install_components: 90 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" 91 .PHONY : list_install_components 92 93 # Special rule for the target list_install_components 94 list_install_components/fast: list_install_components 95 .PHONY : list_install_components/fast 96 97 # Special rule for the target install 98 install: preinstall 99 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." 100 /usr/bin/cmake -P cmake_install.cmake 101 .PHONY : install 102 103 # Special rule for the target install 104 install/fast: preinstall/fast 105 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." 106 /usr/bin/cmake -P cmake_install.cmake 107 .PHONY : install/fast 108 109 # Special rule for the target install/local 110 install/local: preinstall 111 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." 112 /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake 113 .PHONY : install/local 114 115 # Special rule for the target install/local 116 install/local/fast: preinstall/fast 117 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." 118 /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake 119 .PHONY : install/local/fast 120 121 # Special rule for the target install/strip 122 install/strip: preinstall 123 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." 124 /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake 125 .PHONY : install/strip 126 127 # Special rule for the target install/strip 128 install/strip/fast: preinstall/fast 129 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." 130 /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake 131 .PHONY : install/strip/fast 132 133 # The main all target 134 all: cmake_check_build_system 135 $(CMAKE_COMMAND) -E cmake_progress_start /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build/CMakeFiles /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build//CMakeFiles/progress.marks 136 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all 137 $(CMAKE_COMMAND) -E cmake_progress_start /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build/CMakeFiles 0 138 .PHONY : all 139 140 # The main clean target 141 clean: 142 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean 143 .PHONY : clean 144 145 # The main clean target 146 clean/fast: clean 147 .PHONY : clean/fast 148 149 # Prepare targets for installation. 150 preinstall: all 151 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall 152 .PHONY : preinstall 153 154 # Prepare targets for installation. 155 preinstall/fast: 156 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall 157 .PHONY : preinstall/fast 158 159 # clear depends 160 depend: 161 $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 162 .PHONY : depend 163 164 #============================================================================= 165 # Target rules for targets named cash2ecash 166 167 # Build rule for target. 168 cash2ecash: cmake_check_build_system 169 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cash2ecash 170 .PHONY : cash2ecash 171 172 # fast build rule for target. 173 cash2ecash/fast: 174 $(MAKE) $(MAKESILENT) -f CMakeFiles/cash2ecash.dir/build.make CMakeFiles/cash2ecash.dir/build 175 .PHONY : cash2ecash/fast 176 177 #============================================================================= 178 # Target rules for targets named cashacceptor 179 180 # Build rule for target. 181 cashacceptor: cmake_check_build_system 182 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cashacceptor 183 .PHONY : cashacceptor 184 185 # fast build rule for target. 186 cashacceptor/fast: 187 $(MAKE) $(MAKESILENT) -f cashacceptor/CMakeFiles/cashacceptor.dir/build.make cashacceptor/CMakeFiles/cashacceptor.dir/build 188 .PHONY : cashacceptor/fast 189 190 #============================================================================= 191 # Target rules for targets named bank 192 193 # Build rule for target. 194 bank: cmake_check_build_system 195 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bank 196 .PHONY : bank 197 198 # fast build rule for target. 199 bank/fast: 200 $(MAKE) $(MAKESILENT) -f bank/CMakeFiles/bank.dir/build.make bank/CMakeFiles/bank.dir/build 201 .PHONY : bank/fast 202 203 #============================================================================= 204 # Target rules for targets named bankCommunication 205 206 # Build rule for target. 207 bankCommunication: cmake_check_build_system 208 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bankCommunication 209 .PHONY : bankCommunication 210 211 # fast build rule for target. 212 bankCommunication/fast: 213 $(MAKE) $(MAKESILENT) -f bank/CMakeFiles/bankCommunication.dir/build.make bank/CMakeFiles/bankCommunication.dir/build 214 .PHONY : bankCommunication/fast 215 216 #============================================================================= 217 # Target rules for targets named lvgl 218 219 # Build rule for target. 220 lvgl: cmake_check_build_system 221 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lvgl 222 .PHONY : lvgl 223 224 # fast build rule for target. 225 lvgl/fast: 226 $(MAKE) $(MAKESILENT) -f extern/lvgl/CMakeFiles/lvgl.dir/build.make extern/lvgl/CMakeFiles/lvgl.dir/build 227 .PHONY : lvgl/fast 228 229 #============================================================================= 230 # Target rules for targets named lvgl_thorvg 231 232 # Build rule for target. 233 lvgl_thorvg: cmake_check_build_system 234 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lvgl_thorvg 235 .PHONY : lvgl_thorvg 236 237 # fast build rule for target. 238 lvgl_thorvg/fast: 239 $(MAKE) $(MAKESILENT) -f extern/lvgl/CMakeFiles/lvgl_thorvg.dir/build.make extern/lvgl/CMakeFiles/lvgl_thorvg.dir/build 240 .PHONY : lvgl_thorvg/fast 241 242 #============================================================================= 243 # Target rules for targets named lvgl_examples 244 245 # Build rule for target. 246 lvgl_examples: cmake_check_build_system 247 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lvgl_examples 248 .PHONY : lvgl_examples 249 250 # fast build rule for target. 251 lvgl_examples/fast: 252 $(MAKE) $(MAKESILENT) -f extern/lvgl/CMakeFiles/lvgl_examples.dir/build.make extern/lvgl/CMakeFiles/lvgl_examples.dir/build 253 .PHONY : lvgl_examples/fast 254 255 #============================================================================= 256 # Target rules for targets named lvgl_demos 257 258 # Build rule for target. 259 lvgl_demos: cmake_check_build_system 260 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lvgl_demos 261 .PHONY : lvgl_demos 262 263 # fast build rule for target. 264 lvgl_demos/fast: 265 $(MAKE) $(MAKESILENT) -f extern/lvgl/CMakeFiles/lvgl_demos.dir/build.make extern/lvgl/CMakeFiles/lvgl_demos.dir/build 266 .PHONY : lvgl_demos/fast 267 268 #============================================================================= 269 # Target rules for targets named gui 270 271 # Build rule for target. 272 gui: cmake_check_build_system 273 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gui 274 .PHONY : gui 275 276 # fast build rule for target. 277 gui/fast: 278 $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/build 279 .PHONY : gui/fast 280 281 #============================================================================= 282 # Target rules for targets named utils 283 284 # Build rule for target. 285 utils: cmake_check_build_system 286 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 utils 287 .PHONY : utils 288 289 # fast build rule for target. 290 utils/fast: 291 $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/utils.dir/build.make utils/CMakeFiles/utils.dir/build 292 .PHONY : utils/fast 293 294 cash2ecash.o: cash2ecash.cpp.o 295 .PHONY : cash2ecash.o 296 297 # target to build an object file 298 cash2ecash.cpp.o: 299 $(MAKE) $(MAKESILENT) -f CMakeFiles/cash2ecash.dir/build.make CMakeFiles/cash2ecash.dir/cash2ecash.cpp.o 300 .PHONY : cash2ecash.cpp.o 301 302 cash2ecash.i: cash2ecash.cpp.i 303 .PHONY : cash2ecash.i 304 305 # target to preprocess a source file 306 cash2ecash.cpp.i: 307 $(MAKE) $(MAKESILENT) -f CMakeFiles/cash2ecash.dir/build.make CMakeFiles/cash2ecash.dir/cash2ecash.cpp.i 308 .PHONY : cash2ecash.cpp.i 309 310 cash2ecash.s: cash2ecash.cpp.s 311 .PHONY : cash2ecash.s 312 313 # target to generate assembly for a file 314 cash2ecash.cpp.s: 315 $(MAKE) $(MAKESILENT) -f CMakeFiles/cash2ecash.dir/build.make CMakeFiles/cash2ecash.dir/cash2ecash.cpp.s 316 .PHONY : cash2ecash.cpp.s 317 318 # Help Target 319 help: 320 @echo "The following are some of the valid targets for this Makefile:" 321 @echo "... all (the default if no target is provided)" 322 @echo "... clean" 323 @echo "... depend" 324 @echo "... edit_cache" 325 @echo "... install" 326 @echo "... install/local" 327 @echo "... install/strip" 328 @echo "... list_install_components" 329 @echo "... rebuild_cache" 330 @echo "... bank" 331 @echo "... bankCommunication" 332 @echo "... cash2ecash" 333 @echo "... cashacceptor" 334 @echo "... gui" 335 @echo "... lvgl" 336 @echo "... lvgl_demos" 337 @echo "... lvgl_examples" 338 @echo "... lvgl_thorvg" 339 @echo "... utils" 340 @echo "... cash2ecash.o" 341 @echo "... cash2ecash.i" 342 @echo "... cash2ecash.s" 343 .PHONY : help 344 345 346 347 #============================================================================= 348 # Special targets to cleanup operation of make. 349 350 # Special rule to run CMake to check the build system integrity. 351 # No rule that depends on this can have commands that come from listfiles 352 # because they might be regenerated. 353 cmake_check_build_system: 354 $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 355 .PHONY : cmake_check_build_system 356