Project

General

Profile

Revision 2e0d5712

ID2e0d5712474c2ba8700067cefc1ea683ca3f673a

Added by Priya about 12 years ago

Oops. Accidentally commited some of the build files. Deleting them now.

View differences:

joy/build/CMakeCache.txt
1
# This is the CMakeCache file.
2
# For build in directory: /home/pdeo/quadrotor/joy/build
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.
18
CMAKE_AR:FILEPATH=/usr/bin/ar
19

  
20
//For backwards compatibility, what version of CMake commands and
21
// syntax should this version of CMake try to support.
22
CMAKE_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
CMAKE_BUILD_TYPE:STRING=
27

  
28
//Enable/Disable color output during build.
29
CMAKE_COLOR_MAKEFILE:BOOL=ON
30

  
31
//CXX compiler.
32
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
33

  
34
//Flags used by the compiler during all build types.
35
CMAKE_CXX_FLAGS:STRING=
36

  
37
//Flags used by the compiler during debug builds.
38
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
39

  
40
//Flags used by the compiler during release minsize builds.
41
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
42

  
43
//Flags used by the compiler during release builds (/MD /Ob1 /Oi
44
// /Ot /Oy /Gs will produce slightly less optimized but smaller
45
// files).
46
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
47

  
48
//Flags used by the compiler during Release with Debug Info builds.
49
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
50

  
51
//C compiler.
52
CMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc
53

  
54
//Flags used by the compiler during all build types.
55
CMAKE_C_FLAGS:STRING=
56

  
57
//Flags used by the compiler during debug builds.
58
CMAKE_C_FLAGS_DEBUG:STRING=-g
59

  
60
//Flags used by the compiler during release minsize builds.
61
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
62

  
63
//Flags used by the compiler during release builds (/MD /Ob1 /Oi
64
// /Ot /Oy /Gs will produce slightly less optimized but smaller
65
// files).
66
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
67

  
68
//Flags used by the compiler during Release with Debug Info builds.
69
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
70

  
71
//Flags used by the linker.
72
CMAKE_EXE_LINKER_FLAGS:STRING=
73

  
74
//Flags used by the linker during debug builds.
75
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
76

  
77
//Flags used by the linker during release minsize builds.
78
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
79

  
80
//Flags used by the linker during release builds.
81
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
82

  
83
//Flags used by the linker during Release with Debug Info builds.
84
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
85

  
86
//Install path prefix, prepended onto install directories.
87
CMAKE_INSTALL_PREFIX:PATH=/usr/local
88

  
89
//Path to a program.
90
CMAKE_LINKER:FILEPATH=/usr/bin/ld
91

  
92
//Path to a program.
93
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
94

  
95
//Flags used by the linker during the creation of modules.
96
CMAKE_MODULE_LINKER_FLAGS:STRING=
97

  
98
//Flags used by the linker during debug builds.
99
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
100

  
101
//Flags used by the linker during release minsize builds.
102
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
103

  
104
//Flags used by the linker during release builds.
105
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
106

  
107
//Flags used by the linker during Release with Debug Info builds.
108
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
109

  
110
//Path to a program.
111
CMAKE_NM:FILEPATH=/usr/bin/nm
112

  
113
//Path to a program.
114
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
115

  
116
//Path to a program.
117
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
118

  
119
//Value Computed by CMake
120
CMAKE_PROJECT_NAME:STATIC=Project
121

  
122
//Path to a program.
123
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
124

  
125
//Flags used by the linker during the creation of dll's.
126
CMAKE_SHARED_LINKER_FLAGS:STRING=
127

  
128
//Flags used by the linker during debug builds.
129
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
130

  
131
//Flags used by the linker during release minsize builds.
132
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
133

  
134
//Flags used by the linker during release builds.
135
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
136

  
137
//Flags used by the linker during Release with Debug Info builds.
138
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
139

  
140
//If set, runtime paths are not added when using shared libraries.
141
CMAKE_SKIP_RPATH:BOOL=NO
142

  
143
//Path to a program.
144
CMAKE_STRIP:FILEPATH=/usr/bin/strip
145

  
146
//No help, variable specified on the command line.
147
CMAKE_TOOLCHAIN_FILE:UNINITIALIZED=/opt/ros/electric/ros/core/rosbuild/rostoolchain.cmake
148

  
149
//If true, cmake will use relative paths in makefiles and projects.
150
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF
151

  
152
//If this value is on, makefiles will be generated without the
153
// .SILENT directive, and all commands will be echoed to the console
154
// during the make.  This is useful for debugging only. With Visual
155
// Studio IDE projects all commands are done without /nologo.
156
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
157

  
158
//Single output directory for building all executables.
159
EXECUTABLE_OUTPUT_PATH:PATH=
160

  
161
//gtest-config executable
162
GTEST_EXE:FILEPATH=/usr/bin/gtest-config
163

  
164
//Single output directory for building all libraries.
165
LIBRARY_OUTPUT_PATH:PATH=
166

  
167
//Path to a file.
168
PROJECTCONFIG:FILEPATH=PROJECTCONFIG-NOTFOUND
169

  
170
//Value Computed by CMake
171
Project_BINARY_DIR:STATIC=/home/pdeo/quadrotor/joy/build
172

  
173
//Value Computed by CMake
174
Project_SOURCE_DIR:STATIC=/home/pdeo/quadrotor/joy
175

  
176
//rospack executable
177
ROSPACK_EXE:FILEPATH=/opt/ros/electric/ros/bin/rospack
178

  
179
//Path to a file.
180
TOOLCHAINCONFIG:FILEPATH=TOOLCHAINCONFIG-NOTFOUND
181

  
182
//Path to a file.
183
USERCONFIG:FILEPATH=USERCONFIG-NOTFOUND
184

  
185
//Path to a file.
186
_file_name:FILEPATH=/home/pdeo/quadrotor/joy/joy_node.cpp
187

  
188
//Value Computed by CMake
189
joy_BINARY_DIR:STATIC=/home/pdeo/quadrotor/joy/build
190

  
191
//Value Computed by CMake
192
joy_SOURCE_DIR:STATIC=/home/pdeo/quadrotor/joy
193

  
194

  
195
########################
196
# INTERNAL cache entries
197
########################
198

  
199
//ADVANCED property for variable: CMAKE_AR
200
CMAKE_AR-ADVANCED:INTERNAL=1
201
//ADVANCED property for variable: CMAKE_BUILD_TOOL
202
CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
203
//What is the target build tool cmake is generating for.
204
CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/make
205
//This is the directory where this CMakeCache.txt was created
206
CMAKE_CACHEFILE_DIR:INTERNAL=/home/pdeo/quadrotor/joy/build
207
//Major version of cmake used to create the current loaded cache
208
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
209
//Minor version of cmake used to create the current loaded cache
210
CMAKE_CACHE_MINOR_VERSION:INTERNAL=8
211
//Patch version of cmake used to create the current loaded cache
212
CMAKE_CACHE_PATCH_VERSION:INTERNAL=3
213
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
214
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
215
//Path to CMake executable.
216
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
217
//Path to cpack program executable.
218
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
219
//Path to ctest program executable.
220
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
221
//ADVANCED property for variable: CMAKE_CXX_COMPILER
222
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
223
CMAKE_CXX_COMPILER_WORKS:INTERNAL=1
224
//ADVANCED property for variable: CMAKE_CXX_FLAGS
225
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
226
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
227
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
228
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
229
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
230
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
231
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
232
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
233
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
234
//ADVANCED property for variable: CMAKE_C_COMPILER
235
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
236
CMAKE_C_COMPILER_WORKS:INTERNAL=1
237
//ADVANCED property for variable: CMAKE_C_FLAGS
238
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
239
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
240
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
241
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
242
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
243
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
244
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
245
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
246
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
247
//Result of TRY_COMPILE
248
CMAKE_DETERMINE_CXX_ABI_COMPILED:INTERNAL=TRUE
249
//Result of TRY_COMPILE
250
CMAKE_DETERMINE_C_ABI_COMPILED:INTERNAL=TRUE
251
//Executable file format
252
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
253
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
254
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
255
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
256
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
257
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
258
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
259
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
260
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
261
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
262
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
263
//Name of generator.
264
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
265
//Start directory with the top level CMakeLists.txt file for this
266
// project
267
CMAKE_HOME_DIRECTORY:INTERNAL=/home/pdeo/quadrotor/joy
268
//Install .so files without execute permission.
269
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
270
//ADVANCED property for variable: CMAKE_LINKER
271
CMAKE_LINKER-ADVANCED:INTERNAL=1
272
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
273
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
274
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
275
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
276
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
277
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
278
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
279
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
280
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
281
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
282
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
283
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
284
//ADVANCED property for variable: CMAKE_NM
285
CMAKE_NM-ADVANCED:INTERNAL=1
286
//number of local generators
287
CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=1
288
//ADVANCED property for variable: CMAKE_OBJCOPY
289
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
290
//ADVANCED property for variable: CMAKE_OBJDUMP
291
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
292
//ADVANCED property for variable: CMAKE_RANLIB
293
CMAKE_RANLIB-ADVANCED:INTERNAL=1
294
//Path to CMake installation.
295
CMAKE_ROOT:INTERNAL=/usr/share/cmake-2.8
296
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
297
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
298
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
299
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
300
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
301
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
302
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
303
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
304
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
305
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
306
//ADVANCED property for variable: CMAKE_SKIP_RPATH
307
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
308
//ADVANCED property for variable: CMAKE_STRIP
309
CMAKE_STRIP-ADVANCED:INTERNAL=1
310
//Suppress Warnings that are meant for the author of the CMakeLists.txt
311
// files.
312
CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=FALSE
313
//uname command
314
CMAKE_UNAME:INTERNAL=/bin/uname
315
//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
316
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
317
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
318
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
319
//Have include HAVE_LINUX_JOYSTICK_H
320
HAVE_LINUX_JOYSTICK_H:INTERNAL=1
321
_rosbuild_EXPORTS:INTERNAL=
322
_rosbuild_cached_flag_time:INTERNAL=1327696285.51
323
_roslang_LANGS:INTERNAL=rospy;roslisp;roscpp
324
_rospack_deps_manifests_invoke_result:INTERNAL=/opt/ros/electric/ros/core/rosbuild/manifest.xml;/opt/ros/electric/ros/core/roslang/manifest.xml;/opt/ros/electric/stacks/ros_comm/utilities/cpp_common/manifest.xml;/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp_traits/manifest.xml;/opt/ros/electric/stacks/ros_comm/utilities/rostime/manifest.xml;/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp_serialization/manifest.xml;/opt/ros/electric/ros/tools/rospack/manifest.xml;/opt/ros/electric/ros/core/roslib/manifest.xml;/opt/ros/electric/stacks/ros_comm/utilities/xmlrpcpp/manifest.xml;/opt/ros/electric/stacks/ros_comm/tools/rosconsole/manifest.xml;/opt/ros/electric/stacks/ros_comm/messages/std_msgs/manifest.xml;/opt/ros/electric/stacks/ros_comm/messages/rosgraph_msgs/manifest.xml;/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp/manifest.xml;/opt/ros/electric/stacks/ros_comm/clients/rospy/manifest.xml;/opt/ros/electric/ros/tools/rosclean/manifest.xml;/opt/ros/electric/stacks/ros_comm/tools/rosgraph/manifest.xml;/opt/ros/electric/stacks/ros_comm/tools/rosparam/manifest.xml;/opt/ros/electric/stacks/ros_comm/tools/rosmaster/manifest.xml;/opt/ros/electric/stacks/ros_comm/tools/rosout/manifest.xml;/opt/ros/electric/stacks/ros_comm/tools/roslaunch/manifest.xml;/opt/ros/electric/ros/tools/rosunit/manifest.xml;/opt/ros/electric/stacks/ros_comm/tools/rostest/manifest.xml;/opt/ros/electric/stacks/ros_comm/tools/topic_tools/manifest.xml;/opt/ros/electric/stacks/ros_comm/tools/rosbag/manifest.xml;/opt/ros/electric/stacks/ros_comm/tools/rosbagmigration/manifest.xml;/opt/ros/electric/stacks/common_msgs/diagnostic_msgs/manifest.xml;/opt/ros/electric/stacks/diagnostics/diagnostic_updater/manifest.xml;/opt/ros/electric/stacks/common_msgs/geometry_msgs/manifest.xml;/opt/ros/electric/stacks/common_msgs/sensor_msgs/manifest.xml
325
_rospack_msgsrv_gen_invoke_result:INTERNAL=/opt/ros/electric/stacks/ros_comm/messages/std_msgs/msg_gen/generated;/opt/ros/electric/stacks/ros_comm/messages/rosgraph_msgs/msg_gen/generated;/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp/msg_gen/generated;/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp/srv_gen/generated;/opt/ros/electric/stacks/ros_comm/tools/topic_tools/srv_gen/generated;/opt/ros/electric/stacks/common_msgs/diagnostic_msgs/msg_gen/generated;/opt/ros/electric/stacks/common_msgs/diagnostic_msgs/srv_gen/generated;/opt/ros/electric/stacks/common_msgs/geometry_msgs/msg_gen/generated;/opt/ros/electric/stacks/common_msgs/sensor_msgs/msg_gen/generated;/opt/ros/electric/stacks/common_msgs/sensor_msgs/srv_gen/generated
326
joy_CFLAGS_OTHER:INTERNAL=
327
joy_INCLUDEDIR:INTERNAL=
328
joy_INCLUDE_DIRS:INTERNAL=/opt/ros/electric/stacks/diagnostics/diagnostic_updater/include;/opt/ros/electric/stacks/common_msgs/diagnostic_msgs/msg_gen/cpp/include;/opt/ros/electric/stacks/common_msgs/diagnostic_msgs/srv_gen/cpp/include;/opt/ros/electric/stacks/common_msgs/sensor_msgs/include;/opt/ros/electric/stacks/common_msgs/sensor_msgs/msg_gen/cpp/include;/opt/ros/electric/stacks/common_msgs/sensor_msgs/srv_gen/cpp/include;/opt/ros/electric/stacks/common_msgs/geometry_msgs/msg_gen/cpp/include;/opt/ros/electric/stacks/ros_comm/tools/rosbag/include;/opt/ros/electric/stacks/ros_comm/tools/topic_tools/include;/opt/ros/electric/stacks/ros_comm/tools/topic_tools/srv_gen/cpp/include;/opt/ros/electric/stacks/ros_comm/tools/rostest/include;/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp/include;/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp/msg_gen/cpp/include;/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp/srv_gen/cpp/include;/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp_serialization/include;/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp_traits/include;/opt/ros/electric/stacks/ros_comm/utilities/xmlrpcpp/src;/opt/ros/electric/stacks/ros_comm/tools/rosconsole/include;/opt/ros/electric/stacks/ros_comm/utilities/rostime/include;/opt/ros/electric/stacks/ros_comm/utilities/cpp_common/include;/opt/ros/electric/stacks/ros_comm/messages/rosgraph_msgs/msg_gen/cpp/include;/opt/ros/electric/stacks/ros_comm/messages/std_msgs/include;/opt/ros/electric/stacks/ros_comm/messages/std_msgs/msg_gen/cpp/include;/opt/ros/electric/ros/core/roslib/msg_gen/cpp/include;/opt/ros/electric/ros/core/roslib/include;/opt/ros/electric/ros/tools/rospack;/opt/ros/electric/ros/tools/rospack/include
329
joy_LDFLAGS_OTHER:INTERNAL=-Wl,-rpath,/opt/ros/electric/stacks/common_msgs/sensor_msgs/lib -Wl,-rpath,/opt/ros/electric/stacks/ros_comm/tools/rosbag/lib -Wl,-rpath,/opt/ros/electric/stacks/ros_comm/tools/rosbag/lib -Wl,-rpath,/opt/ros/electric/stacks/ros_comm/tools/topic_tools/lib -Wl,-rpath,/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp/lib -Wl,-rpath,/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp_serialization/lib -Wl,-rpath,/opt/ros/electric/stacks/ros_comm/utilities/xmlrpcpp/lib -Wl,-rpath,/opt/ros/electric/stacks/ros_comm/tools/rosconsole/lib -Wl,-rpath,/opt/ros/electric/stacks/ros_comm/utilities/rostime/lib -Wl,-rpath,/opt/ros/electric/stacks/ros_comm/utilities/cpp_common/lib -Wl,-rpath,/opt/ros/electric/ros/core/roslib/lib -Wl,-rpath,/opt/ros/electric/ros/tools/rospack/lib
330
joy_LIBRARIES:INTERNAL=sensor_msgs;rosbag;topic_tools;ros;boost_signals-mt;roscpp_serialization;XmlRpc;rosconsole;boost_thread-mt;log4cxx;rostime;cpp_common;roslib;rospack;rosstack
331
joy_LIBRARY_DIRS:INTERNAL=/opt/ros/electric/stacks/common_msgs/sensor_msgs/lib;/opt/ros/electric/stacks/ros_comm/tools/rosbag/lib;/opt/ros/electric/stacks/ros_comm/tools/topic_tools/lib;/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp/lib;/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp_serialization/lib;/opt/ros/electric/stacks/ros_comm/utilities/xmlrpcpp/lib;/opt/ros/electric/stacks/ros_comm/tools/rosconsole/lib;/opt/ros/electric/stacks/ros_comm/utilities/rostime/lib;/opt/ros/electric/stacks/ros_comm/utilities/cpp_common/lib;/opt/ros/electric/ros/core/roslib/lib;/opt/ros/electric/ros/tools/rospack/lib
332
joy_cached_manifest_list:INTERNAL=/home/pdeo/quadrotor/joy/manifest.xml;/opt/ros/electric/ros/core/rosbuild/manifest.xml;/opt/ros/electric/ros/core/roslang/manifest.xml;/opt/ros/electric/stacks/ros_comm/utilities/cpp_common/manifest.xml;/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp_traits/manifest.xml;/opt/ros/electric/stacks/ros_comm/utilities/rostime/manifest.xml;/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp_serialization/manifest.xml;/opt/ros/electric/ros/tools/rospack/manifest.xml;/opt/ros/electric/ros/core/roslib/manifest.xml;/opt/ros/electric/stacks/ros_comm/utilities/xmlrpcpp/manifest.xml;/opt/ros/electric/stacks/ros_comm/tools/rosconsole/manifest.xml;/opt/ros/electric/stacks/ros_comm/messages/std_msgs/manifest.xml;/opt/ros/electric/stacks/ros_comm/messages/rosgraph_msgs/manifest.xml;/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp/manifest.xml;/opt/ros/electric/stacks/ros_comm/clients/rospy/manifest.xml;/opt/ros/electric/ros/tools/rosclean/manifest.xml;/opt/ros/electric/stacks/ros_comm/tools/rosgraph/manifest.xml;/opt/ros/electric/stacks/ros_comm/tools/rosparam/manifest.xml;/opt/ros/electric/stacks/ros_comm/tools/rosmaster/manifest.xml;/opt/ros/electric/stacks/ros_comm/tools/rosout/manifest.xml;/opt/ros/electric/stacks/ros_comm/tools/roslaunch/manifest.xml;/opt/ros/electric/ros/tools/rosunit/manifest.xml;/opt/ros/electric/stacks/ros_comm/tools/rostest/manifest.xml;/opt/ros/electric/stacks/ros_comm/tools/topic_tools/manifest.xml;/opt/ros/electric/stacks/ros_comm/tools/rosbag/manifest.xml;/opt/ros/electric/stacks/ros_comm/tools/rosbagmigration/manifest.xml;/opt/ros/electric/stacks/common_msgs/diagnostic_msgs/manifest.xml;/opt/ros/electric/stacks/diagnostics/diagnostic_updater/manifest.xml;/opt/ros/electric/stacks/common_msgs/geometry_msgs/manifest.xml;/opt/ros/electric/stacks/common_msgs/sensor_msgs/manifest.xml;/opt/ros/electric/stacks/ros_comm/messages/std_msgs/msg_gen/generated;/opt/ros/electric/stacks/ros_comm/messages/rosgraph_msgs/msg_gen/generated;/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp/msg_gen/generated;/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp/srv_gen/generated;/opt/ros/electric/stacks/ros_comm/tools/topic_tools/srv_gen/generated;/opt/ros/electric/stacks/common_msgs/diagnostic_msgs/msg_gen/generated;/opt/ros/electric/stacks/common_msgs/diagnostic_msgs/srv_gen/generated;/opt/ros/electric/stacks/common_msgs/geometry_msgs/msg_gen/generated;/opt/ros/electric/stacks/common_msgs/sensor_msgs/msg_gen/generated;/opt/ros/electric/stacks/common_msgs/sensor_msgs/srv_gen/generated
333
joy_temp:INTERNAL=-Wl,-rpath,/opt/ros/electric/stacks/common_msgs/sensor_msgs/lib;-Wl,-rpath,/opt/ros/electric/stacks/ros_comm/tools/rosbag/lib;-Wl,-rpath,/opt/ros/electric/stacks/ros_comm/tools/rosbag/lib;-Wl,-rpath,/opt/ros/electric/stacks/ros_comm/tools/topic_tools/lib;-Wl,-rpath,/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp/lib;-Wl,-rpath,/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp_serialization/lib;-Wl,-rpath,/opt/ros/electric/stacks/ros_comm/utilities/xmlrpcpp/lib;-Wl,-rpath,/opt/ros/electric/stacks/ros_comm/tools/rosconsole/lib;-Wl,-rpath,/opt/ros/electric/stacks/ros_comm/utilities/rostime/lib;-Wl,-rpath,/opt/ros/electric/stacks/ros_comm/utilities/cpp_common/lib;-Wl,-rpath,/opt/ros/electric/ros/core/roslib/lib;-Wl,-rpath,/opt/ros/electric/ros/tools/rospack/lib
334
roscpp_CMAKE:INTERNAL=/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp/cmake/roscpp.cmake
335
roslib_path:INTERNAL=/opt/ros/electric/ros/core/roslib
336
roslisp_CMAKE:INTERNAL=/opt/ros/electric/stacks/ros_comm/clients/roslisp/cmake/roslisp.cmake
337
rospy_CMAKE:INTERNAL=/opt/ros/electric/stacks/ros_comm/clients/rospy/cmake/rospy.cmake
338
rosunit_path:INTERNAL=/opt/ros/electric/ros/tools/rosunit
339

  
joy/build/CMakeFiles/CMakeCCompiler.cmake
1
SET(CMAKE_C_COMPILER "/usr/bin/gcc")
2
SET(CMAKE_C_COMPILER_ARG1 "")
3
SET(CMAKE_C_COMPILER_ID "GNU")
4
SET(CMAKE_C_PLATFORM_ID "Linux")
5

  
6
SET(CMAKE_AR "/usr/bin/ar")
7
SET(CMAKE_RANLIB "/usr/bin/ranlib")
8
SET(CMAKE_LINKER "/usr/bin/ld")
9
SET(CMAKE_COMPILER_IS_GNUCC 1)
10
SET(CMAKE_C_COMPILER_LOADED 1)
11
SET(CMAKE_COMPILER_IS_MINGW )
12
SET(CMAKE_COMPILER_IS_CYGWIN )
13
IF(CMAKE_COMPILER_IS_CYGWIN)
14
  SET(CYGWIN 1)
15
  SET(UNIX 1)
16
ENDIF(CMAKE_COMPILER_IS_CYGWIN)
17

  
18
SET(CMAKE_C_COMPILER_ENV_VAR "CC")
19

  
20
IF(CMAKE_COMPILER_IS_MINGW)
21
  SET(MINGW 1)
22
ENDIF(CMAKE_COMPILER_IS_MINGW)
23
SET(CMAKE_C_COMPILER_ID_RUN 1)
24
SET(CMAKE_C_SOURCE_FILE_EXTENSIONS c)
25
SET(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
26
SET(CMAKE_C_LINKER_PREFERENCE 10)
27

  
28
# Save compiler ABI information.
29
SET(CMAKE_C_SIZEOF_DATA_PTR "8")
30
SET(CMAKE_C_COMPILER_ABI "ELF")
31

  
32
IF(CMAKE_C_SIZEOF_DATA_PTR)
33
  SET(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
34
ENDIF(CMAKE_C_SIZEOF_DATA_PTR)
35

  
36
IF(CMAKE_C_COMPILER_ABI)
37
  SET(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
38
ENDIF(CMAKE_C_COMPILER_ABI)
39

  
40
SET(CMAKE_C_HAS_ISYSROOT "")
41

  
42

  
43
SET(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c")
44
SET(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2;/usr/lib/x86_64-linux-gnu")
joy/build/CMakeFiles/CMakeCXXCompiler.cmake
1
SET(CMAKE_CXX_COMPILER "/usr/bin/c++")
2
SET(CMAKE_CXX_COMPILER_ARG1 "")
3
SET(CMAKE_CXX_COMPILER_ID "GNU")
4
SET(CMAKE_CXX_PLATFORM_ID "Linux")
5

  
6
SET(CMAKE_AR "/usr/bin/ar")
7
SET(CMAKE_RANLIB "/usr/bin/ranlib")
8
SET(CMAKE_LINKER "/usr/bin/ld")
9
SET(CMAKE_COMPILER_IS_GNUCXX 1)
10
SET(CMAKE_CXX_COMPILER_LOADED 1)
11
SET(CMAKE_COMPILER_IS_MINGW )
12
SET(CMAKE_COMPILER_IS_CYGWIN )
13
IF(CMAKE_COMPILER_IS_CYGWIN)
14
  SET(CYGWIN 1)
15
  SET(UNIX 1)
16
ENDIF(CMAKE_COMPILER_IS_CYGWIN)
17

  
18
SET(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
19

  
20
IF(CMAKE_COMPILER_IS_MINGW)
21
  SET(MINGW 1)
22
ENDIF(CMAKE_COMPILER_IS_MINGW)
23
SET(CMAKE_CXX_COMPILER_ID_RUN 1)
24
SET(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
25
SET(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP)
26
SET(CMAKE_CXX_LINKER_PREFERENCE 30)
27
SET(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
28

  
29
# Save compiler ABI information.
30
SET(CMAKE_CXX_SIZEOF_DATA_PTR "8")
31
SET(CMAKE_CXX_COMPILER_ABI "ELF")
32

  
33
IF(CMAKE_CXX_SIZEOF_DATA_PTR)
34
  SET(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
35
ENDIF(CMAKE_CXX_SIZEOF_DATA_PTR)
36

  
37
IF(CMAKE_CXX_COMPILER_ABI)
38
  SET(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
39
ENDIF(CMAKE_CXX_COMPILER_ABI)
40

  
41
SET(CMAKE_CXX_HAS_ISYSROOT "")
42

  
43

  
44
SET(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c")
45
SET(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2;/usr/lib/x86_64-linux-gnu")
joy/build/CMakeFiles/CMakeDirectoryInformation.cmake
1
# CMAKE generated file: DO NOT EDIT!
2
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3

  
4
# Relative path conversion top directories.
5
SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/pdeo/quadrotor/joy")
6
SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/pdeo/quadrotor/joy/build")
7

  
8
# Force unix paths in dependencies.
9
SET(CMAKE_FORCE_UNIX_PATHS 1)
10

  
11
# The C and CXX include file search paths:
12
SET(CMAKE_C_INCLUDE_PATH
13
  "../include"
14
  "/opt/ros/electric/stacks/diagnostics/diagnostic_updater/include"
15
  "/opt/ros/electric/stacks/common_msgs/diagnostic_msgs/msg_gen/cpp/include"
16
  "/opt/ros/electric/stacks/common_msgs/diagnostic_msgs/srv_gen/cpp/include"
17
  "/opt/ros/electric/stacks/common_msgs/sensor_msgs/include"
18
  "/opt/ros/electric/stacks/common_msgs/sensor_msgs/msg_gen/cpp/include"
19
  "/opt/ros/electric/stacks/common_msgs/sensor_msgs/srv_gen/cpp/include"
20
  "/opt/ros/electric/stacks/common_msgs/geometry_msgs/msg_gen/cpp/include"
21
  "/opt/ros/electric/stacks/ros_comm/tools/rosbag/include"
22
  "/opt/ros/electric/stacks/ros_comm/tools/topic_tools/include"
23
  "/opt/ros/electric/stacks/ros_comm/tools/topic_tools/srv_gen/cpp/include"
24
  "/opt/ros/electric/stacks/ros_comm/tools/rostest/include"
25
  "/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp/include"
26
  "/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp/msg_gen/cpp/include"
27
  "/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp/srv_gen/cpp/include"
28
  "/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp_serialization/include"
29
  "/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp_traits/include"
30
  "/opt/ros/electric/stacks/ros_comm/utilities/xmlrpcpp/src"
31
  "/opt/ros/electric/stacks/ros_comm/tools/rosconsole/include"
32
  "/opt/ros/electric/stacks/ros_comm/utilities/rostime/include"
33
  "/opt/ros/electric/stacks/ros_comm/utilities/cpp_common/include"
34
  "/opt/ros/electric/stacks/ros_comm/messages/rosgraph_msgs/msg_gen/cpp/include"
35
  "/opt/ros/electric/stacks/ros_comm/messages/std_msgs/include"
36
  "/opt/ros/electric/stacks/ros_comm/messages/std_msgs/msg_gen/cpp/include"
37
  "/opt/ros/electric/ros/core/roslib/msg_gen/cpp/include"
38
  "/opt/ros/electric/ros/core/roslib/include"
39
  "/opt/ros/electric/ros/tools/rospack"
40
  "/opt/ros/electric/ros/tools/rospack/include"
41
  "../msg_gen/cpp/include"
42
  "../msg/cpp"
43
  )
44
SET(CMAKE_CXX_INCLUDE_PATH ${CMAKE_C_INCLUDE_PATH})
45
SET(CMAKE_Fortran_INCLUDE_PATH ${CMAKE_C_INCLUDE_PATH})
46

  
47
# The C and CXX include file regular expressions for this directory.
48
SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
49
SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
50
SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
51
SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
joy/build/CMakeFiles/CMakeOutput.log
1
The system is: Linux - 2.6.38-10-generic - x86_64
2
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
3
Compiler: /usr/bin/gcc 
4
Build flags: 
5
Id flags: 
6

  
7
The output was:
8
0
9

  
10

  
11
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
12

  
13
The C compiler identification is GNU, found in "/home/pdeo/quadrotor/joy/build/CMakeFiles/CompilerIdC/a.out"
14

  
15
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
16
Compiler: /usr/bin/c++ 
17
Build flags: 
18
Id flags: 
19

  
20
The output was:
21
0
22
CMakeCXXCompilerId.cpp:79:58: warning: deprecated conversion from string constant to ‘char*’
23
CMakeCXXCompilerId.cpp:192:58: warning: deprecated conversion from string constant to ‘char*’
24
CMakeCXXCompilerId.cpp:193:54: warning: deprecated conversion from string constant to ‘char*’
25

  
26

  
27
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
28

  
29
The CXX compiler identification is GNU, found in "/home/pdeo/quadrotor/joy/build/CMakeFiles/CompilerIdCXX/a.out"
30

  
31
Determining if the C compiler works passed with the following output:
32
Change Dir: /home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp
33

  
34
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
35
make[1]: Entering directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp'
36
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
37
make[2]: Entering directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp'
38
/usr/bin/cmake -E cmake_progress_report /home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp/CMakeFiles 1
39
Building C object CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o
40
/usr/bin/gcc    -o CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o   -c /home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp/testCCompiler.c
41
Linking C executable cmTryCompileExec
42
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
43
/usr/bin/gcc        CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o  -o cmTryCompileExec -rdynamic 
44
make[2]: Leaving directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp'
45
make[1]: Leaving directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp'
46

  
47

  
48
Detecting C compiler ABI info compiled with the following output:
49
Change Dir: /home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp
50

  
51
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
52
make[1]: Entering directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp'
53
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
54
make[2]: Entering directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp'
55
/usr/bin/cmake -E cmake_progress_report /home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp/CMakeFiles 1
56
Building C object CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o
57
/usr/bin/gcc    -o CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c
58
Linking C executable cmTryCompileExec
59
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
60
/usr/bin/gcc       -v CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o  -o cmTryCompileExec -rdynamic  
61
Using built-in specs.
62
COLLECT_GCC=/usr/bin/gcc
63
COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
64
Target: x86_64-linux-gnu
65
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
66
Thread model: posix
67
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) 
68
COMPILER_PATH=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/:/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/:/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/:/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/
69
LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/:/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../:/lib/:/usr/lib/:/usr/lib/x86_64-linux-gnu/
70
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec' '-rdynamic' '-mtune=generic' '-march=x86-64'
71
 /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/collect2 --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../crt1.o /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../crti.o /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/crtbegin.o -L/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2 -L/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../.. -L/usr/lib/x86_64-linux-gnu CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/crtend.o /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../crtn.o
72
make[2]: Leaving directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp'
73
make[1]: Leaving directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp'
74

  
75

  
76
Parsed C implicit link information from above output:
77
  link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)]
78
  ignore line: [Change Dir: /home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp]
79
  ignore line: []
80
  ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec/fast"]
81
  ignore line: [make[1]: Entering directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp']
82
  ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build]
83
  ignore line: [make[2]: Entering directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp']
84
  ignore line: [/usr/bin/cmake -E cmake_progress_report /home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp/CMakeFiles 1]
85
  ignore line: [Building C object CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o]
86
  ignore line: [/usr/bin/gcc    -o CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c]
87
  ignore line: [Linking C executable cmTryCompileExec]
88
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1]
89
  ignore line: [/usr/bin/gcc       -v CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o  -o cmTryCompileExec -rdynamic  ]
90
  ignore line: [Using built-in specs.]
91
  ignore line: [COLLECT_GCC=/usr/bin/gcc]
92
  ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper]
93
  ignore line: [Target: x86_64-linux-gnu]
94
  ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
95
  ignore line: [Thread model: posix]
96
  ignore line: [gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) ]
97
  ignore line: [COMPILER_PATH=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/:/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/:/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/:/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/]
98
  ignore line: [LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/:/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../:/lib/:/usr/lib/:/usr/lib/x86_64-linux-gnu/]
99
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec' '-rdynamic' '-mtune=generic' '-march=x86-64']
100
  link line: [ /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/collect2 --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../crt1.o /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../crti.o /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/crtbegin.o -L/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2 -L/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../.. -L/usr/lib/x86_64-linux-gnu CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/crtend.o /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../crtn.o]
101
    arg [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/collect2] ==> ignore
102
    arg [--build-id] ==> ignore
103
    arg [--eh-frame-hdr] ==> ignore
104
    arg [-m] ==> ignore
105
    arg [elf_x86_64] ==> ignore
106
    arg [--hash-style=gnu] ==> ignore
107
    arg [-export-dynamic] ==> ignore
108
    arg [-dynamic-linker] ==> ignore
109
    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
110
    arg [-zrelro] ==> ignore
111
    arg [-o] ==> ignore
112
    arg [cmTryCompileExec] ==> ignore
113
    arg [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../crt1.o] ==> ignore
114
    arg [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../crti.o] ==> ignore
115
    arg [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/crtbegin.o] ==> ignore
116
    arg [-L/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2] ==> dir [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2]
117
    arg [-L/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../..] ==> dir [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../..]
118
    arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
119
    arg [CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o] ==> ignore
120
    arg [-lgcc] ==> lib [gcc]
121
    arg [--as-needed] ==> ignore
122
    arg [-lgcc_s] ==> lib [gcc_s]
123
    arg [--no-as-needed] ==> ignore
124
    arg [-lc] ==> lib [c]
125
    arg [-lgcc] ==> lib [gcc]
126
    arg [--as-needed] ==> ignore
127
    arg [-lgcc_s] ==> lib [gcc_s]
128
    arg [--no-as-needed] ==> ignore
129
    arg [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/crtend.o] ==> ignore
130
    arg [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../crtn.o] ==> ignore
131
  remove lib [gcc]
132
  remove lib [gcc_s]
133
  remove lib [gcc]
134
  remove lib [gcc_s]
135
  collapse dir [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2] ==> [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2]
136
  collapse dir [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../..] ==> [/usr/lib/x86_64-linux-gnu]
137
  collapse dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
138
  implicit libs: [c]
139
  implicit dirs: [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2;/usr/lib/x86_64-linux-gnu]
140

  
141

  
142
Determining if the CXX compiler works passed with the following output:
143
Change Dir: /home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp
144

  
145
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
146
make[1]: Entering directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp'
147
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
148
make[2]: Entering directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp'
149
/usr/bin/cmake -E cmake_progress_report /home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp/CMakeFiles 1
150
Building CXX object CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o
151
/usr/bin/c++     -o CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o -c /home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
152
Linking CXX executable cmTryCompileExec
153
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
154
/usr/bin/c++         CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o  -o cmTryCompileExec -rdynamic 
155
make[2]: Leaving directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp'
156
make[1]: Leaving directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp'
157

  
158

  
159
Detecting CXX compiler ABI info compiled with the following output:
160
Change Dir: /home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp
161

  
162
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
163
make[1]: Entering directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp'
164
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
165
make[2]: Entering directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp'
166
/usr/bin/cmake -E cmake_progress_report /home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp/CMakeFiles 1
167
Building CXX object CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o
168
/usr/bin/c++     -o CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp
169
Linking CXX executable cmTryCompileExec
170
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
171
/usr/bin/c++        -v CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o  -o cmTryCompileExec -rdynamic  
172
Using built-in specs.
173
COLLECT_GCC=/usr/bin/c++
174
COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
175
Target: x86_64-linux-gnu
176
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
177
Thread model: posix
178
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) 
179
COMPILER_PATH=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/:/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/:/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/:/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/
180
LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/:/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../:/lib/:/usr/lib/:/usr/lib/x86_64-linux-gnu/
181
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
182
 /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/collect2 --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../crt1.o /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../crti.o /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/crtbegin.o -L/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2 -L/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../.. -L/usr/lib/x86_64-linux-gnu CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/crtend.o /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../crtn.o
183
make[2]: Leaving directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp'
184
make[1]: Leaving directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp'
185

  
186

  
187
Parsed CXX implicit link information from above output:
188
  link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)]
189
  ignore line: [Change Dir: /home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp]
190
  ignore line: []
191
  ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec/fast"]
192
  ignore line: [make[1]: Entering directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp']
193
  ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build]
194
  ignore line: [make[2]: Entering directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp']
195
  ignore line: [/usr/bin/cmake -E cmake_progress_report /home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp/CMakeFiles 1]
196
  ignore line: [Building CXX object CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o]
197
  ignore line: [/usr/bin/c++     -o CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp]
198
  ignore line: [Linking CXX executable cmTryCompileExec]
199
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1]
200
  ignore line: [/usr/bin/c++        -v CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o  -o cmTryCompileExec -rdynamic  ]
201
  ignore line: [Using built-in specs.]
202
  ignore line: [COLLECT_GCC=/usr/bin/c++]
203
  ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper]
204
  ignore line: [Target: x86_64-linux-gnu]
205
  ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
206
  ignore line: [Thread model: posix]
207
  ignore line: [gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) ]
208
  ignore line: [COMPILER_PATH=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/:/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/:/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/:/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/]
209
  ignore line: [LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/:/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../:/lib/:/usr/lib/:/usr/lib/x86_64-linux-gnu/]
210
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
211
  link line: [ /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/collect2 --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../crt1.o /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../crti.o /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/crtbegin.o -L/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2 -L/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../.. -L/usr/lib/x86_64-linux-gnu CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/crtend.o /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../crtn.o]
212
    arg [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/collect2] ==> ignore
213
    arg [--build-id] ==> ignore
214
    arg [--eh-frame-hdr] ==> ignore
215
    arg [-m] ==> ignore
216
    arg [elf_x86_64] ==> ignore
217
    arg [--hash-style=gnu] ==> ignore
218
    arg [-export-dynamic] ==> ignore
219
    arg [-dynamic-linker] ==> ignore
220
    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
221
    arg [-zrelro] ==> ignore
222
    arg [-o] ==> ignore
223
    arg [cmTryCompileExec] ==> ignore
224
    arg [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../crt1.o] ==> ignore
225
    arg [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../crti.o] ==> ignore
226
    arg [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/crtbegin.o] ==> ignore
227
    arg [-L/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2] ==> dir [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2]
228
    arg [-L/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../..] ==> dir [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../..]
229
    arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
230
    arg [CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
231
    arg [-lstdc++] ==> lib [stdc++]
232
    arg [-lm] ==> lib [m]
233
    arg [-lgcc_s] ==> lib [gcc_s]
234
    arg [-lgcc] ==> lib [gcc]
235
    arg [-lc] ==> lib [c]
236
    arg [-lgcc_s] ==> lib [gcc_s]
237
    arg [-lgcc] ==> lib [gcc]
238
    arg [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/crtend.o] ==> ignore
239
    arg [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../crtn.o] ==> ignore
240
  remove lib [gcc_s]
241
  remove lib [gcc]
242
  remove lib [gcc_s]
243
  remove lib [gcc]
244
  collapse dir [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2] ==> [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2]
245
  collapse dir [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../..] ==> [/usr/lib/x86_64-linux-gnu]
246
  collapse dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
247
  implicit libs: [stdc++;m;c]
248
  implicit dirs: [/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2;/usr/lib/x86_64-linux-gnu]
249

  
250

  
251
Determining if files linux/joystick.h exist passed with the following output:
252
Change Dir: /home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp
253

  
254
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
255
make[1]: Entering directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp'
256
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
257
make[2]: Entering directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp'
258
/usr/bin/cmake -E cmake_progress_report /home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp/CMakeFiles 1
259
Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.c.o
260
/usr/bin/gcc    -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.c.o   -c /home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
261
Linking C executable cmTryCompileExec
262
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
263
/usr/bin/gcc        CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.c.o  -o cmTryCompileExec -rdynamic 
264
make[2]: Leaving directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp'
265
make[1]: Leaving directory `/home/pdeo/quadrotor/joy/build/CMakeFiles/CMakeTmp'
266

  
267

  
joy/build/CMakeFiles/CMakeRuleHashes.txt
1
# Hashes of file build rules.
2
f0cd5c6ab9594a76d4e085e8284a1456 CMakeFiles/ROSBUILD_genmsg_cpp
3
f0cd5c6ab9594a76d4e085e8284a1456 CMakeFiles/ROSBUILD_genmsg_lisp
4
f0cd5c6ab9594a76d4e085e8284a1456 CMakeFiles/ROSBUILD_gensrv_cpp
5
f0cd5c6ab9594a76d4e085e8284a1456 CMakeFiles/ROSBUILD_gensrv_lisp
6
cdd8fba14f78f628ca0412da6e8ce9a5 CMakeFiles/clean-test-results
7
f0cd5c6ab9594a76d4e085e8284a1456 CMakeFiles/rosbuild_precompile
8
f0cd5c6ab9594a76d4e085e8284a1456 CMakeFiles/rosbuild_premsgsrvgen
9
f0cd5c6ab9594a76d4e085e8284a1456 CMakeFiles/rospack_genmsg
10
f0cd5c6ab9594a76d4e085e8284a1456 CMakeFiles/rospack_genmsg_all
11
f0cd5c6ab9594a76d4e085e8284a1456 CMakeFiles/rospack_genmsg_libexe
12
f0cd5c6ab9594a76d4e085e8284a1456 CMakeFiles/rospack_gensrv
13
f0cd5c6ab9594a76d4e085e8284a1456 CMakeFiles/test
14
f0cd5c6ab9594a76d4e085e8284a1456 CMakeFiles/test-future
15
4be4bfb95e1bcf5819a91062f567fad8 CMakeFiles/test-results
16
f0cd5c6ab9594a76d4e085e8284a1456 CMakeFiles/test-results-run
17
f0cd5c6ab9594a76d4e085e8284a1456 CMakeFiles/tests
joy/build/CMakeFiles/CMakeSystem.cmake
1
INCLUDE("/opt/ros/electric/ros/core/rosbuild/rostoolchain.cmake")
2

  
3
SET(CMAKE_SYSTEM "Linux-2.6.38-10-generic")
4
SET(CMAKE_SYSTEM_NAME "Linux")
5
SET(CMAKE_SYSTEM_VERSION "2.6.38-10-generic")
6
SET(CMAKE_SYSTEM_PROCESSOR "x86_64")
7

  
8
SET(CMAKE_HOST_SYSTEM "Linux-2.6.38-10-generic")
9
SET(CMAKE_HOST_SYSTEM_NAME "Linux")
10
SET(CMAKE_HOST_SYSTEM_VERSION "2.6.38-10-generic")
11
SET(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
12

  
13
SET(CMAKE_CROSSCOMPILING "FALSE")
14

  
15
SET(CMAKE_SYSTEM_LOADED 1)
joy/build/CMakeFiles/CompilerIdC/CMakeCCompilerId.c
1
#ifdef __cplusplus
2
# error "A C++ compiler has been selected for C."
3
#endif
4

  
5
#if defined(__18CXX)
6
# define ID_VOID_MAIN
7
#endif
8

  
9
#if defined(__INTEL_COMPILER) || defined(__ICC)
10
# define COMPILER_ID "Intel"
11

  
12
#elif defined(__clang__)
13
# define COMPILER_ID "Clang"
14

  
15
#elif defined(__BORLANDC__)
16
# define COMPILER_ID "Borland"
17

  
18
#elif defined(__WATCOMC__)
19
# define COMPILER_ID "Watcom"
20

  
21
#elif defined(__SUNPRO_C)
22
# define COMPILER_ID "SunPro"
23

  
24
#elif defined(__HP_cc)
25
# define COMPILER_ID "HP"
26

  
27
#elif defined(__DECC)
28
# define COMPILER_ID "Compaq"
29

  
30
#elif defined(__IBMC__)
31
# if defined(__COMPILER_VER__)
32
#  define COMPILER_ID "zOS"
33
# elif __IBMC__ >= 800
34
#  define COMPILER_ID "XL"
35
# else
36
#  define COMPILER_ID "VisualAge"
37
# endif
38

  
39
#elif defined(__PGI)
40
# define COMPILER_ID "PGI"
41

  
42
#elif defined(__PATHSCALE__)
43
# define COMPILER_ID "PathScale"
44

  
45
#elif defined(__GNUC__)
46
# define COMPILER_ID "GNU"
47

  
48
#elif defined(_MSC_VER)
49
# define COMPILER_ID "MSVC"
50

  
51
#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
52
/* Analog Devices C++ compiler for Blackfin, TigerSHARC and
53
   SHARC (21000) DSPs */
54
# define COMPILER_ID "ADSP"
55

  
56
/* IAR Systems compiler for embedded systems.
57
   http://www.iar.com
58
   Not supported yet by CMake
59
#elif defined(__IAR_SYSTEMS_ICC__)
60
# define COMPILER_ID "IAR" */
61

  
62
/* sdcc, the small devices C compiler for embedded systems,
63
   http://sdcc.sourceforge.net  */
64
#elif defined(SDCC)
65
# define COMPILER_ID "SDCC"
66

  
67
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
68
# define COMPILER_ID "MIPSpro"
69

  
70
/* This compiler is either not known or is too old to define an
71
   identification macro.  Try to identify the platform and guess that
72
   it is the native compiler.  */
73
#elif defined(__sgi)
74
# define COMPILER_ID "MIPSpro"
75

  
76
#elif defined(__hpux) || defined(__hpua)
77
# define COMPILER_ID "HP"
78

  
79
#else /* unknown compiler */
80
# define COMPILER_ID ""
81

  
82
#endif
83

  
84
/* Construct the string literal in pieces to prevent the source from
85
   getting matched.  Store it in a pointer rather than an array
86
   because some compilers will just produce instructions to fill the
87
   array rather than assigning a pointer to a static array.  */
88
char* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
89

  
90
/* Identify known platforms by name.  */
91
#if defined(__linux) || defined(__linux__) || defined(linux)
92
# define PLATFORM_ID "Linux"
93

  
94
#elif defined(__CYGWIN__)
95
# define PLATFORM_ID "Cygwin"
96

  
97
#elif defined(__MINGW32__)
98
# define PLATFORM_ID "MinGW"
99

  
100
#elif defined(__APPLE__)
101
# define PLATFORM_ID "Darwin"
102

  
103
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
104
# define PLATFORM_ID "Windows"
105

  
106
#elif defined(__FreeBSD__) || defined(__FreeBSD)
107
# define PLATFORM_ID "FreeBSD"
108

  
109
#elif defined(__NetBSD__) || defined(__NetBSD)
110
# define PLATFORM_ID "NetBSD"
111

  
112
#elif defined(__OpenBSD__) || defined(__OPENBSD)
113
# define PLATFORM_ID "OpenBSD"
114

  
115
#elif defined(__sun) || defined(sun)
116
# define PLATFORM_ID "SunOS"
117

  
118
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
119
# define PLATFORM_ID "AIX"
120

  
121
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
122
# define PLATFORM_ID "IRIX"
123

  
124
#elif defined(__hpux) || defined(__hpux__)
125
# define PLATFORM_ID "HP-UX"
126

  
127
#elif defined(__HAIKU) || defined(__HAIKU__) || defined(_HAIKU)
128
# define PLATFORM_ID "Haiku"
129
/* Haiku also defines __BEOS__ so we must 
130
   put it prior to the check for __BEOS__
131
*/
132

  
133
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
134
# define PLATFORM_ID "BeOS"
135

  
136
#elif defined(__QNX__) || defined(__QNXNTO__)
137
# define PLATFORM_ID "QNX"
138

  
139
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
140
# define PLATFORM_ID "Tru64"
141

  
142
#elif defined(__riscos) || defined(__riscos__)
143
# define PLATFORM_ID "RISCos"
144

  
145
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
146
# define PLATFORM_ID "SINIX"
147

  
148
#elif defined(__UNIX_SV__)
149
# define PLATFORM_ID "UNIX_SV"
150

  
151
#elif defined(__bsdos__)
152
# define PLATFORM_ID "BSDOS"
153

  
154
#elif defined(_MPRAS) || defined(MPRAS)
155
# define PLATFORM_ID "MP-RAS"
156

  
157
#elif defined(__osf) || defined(__osf__)
158
# define PLATFORM_ID "OSF1"
159

  
160
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
161
# define PLATFORM_ID "SCO_SV"
162

  
163
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
164
# define PLATFORM_ID "ULTRIX"
165

  
166
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
167
# define PLATFORM_ID "Xenix"
168

  
169
#else /* unknown platform */
170
# define PLATFORM_ID ""
171

  
172
#endif
173

  
174
/* For windows compilers MSVC and Intel we can determine
175
   the architecture of the compiler being used.  This is becase
176
   the compilers do not have flags that can change the architecture,
177
   but rather depend on which compiler is being used
178
*/
179
#if defined(_WIN32) && defined(_MSC_VER)
180
# if defined(_M_IA64)
181
#  define ARCHITECTURE_ID "IA64"
182

  
183
# elif defined(_M_X64) || defined(_M_AMD64)
184
#  define ARCHITECTURE_ID "x64" 
185

  
186
# elif defined(_M_IX86)
187
#  define ARCHITECTURE_ID "X86"
188

  
189
# else /* unknown architecture */
190
#  define ARCHITECTURE_ID ""
191
# endif
192

  
193
#else
194
#  define ARCHITECTURE_ID ""
195
#endif
196

  
197
/* Construct the string literal in pieces to prevent the source from
198
   getting matched.  Store it in a pointer rather than an array
199
   because some compilers will just produce instructions to fill the
200
   array rather than assigning a pointer to a static array.  */
201
char* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
202
char* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
203

  
204

  
205

  
206
/*--------------------------------------------------------------------------*/
207

  
208
#ifdef ID_VOID_MAIN
209
void main() {}
210
#else
211
int main(int argc, char* argv[])
212
{
213
  int require = 0;
214
  require += info_compiler[argc];
215
  require += info_platform[argc];
216
  require += info_arch[argc];
217
  (void)argv;
218
  return require;
219
}
220
#endif
joy/build/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp
1
/* This source file must have a .cpp extension so that all C++ compilers
2
   recognize the extension without flags.  Borland does not know .cxx for
3
   example.  */
4
#ifndef __cplusplus
5
# error "A C compiler has been selected for C++."
6
#endif
7

  
8
#if defined(__COMO__)
9
# define COMPILER_ID "Comeau"
10

  
11
#elif defined(__INTEL_COMPILER) || defined(__ICC)
12
# define COMPILER_ID "Intel"
13

  
14
#elif defined(__clang__)
15
# define COMPILER_ID "Clang"
16

  
17
#elif defined(__BORLANDC__)
18
# define COMPILER_ID "Borland"
19

  
20
#elif defined(__WATCOMC__)
21
# define COMPILER_ID "Watcom"
22

  
23
#elif defined(__SUNPRO_CC)
24
# define COMPILER_ID "SunPro"
25

  
26
#elif defined(__HP_aCC)
27
# define COMPILER_ID "HP"
28

  
29
#elif defined(__DECCXX)
30
# define COMPILER_ID "Compaq"
31

  
32
#elif defined(__IBMCPP__)
33
# if defined(__COMPILER_VER__)
34
#  define COMPILER_ID "zOS"
35
# elif __IBMCPP__ >= 800
36
#  define COMPILER_ID "XL"
37
# else
38
#  define COMPILER_ID "VisualAge"
39
# endif
40

  
41
#elif defined(__PGI)
42
# define COMPILER_ID "PGI"
43

  
44
#elif defined(__PATHSCALE__)
45
# define COMPILER_ID "PathScale"
46

  
47
#elif defined(__GNUC__)
48
# define COMPILER_ID "GNU"
49

  
50
#elif defined(_MSC_VER)
51
# define COMPILER_ID "MSVC"
52

  
53
#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
54
/* Analog Devices C++ compiler for Blackfin, TigerSHARC and
55
   SHARC (21000) DSPs */
56
# define COMPILER_ID "ADSP"
57

  
58
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
59
# define COMPILER_ID "MIPSpro"
60

  
61
/* This compiler is either not known or is too old to define an
62
   identification macro.  Try to identify the platform and guess that
63
   it is the native compiler.  */
64
#elif defined(__sgi)
65
# define COMPILER_ID "MIPSpro"
66

  
67
#elif defined(__hpux) || defined(__hpua)
68
# define COMPILER_ID "HP"
69

  
70
#else /* unknown compiler */
71
# define COMPILER_ID ""
72

  
73
#endif
74

  
75
/* Construct the string literal in pieces to prevent the source from
76
   getting matched.  Store it in a pointer rather than an array
77
   because some compilers will just produce instructions to fill the
78
   array rather than assigning a pointer to a static array.  */
79
char* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
80

  
81
/* Identify known platforms by name.  */
82
#if defined(__linux) || defined(__linux__) || defined(linux)
83
# define PLATFORM_ID "Linux"
84

  
85
#elif defined(__CYGWIN__)
86
# define PLATFORM_ID "Cygwin"
87

  
88
#elif defined(__MINGW32__)
89
# define PLATFORM_ID "MinGW"
90

  
91
#elif defined(__APPLE__)
92
# define PLATFORM_ID "Darwin"
93

  
94
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
95
# define PLATFORM_ID "Windows"
96

  
97
#elif defined(__FreeBSD__) || defined(__FreeBSD)
98
# define PLATFORM_ID "FreeBSD"
99

  
100
#elif defined(__NetBSD__) || defined(__NetBSD)
101
# define PLATFORM_ID "NetBSD"
102

  
103
#elif defined(__OpenBSD__) || defined(__OPENBSD)
104
# define PLATFORM_ID "OpenBSD"
105

  
106
#elif defined(__sun) || defined(sun)
107
# define PLATFORM_ID "SunOS"
108

  
109
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
110
# define PLATFORM_ID "AIX"
111

  
112
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
113
# define PLATFORM_ID "IRIX"
114

  
115
#elif defined(__hpux) || defined(__hpux__)
116
# define PLATFORM_ID "HP-UX"
117

  
118
#elif defined(__HAIKU) || defined(__HAIKU__) || defined(_HAIKU)
119
# define PLATFORM_ID "Haiku"
120
/* Haiku also defines __BEOS__ so we must 
121
   put it prior to the check for __BEOS__
122
*/
123

  
124
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
125
# define PLATFORM_ID "BeOS"
126

  
127
#elif defined(__QNX__) || defined(__QNXNTO__)
128
# define PLATFORM_ID "QNX"
129

  
130
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
131
# define PLATFORM_ID "Tru64"
132

  
133
#elif defined(__riscos) || defined(__riscos__)
134
# define PLATFORM_ID "RISCos"
135

  
136
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
137
# define PLATFORM_ID "SINIX"
138

  
139
#elif defined(__UNIX_SV__)
140
# define PLATFORM_ID "UNIX_SV"
141

  
142
#elif defined(__bsdos__)
143
# define PLATFORM_ID "BSDOS"
144

  
145
#elif defined(_MPRAS) || defined(MPRAS)
146
# define PLATFORM_ID "MP-RAS"
147

  
148
#elif defined(__osf) || defined(__osf__)
149
# define PLATFORM_ID "OSF1"
150

  
151
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
152
# define PLATFORM_ID "SCO_SV"
153

  
154
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
155
# define PLATFORM_ID "ULTRIX"
156

  
157
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
158
# define PLATFORM_ID "Xenix"
159

  
160
#else /* unknown platform */
161
# define PLATFORM_ID ""
162

  
163
#endif
164

  
165
/* For windows compilers MSVC and Intel we can determine
166
   the architecture of the compiler being used.  This is becase
167
   the compilers do not have flags that can change the architecture,
168
   but rather depend on which compiler is being used
169
*/
170
#if defined(_WIN32) && defined(_MSC_VER)
171
# if defined(_M_IA64)
172
#  define ARCHITECTURE_ID "IA64"
173

  
174
# elif defined(_M_X64) || defined(_M_AMD64)
175
#  define ARCHITECTURE_ID "x64" 
176

  
177
# elif defined(_M_IX86)
178
#  define ARCHITECTURE_ID "X86"
179

  
180
# else /* unknown architecture */
181
#  define ARCHITECTURE_ID ""
182
# endif
183

  
184
#else
185
#  define ARCHITECTURE_ID ""
186
#endif
187

  
188
/* Construct the string literal in pieces to prevent the source from
189
   getting matched.  Store it in a pointer rather than an array
190
   because some compilers will just produce instructions to fill the
191
   array rather than assigning a pointer to a static array.  */
192
char* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
193
char* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
194

  
195

  
196

  
197
/*--------------------------------------------------------------------------*/
198

  
199
int main(int argc, char* argv[])
200
{
201
  int require = 0;
202
  require += info_compiler[argc];
203
  require += info_platform[argc];
204
  (void)argv;
205
  return require;
206
}
joy/build/CMakeFiles/Makefile.cmake
1
# CMAKE generated file: DO NOT EDIT!
2
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3

  
4
# The generator used is:
5
SET(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
6

  
7
# The top level Makefile was generated from the following files:
8
SET(CMAKE_MAKEFILE_DEPENDS
9
  "CMakeCache.txt"
10
  "../CMakeLists.txt"
11
  "CMakeFiles/CMakeCCompiler.cmake"
12
  "CMakeFiles/CMakeCXXCompiler.cmake"
13
  "CMakeFiles/CMakeSystem.cmake"
14
  "/opt/ros/electric/ros/core/rosbuild/ProcessorCount.cmake"
15
  "/opt/ros/electric/ros/core/rosbuild/private.cmake"
16
  "/opt/ros/electric/ros/core/rosbuild/public.cmake"
17
  "/opt/ros/electric/ros/core/rosbuild/rosbuild.cmake"
18
  "/opt/ros/electric/ros/core/rosbuild/rosconfig.cmake"
19
  "/opt/ros/electric/ros/core/rosbuild/rostoolchain.cmake"
20
  "/opt/ros/electric/ros/core/roslang/cmake/roslang.cmake"
21
  "/opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp/cmake/roscpp.cmake"
22
  "/opt/ros/electric/stacks/ros_comm/clients/roslisp/cmake/roslisp.cmake"
23
  "/opt/ros/electric/stacks/ros_comm/clients/rospy/cmake/rospy.cmake"
24
  "/usr/share/cmake-2.8/Modules/AddFileDependencies.cmake"
25
  "/usr/share/cmake-2.8/Modules/CMakeCInformation.cmake"
26
  "/usr/share/cmake-2.8/Modules/CMakeCXXInformation.cmake"
27
  "/usr/share/cmake-2.8/Modules/CMakeCommonLanguageInclude.cmake"
28
  "/usr/share/cmake-2.8/Modules/CMakeGenericSystem.cmake"
29
  "/usr/share/cmake-2.8/Modules/CMakeSystemSpecificInformation.cmake"
30
  "/usr/share/cmake-2.8/Modules/CheckCXXCompilerFlag.cmake"
31
  "/usr/share/cmake-2.8/Modules/CheckCXXSourceCompiles.cmake"
32
  "/usr/share/cmake-2.8/Modules/CheckFunctionExists.cmake"
33
  "/usr/share/cmake-2.8/Modules/CheckIncludeFiles.cmake"
34
  "/usr/share/cmake-2.8/Modules/Compiler/GNU-C.cmake"
35
  "/usr/share/cmake-2.8/Modules/Compiler/GNU-CXX.cmake"
36
  "/usr/share/cmake-2.8/Modules/Compiler/GNU.cmake"
37
  "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU-C.cmake"
38
  "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU-CXX.cmake"
39
  "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU.cmake"
40
  "/usr/share/cmake-2.8/Modules/Platform/Linux.cmake"
41
  "/usr/share/cmake-2.8/Modules/Platform/UnixPaths.cmake"
42
  )
43

  
44
# The corresponding makefile is:
45
SET(CMAKE_MAKEFILE_OUTPUTS
46
  "Makefile"
47
  "CMakeFiles/cmake.check_cache"
48
  )
49

  
50
# Byproducts of CMake generate step:
51
SET(CMAKE_MAKEFILE_PRODUCTS
52
  "CMakeFiles/CMakeDirectoryInformation.cmake"
53
  )
54

  
55
# Dependency information for all targets:
56
SET(CMAKE_DEPEND_INFO_FILES
57
  "CMakeFiles/ROSBUILD_genmsg_cpp.dir/DependInfo.cmake"
58
  "CMakeFiles/ROSBUILD_genmsg_lisp.dir/DependInfo.cmake"
59
  "CMakeFiles/ROSBUILD_gensrv_cpp.dir/DependInfo.cmake"
60
  "CMakeFiles/ROSBUILD_gensrv_lisp.dir/DependInfo.cmake"
61
  "CMakeFiles/clean-test-results.dir/DependInfo.cmake"
62
  "CMakeFiles/joy_node.dir/DependInfo.cmake"
63
  "CMakeFiles/rosbuild_precompile.dir/DependInfo.cmake"
64
  "CMakeFiles/rosbuild_premsgsrvgen.dir/DependInfo.cmake"
65
  "CMakeFiles/rospack_genmsg.dir/DependInfo.cmake"
66
  "CMakeFiles/rospack_genmsg_all.dir/DependInfo.cmake"
67
  "CMakeFiles/rospack_genmsg_libexe.dir/DependInfo.cmake"
68
  "CMakeFiles/rospack_gensrv.dir/DependInfo.cmake"
69
  "CMakeFiles/test.dir/DependInfo.cmake"
70
  "CMakeFiles/test-future.dir/DependInfo.cmake"
71
  "CMakeFiles/test-results.dir/DependInfo.cmake"
72
  "CMakeFiles/test-results-run.dir/DependInfo.cmake"
73
  "CMakeFiles/tests.dir/DependInfo.cmake"
74
  )
joy/build/CMakeFiles/Makefile2
1
# CMAKE generated file: DO NOT EDIT!
2
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3

  
4
# Default target executed when no arguments are given to make.
5
default_target: all
6
.PHONY : default_target
7

  
8
# The main recursive all target
9
all:
10
.PHONY : all
11

  
12
# The main recursive preinstall target
13
preinstall:
14
.PHONY : preinstall
15

  
16
#=============================================================================
17
# Special targets provided by cmake.
18

  
19
# Disable implicit rules so canoncical targets will work.
20
.SUFFIXES:
21

  
22
# Remove some rules from gmake that .SUFFIXES does not remove.
23
SUFFIXES =
24

  
25
.SUFFIXES: .hpux_make_needs_suffix_list
26

  
27
# Suppress display of executed commands.
28
$(VERBOSE).SILENT:
29

  
30
# A target that is always out of date.
31
cmake_force:
32
.PHONY : cmake_force
33

  
34
#=============================================================================
35
# Set environment variables for the build.
36

  
37
# The shell in which to execute make rules.
38
SHELL = /bin/sh
39

  
40
# The CMake executable.
41
CMAKE_COMMAND = /usr/bin/cmake
42

  
43
# The command to remove a file.
44
RM = /usr/bin/cmake -E remove -f
45

  
46
# The top-level source directory on which CMake was run.
47
CMAKE_SOURCE_DIR = /home/pdeo/quadrotor/joy
48

  
49
# The top-level build directory on which CMake was run.
50
CMAKE_BINARY_DIR = /home/pdeo/quadrotor/joy/build
51

  
52
#=============================================================================
53
# Target rules for target CMakeFiles/ROSBUILD_genmsg_cpp.dir
54

  
55
# All Build rule for target.
56
CMakeFiles/ROSBUILD_genmsg_cpp.dir/all: CMakeFiles/rosbuild_premsgsrvgen.dir/all
57
	$(MAKE) -f CMakeFiles/ROSBUILD_genmsg_cpp.dir/build.make CMakeFiles/ROSBUILD_genmsg_cpp.dir/depend
58
	$(MAKE) -f CMakeFiles/ROSBUILD_genmsg_cpp.dir/build.make CMakeFiles/ROSBUILD_genmsg_cpp.dir/build
59
	$(CMAKE_COMMAND) -E cmake_progress_report /home/pdeo/quadrotor/joy/build/CMakeFiles 
60
	@echo "Built target ROSBUILD_genmsg_cpp"
61
.PHONY : CMakeFiles/ROSBUILD_genmsg_cpp.dir/all
62

  
63
# Build rule for subdir invocation for target.
64
CMakeFiles/ROSBUILD_genmsg_cpp.dir/rule: cmake_check_build_system
65
	$(CMAKE_COMMAND) -E cmake_progress_start /home/pdeo/quadrotor/joy/build/CMakeFiles 0
66
	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/ROSBUILD_genmsg_cpp.dir/all
67
	$(CMAKE_COMMAND) -E cmake_progress_start /home/pdeo/quadrotor/joy/build/CMakeFiles 0
68
.PHONY : CMakeFiles/ROSBUILD_genmsg_cpp.dir/rule
69

  
70
# Convenience name for target.
71
ROSBUILD_genmsg_cpp: CMakeFiles/ROSBUILD_genmsg_cpp.dir/rule
72
.PHONY : ROSBUILD_genmsg_cpp
73

  
74
# clean rule for target.
75
CMakeFiles/ROSBUILD_genmsg_cpp.dir/clean:
76
	$(MAKE) -f CMakeFiles/ROSBUILD_genmsg_cpp.dir/build.make CMakeFiles/ROSBUILD_genmsg_cpp.dir/clean
77
.PHONY : CMakeFiles/ROSBUILD_genmsg_cpp.dir/clean
78

  
79
# clean rule for target.
80
clean: CMakeFiles/ROSBUILD_genmsg_cpp.dir/clean
81
.PHONY : clean
82

  
83
#=============================================================================
84
# Target rules for target CMakeFiles/ROSBUILD_genmsg_lisp.dir
85

  
86
# All Build rule for target.
87
CMakeFiles/ROSBUILD_genmsg_lisp.dir/all: CMakeFiles/rosbuild_premsgsrvgen.dir/all
88
	$(MAKE) -f CMakeFiles/ROSBUILD_genmsg_lisp.dir/build.make CMakeFiles/ROSBUILD_genmsg_lisp.dir/depend
89
	$(MAKE) -f CMakeFiles/ROSBUILD_genmsg_lisp.dir/build.make CMakeFiles/ROSBUILD_genmsg_lisp.dir/build
90
	$(CMAKE_COMMAND) -E cmake_progress_report /home/pdeo/quadrotor/joy/build/CMakeFiles 
91
	@echo "Built target ROSBUILD_genmsg_lisp"
92
.PHONY : CMakeFiles/ROSBUILD_genmsg_lisp.dir/all
93

  
94
# Build rule for subdir invocation for target.
95
CMakeFiles/ROSBUILD_genmsg_lisp.dir/rule: cmake_check_build_system
96
	$(CMAKE_COMMAND) -E cmake_progress_start /home/pdeo/quadrotor/joy/build/CMakeFiles 0
97
	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/ROSBUILD_genmsg_lisp.dir/all
98
	$(CMAKE_COMMAND) -E cmake_progress_start /home/pdeo/quadrotor/joy/build/CMakeFiles 0
99
.PHONY : CMakeFiles/ROSBUILD_genmsg_lisp.dir/rule
100

  
101
# Convenience name for target.
102
ROSBUILD_genmsg_lisp: CMakeFiles/ROSBUILD_genmsg_lisp.dir/rule
103
.PHONY : ROSBUILD_genmsg_lisp
104

  
105
# clean rule for target.
106
CMakeFiles/ROSBUILD_genmsg_lisp.dir/clean:
107
	$(MAKE) -f CMakeFiles/ROSBUILD_genmsg_lisp.dir/build.make CMakeFiles/ROSBUILD_genmsg_lisp.dir/clean
108
.PHONY : CMakeFiles/ROSBUILD_genmsg_lisp.dir/clean
109

  
110
# clean rule for target.
111
clean: CMakeFiles/ROSBUILD_genmsg_lisp.dir/clean
112
.PHONY : clean
113

  
114
#=============================================================================
115
# Target rules for target CMakeFiles/ROSBUILD_gensrv_cpp.dir
116

  
117
# All Build rule for target.
118
CMakeFiles/ROSBUILD_gensrv_cpp.dir/all: CMakeFiles/rosbuild_premsgsrvgen.dir/all
119
	$(MAKE) -f CMakeFiles/ROSBUILD_gensrv_cpp.dir/build.make CMakeFiles/ROSBUILD_gensrv_cpp.dir/depend
120
	$(MAKE) -f CMakeFiles/ROSBUILD_gensrv_cpp.dir/build.make CMakeFiles/ROSBUILD_gensrv_cpp.dir/build
121
	$(CMAKE_COMMAND) -E cmake_progress_report /home/pdeo/quadrotor/joy/build/CMakeFiles 
122
	@echo "Built target ROSBUILD_gensrv_cpp"
123
.PHONY : CMakeFiles/ROSBUILD_gensrv_cpp.dir/all
124

  
125
# Build rule for subdir invocation for target.
126
CMakeFiles/ROSBUILD_gensrv_cpp.dir/rule: cmake_check_build_system
127
	$(CMAKE_COMMAND) -E cmake_progress_start /home/pdeo/quadrotor/joy/build/CMakeFiles 0
128
	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/ROSBUILD_gensrv_cpp.dir/all
129
	$(CMAKE_COMMAND) -E cmake_progress_start /home/pdeo/quadrotor/joy/build/CMakeFiles 0
130
.PHONY : CMakeFiles/ROSBUILD_gensrv_cpp.dir/rule
131

  
132
# Convenience name for target.
133
ROSBUILD_gensrv_cpp: CMakeFiles/ROSBUILD_gensrv_cpp.dir/rule
134
.PHONY : ROSBUILD_gensrv_cpp
135

  
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff