source: proiecte/SIMEO/SimeoDemo/Makefile @ 168

Last change on this file since 168 was 168, checked in by (none), 14 years ago

Simeo: added initial proof of concept code.

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