erster versuch der min max ausgibt
[201903hackathon.git] / cpp / sampleMinMax / CMakeFiles / Makefile2
1 # CMAKE generated file: DO NOT EDIT!
2 # Generated by "Unix Makefiles" Generator, CMake Version 3.10
3
4 # Default target executed when no arguments are given to make.
5 default_target: all
6
7 .PHONY : default_target
8
9 # The main recursive all target
10 all:
11
12 .PHONY : all
13
14 # The main recursive preinstall target
15 preinstall:
16
17 .PHONY : preinstall
18
19 #=============================================================================
20 # Special targets provided by cmake.
21
22 # Disable implicit rules so canonical targets will work.
23 .SUFFIXES:
24
25
26 # Remove some rules from gmake that .SUFFIXES does not remove.
27 SUFFIXES =
28
29 .SUFFIXES: .hpux_make_needs_suffix_list
30
31
32 # Suppress display of executed commands.
33 $(VERBOSE).SILENT:
34
35
36 # A target that is always out of date.
37 cmake_force:
38
39 .PHONY : cmake_force
40
41 #=============================================================================
42 # Set environment variables for the build.
43
44 # The shell in which to execute make rules.
45 SHELL = /bin/sh
46
47 # The CMake executable.
48 CMAKE_COMMAND = /usr/bin/cmake
49
50 # The command to remove a file.
51 RM = /usr/bin/cmake -E remove -f
52
53 # Escaping for special characters.
54 EQUALS = =
55
56 # The top-level source directory on which CMake was run.
57 CMAKE_SOURCE_DIR = /home/bernhard/realraum/2019-03-letsCluster-Hackathon/libroyale-3.21.1.70-LINUX-x86-64Bit/samples/cpp/sampleMinMax
58
59 # The top-level build directory on which CMake was run.
60 CMAKE_BINARY_DIR = /home/bernhard/realraum/2019-03-letsCluster-Hackathon/libroyale-3.21.1.70-LINUX-x86-64Bit/samples/cpp/sampleMinMax
61
62 #=============================================================================
63 # Target rules for target CMakeFiles/sampleMinMax.dir
64
65 # All Build rule for target.
66 CMakeFiles/sampleMinMax.dir/all:
67         $(MAKE) -f CMakeFiles/sampleMinMax.dir/build.make CMakeFiles/sampleMinMax.dir/depend
68         $(MAKE) -f CMakeFiles/sampleMinMax.dir/build.make CMakeFiles/sampleMinMax.dir/build
69         @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/bernhard/realraum/2019-03-letsCluster-Hackathon/libroyale-3.21.1.70-LINUX-x86-64Bit/samples/cpp/sampleMinMax/CMakeFiles --progress-num=1,2 "Built target sampleMinMax"
70 .PHONY : CMakeFiles/sampleMinMax.dir/all
71
72 # Include target in all.
73 all: CMakeFiles/sampleMinMax.dir/all
74
75 .PHONY : all
76
77 # Build rule for subdir invocation for target.
78 CMakeFiles/sampleMinMax.dir/rule: cmake_check_build_system
79         $(CMAKE_COMMAND) -E cmake_progress_start /home/bernhard/realraum/2019-03-letsCluster-Hackathon/libroyale-3.21.1.70-LINUX-x86-64Bit/samples/cpp/sampleMinMax/CMakeFiles 2
80         $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/sampleMinMax.dir/all
81         $(CMAKE_COMMAND) -E cmake_progress_start /home/bernhard/realraum/2019-03-letsCluster-Hackathon/libroyale-3.21.1.70-LINUX-x86-64Bit/samples/cpp/sampleMinMax/CMakeFiles 0
82 .PHONY : CMakeFiles/sampleMinMax.dir/rule
83
84 # Convenience name for target.
85 sampleMinMax: CMakeFiles/sampleMinMax.dir/rule
86
87 .PHONY : sampleMinMax
88
89 # clean rule for target.
90 CMakeFiles/sampleMinMax.dir/clean:
91         $(MAKE) -f CMakeFiles/sampleMinMax.dir/build.make CMakeFiles/sampleMinMax.dir/clean
92 .PHONY : CMakeFiles/sampleMinMax.dir/clean
93
94 # clean rule for target.
95 clean: CMakeFiles/sampleMinMax.dir/clean
96
97 .PHONY : clean
98
99 #=============================================================================
100 # Special targets to cleanup operation of make.
101
102 # Special rule to run CMake to check the build system integrity.
103 # No rule that depends on this can have commands that come from listfiles
104 # because they might be regenerated.
105 cmake_check_build_system:
106         $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
107 .PHONY : cmake_check_build_system
108