Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/script/src/audio/Makefile @ 906

Last change on this file since 906 was 906, checked in by bknecht, 16 years ago

created lua branch w/o Media

File size: 6.5 KB
Line 
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.
5default_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.
16VERBOSE = 1
17
18# Suppress display of executed commands.
19$(VERBOSE).SILENT:
20
21# A target that is always out of date.
22cmake_force:
23
24#=============================================================================
25# Set environment variables for the build.
26
27# The shell in which to execute make rules.
28SHELL = /bin/sh
29
30# The CMake executable.
31CMAKE_COMMAND = /usr/bin/cmake
32
33# The command to remove a file.
34RM = /usr/bin/cmake -E remove -f
35
36# The program to use to edit the cache.
37CMAKE_EDIT_COMMAND = /usr/bin/ccmake
38
39# The top-level source directory on which CMake was run.
40CMAKE_SOURCE_DIR = /home/piranha/orxonox/trunk
41
42# The top-level build directory on which CMake was run.
43CMAKE_BINARY_DIR = /home/piranha/orxonox/trunk
44
45# Include the progress variables for this target.
46include CMakeFiles/progress.make
47
48#=============================================================================
49# Targets provided globally by CMake.
50
51# Special rule for the target edit_cache
52edit_cache:
53        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
54        cd /home/piranha/orxonox/trunk/src/audio && /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
55
56# Special rule for the target edit_cache
57edit_cache/fast: edit_cache
58
59# Special rule for the target rebuild_cache
60rebuild_cache:
61        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
62        cd /home/piranha/orxonox/trunk/src/audio && /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
63
64# Special rule for the target rebuild_cache
65rebuild_cache/fast: rebuild_cache
66
67# The main all target
68all: 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/audio/all
71        $(CMAKE_COMMAND) -E cmake_progress_start /home/piranha/orxonox/trunk/CMakeFiles 0
72
73# The main clean target
74clean:
75        cd /home/piranha/orxonox/trunk && $(MAKE) -f CMakeFiles/Makefile2 src/audio/clean
76
77# The main clean target
78clean/fast: clean
79
80# Prepare targets for installation.
81preinstall: all
82        cd /home/piranha/orxonox/trunk && $(MAKE) -f CMakeFiles/Makefile2 src/audio/preinstall
83
84# Prepare targets for installation.
85preinstall/fast:
86        cd /home/piranha/orxonox/trunk && $(MAKE) -f CMakeFiles/Makefile2 src/audio/preinstall
87
88# clear depends
89depend:
90        $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
91
92# Convenience name for target.
93src/audio/CMakeFiles/audio.dir/rule:
94        cd /home/piranha/orxonox/trunk && $(MAKE) -f CMakeFiles/Makefile2 src/audio/CMakeFiles/audio.dir/rule
95
96# Convenience name for target.
97audio: src/audio/CMakeFiles/audio.dir/rule
98
99# fast build rule for target.
100audio/fast:
101        cd /home/piranha/orxonox/trunk && $(MAKE) -f src/audio/CMakeFiles/audio.dir/build.make src/audio/CMakeFiles/audio.dir/build
102
103# target to build an object file
104AudioBuffer.o:
105        cd /home/piranha/orxonox/trunk && $(MAKE) -f src/audio/CMakeFiles/audio.dir/build.make src/audio/CMakeFiles/audio.dir/AudioBuffer.o
106
107# target to preprocess a source file
108AudioBuffer.i:
109        cd /home/piranha/orxonox/trunk && $(MAKE) -f src/audio/CMakeFiles/audio.dir/build.make src/audio/CMakeFiles/audio.dir/AudioBuffer.i
110
111# target to generate assembly for a file
112AudioBuffer.s:
113        cd /home/piranha/orxonox/trunk && $(MAKE) -f src/audio/CMakeFiles/audio.dir/build.make src/audio/CMakeFiles/audio.dir/AudioBuffer.s
114
115# target to build an object file
116AudioManager.o:
117        cd /home/piranha/orxonox/trunk && $(MAKE) -f src/audio/CMakeFiles/audio.dir/build.make src/audio/CMakeFiles/audio.dir/AudioManager.o
118
119# target to preprocess a source file
120AudioManager.i:
121        cd /home/piranha/orxonox/trunk && $(MAKE) -f src/audio/CMakeFiles/audio.dir/build.make src/audio/CMakeFiles/audio.dir/AudioManager.i
122
123# target to generate assembly for a file
124AudioManager.s:
125        cd /home/piranha/orxonox/trunk && $(MAKE) -f src/audio/CMakeFiles/audio.dir/build.make src/audio/CMakeFiles/audio.dir/AudioManager.s
126
127# target to build an object file
128AudioSource.o:
129        cd /home/piranha/orxonox/trunk && $(MAKE) -f src/audio/CMakeFiles/audio.dir/build.make src/audio/CMakeFiles/audio.dir/AudioSource.o
130
131# target to preprocess a source file
132AudioSource.i:
133        cd /home/piranha/orxonox/trunk && $(MAKE) -f src/audio/CMakeFiles/audio.dir/build.make src/audio/CMakeFiles/audio.dir/AudioSource.i
134
135# target to generate assembly for a file
136AudioSource.s:
137        cd /home/piranha/orxonox/trunk && $(MAKE) -f src/audio/CMakeFiles/audio.dir/build.make src/audio/CMakeFiles/audio.dir/AudioSource.s
138
139# target to build an object file
140AudioStream.o:
141        cd /home/piranha/orxonox/trunk && $(MAKE) -f src/audio/CMakeFiles/audio.dir/build.make src/audio/CMakeFiles/audio.dir/AudioStream.o
142
143# target to preprocess a source file
144AudioStream.i:
145        cd /home/piranha/orxonox/trunk && $(MAKE) -f src/audio/CMakeFiles/audio.dir/build.make src/audio/CMakeFiles/audio.dir/AudioStream.i
146
147# target to generate assembly for a file
148AudioStream.s:
149        cd /home/piranha/orxonox/trunk && $(MAKE) -f src/audio/CMakeFiles/audio.dir/build.make src/audio/CMakeFiles/audio.dir/AudioStream.s
150
151# Help Target
152help::
153        @echo "The following are some of the valid targets for this Makefile:"
154        @echo "... all (the default if no target is provided)"
155        @echo "... clean"
156        @echo "... depend"
157        @echo "... audio"
158        @echo "... edit_cache"
159        @echo "... rebuild_cache"
160        @echo "... AudioBuffer.o"
161        @echo "... AudioBuffer.i"
162        @echo "... AudioBuffer.s"
163        @echo "... AudioManager.o"
164        @echo "... AudioManager.i"
165        @echo "... AudioManager.s"
166        @echo "... AudioSource.o"
167        @echo "... AudioSource.i"
168        @echo "... AudioSource.s"
169        @echo "... AudioStream.o"
170        @echo "... AudioStream.i"
171        @echo "... AudioStream.s"
172
173
174
175#=============================================================================
176# Special targets to cleanup operation of make.
177
178# Special rule to run CMake to check the build system integrity.
179# No rule that depends on this can have commands that come from listfiles
180# because they might be regenerated.
181cmake_check_build_system:
182        cd /home/piranha/orxonox/trunk && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
183
Note: See TracBrowser for help on using the repository browser.