1 | # CMAKE generated file: DO NOT EDIT! |
---|
2 | # Generated by "Unix Makefiles" Generator, CMake Version 2.4 |
---|
3 | |
---|
4 | # Default target executed when no arguments are given to make. |
---|
5 | default_target: all |
---|
6 | |
---|
7 | #============================================================================= |
---|
8 | # Special targets provided by cmake. |
---|
9 | |
---|
10 | # Disable implicit rules so canoncical targets will work. |
---|
11 | .SUFFIXES: |
---|
12 | |
---|
13 | .SUFFIXES: .hpux_make_needs_suffix_list |
---|
14 | |
---|
15 | # Produce verbose output by default. |
---|
16 | VERBOSE = 1 |
---|
17 | |
---|
18 | # Suppress display of executed commands. |
---|
19 | $(VERBOSE).SILENT: |
---|
20 | |
---|
21 | # A target that is always out of date. |
---|
22 | cmake_force: |
---|
23 | |
---|
24 | #============================================================================= |
---|
25 | # Set environment variables for the build. |
---|
26 | |
---|
27 | # The shell in which to execute make rules. |
---|
28 | SHELL = /bin/sh |
---|
29 | |
---|
30 | # The CMake executable. |
---|
31 | CMAKE_COMMAND = /usr/bin/cmake |
---|
32 | |
---|
33 | # The command to remove a file. |
---|
34 | RM = /usr/bin/cmake -E remove -f |
---|
35 | |
---|
36 | # The program to use to edit the cache. |
---|
37 | CMAKE_EDIT_COMMAND = /usr/bin/ccmake |
---|
38 | |
---|
39 | # The top-level source directory on which CMake was run. |
---|
40 | CMAKE_SOURCE_DIR = /home/piranha/orxonox/trunk |
---|
41 | |
---|
42 | # The top-level build directory on which CMake was run. |
---|
43 | CMAKE_BINARY_DIR = /home/piranha/orxonox/trunk |
---|
44 | |
---|
45 | # Include the progress variables for this target. |
---|
46 | include CMakeFiles/progress.make |
---|
47 | |
---|
48 | #============================================================================= |
---|
49 | # Targets provided globally by CMake. |
---|
50 | |
---|
51 | # Special rule for the target edit_cache |
---|
52 | edit_cache: |
---|
53 | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." |
---|
54 | cd /home/piranha/orxonox/trunk/src/util && /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) |
---|
55 | |
---|
56 | # Special rule for the target edit_cache |
---|
57 | edit_cache/fast: edit_cache |
---|
58 | |
---|
59 | # Special rule for the target rebuild_cache |
---|
60 | rebuild_cache: |
---|
61 | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." |
---|
62 | cd /home/piranha/orxonox/trunk/src/util && /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) |
---|
63 | |
---|
64 | # Special rule for the target rebuild_cache |
---|
65 | rebuild_cache/fast: rebuild_cache |
---|
66 | |
---|
67 | # The main all target |
---|
68 | all: cmake_check_build_system |
---|
69 | cd /home/piranha/orxonox/trunk && $(CMAKE_COMMAND) -E cmake_progress_start /home/piranha/orxonox/trunk/CMakeFiles $(CMAKE_ALL_PROGRESS) |
---|
70 | cd /home/piranha/orxonox/trunk && $(MAKE) -f CMakeFiles/Makefile2 src/util/all |
---|
71 | $(CMAKE_COMMAND) -E cmake_progress_start /home/piranha/orxonox/trunk/CMakeFiles 0 |
---|
72 | |
---|
73 | # The main clean target |
---|
74 | clean: |
---|
75 | cd /home/piranha/orxonox/trunk && $(MAKE) -f CMakeFiles/Makefile2 src/util/clean |
---|
76 | |
---|
77 | # The main clean target |
---|
78 | clean/fast: clean |
---|
79 | |
---|
80 | # Prepare targets for installation. |
---|
81 | preinstall: all |
---|
82 | cd /home/piranha/orxonox/trunk && $(MAKE) -f CMakeFiles/Makefile2 src/util/preinstall |
---|
83 | |
---|
84 | # Prepare targets for installation. |
---|
85 | preinstall/fast: |
---|
86 | cd /home/piranha/orxonox/trunk && $(MAKE) -f CMakeFiles/Makefile2 src/util/preinstall |
---|
87 | |
---|
88 | # clear depends |
---|
89 | depend: |
---|
90 | $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
---|
91 | |
---|
92 | # Convenience name for target. |
---|
93 | src/util/CMakeFiles/util.dir/rule: |
---|
94 | cd /home/piranha/orxonox/trunk && $(MAKE) -f CMakeFiles/Makefile2 src/util/CMakeFiles/util.dir/rule |
---|
95 | |
---|
96 | # Convenience name for target. |
---|
97 | util: src/util/CMakeFiles/util.dir/rule |
---|
98 | |
---|
99 | # fast build rule for target. |
---|
100 | util/fast: |
---|
101 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/build |
---|
102 | |
---|
103 | # target to build an object file |
---|
104 | Math.o: |
---|
105 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/Math.o |
---|
106 | |
---|
107 | # target to preprocess a source file |
---|
108 | Math.i: |
---|
109 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/Math.i |
---|
110 | |
---|
111 | # target to generate assembly for a file |
---|
112 | Math.s: |
---|
113 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/Math.s |
---|
114 | |
---|
115 | # target to build an object file |
---|
116 | MultiTypeMath.o: |
---|
117 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/MultiTypeMath.o |
---|
118 | |
---|
119 | # target to preprocess a source file |
---|
120 | MultiTypeMath.i: |
---|
121 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/MultiTypeMath.i |
---|
122 | |
---|
123 | # target to generate assembly for a file |
---|
124 | MultiTypeMath.s: |
---|
125 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/MultiTypeMath.s |
---|
126 | |
---|
127 | # target to build an object file |
---|
128 | MultiTypePrimitive.o: |
---|
129 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/MultiTypePrimitive.o |
---|
130 | |
---|
131 | # target to preprocess a source file |
---|
132 | MultiTypePrimitive.i: |
---|
133 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/MultiTypePrimitive.i |
---|
134 | |
---|
135 | # target to generate assembly for a file |
---|
136 | MultiTypePrimitive.s: |
---|
137 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/MultiTypePrimitive.s |
---|
138 | |
---|
139 | # target to build an object file |
---|
140 | MultiTypeString.o: |
---|
141 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/MultiTypeString.o |
---|
142 | |
---|
143 | # target to preprocess a source file |
---|
144 | MultiTypeString.i: |
---|
145 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/MultiTypeString.i |
---|
146 | |
---|
147 | # target to generate assembly for a file |
---|
148 | MultiTypeString.s: |
---|
149 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/MultiTypeString.s |
---|
150 | |
---|
151 | # target to build an object file |
---|
152 | String.o: |
---|
153 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/String.o |
---|
154 | |
---|
155 | # target to preprocess a source file |
---|
156 | String.i: |
---|
157 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/String.i |
---|
158 | |
---|
159 | # target to generate assembly for a file |
---|
160 | String.s: |
---|
161 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/String.s |
---|
162 | |
---|
163 | # target to build an object file |
---|
164 | SubString.o: |
---|
165 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/SubString.o |
---|
166 | |
---|
167 | # target to preprocess a source file |
---|
168 | SubString.i: |
---|
169 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/SubString.i |
---|
170 | |
---|
171 | # target to generate assembly for a file |
---|
172 | SubString.s: |
---|
173 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/SubString.s |
---|
174 | |
---|
175 | # target to build an object file |
---|
176 | tinyxml/ticpp.o: |
---|
177 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/tinyxml/ticpp.o |
---|
178 | |
---|
179 | # target to preprocess a source file |
---|
180 | tinyxml/ticpp.i: |
---|
181 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/tinyxml/ticpp.i |
---|
182 | |
---|
183 | # target to generate assembly for a file |
---|
184 | tinyxml/ticpp.s: |
---|
185 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/tinyxml/ticpp.s |
---|
186 | |
---|
187 | # target to build an object file |
---|
188 | tinyxml/tinystr.o: |
---|
189 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/tinyxml/tinystr.o |
---|
190 | |
---|
191 | # target to preprocess a source file |
---|
192 | tinyxml/tinystr.i: |
---|
193 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/tinyxml/tinystr.i |
---|
194 | |
---|
195 | # target to generate assembly for a file |
---|
196 | tinyxml/tinystr.s: |
---|
197 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/tinyxml/tinystr.s |
---|
198 | |
---|
199 | # target to build an object file |
---|
200 | tinyxml/tinyxml.o: |
---|
201 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/tinyxml/tinyxml.o |
---|
202 | |
---|
203 | # target to preprocess a source file |
---|
204 | tinyxml/tinyxml.i: |
---|
205 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/tinyxml/tinyxml.i |
---|
206 | |
---|
207 | # target to generate assembly for a file |
---|
208 | tinyxml/tinyxml.s: |
---|
209 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/tinyxml/tinyxml.s |
---|
210 | |
---|
211 | # target to build an object file |
---|
212 | tinyxml/tinyxmlerror.o: |
---|
213 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/tinyxml/tinyxmlerror.o |
---|
214 | |
---|
215 | # target to preprocess a source file |
---|
216 | tinyxml/tinyxmlerror.i: |
---|
217 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/tinyxml/tinyxmlerror.i |
---|
218 | |
---|
219 | # target to generate assembly for a file |
---|
220 | tinyxml/tinyxmlerror.s: |
---|
221 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/tinyxml/tinyxmlerror.s |
---|
222 | |
---|
223 | # target to build an object file |
---|
224 | tinyxml/tinyxmlparser.o: |
---|
225 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/tinyxml/tinyxmlparser.o |
---|
226 | |
---|
227 | # target to preprocess a source file |
---|
228 | tinyxml/tinyxmlparser.i: |
---|
229 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/tinyxml/tinyxmlparser.i |
---|
230 | |
---|
231 | # target to generate assembly for a file |
---|
232 | tinyxml/tinyxmlparser.s: |
---|
233 | cd /home/piranha/orxonox/trunk && $(MAKE) -f src/util/CMakeFiles/util.dir/build.make src/util/CMakeFiles/util.dir/tinyxml/tinyxmlparser.s |
---|
234 | |
---|
235 | # Help Target |
---|
236 | help:: |
---|
237 | @echo "The following are some of the valid targets for this Makefile:" |
---|
238 | @echo "... all (the default if no target is provided)" |
---|
239 | @echo "... clean" |
---|
240 | @echo "... depend" |
---|
241 | @echo "... edit_cache" |
---|
242 | @echo "... rebuild_cache" |
---|
243 | @echo "... util" |
---|
244 | @echo "... Math.o" |
---|
245 | @echo "... Math.i" |
---|
246 | @echo "... Math.s" |
---|
247 | @echo "... MultiTypeMath.o" |
---|
248 | @echo "... MultiTypeMath.i" |
---|
249 | @echo "... MultiTypeMath.s" |
---|
250 | @echo "... MultiTypePrimitive.o" |
---|
251 | @echo "... MultiTypePrimitive.i" |
---|
252 | @echo "... MultiTypePrimitive.s" |
---|
253 | @echo "... MultiTypeString.o" |
---|
254 | @echo "... MultiTypeString.i" |
---|
255 | @echo "... MultiTypeString.s" |
---|
256 | @echo "... String.o" |
---|
257 | @echo "... String.i" |
---|
258 | @echo "... String.s" |
---|
259 | @echo "... SubString.o" |
---|
260 | @echo "... SubString.i" |
---|
261 | @echo "... SubString.s" |
---|
262 | @echo "... tinyxml/ticpp.o" |
---|
263 | @echo "... tinyxml/ticpp.i" |
---|
264 | @echo "... tinyxml/ticpp.s" |
---|
265 | @echo "... tinyxml/tinystr.o" |
---|
266 | @echo "... tinyxml/tinystr.i" |
---|
267 | @echo "... tinyxml/tinystr.s" |
---|
268 | @echo "... tinyxml/tinyxml.o" |
---|
269 | @echo "... tinyxml/tinyxml.i" |
---|
270 | @echo "... tinyxml/tinyxml.s" |
---|
271 | @echo "... tinyxml/tinyxmlerror.o" |
---|
272 | @echo "... tinyxml/tinyxmlerror.i" |
---|
273 | @echo "... tinyxml/tinyxmlerror.s" |
---|
274 | @echo "... tinyxml/tinyxmlparser.o" |
---|
275 | @echo "... tinyxml/tinyxmlparser.i" |
---|
276 | @echo "... tinyxml/tinyxmlparser.s" |
---|
277 | |
---|
278 | |
---|
279 | |
---|
280 | #============================================================================= |
---|
281 | # Special targets to cleanup operation of make. |
---|
282 | |
---|
283 | # Special rule to run CMake to check the build system integrity. |
---|
284 | # No rule that depends on this can have commands that come from listfiles |
---|
285 | # because they might be regenerated. |
---|
286 | cmake_check_build_system: |
---|
287 | cd /home/piranha/orxonox/trunk && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
---|
288 | |
---|