cash2ecash

cash2ecash: cash acceptor that issues digital cash (experimental)
Log | Files | Refs | Submodules | README | LICENSE

Makefile (13722B)


      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 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build/CMakeFiles /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build/gui//CMakeFiles/progress.marks
    136 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gui/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 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gui/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 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gui/preinstall
    152 .PHONY : preinstall
    153 
    154 # Prepare targets for installation.
    155 preinstall/fast:
    156 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gui/preinstall
    157 .PHONY : preinstall/fast
    158 
    159 # clear depends
    160 depend:
    161 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
    162 .PHONY : depend
    163 
    164 # Convenience name for target.
    165 gui/CMakeFiles/gui.dir/rule:
    166 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gui/CMakeFiles/gui.dir/rule
    167 .PHONY : gui/CMakeFiles/gui.dir/rule
    168 
    169 # Convenience name for target.
    170 gui: gui/CMakeFiles/gui.dir/rule
    171 .PHONY : gui
    172 
    173 # fast build rule for target.
    174 gui/fast:
    175 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/build
    176 .PHONY : gui/fast
    177 
    178 gui.o: gui.cpp.o
    179 .PHONY : gui.o
    180 
    181 # target to build an object file
    182 gui.cpp.o:
    183 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/gui.cpp.o
    184 .PHONY : gui.cpp.o
    185 
    186 gui.i: gui.cpp.i
    187 .PHONY : gui.i
    188 
    189 # target to preprocess a source file
    190 gui.cpp.i:
    191 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/gui.cpp.i
    192 .PHONY : gui.cpp.i
    193 
    194 gui.s: gui.cpp.s
    195 .PHONY : gui.s
    196 
    197 # target to generate assembly for a file
    198 gui.cpp.s:
    199 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/gui.cpp.s
    200 .PHONY : gui.cpp.s
    201 
    202 screen.o: screen.cpp.o
    203 .PHONY : screen.o
    204 
    205 # target to build an object file
    206 screen.cpp.o:
    207 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screen.cpp.o
    208 .PHONY : screen.cpp.o
    209 
    210 screen.i: screen.cpp.i
    211 .PHONY : screen.i
    212 
    213 # target to preprocess a source file
    214 screen.cpp.i:
    215 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screen.cpp.i
    216 .PHONY : screen.cpp.i
    217 
    218 screen.s: screen.cpp.s
    219 .PHONY : screen.s
    220 
    221 # target to generate assembly for a file
    222 screen.cpp.s:
    223 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screen.cpp.s
    224 .PHONY : screen.cpp.s
    225 
    226 screenAcceptCash.o: screenAcceptCash.cpp.o
    227 .PHONY : screenAcceptCash.o
    228 
    229 # target to build an object file
    230 screenAcceptCash.cpp.o:
    231 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenAcceptCash.cpp.o
    232 .PHONY : screenAcceptCash.cpp.o
    233 
    234 screenAcceptCash.i: screenAcceptCash.cpp.i
    235 .PHONY : screenAcceptCash.i
    236 
    237 # target to preprocess a source file
    238 screenAcceptCash.cpp.i:
    239 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenAcceptCash.cpp.i
    240 .PHONY : screenAcceptCash.cpp.i
    241 
    242 screenAcceptCash.s: screenAcceptCash.cpp.s
    243 .PHONY : screenAcceptCash.s
    244 
    245 # target to generate assembly for a file
    246 screenAcceptCash.cpp.s:
    247 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenAcceptCash.cpp.s
    248 .PHONY : screenAcceptCash.cpp.s
    249 
    250 screenConnection.o: screenConnection.cpp.o
    251 .PHONY : screenConnection.o
    252 
    253 # target to build an object file
    254 screenConnection.cpp.o:
    255 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenConnection.cpp.o
    256 .PHONY : screenConnection.cpp.o
    257 
    258 screenConnection.i: screenConnection.cpp.i
    259 .PHONY : screenConnection.i
    260 
    261 # target to preprocess a source file
    262 screenConnection.cpp.i:
    263 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenConnection.cpp.i
    264 .PHONY : screenConnection.cpp.i
    265 
    266 screenConnection.s: screenConnection.cpp.s
    267 .PHONY : screenConnection.s
    268 
    269 # target to generate assembly for a file
    270 screenConnection.cpp.s:
    271 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenConnection.cpp.s
    272 .PHONY : screenConnection.cpp.s
    273 
    274 screenIdentification.o: screenIdentification.cpp.o
    275 .PHONY : screenIdentification.o
    276 
    277 # target to build an object file
    278 screenIdentification.cpp.o:
    279 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenIdentification.cpp.o
    280 .PHONY : screenIdentification.cpp.o
    281 
    282 screenIdentification.i: screenIdentification.cpp.i
    283 .PHONY : screenIdentification.i
    284 
    285 # target to preprocess a source file
    286 screenIdentification.cpp.i:
    287 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenIdentification.cpp.i
    288 .PHONY : screenIdentification.cpp.i
    289 
    290 screenIdentification.s: screenIdentification.cpp.s
    291 .PHONY : screenIdentification.s
    292 
    293 # target to generate assembly for a file
    294 screenIdentification.cpp.s:
    295 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenIdentification.cpp.s
    296 .PHONY : screenIdentification.cpp.s
    297 
    298 screenWelcome.o: screenWelcome.cpp.o
    299 .PHONY : screenWelcome.o
    300 
    301 # target to build an object file
    302 screenWelcome.cpp.o:
    303 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenWelcome.cpp.o
    304 .PHONY : screenWelcome.cpp.o
    305 
    306 screenWelcome.i: screenWelcome.cpp.i
    307 .PHONY : screenWelcome.i
    308 
    309 # target to preprocess a source file
    310 screenWelcome.cpp.i:
    311 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenWelcome.cpp.i
    312 .PHONY : screenWelcome.cpp.i
    313 
    314 screenWelcome.s: screenWelcome.cpp.s
    315 .PHONY : screenWelcome.s
    316 
    317 # target to generate assembly for a file
    318 screenWelcome.cpp.s:
    319 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(MAKE) $(MAKESILENT) -f gui/CMakeFiles/gui.dir/build.make gui/CMakeFiles/gui.dir/screenWelcome.cpp.s
    320 .PHONY : screenWelcome.cpp.s
    321 
    322 # Help Target
    323 help:
    324 	@echo "The following are some of the valid targets for this Makefile:"
    325 	@echo "... all (the default if no target is provided)"
    326 	@echo "... clean"
    327 	@echo "... depend"
    328 	@echo "... edit_cache"
    329 	@echo "... install"
    330 	@echo "... install/local"
    331 	@echo "... install/strip"
    332 	@echo "... list_install_components"
    333 	@echo "... rebuild_cache"
    334 	@echo "... gui"
    335 	@echo "... gui.o"
    336 	@echo "... gui.i"
    337 	@echo "... gui.s"
    338 	@echo "... screen.o"
    339 	@echo "... screen.i"
    340 	@echo "... screen.s"
    341 	@echo "... screenAcceptCash.o"
    342 	@echo "... screenAcceptCash.i"
    343 	@echo "... screenAcceptCash.s"
    344 	@echo "... screenConnection.o"
    345 	@echo "... screenConnection.i"
    346 	@echo "... screenConnection.s"
    347 	@echo "... screenIdentification.o"
    348 	@echo "... screenIdentification.i"
    349 	@echo "... screenIdentification.s"
    350 	@echo "... screenWelcome.o"
    351 	@echo "... screenWelcome.i"
    352 	@echo "... screenWelcome.s"
    353 .PHONY : help
    354 
    355 
    356 
    357 #=============================================================================
    358 # Special targets to cleanup operation of make.
    359 
    360 # Special rule to run CMake to check the build system integrity.
    361 # No rule that depends on this can have commands that come from listfiles
    362 # because they might be regenerated.
    363 cmake_check_build_system:
    364 	cd /home/manuel/Dokumente/Studium/BTE5512_Projektarbeit/cash2ecash/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
    365 .PHONY : cmake_check_build_system
    366