Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/tutorial/Tutorial/CMakeCache.txt @ 25

Last change on this file since 25 was 25, checked in by nicolasc, 17 years ago

added Media and Config

File size: 10.1 KB
Line 
1# This is the CMakeCache file.
2# For build in directory: /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial
3# It was generated by CMake: /usr/bin/cmake
4# You can edit this file to change values found and used by cmake.
5# If you do not want to change any of the values, simply exit the editor.
6# If you do want to change a value, simply edit, save, and exit the editor.
7# The syntax for the file is as follows:
8# KEY:TYPE=VALUE
9# KEY is the name of a variable in the cache.
10# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
11# VALUE is the current value for the KEY.
12
13########################
14# EXTERNAL cache entries
15########################
16
17//Path to a program.
18CMAKE_AR:FILEPATH=/usr/bin/ar
19
20//For backwards compatibility, what version of CMake commands and
21// syntax should this version of CMake allow.
22CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4
23
24//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
25// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
26//
27CMAKE_BUILD_TYPE:STRING=
28
29//Enable/Disable color output during build.
30CMAKE_COLOR_MAKEFILE:BOOL=ON
31
32//CXX compiler.
33CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
34
35//Flags used by the compiler during all build types.
36CMAKE_CXX_FLAGS:STRING=' '
37
38//Flags used by the compiler during debug builds.
39CMAKE_CXX_FLAGS_DEBUG:STRING=-g
40
41//Flags used by the compiler during release minsize builds.
42CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
43
44//Flags used by the compiler during release builds (/MD /Ob1 /Oi
45// /Ot /Oy /Gs will produce slightly less optimized but smaller
46// files).
47CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
48
49//Flags used by the compiler during Release with Debug Info builds.
50//
51CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
52
53//C compiler.
54CMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc
55
56//Flags for C compiler.
57CMAKE_C_FLAGS:STRING=' '
58
59//Flags used by the compiler during debug builds.
60CMAKE_C_FLAGS_DEBUG:STRING=-g
61
62//Flags used by the compiler during release minsize builds.
63CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
64
65//Flags used by the compiler during release builds (/MD /Ob1 /Oi
66// /Ot /Oy /Gs will produce slightly less optimized but smaller
67// files).
68CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
69
70//Flags used by the compiler during Release with Debug Info builds.
71//
72CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
73
74//Flags used by the linker.
75CMAKE_EXE_LINKER_FLAGS:STRING=
76
77//Flags used by the linker during debug builds.
78CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
79
80//Flags used by the linker during release minsize builds.
81CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
82
83//Flags used by the linker during release builds.
84CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
85
86//Flags used by the linker during Release with Debug Info builds.
87//
88CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
89
90//Install path prefix, prepended onto install directories.
91CMAKE_INSTALL_PREFIX:PATH=/usr/local
92
93//Path to a program.
94CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
95
96//Flags used by the linker during the creation of modules.
97CMAKE_MODULE_LINKER_FLAGS:STRING=
98
99//Flags used by the linker during debug builds.
100CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
101
102//Flags used by the linker during release minsize builds.
103CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
104
105//Flags used by the linker during release builds.
106CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
107
108//Flags used by the linker during Release with Debug Info builds.
109//
110CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
111
112//Path to a program.
113CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
114
115//Flags used by the linker during the creation of dll's.
116CMAKE_SHARED_LINKER_FLAGS:STRING=
117
118//Flags used by the linker during debug builds.
119CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
120
121//Flags used by the linker during release minsize builds.
122CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
123
124//Flags used by the linker during release builds.
125CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
126
127//Flags used by the linker during Release with Debug Info builds.
128//
129CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
130
131//If set, runtime paths are not added when using shared libraries.
132//
133CMAKE_SKIP_RPATH:BOOL=NO
134
135//If true, cmake will use relative paths in makefiles and projects.
136//
137CMAKE_USE_RELATIVE_PATHS:BOOL=OFF
138
139//If this value is on, makefiles will be generated without the
140// .SILENT directive, and all commands will be echoed to the console
141// during the make.  This is useful for debugging only. With Visual
142// Studio IDE projects all commands are done without /nologo.
143CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
144
145//Single output directory for building all executables.
146EXECUTABLE_OUTPUT_PATH:PATH=
147
148//Single output directory for building all libraries.
149LIBRARY_OUTPUT_PATH:PATH=
150
151//Path to a library.
152OGRE_LIBS:FILEPATH=OGRE_LIBS-NOTFOUND
153
154//Path to a library.
155OIS:FILEPATH=/usr/lib64/libOIS.so
156
157//Path to a library.
158OIS_LIBS:FILEPATH=/usr/lib64/libOIS.so
159
160//Dependencies for target
161OIS_LIBS_LIB_DEPENDS:STATIC=
162
163//Value Computed by CMake
164Tutorial_BINARY_DIR:STATIC=/home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial
165
166//Value Computed by CMake
167Tutorial_SOURCE_DIR:STATIC=/home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial
168
169//Dependencies for target
170main_LIB_DEPENDS:STATIC=
171
172
173########################
174# INTERNAL cache entries
175########################
176
177//Advanced flag for variable: CMAKE_AR
178CMAKE_AR-ADVANCED:INTERNAL=1
179//Advanced flag for variable: CMAKE_BUILD_TOOL
180CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
181//What is the target build tool cmake is generating for.
182CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/gmake
183//This is the directory where this CMakeCahe.txt was created
184CMAKE_CACHEFILE_DIR:INTERNAL=/home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial
185//Major version of cmake used to create the current loaded cache
186//
187CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
188//Minor version of cmake used to create the current loaded cache
189//
190CMAKE_CACHE_MINOR_VERSION:INTERNAL=4
191//Major version of cmake used to create the current loaded cache
192//
193CMAKE_CACHE_RELEASE_VERSION:INTERNAL=patch 7
194//Advanced flag for variable: CMAKE_COLOR_MAKEFILE
195CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
196//Path to CMake executable.
197CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
198//Path to ctest program executable.
199CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
200//Advanced flag for variable: CMAKE_CXX_COMPILER
201CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
202CMAKE_CXX_COMPILER_WORKS:INTERNAL=1
203//Advanced flag for variable: CMAKE_CXX_FLAGS
204CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
205//Advanced flag for variable: CMAKE_CXX_FLAGS_DEBUG
206CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
207//Advanced flag for variable: CMAKE_CXX_FLAGS_MINSIZEREL
208CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
209//Advanced flag for variable: CMAKE_CXX_FLAGS_RELEASE
210CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
211//Advanced flag for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
212CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
213//Advanced flag for variable: CMAKE_C_COMPILER
214CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
215CMAKE_C_COMPILER_WORKS:INTERNAL=1
216//Advanced flag for variable: CMAKE_C_FLAGS
217CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
218//Advanced flag for variable: CMAKE_C_FLAGS_DEBUG
219CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
220//Advanced flag for variable: CMAKE_C_FLAGS_MINSIZEREL
221CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
222//Advanced flag for variable: CMAKE_C_FLAGS_RELEASE
223CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
224//Advanced flag for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
225CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
226//Path to cache edit program executable.
227CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake
228//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS
229CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
230//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
231CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
232//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
233//
234CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
235//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
236CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
237//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
238//
239CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
240//Name of generator.
241CMAKE_GENERATOR:INTERNAL=Unix Makefiles
242//Start directory with the top level CMakeLists.txt file for this
243// project
244CMAKE_HOME_DIRECTORY:INTERNAL=/home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial
245//Install .so files without execute permission.
246CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0
247//Advanced flag for variable: CMAKE_MAKE_PROGRAM
248CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
249//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS
250CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
251//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
252CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
253//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
254//
255CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
256//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
257//
258CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
259//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
260//
261CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
262//number of local generators
263CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=1
264//Advanced flag for variable: CMAKE_RANLIB
265CMAKE_RANLIB-ADVANCED:INTERNAL=1
266//Path to CMake installation.
267CMAKE_ROOT:INTERNAL=/usr/share/cmake
268//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS
269CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
270//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
271CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
272//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
273//
274CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
275//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
276//
277CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
278//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
279//
280CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
281//Result of TRY_RUN
282CMAKE_SIZEOF_VOID_P:INTERNAL=8
283//Advanced flag for variable: CMAKE_SKIP_RPATH
284CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
285//uname command
286CMAKE_UNAME:INTERNAL=/usr/bin/uname
287//Advanced flag for variable: CMAKE_USE_RELATIVE_PATHS
288CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
289//Advanced flag for variable: CMAKE_VERBOSE_MAKEFILE
290CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
291//Result of TRY_COMPILE
292HAVE_CMAKE_SIZEOF_VOID_P:INTERNAL=TRUE
293
Note: See TracBrowser for help on using the repository browser.