diff --git a/trunk/build/CMakeCache.txt b/trunk/build/CMakeCache.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef3bc39e6e74106910b264a8b746adc6c3b51615 --- /dev/null +++ b/trunk/build/CMakeCache.txt @@ -0,0 +1,982 @@ +# This is the CMakeCache file. +# For build in directory: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//The threading library used by boost-thread +BOOST_THREAD_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libpthread.so + +//Boost date_time library (debug) +Boost_DATE_TIME_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_date_time.so + +//Boost date_time library (release) +Boost_DATE_TIME_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_date_time.so + +//Boost filesystem library (debug) +Boost_FILESYSTEM_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_filesystem.so + +//Boost filesystem library (release) +Boost_FILESYSTEM_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_filesystem.so + +//Path to a file. +Boost_INCLUDE_DIR:PATH=/usr/include + +//Boost iostreams library (debug) +Boost_IOSTREAMS_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_iostreams.so + +//Boost iostreams library (release) +Boost_IOSTREAMS_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_iostreams.so + +//Boost library directory +Boost_LIBRARY_DIR:PATH=/usr/lib/x86_64-linux-gnu + +//Boost serialization library (debug) +Boost_SERIALIZATION_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_serialization.so + +//Boost serialization library (release) +Boost_SERIALIZATION_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_serialization.so + +//Boost system library (debug) +Boost_SYSTEM_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_system.so + +//Boost system library (release) +Boost_SYSTEM_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_system.so + +//Boost thread library (debug) +Boost_THREAD_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_thread.so + +//Boost thread library (release) +Boost_THREAD_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_thread.so + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//For backwards compatibility, what version of CMake commands and +// syntax should this version of CMake try to support. +CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4 + +//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or +// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel. +CMAKE_BUILD_TYPE:STRING= + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//CXX compiler. +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ + +//Flags used by the compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the compiler during debug builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the compiler during release minsize builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the compiler during release builds (/MD /Ob1 /Oi +// /Ot /Oy /Gs will produce slightly less optimized but smaller +// files). +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the compiler during Release with Debug Info builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//C compiler. +CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc + +//Flags used by the compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the compiler during debug builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the compiler during release minsize builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the compiler during release builds (/MD /Ob1 /Oi +// /Ot /Oy /Gs will produce slightly less optimized but smaller +// files). +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the compiler during Release with Debug Info builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Flags used by the linker. +CMAKE_EXE_LINKER_FLAGS:STRING=' ' + +//Flags used by the linker during debug builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make + +//Flags used by the linker during the creation of modules. +CMAKE_MODULE_LINKER_FLAGS:STRING=' ' + +//Flags used by the linker during debug builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=tos-supervoxels + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Flags used by the linker during the creation of dll's. +CMAKE_SHARED_LINKER_FLAGS:STRING=' ' + +//Flags used by the linker during debug builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during debug builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//If true, cmake will use relative paths in makefiles and projects. +CMAKE_USE_RELATIVE_PATHS:BOOL=OFF + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Path to a file. +DAVIDSDK_INCLUDE_DIR:PATH=DAVIDSDK_INCLUDE_DIR-NOTFOUND + +//Path to a library. +DAVIDSDK_LIBRARY:FILEPATH=DAVIDSDK_LIBRARY-NOTFOUND + +//Graphviz Dot tool for using Doxygen +DOXYGEN_DOT_EXECUTABLE:FILEPATH=/usr/bin/dot + +DOXYGEN_DOT_PATH:FILEPATH=/usr/bin + +//Doxygen documentation generation tool (http://www.doxygen.org) +DOXYGEN_EXECUTABLE:FILEPATH=/usr/bin/doxygen + +//DepthSense SDK directory +DSSDK_DIR:PATH=DSSDK_DIR-NOTFOUND + +//Path to a library. +DSSDK_LIBRARY_DepthSense:FILEPATH=DSSDK_LIBRARY_DepthSense-NOTFOUND + +//Path to a library. +DSSDK_LIBRARY_DepthSensePlugins:FILEPATH=DSSDK_LIBRARY_DepthSensePlugins-NOTFOUND + +//Path to a library. +DSSDK_LIBRARY_turbojpeg:FILEPATH=DSSDK_LIBRARY_turbojpeg-NOTFOUND + +//Path to a file. +EIGEN_INCLUDE_DIRS:PATH=/usr/include/eigen3 + +//Path to a file. +ENSENSO_INCLUDE_DIR:PATH=ENSENSO_INCLUDE_DIR-NOTFOUND + +//Path to a library. +ENSENSO_LIBRARY:FILEPATH=ENSENSO_LIBRARY-NOTFOUND + +//Single output directory for building all executables. +EXECUTABLE_OUTPUT_PATH:PATH= + +//Path to a file. +FLANN_INCLUDE_DIRS:PATH=/usr/include + +//Path to a library. +FLANN_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a + +//Path to a library. +FLANN_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a + +//Path to a file. +IRI_DOC_DIR:PATH=IRI_DOC_DIR-NOTFOUND + +//Single output directory for building all libraries. +LIBRARY_OUTPUT_PATH:PATH= + +//Path to a file. +LIBUSB_1_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +LIBUSB_1_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libusb-1.0.so + +//Path to a file. +OPENNI2_INCLUDE_DIRS:PATH=OPENNI2_INCLUDE_DIRS-NOTFOUND + +//Path to a library. +OPENNI2_LIBRARY:FILEPATH=OPENNI2_LIBRARY-NOTFOUND + +//Path to a file. +OPENNI_INCLUDE_DIRS:PATH=/usr/include/ni + +//Path to a library. +OPENNI_LIBRARY:FILEPATH=/usr/lib/libOpenNI.so + +//Path where debug 3rdpaty OpenCV dependencies are located +OpenCV_3RDPARTY_LIB_DIR_DBG:PATH= + +//Path where release 3rdpaty OpenCV dependencies are located +OpenCV_3RDPARTY_LIB_DIR_OPT:PATH= + +OpenCV_CONFIG_PATH:FILEPATH=/usr/share/OpenCV + +//The directory containing a CMake configuration file for OpenCV. +OpenCV_DIR:PATH=/usr/share/OpenCV + +//Path where debug OpenCV libraries are located +OpenCV_LIB_DIR_DBG:PATH= + +//Path where release OpenCV libraries are located +OpenCV_LIB_DIR_OPT:PATH= + +//path to 2d headers +PCL_2D_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to common headers +PCL_COMMON_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_common library +PCL_COMMON_LIBRARY:FILEPATH=/usr/local/lib/libpcl_common.so + +//path to pcl_common library debug +PCL_COMMON_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_common.so + +//The directory containing a CMake configuration file for PCL. +PCL_DIR:PATH=/usr/local/share/pcl-1.8 + +//path to features headers +PCL_FEATURES_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_features library +PCL_FEATURES_LIBRARY:FILEPATH=/usr/local/lib/libpcl_features.so + +//path to pcl_features library debug +PCL_FEATURES_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_features.so + +//path to filters headers +PCL_FILTERS_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_filters library +PCL_FILTERS_LIBRARY:FILEPATH=/usr/local/lib/libpcl_filters.so + +//path to pcl_filters library debug +PCL_FILTERS_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_filters.so + +//path to geometry headers +PCL_GEOMETRY_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to io headers +PCL_IO_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_io library +PCL_IO_LIBRARY:FILEPATH=/usr/local/lib/libpcl_io.so + +//path to pcl_io library debug +PCL_IO_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_io.so + +//path to kdtree headers +PCL_KDTREE_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_kdtree library +PCL_KDTREE_LIBRARY:FILEPATH=/usr/local/lib/libpcl_kdtree.so + +//path to pcl_kdtree library debug +PCL_KDTREE_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_kdtree.so + +//path to keypoints headers +PCL_KEYPOINTS_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_keypoints library +PCL_KEYPOINTS_LIBRARY:FILEPATH=/usr/local/lib/libpcl_keypoints.so + +//path to pcl_keypoints library debug +PCL_KEYPOINTS_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_keypoints.so + +//path to ml headers +PCL_ML_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_ml library +PCL_ML_LIBRARY:FILEPATH=/usr/local/lib/libpcl_ml.so + +//path to pcl_ml library debug +PCL_ML_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_ml.so + +//path to octree headers +PCL_OCTREE_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_octree library +PCL_OCTREE_LIBRARY:FILEPATH=/usr/local/lib/libpcl_octree.so + +//path to pcl_octree library debug +PCL_OCTREE_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_octree.so + +//path to outofcore headers +PCL_OUTOFCORE_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_outofcore library +PCL_OUTOFCORE_LIBRARY:FILEPATH=/usr/local/lib/libpcl_outofcore.so + +//path to pcl_outofcore library debug +PCL_OUTOFCORE_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_outofcore.so + +//path to people headers +PCL_PEOPLE_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_people library +PCL_PEOPLE_LIBRARY:FILEPATH=/usr/local/lib/libpcl_people.so + +//path to pcl_people library debug +PCL_PEOPLE_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_people.so + +//path to recognition headers +PCL_RECOGNITION_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_recognition library +PCL_RECOGNITION_LIBRARY:FILEPATH=/usr/local/lib/libpcl_recognition.so + +//path to pcl_recognition library debug +PCL_RECOGNITION_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_recognition.so + +//path to registration headers +PCL_REGISTRATION_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_registration library +PCL_REGISTRATION_LIBRARY:FILEPATH=/usr/local/lib/libpcl_registration.so + +//path to pcl_registration library debug +PCL_REGISTRATION_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_registration.so + +//path to sample_consensus headers +PCL_SAMPLE_CONSENSUS_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_sample_consensus library +PCL_SAMPLE_CONSENSUS_LIBRARY:FILEPATH=/usr/local/lib/libpcl_sample_consensus.so + +//path to pcl_sample_consensus library debug +PCL_SAMPLE_CONSENSUS_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_sample_consensus.so + +//path to search headers +PCL_SEARCH_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_search library +PCL_SEARCH_LIBRARY:FILEPATH=/usr/local/lib/libpcl_search.so + +//path to pcl_search library debug +PCL_SEARCH_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_search.so + +//path to segmentation headers +PCL_SEGMENTATION_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_segmentation library +PCL_SEGMENTATION_LIBRARY:FILEPATH=/usr/local/lib/libpcl_segmentation.so + +//path to pcl_segmentation library debug +PCL_SEGMENTATION_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_segmentation.so + +//path to stereo headers +PCL_STEREO_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_stereo library +PCL_STEREO_LIBRARY:FILEPATH=/usr/local/lib/libpcl_stereo.so + +//path to pcl_stereo library debug +PCL_STEREO_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_stereo.so + +//path to surface headers +PCL_SURFACE_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_surface library +PCL_SURFACE_LIBRARY:FILEPATH=/usr/local/lib/libpcl_surface.so + +//path to pcl_surface library debug +PCL_SURFACE_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_surface.so + +//path to tracking headers +PCL_TRACKING_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_tracking library +PCL_TRACKING_LIBRARY:FILEPATH=/usr/local/lib/libpcl_tracking.so + +//path to pcl_tracking library debug +PCL_TRACKING_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_tracking.so + +//path to visualization headers +PCL_VISUALIZATION_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_visualization library +PCL_VISUALIZATION_LIBRARY:FILEPATH=/usr/local/lib/libpcl_visualization.so + +//path to pcl_visualization library debug +PCL_VISUALIZATION_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_visualization.so + +//pkg-config executable +PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config + +//Path to a file. +QHULL_INCLUDE_DIRS:PATH=/usr/include + +//Path to a library. +QHULL_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libqhull.so + +//Path to a library. +QHULL_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libqhull.so + +//RealSense SDK directory +RSSDK_DIR:PATH=RSSDK_DIR-NOTFOUND + +//Path to a library. +RSSDK_LIBRARY:FILEPATH=RSSDK_LIBRARY-NOTFOUND + +//Path to a library. +RSSDK_LIBRARY_DEBUG:FILEPATH=RSSDK_LIBRARY_DEBUG-NOTFOUND + +//Value Computed by CMake +tos-supervoxels_BINARY_DIR:STATIC=/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build + +//Value Computed by CMake +tos-supervoxels_SOURCE_DIR:STATIC=/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk + +//Dependencies for the target +tos_supervoxels_LIB_DEPENDS:STATIC=general;/usr/lib/x86_64-linux-gnu/libboost_system.so;general;/usr/lib/x86_64-linux-gnu/libboost_filesystem.so;general;/usr/lib/x86_64-linux-gnu/libboost_thread.so;general;/usr/lib/x86_64-linux-gnu/libboost_date_time.so;general;/usr/lib/x86_64-linux-gnu/libboost_iostreams.so;general;/usr/lib/x86_64-linux-gnu/libboost_serialization.so;general;/usr/lib/x86_64-linux-gnu/libpthread.so;optimized;/usr/local/lib/libpcl_common.so;debug;/usr/local/lib/libpcl_common.so;optimized;/usr/local/lib/libpcl_octree.so;debug;/usr/local/lib/libpcl_octree.so;general;/usr/lib/libOpenNI.so;general;vtkCommon;general;vtkFiltering;general;vtkImaging;general;vtkGraphics;general;vtkGenericFiltering;general;vtkIO;general;vtkRendering;general;vtkVolumeRendering;general;vtkHybrid;general;vtkWidgets;general;vtkParallel;general;vtkInfovis;general;vtkGeovis;general;vtkViews;general;vtkCharts;optimized;/usr/local/lib/libpcl_io.so;debug;/usr/local/lib/libpcl_io.so;optimized;/usr/local/lib/libpcl_stereo.so;debug;/usr/local/lib/libpcl_stereo.so;optimized;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;debug;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;optimized;/usr/local/lib/libpcl_kdtree.so;debug;/usr/local/lib/libpcl_kdtree.so;optimized;/usr/local/lib/libpcl_search.so;debug;/usr/local/lib/libpcl_search.so;optimized;/usr/local/lib/libpcl_sample_consensus.so;debug;/usr/local/lib/libpcl_sample_consensus.so;optimized;/usr/local/lib/libpcl_filters.so;debug;/usr/local/lib/libpcl_filters.so;optimized;/usr/local/lib/libpcl_tracking.so;debug;/usr/local/lib/libpcl_tracking.so;optimized;/usr/local/lib/libpcl_features.so;debug;/usr/local/lib/libpcl_features.so;optimized;/usr/lib/x86_64-linux-gnu/libqhull.so;debug;/usr/lib/x86_64-linux-gnu/libqhull.so;optimized;/usr/local/lib/libpcl_surface.so;debug;/usr/local/lib/libpcl_surface.so;optimized;/usr/local/lib/libpcl_ml.so;debug;/usr/local/lib/libpcl_ml.so;optimized;/usr/local/lib/libpcl_segmentation.so;debug;/usr/local/lib/libpcl_segmentation.so;optimized;/usr/local/lib/libpcl_visualization.so;debug;/usr/local/lib/libpcl_visualization.so;optimized;/usr/local/lib/libpcl_registration.so;debug;/usr/local/lib/libpcl_registration.so;optimized;/usr/local/lib/libpcl_keypoints.so;debug;/usr/local/lib/libpcl_keypoints.so;optimized;/usr/local/lib/libpcl_recognition.so;debug;/usr/local/lib/libpcl_recognition.so;optimized;/usr/local/lib/libpcl_people.so;debug;/usr/local/lib/libpcl_people.so;optimized;/usr/local/lib/libpcl_outofcore.so;debug;/usr/local/lib/libpcl_outofcore.so;general;/usr/lib/x86_64-linux-gnu/libboost_system.so;general;/usr/lib/x86_64-linux-gnu/libboost_filesystem.so;general;/usr/lib/x86_64-linux-gnu/libboost_thread.so;general;/usr/lib/x86_64-linux-gnu/libboost_date_time.so;general;/usr/lib/x86_64-linux-gnu/libboost_iostreams.so;general;/usr/lib/x86_64-linux-gnu/libboost_serialization.so;general;/usr/lib/x86_64-linux-gnu/libpthread.so;optimized;/usr/lib/x86_64-linux-gnu/libqhull.so;debug;/usr/lib/x86_64-linux-gnu/libqhull.so;general;/usr/lib/libOpenNI.so;optimized;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;debug;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;general;vtkCommon;general;vtkFiltering;general;vtkImaging;general;vtkGraphics;general;vtkGenericFiltering;general;vtkIO;general;vtkRendering;general;vtkVolumeRendering;general;vtkHybrid;general;vtkWidgets;general;vtkParallel;general;vtkInfovis;general;vtkGeovis;general;vtkViews;general;vtkCharts; + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: Boost_DATE_TIME_LIBRARY_DEBUG +Boost_DATE_TIME_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_DATE_TIME_LIBRARY_RELEASE +Boost_DATE_TIME_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY_DEBUG +Boost_FILESYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY_RELEASE +Boost_FILESYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_INCLUDE_DIR +Boost_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_IOSTREAMS_LIBRARY_DEBUG +Boost_IOSTREAMS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_IOSTREAMS_LIBRARY_RELEASE +Boost_IOSTREAMS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_LIBRARY_DIR +Boost_LIBRARY_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_SERIALIZATION_LIBRARY_DEBUG +Boost_SERIALIZATION_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_SERIALIZATION_LIBRARY_RELEASE +Boost_SERIALIZATION_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_DEBUG +Boost_SYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_RELEASE +Boost_SYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_THREAD_LIBRARY_DEBUG +Boost_THREAD_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_THREAD_LIBRARY_RELEASE +Boost_THREAD_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_BUILD_TOOL +CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1 +//What is the target build tool cmake is generating for. +CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/make +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=8 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=12 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Start directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=3 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake-2.8 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/bin/uname +//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS +CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DOXYGEN_DOT_EXECUTABLE +DOXYGEN_DOT_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DOXYGEN_DOT_PATH +DOXYGEN_DOT_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DOXYGEN_EXECUTABLE +DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DSSDK_LIBRARY_DepthSense +DSSDK_LIBRARY_DepthSense-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DSSDK_LIBRARY_DepthSensePlugins +DSSDK_LIBRARY_DepthSensePlugins-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DSSDK_LIBRARY_turbojpeg +DSSDK_LIBRARY_turbojpeg-ADVANCED:INTERNAL=1 +//Details about finding Doxygen +FIND_PACKAGE_MESSAGE_DETAILS_Doxygen:INTERNAL=[/usr/bin/doxygen][v1.8.6()] +//Details about finding Flann +FIND_PACKAGE_MESSAGE_DETAILS_Flann:INTERNAL=[/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a][/usr/include][v()] +//Details about finding PCL +FIND_PACKAGE_MESSAGE_DETAILS_PCL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libboost_system.so;/usr/lib/x86_64-linux-gnu/libboost_filesystem.so;/usr/lib/x86_64-linux-gnu/libboost_thread.so;/usr/lib/x86_64-linux-gnu/libboost_date_time.so;/usr/lib/x86_64-linux-gnu/libboost_iostreams.so;/usr/lib/x86_64-linux-gnu/libboost_serialization.so;/usr/lib/x86_64-linux-gnu/libpthread.so;optimized;/usr/local/lib/libpcl_common.so;debug;/usr/local/lib/libpcl_common.so;optimized;/usr/local/lib/libpcl_octree.so;debug;/usr/local/lib/libpcl_octree.so;/usr/lib/libOpenNI.so;vtkCommon;vtkFiltering;vtkImaging;vtkGraphics;vtkGenericFiltering;vtkIO;vtkRendering;vtkVolumeRendering;vtkHybrid;vtkWidgets;vtkParallel;vtkInfovis;vtkGeovis;vtkViews;vtkCharts;optimized;/usr/local/lib/libpcl_io.so;debug;/usr/local/lib/libpcl_io.so;optimized;/usr/local/lib/libpcl_stereo.so;debug;/usr/local/lib/libpcl_stereo.so;optimized;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;debug;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;optimized;/usr/local/lib/libpcl_kdtree.so;debug;/usr/local/lib/libpcl_kdtree.so;optimized;/usr/local/lib/libpcl_search.so;debug;/usr/local/lib/libpcl_search.so;optimized;/usr/local/lib/libpcl_sample_consensus.so;debug;/usr/local/lib/libpcl_sample_consensus.so;optimized;/usr/local/lib/libpcl_filters.so;debug;/usr/local/lib/libpcl_filters.so;optimized;/usr/local/lib/libpcl_tracking.so;debug;/usr/local/lib/libpcl_tracking.so;optimized;/usr/local/lib/libpcl_features.so;debug;/usr/local/lib/libpcl_features.so;optimized;/usr/lib/x86_64-linux-gnu/libqhull.so;debug;/usr/lib/x86_64-linux-gnu/libqhull.so;optimized;/usr/local/lib/libpcl_surface.so;debug;/usr/local/lib/libpcl_surface.so;optimized;/usr/local/lib/libpcl_ml.so;debug;/usr/local/lib/libpcl_ml.so;optimized;/usr/local/lib/libpcl_segmentation.so;debug;/usr/local/lib/libpcl_segmentation.so;optimized;/usr/local/lib/libpcl_visualization.so;debug;/usr/local/lib/libpcl_visualization.so;optimized;/usr/local/lib/libpcl_registration.so;debug;/usr/local/lib/libpcl_registration.so;optimized;/usr/local/lib/libpcl_keypoints.so;debug;/usr/local/lib/libpcl_keypoints.so;optimized;/usr/local/lib/libpcl_recognition.so;debug;/usr/local/lib/libpcl_recognition.so;optimized;/usr/local/lib/libpcl_people.so;debug;/usr/local/lib/libpcl_people.so;optimized;/usr/local/lib/libpcl_outofcore.so;debug;/usr/local/lib/libpcl_outofcore.so;/usr/lib/x86_64-linux-gnu/libboost_system.so;/usr/lib/x86_64-linux-gnu/libboost_filesystem.so;/usr/lib/x86_64-linux-gnu/libboost_thread.so;/usr/lib/x86_64-linux-gnu/libboost_date_time.so;/usr/lib/x86_64-linux-gnu/libboost_iostreams.so;/usr/lib/x86_64-linux-gnu/libboost_serialization.so;/usr/lib/x86_64-linux-gnu/libpthread.so;optimized;/usr/lib/x86_64-linux-gnu/libqhull.so;debug;/usr/lib/x86_64-linux-gnu/libqhull.so;/usr/lib/libOpenNI.so;optimized;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;debug;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;vtkCommon;vtkFiltering;vtkImaging;vtkGraphics;vtkGenericFiltering;vtkIO;vtkRendering;vtkVolumeRendering;vtkHybrid;vtkWidgets;vtkParallel;vtkInfovis;vtkGeovis;vtkViews;vtkCharts][/usr/local/include/pcl-1.8;/usr/include/eigen3;/usr/include;/usr/include/ni;/usr/include/vtk-5.8][v(1.8)] +//Details about finding PCL_2D +FIND_PACKAGE_MESSAGE_DETAILS_PCL_2D:INTERNAL=[/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_COMMON +FIND_PACKAGE_MESSAGE_DETAILS_PCL_COMMON:INTERNAL=[/usr/local/lib/libpcl_common.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_FEATURES +FIND_PACKAGE_MESSAGE_DETAILS_PCL_FEATURES:INTERNAL=[/usr/local/lib/libpcl_features.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_FILTERS +FIND_PACKAGE_MESSAGE_DETAILS_PCL_FILTERS:INTERNAL=[/usr/local/lib/libpcl_filters.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_GEOMETRY +FIND_PACKAGE_MESSAGE_DETAILS_PCL_GEOMETRY:INTERNAL=[/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_IO +FIND_PACKAGE_MESSAGE_DETAILS_PCL_IO:INTERNAL=[/usr/local/lib/libpcl_io.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_KDTREE +FIND_PACKAGE_MESSAGE_DETAILS_PCL_KDTREE:INTERNAL=[/usr/local/lib/libpcl_kdtree.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_KEYPOINTS +FIND_PACKAGE_MESSAGE_DETAILS_PCL_KEYPOINTS:INTERNAL=[/usr/local/lib/libpcl_keypoints.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_ML +FIND_PACKAGE_MESSAGE_DETAILS_PCL_ML:INTERNAL=[/usr/local/lib/libpcl_ml.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_OCTREE +FIND_PACKAGE_MESSAGE_DETAILS_PCL_OCTREE:INTERNAL=[/usr/local/lib/libpcl_octree.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_OUTOFCORE +FIND_PACKAGE_MESSAGE_DETAILS_PCL_OUTOFCORE:INTERNAL=[/usr/local/lib/libpcl_outofcore.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_PEOPLE +FIND_PACKAGE_MESSAGE_DETAILS_PCL_PEOPLE:INTERNAL=[/usr/local/lib/libpcl_people.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_RECOGNITION +FIND_PACKAGE_MESSAGE_DETAILS_PCL_RECOGNITION:INTERNAL=[/usr/local/lib/libpcl_recognition.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_REGISTRATION +FIND_PACKAGE_MESSAGE_DETAILS_PCL_REGISTRATION:INTERNAL=[/usr/local/lib/libpcl_registration.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_SAMPLE_CONSENSUS +FIND_PACKAGE_MESSAGE_DETAILS_PCL_SAMPLE_CONSENSUS:INTERNAL=[/usr/local/lib/libpcl_sample_consensus.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_SEARCH +FIND_PACKAGE_MESSAGE_DETAILS_PCL_SEARCH:INTERNAL=[/usr/local/lib/libpcl_search.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_SEGMENTATION +FIND_PACKAGE_MESSAGE_DETAILS_PCL_SEGMENTATION:INTERNAL=[/usr/local/lib/libpcl_segmentation.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_STEREO +FIND_PACKAGE_MESSAGE_DETAILS_PCL_STEREO:INTERNAL=[/usr/local/lib/libpcl_stereo.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_SURFACE +FIND_PACKAGE_MESSAGE_DETAILS_PCL_SURFACE:INTERNAL=[/usr/local/lib/libpcl_surface.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_TRACKING +FIND_PACKAGE_MESSAGE_DETAILS_PCL_TRACKING:INTERNAL=[/usr/local/lib/libpcl_tracking.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_VISUALIZATION +FIND_PACKAGE_MESSAGE_DETAILS_PCL_VISUALIZATION:INTERNAL=[/usr/local/lib/libpcl_visualization.so][/usr/local/include/pcl-1.8][v()] +//Details about finding eigen +FIND_PACKAGE_MESSAGE_DETAILS_eigen:INTERNAL=[/usr/include/eigen3][v()] +//Details about finding libusb-1.0 +FIND_PACKAGE_MESSAGE_DETAILS_libusb-1.0:INTERNAL=[/usr/include][v()] +//Details about finding openni +FIND_PACKAGE_MESSAGE_DETAILS_openni:INTERNAL=[/usr/lib/libOpenNI.so][/usr/include/ni][v()] +//Details about finding qhull +FIND_PACKAGE_MESSAGE_DETAILS_qhull:INTERNAL=[/usr/lib/x86_64-linux-gnu/libqhull.so][/usr/include][v()] +//ADVANCED property for variable: OpenCV_3RDPARTY_LIB_DIR_DBG +OpenCV_3RDPARTY_LIB_DIR_DBG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OpenCV_3RDPARTY_LIB_DIR_OPT +OpenCV_3RDPARTY_LIB_DIR_OPT-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OpenCV_CONFIG_PATH +OpenCV_CONFIG_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OpenCV_LIB_DIR_DBG +OpenCV_LIB_DIR_DBG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OpenCV_LIB_DIR_OPT +OpenCV_LIB_DIR_OPT-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_COMMON_LIBRARY +PCL_COMMON_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_COMMON_LIBRARY_DEBUG +PCL_COMMON_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_FEATURES_LIBRARY +PCL_FEATURES_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_FEATURES_LIBRARY_DEBUG +PCL_FEATURES_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_FILTERS_LIBRARY +PCL_FILTERS_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_FILTERS_LIBRARY_DEBUG +PCL_FILTERS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_IO_LIBRARY +PCL_IO_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_IO_LIBRARY_DEBUG +PCL_IO_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_KDTREE_LIBRARY +PCL_KDTREE_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_KDTREE_LIBRARY_DEBUG +PCL_KDTREE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_KEYPOINTS_LIBRARY +PCL_KEYPOINTS_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_KEYPOINTS_LIBRARY_DEBUG +PCL_KEYPOINTS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_ML_LIBRARY +PCL_ML_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_ML_LIBRARY_DEBUG +PCL_ML_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_OCTREE_LIBRARY +PCL_OCTREE_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_OCTREE_LIBRARY_DEBUG +PCL_OCTREE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_OUTOFCORE_LIBRARY +PCL_OUTOFCORE_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_OUTOFCORE_LIBRARY_DEBUG +PCL_OUTOFCORE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_PEOPLE_LIBRARY +PCL_PEOPLE_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_PEOPLE_LIBRARY_DEBUG +PCL_PEOPLE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_RECOGNITION_LIBRARY +PCL_RECOGNITION_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_RECOGNITION_LIBRARY_DEBUG +PCL_RECOGNITION_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_REGISTRATION_LIBRARY +PCL_REGISTRATION_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_REGISTRATION_LIBRARY_DEBUG +PCL_REGISTRATION_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_SAMPLE_CONSENSUS_LIBRARY +PCL_SAMPLE_CONSENSUS_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_SAMPLE_CONSENSUS_LIBRARY_DEBUG +PCL_SAMPLE_CONSENSUS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_SEARCH_LIBRARY +PCL_SEARCH_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_SEARCH_LIBRARY_DEBUG +PCL_SEARCH_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_SEGMENTATION_LIBRARY +PCL_SEGMENTATION_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_SEGMENTATION_LIBRARY_DEBUG +PCL_SEGMENTATION_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_STEREO_LIBRARY +PCL_STEREO_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_STEREO_LIBRARY_DEBUG +PCL_STEREO_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_SURFACE_LIBRARY +PCL_SURFACE_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_SURFACE_LIBRARY_DEBUG +PCL_SURFACE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_TRACKING_LIBRARY +PCL_TRACKING_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_TRACKING_LIBRARY_DEBUG +PCL_TRACKING_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_VISUALIZATION_LIBRARY +PCL_VISUALIZATION_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_VISUALIZATION_LIBRARY_DEBUG +PCL_VISUALIZATION_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +PC_EIGEN_CFLAGS:INTERNAL=-I/usr/include/eigen3 +PC_EIGEN_CFLAGS_I:INTERNAL= +PC_EIGEN_CFLAGS_OTHER:INTERNAL= +PC_EIGEN_FOUND:INTERNAL=1 +PC_EIGEN_INCLUDEDIR:INTERNAL= +PC_EIGEN_INCLUDE_DIRS:INTERNAL=/usr/include/eigen3 +PC_EIGEN_LDFLAGS:INTERNAL= +PC_EIGEN_LDFLAGS_OTHER:INTERNAL= +PC_EIGEN_LIBDIR:INTERNAL= +PC_EIGEN_LIBRARIES:INTERNAL= +PC_EIGEN_LIBRARY_DIRS:INTERNAL= +PC_EIGEN_LIBS:INTERNAL= +PC_EIGEN_LIBS_L:INTERNAL= +PC_EIGEN_LIBS_OTHER:INTERNAL= +PC_EIGEN_LIBS_PATHS:INTERNAL= +PC_EIGEN_PREFIX:INTERNAL= +PC_EIGEN_STATIC_CFLAGS:INTERNAL=-I/usr/include/eigen3 +PC_EIGEN_STATIC_CFLAGS_I:INTERNAL= +PC_EIGEN_STATIC_CFLAGS_OTHER:INTERNAL= +PC_EIGEN_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/eigen3 +PC_EIGEN_STATIC_LDFLAGS:INTERNAL= +PC_EIGEN_STATIC_LDFLAGS_OTHER:INTERNAL= +PC_EIGEN_STATIC_LIBDIR:INTERNAL= +PC_EIGEN_STATIC_LIBRARIES:INTERNAL= +PC_EIGEN_STATIC_LIBRARY_DIRS:INTERNAL= +PC_EIGEN_STATIC_LIBS:INTERNAL= +PC_EIGEN_STATIC_LIBS_L:INTERNAL= +PC_EIGEN_STATIC_LIBS_OTHER:INTERNAL= +PC_EIGEN_STATIC_LIBS_PATHS:INTERNAL= +PC_EIGEN_VERSION:INTERNAL=3.2.0 +PC_EIGEN_eigen3_INCLUDEDIR:INTERNAL= +PC_EIGEN_eigen3_LIBDIR:INTERNAL= +PC_EIGEN_eigen3_PREFIX:INTERNAL= +PC_EIGEN_eigen3_VERSION:INTERNAL= +PC_FLANN_CFLAGS:INTERNAL= +PC_FLANN_CFLAGS_I:INTERNAL= +PC_FLANN_CFLAGS_OTHER:INTERNAL= +PC_FLANN_FOUND:INTERNAL=1 +PC_FLANN_INCLUDEDIR:INTERNAL=/usr/include +PC_FLANN_INCLUDE_DIRS:INTERNAL= +PC_FLANN_LDFLAGS:INTERNAL=-lflann_cpp +PC_FLANN_LDFLAGS_OTHER:INTERNAL= +PC_FLANN_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_FLANN_LIBRARIES:INTERNAL=flann_cpp +PC_FLANN_LIBRARY_DIRS:INTERNAL= +PC_FLANN_LIBS:INTERNAL= +PC_FLANN_LIBS_L:INTERNAL= +PC_FLANN_LIBS_OTHER:INTERNAL= +PC_FLANN_LIBS_PATHS:INTERNAL= +PC_FLANN_PREFIX:INTERNAL=/usr +PC_FLANN_STATIC_CFLAGS:INTERNAL= +PC_FLANN_STATIC_CFLAGS_I:INTERNAL= +PC_FLANN_STATIC_CFLAGS_OTHER:INTERNAL= +PC_FLANN_STATIC_INCLUDE_DIRS:INTERNAL= +PC_FLANN_STATIC_LDFLAGS:INTERNAL=-lflann_cpp +PC_FLANN_STATIC_LDFLAGS_OTHER:INTERNAL= +PC_FLANN_STATIC_LIBDIR:INTERNAL= +PC_FLANN_STATIC_LIBRARIES:INTERNAL=flann_cpp +PC_FLANN_STATIC_LIBRARY_DIRS:INTERNAL= +PC_FLANN_STATIC_LIBS:INTERNAL= +PC_FLANN_STATIC_LIBS_L:INTERNAL= +PC_FLANN_STATIC_LIBS_OTHER:INTERNAL= +PC_FLANN_STATIC_LIBS_PATHS:INTERNAL= +PC_FLANN_VERSION:INTERNAL=1.8.4 +PC_FLANN_flann_INCLUDEDIR:INTERNAL= +PC_FLANN_flann_LIBDIR:INTERNAL= +PC_FLANN_flann_PREFIX:INTERNAL= +PC_FLANN_flann_VERSION:INTERNAL= +PC_OPENNI2_CFLAGS:INTERNAL= +PC_OPENNI2_CFLAGS_I:INTERNAL= +PC_OPENNI2_CFLAGS_OTHER:INTERNAL= +PC_OPENNI2_FOUND:INTERNAL= +PC_OPENNI2_INCLUDEDIR:INTERNAL= +PC_OPENNI2_LIBDIR:INTERNAL= +PC_OPENNI2_LIBS:INTERNAL= +PC_OPENNI2_LIBS_L:INTERNAL= +PC_OPENNI2_LIBS_OTHER:INTERNAL= +PC_OPENNI2_LIBS_PATHS:INTERNAL= +PC_OPENNI2_PREFIX:INTERNAL= +PC_OPENNI2_STATIC_CFLAGS:INTERNAL= +PC_OPENNI2_STATIC_CFLAGS_I:INTERNAL= +PC_OPENNI2_STATIC_CFLAGS_OTHER:INTERNAL= +PC_OPENNI2_STATIC_LIBDIR:INTERNAL= +PC_OPENNI2_STATIC_LIBS:INTERNAL= +PC_OPENNI2_STATIC_LIBS_L:INTERNAL= +PC_OPENNI2_STATIC_LIBS_OTHER:INTERNAL= +PC_OPENNI2_STATIC_LIBS_PATHS:INTERNAL= +PC_OPENNI2_VERSION:INTERNAL= +PC_OPENNI2_libopenni2_INCLUDEDIR:INTERNAL= +PC_OPENNI2_libopenni2_LIBDIR:INTERNAL= +PC_OPENNI2_libopenni2_PREFIX:INTERNAL= +PC_OPENNI2_libopenni2_VERSION:INTERNAL= +PC_OPENNI_CFLAGS:INTERNAL=-I/usr/include/ni +PC_OPENNI_CFLAGS_I:INTERNAL= +PC_OPENNI_CFLAGS_OTHER:INTERNAL= +PC_OPENNI_FOUND:INTERNAL=1 +PC_OPENNI_INCLUDEDIR:INTERNAL=/usr/include/ni +PC_OPENNI_INCLUDE_DIRS:INTERNAL=/usr/include/ni +PC_OPENNI_LDFLAGS:INTERNAL=-lOpenNI +PC_OPENNI_LDFLAGS_OTHER:INTERNAL= +PC_OPENNI_LIBDIR:INTERNAL=/usr/lib +PC_OPENNI_LIBRARIES:INTERNAL=OpenNI +PC_OPENNI_LIBRARY_DIRS:INTERNAL= +PC_OPENNI_LIBS:INTERNAL= +PC_OPENNI_LIBS_L:INTERNAL= +PC_OPENNI_LIBS_OTHER:INTERNAL= +PC_OPENNI_LIBS_PATHS:INTERNAL= +PC_OPENNI_PREFIX:INTERNAL=/usr +PC_OPENNI_STATIC_CFLAGS:INTERNAL=-I/usr/include/ni +PC_OPENNI_STATIC_CFLAGS_I:INTERNAL= +PC_OPENNI_STATIC_CFLAGS_OTHER:INTERNAL= +PC_OPENNI_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/ni +PC_OPENNI_STATIC_LDFLAGS:INTERNAL=-lOpenNI +PC_OPENNI_STATIC_LDFLAGS_OTHER:INTERNAL= +PC_OPENNI_STATIC_LIBDIR:INTERNAL= +PC_OPENNI_STATIC_LIBRARIES:INTERNAL=OpenNI +PC_OPENNI_STATIC_LIBRARY_DIRS:INTERNAL= +PC_OPENNI_STATIC_LIBS:INTERNAL= +PC_OPENNI_STATIC_LIBS_L:INTERNAL= +PC_OPENNI_STATIC_LIBS_OTHER:INTERNAL= +PC_OPENNI_STATIC_LIBS_PATHS:INTERNAL= +PC_OPENNI_VERSION:INTERNAL=1.5.4.0 +PC_OPENNI_libopenni_INCLUDEDIR:INTERNAL= +PC_OPENNI_libopenni_LIBDIR:INTERNAL= +PC_OPENNI_libopenni_PREFIX:INTERNAL= +PC_OPENNI_libopenni_VERSION:INTERNAL= +//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE +PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: RSSDK_LIBRARY +RSSDK_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: RSSDK_LIBRARY_DEBUG +RSSDK_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//Last used BOOST_INCLUDEDIR value. +_BOOST_INCLUDEDIR_LAST:INTERNAL=/usr/include +//Last used Boost_ADDITIONAL_VERSIONS value. +_Boost_ADDITIONAL_VERSIONS_LAST:INTERNAL=1.47;1.47.0 +//Components requested for this build tree. +_Boost_COMPONENTS_SEARCHED:INTERNAL=date_time;filesystem;iostreams;serialization;system;thread +//Last used Boost_INCLUDE_DIR value. +_Boost_INCLUDE_DIR_LAST:INTERNAL=/usr/include +//Last used Boost_LIBRARY_DIR value. +_Boost_LIBRARY_DIR_LAST:INTERNAL=/usr/lib/x86_64-linux-gnu +//Last used Boost_USE_MULTITHREADED value. +_Boost_USE_MULTITHREADED_LAST:INTERNAL=TRUE +__pkg_config_checked_PC_EIGEN:INTERNAL=1 +__pkg_config_checked_PC_FLANN:INTERNAL=1 +__pkg_config_checked_PC_OPENNI:INTERNAL=1 +__pkg_config_checked_PC_OPENNI2:INTERNAL=1 + diff --git a/trunk/build/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake b/trunk/build/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake new file mode 100644 index 0000000000000000000000000000000000000000..f4a508bee87a3f1115f94732bcf8070afe43a282 --- /dev/null +++ b/trunk/build/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake @@ -0,0 +1,56 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "4.8.4") +set(CMAKE_C_PLATFORM_ID "Linux") + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) +set(CMAKE_COMPILER_IS_MINGW ) +set(CMAKE_COMPILER_IS_CYGWIN ) +if(CMAKE_COMPILER_IS_CYGWIN) + set(CYGWIN 1) + set(UNIX 1) +endif() + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +if(CMAKE_COMPILER_IS_MINGW) + set(MINGW 1) +endif() +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + + + + +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") + + + diff --git a/trunk/build/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake b/trunk/build/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake new file mode 100644 index 0000000000000000000000000000000000000000..1ca40dbcd6c03e7d7e7f8a4071e04d7aa7428614 --- /dev/null +++ b/trunk/build/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake @@ -0,0 +1,57 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "4.8.4") +set(CMAKE_CXX_PLATFORM_ID "Linux") + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) +set(CMAKE_COMPILER_IS_MINGW ) +set(CMAKE_COMPILER_IS_CYGWIN ) +if(CMAKE_COMPILER_IS_CYGWIN) + set(CYGWIN 1) + set(UNIX 1) +endif() + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +if(CMAKE_COMPILER_IS_MINGW) + set(MINGW 1) +endif() +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP) +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + + + + +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") + + + diff --git a/trunk/build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_C.bin b/trunk/build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000000000000000000000000000000000000..ffacac862dd52881b6ea403fc6e984f4d67891d8 Binary files /dev/null and b/trunk/build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_C.bin differ diff --git a/trunk/build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_CXX.bin b/trunk/build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000000000000000000000000000000000000..5103deb825aa61fb9e732c9a96deb0f7830f8d47 Binary files /dev/null and b/trunk/build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/trunk/build/CMakeFiles/2.8.12.2/CMakeSystem.cmake b/trunk/build/CMakeFiles/2.8.12.2/CMakeSystem.cmake new file mode 100644 index 0000000000000000000000000000000000000000..c3fa813a864a3cc3d57998dfb6e59854f213319a --- /dev/null +++ b/trunk/build/CMakeFiles/2.8.12.2/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-3.19.0-51-generic") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "3.19.0-51-generic") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-3.19.0-51-generic") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "3.19.0-51-generic") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000000000000000000000000000000000000..cba81d4a6b5cc36ccdf8b4548036436087b6da7d --- /dev/null +++ b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,389 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100) + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_C = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) +# if defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" +# else +# if __IBMC__ >= 800 +# define COMPILER_ID "XL" +# else +# define COMPILER_ID "VisualAge" +# endif + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +/* Analog VisualDSP++ >= 4.5.6 */ +#elif defined(__VISUALDSPVERSION__) +# define COMPILER_ID "ADSP" + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) + +/* Analog VisualDSP++ < 4.5.6 */ +#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" + +/* IAR Systems compiler for embedded systems. + http://www.iar.com */ +#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" + +/* sdcc, the small devices C compiler for embedded systems, + http://sdcc.sourceforge.net */ +#elif defined(SDCC) +# define COMPILER_ID "SDCC" + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) + +#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) +# define COMPILER_ID "MIPSpro" +# if defined(_SGI_COMPILER_VERSION) + /* _SGI_COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) +# else + /* _COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) +# endif + +/* This compiler is either not known or is too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__sgi) +# define COMPILER_ID "MIPSpro" + +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" + +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) +# define PLATFORM_ID "IRIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#else /* unknown platform */ +# define PLATFORM_ID "" + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM) +# define ARCHITECTURE_ID "ARM" + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID "" +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number components. */ +#ifdef COMPILER_VERSION_MAJOR +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif + (void)argv; + return require; +} +#endif diff --git a/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/a.out b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/a.out new file mode 100755 index 0000000000000000000000000000000000000000..ddaaadc8f0be09eb9f5be82df6e9271de5cf5e27 Binary files /dev/null and b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/a.out differ diff --git a/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000000000000000000000000000000000000..e8220b26e508ad8289ae53743d2ffa316c17237f --- /dev/null +++ b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,377 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100) + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) +# if defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" +# else +# if __IBMCPP__ >= 800 +# define COMPILER_ID "XL" +# else +# define COMPILER_ID "VisualAge" +# endif + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +/* Analog VisualDSP++ >= 4.5.6 */ +#elif defined(__VISUALDSPVERSION__) +# define COMPILER_ID "ADSP" + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) + +/* Analog VisualDSP++ < 4.5.6 */ +#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" + +/* IAR Systems compiler for embedded systems. + http://www.iar.com */ +#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" + +#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) +# define COMPILER_ID "MIPSpro" +# if defined(_SGI_COMPILER_VERSION) + /* _SGI_COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) +# else + /* _COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) +# endif + +/* This compiler is either not known or is too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__sgi) +# define COMPILER_ID "MIPSpro" + +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" + +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) +# define PLATFORM_ID "IRIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#else /* unknown platform */ +# define PLATFORM_ID "" + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM) +# define ARCHITECTURE_ID "ARM" + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID "" +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number components. */ +#ifdef COMPILER_VERSION_MAJOR +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif + (void)argv; + return require; +} diff --git a/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out new file mode 100755 index 0000000000000000000000000000000000000000..7e0fa3c8fd0dde946881102dca0d107963998684 Binary files /dev/null and b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out differ diff --git a/trunk/build/CMakeFiles/CMakeDirectoryInformation.cmake b/trunk/build/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000000000000000000000000000000000..fc7fd7a2dc8bb22917737f0db6bdacfaf993df90 --- /dev/null +++ b/trunk/build/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Relative path conversion top directories. +SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk") +SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build") + +# Force unix paths in dependencies. +SET(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/trunk/build/CMakeFiles/CMakeOutput.log b/trunk/build/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000000000000000000000000000000000000..7e740e08b1f907f42d1b9607bcf4b6e4c1441c3c --- /dev/null +++ b/trunk/build/CMakeFiles/CMakeOutput.log @@ -0,0 +1,263 @@ +The system is: Linux - 3.19.0-51-generic - x86_64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: /usr/bin/cc +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + +The C compiler identification is GNU, found in "/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/a.out" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: /usr/bin/c++ +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + +The CXX compiler identification is GNU, found in "/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out" + +Determining if the C compiler works passed with the following output: +Change Dir: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp + +Run Build Command:/usr/bin/make "cmTryCompileExec2096969135/fast" +/usr/bin/make -f CMakeFiles/cmTryCompileExec2096969135.dir/build.make CMakeFiles/cmTryCompileExec2096969135.dir/build +make[1]: Entering directory `/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp' +/usr/bin/cmake -E cmake_progress_report /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1 +Building C object CMakeFiles/cmTryCompileExec2096969135.dir/testCCompiler.c.o +/usr/bin/cc -o CMakeFiles/cmTryCompileExec2096969135.dir/testCCompiler.c.o -c /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/testCCompiler.c +Linking C executable cmTryCompileExec2096969135 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2096969135.dir/link.txt --verbose=1 +/usr/bin/cc CMakeFiles/cmTryCompileExec2096969135.dir/testCCompiler.c.o -o cmTryCompileExec2096969135 -rdynamic +make[1]: Leaving directory `/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp' + + +Detecting C compiler ABI info compiled with the following output: +Change Dir: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp + +Run Build Command:/usr/bin/make "cmTryCompileExec914870927/fast" +/usr/bin/make -f CMakeFiles/cmTryCompileExec914870927.dir/build.make CMakeFiles/cmTryCompileExec914870927.dir/build +make[1]: Entering directory `/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp' +/usr/bin/cmake -E cmake_progress_report /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1 +Building C object CMakeFiles/cmTryCompileExec914870927.dir/CMakeCCompilerABI.c.o +/usr/bin/cc -o CMakeFiles/cmTryCompileExec914870927.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c +Linking C executable cmTryCompileExec914870927 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec914870927.dir/link.txt --verbose=1 +/usr/bin/cc -v CMakeFiles/cmTryCompileExec914870927.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec914870927 -rdynamic +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04.1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.1) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec914870927' '-rdynamic' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec914870927 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec914870927.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o +make[1]: Leaving directory `/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp' + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec914870927/fast"] + ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec914870927.dir/build.make CMakeFiles/cmTryCompileExec914870927.dir/build] + ignore line: [make[1]: Entering directory `/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp'] + ignore line: [/usr/bin/cmake -E cmake_progress_report /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1] + ignore line: [Building C object CMakeFiles/cmTryCompileExec914870927.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -o CMakeFiles/cmTryCompileExec914870927.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c] + ignore line: [Linking C executable cmTryCompileExec914870927] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec914870927.dir/link.txt --verbose=1] + ignore line: [/usr/bin/cc -v CMakeFiles/cmTryCompileExec914870927.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec914870927 -rdynamic ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04.1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.1) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec914870927' '-rdynamic' '-mtune=generic' '-march=x86-64'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec914870927 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec914870927.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/collect2] ==> ignore + arg [--sysroot=/] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-export-dynamic] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTryCompileExec914870927] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o] ==> ignore + arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] + arg [CMakeFiles/cmTryCompileExec914870927.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--no-as-needed] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--no-as-needed] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] ==> ignore + remove lib [gcc] + remove lib [gcc_s] + remove lib [gcc] + remove lib [gcc_s] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> [/usr/lib/gcc/x86_64-linux-gnu/4.8] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> [/usr/lib] + implicit libs: [c] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Determining if the CXX compiler works passed with the following output: +Change Dir: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp + +Run Build Command:/usr/bin/make "cmTryCompileExec499526702/fast" +/usr/bin/make -f CMakeFiles/cmTryCompileExec499526702.dir/build.make CMakeFiles/cmTryCompileExec499526702.dir/build +make[1]: Entering directory `/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp' +/usr/bin/cmake -E cmake_progress_report /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1 +Building CXX object CMakeFiles/cmTryCompileExec499526702.dir/testCXXCompiler.cxx.o +/usr/bin/c++ -o CMakeFiles/cmTryCompileExec499526702.dir/testCXXCompiler.cxx.o -c /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx +Linking CXX executable cmTryCompileExec499526702 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec499526702.dir/link.txt --verbose=1 +/usr/bin/c++ CMakeFiles/cmTryCompileExec499526702.dir/testCXXCompiler.cxx.o -o cmTryCompileExec499526702 -rdynamic +make[1]: Leaving directory `/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp' + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp + +Run Build Command:/usr/bin/make "cmTryCompileExec89446908/fast" +/usr/bin/make -f CMakeFiles/cmTryCompileExec89446908.dir/build.make CMakeFiles/cmTryCompileExec89446908.dir/build +make[1]: Entering directory `/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp' +/usr/bin/cmake -E cmake_progress_report /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1 +Building CXX object CMakeFiles/cmTryCompileExec89446908.dir/CMakeCXXCompilerABI.cpp.o +/usr/bin/c++ -o CMakeFiles/cmTryCompileExec89446908.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp +Linking CXX executable cmTryCompileExec89446908 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec89446908.dir/link.txt --verbose=1 +/usr/bin/c++ -v CMakeFiles/cmTryCompileExec89446908.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec89446908 -rdynamic +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04.1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.1) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec89446908' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec89446908 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec89446908.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o +make[1]: Leaving directory `/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp' + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec89446908/fast"] + ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec89446908.dir/build.make CMakeFiles/cmTryCompileExec89446908.dir/build] + ignore line: [make[1]: Entering directory `/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp'] + ignore line: [/usr/bin/cmake -E cmake_progress_report /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1] + ignore line: [Building CXX object CMakeFiles/cmTryCompileExec89446908.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -o CMakeFiles/cmTryCompileExec89446908.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Linking CXX executable cmTryCompileExec89446908] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec89446908.dir/link.txt --verbose=1] + ignore line: [/usr/bin/c++ -v CMakeFiles/cmTryCompileExec89446908.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec89446908 -rdynamic ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04.1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.1) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec89446908' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec89446908 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec89446908.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/collect2] ==> ignore + arg [--sysroot=/] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-export-dynamic] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTryCompileExec89446908] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o] ==> ignore + arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] + arg [CMakeFiles/cmTryCompileExec89446908.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] ==> ignore + remove lib [gcc_s] + remove lib [gcc] + remove lib [gcc_s] + remove lib [gcc] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> [/usr/lib/gcc/x86_64-linux-gnu/4.8] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;c] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + diff --git a/trunk/build/CMakeFiles/CMakeRuleHashes.txt b/trunk/build/CMakeFiles/CMakeRuleHashes.txt new file mode 100644 index 0000000000000000000000000000000000000000..d3a38b453bd1d10fdede1a9adb3c343cf13f0a60 --- /dev/null +++ b/trunk/build/CMakeFiles/CMakeRuleHashes.txt @@ -0,0 +1,4 @@ +# Hashes of file build rules. +e9936174dfe76c879ba798a1b3d686fa CMakeFiles/distclean +52896d4d59465e2f3e36713bdd3aa782 CMakeFiles/doc +781df751aa847b0c6400f7216f793161 CMakeFiles/uninstall diff --git a/trunk/build/CMakeFiles/Makefile.cmake b/trunk/build/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000000000000000000000000000000000000..27e6acba653ff410cf2f98b639700a81d5cac2aa --- /dev/null +++ b/trunk/build/CMakeFiles/Makefile.cmake @@ -0,0 +1,100 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# The generator used is: +SET(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +SET(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "../CMakeLists.txt" + "CMakeFiles/2.8.12.2/CMakeCCompiler.cmake" + "CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake" + "CMakeFiles/2.8.12.2/CMakeSystem.cmake" + "../src/CMakeLists.txt" + "../src/examples/CMakeLists.txt" + "/usr/lib/vtk-5.8/CMake/vtkMakeInstantiator.cmake" + "/usr/lib/vtk-5.8/UseVTK.cmake" + "/usr/lib/vtk-5.8/VTKConfig-Java.cmake" + "/usr/lib/vtk-5.8/VTKConfig-Python.cmake" + "/usr/lib/vtk-5.8/VTKConfig-Tcl.cmake" + "/usr/lib/vtk-5.8/VTKConfig.cmake" + "/usr/lib/vtk-5.8/VTKConfigQt.cmake" + "/usr/lib/vtk-5.8/VTKConfigVersion.cmake" + "/usr/lib/vtk-5.8/VTKTargets-release.cmake" + "/usr/lib/vtk-5.8/VTKTargets.cmake" + "/usr/local/share/pcl-1.8/PCLConfig.cmake" + "/usr/local/share/pcl-1.8/PCLConfigVersion.cmake" + "/usr/share/OpenCV/OpenCVConfig-version.cmake" + "/usr/share/OpenCV/OpenCVConfig.cmake" + "/usr/share/OpenCV/OpenCVModules-release.cmake" + "/usr/share/OpenCV/OpenCVModules.cmake" + "/usr/share/cmake-2.8/Modules/CMakeCCompiler.cmake.in" + "/usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c" + "/usr/share/cmake-2.8/Modules/CMakeCInformation.cmake" + "/usr/share/cmake-2.8/Modules/CMakeCXXCompiler.cmake.in" + "/usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp" + "/usr/share/cmake-2.8/Modules/CMakeCXXInformation.cmake" + "/usr/share/cmake-2.8/Modules/CMakeClDeps.cmake" + "/usr/share/cmake-2.8/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake-2.8/Modules/CMakeDetermineCCompiler.cmake" + "/usr/share/cmake-2.8/Modules/CMakeDetermineCXXCompiler.cmake" + "/usr/share/cmake-2.8/Modules/CMakeDetermineCompiler.cmake" + "/usr/share/cmake-2.8/Modules/CMakeDetermineCompilerABI.cmake" + "/usr/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake" + "/usr/share/cmake-2.8/Modules/CMakeDetermineSystem.cmake" + "/usr/share/cmake-2.8/Modules/CMakeFindBinUtils.cmake" + "/usr/share/cmake-2.8/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake-2.8/Modules/CMakeImportBuildSettings.cmake" + "/usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake" + "/usr/share/cmake-2.8/Modules/CMakeParseImplicitLinkInfo.cmake" + "/usr/share/cmake-2.8/Modules/CMakeSystem.cmake.in" + "/usr/share/cmake-2.8/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake" + "/usr/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake" + "/usr/share/cmake-2.8/Modules/CMakeTestCompilerCommon.cmake" + "/usr/share/cmake-2.8/Modules/CMakeUnixFindMake.cmake" + "/usr/share/cmake-2.8/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake-2.8/Modules/Compiler/GNU-CXX.cmake" + "/usr/share/cmake-2.8/Modules/Compiler/GNU.cmake" + "/usr/share/cmake-2.8/Modules/FindBoost.cmake" + "/usr/share/cmake-2.8/Modules/FindDoxygen.cmake" + "/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake" + "/usr/share/cmake-2.8/Modules/FindPackageMessage.cmake" + "/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake" + "/usr/share/cmake-2.8/Modules/FindVTK.cmake" + "/usr/share/cmake-2.8/Modules/MultiArchCross.cmake" + "/usr/share/cmake-2.8/Modules/Platform/Linux-CXX.cmake" + "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU-CXX.cmake" + "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake-2.8/Modules/Platform/Linux.cmake" + "/usr/share/cmake-2.8/Modules/Platform/UnixPaths.cmake" + ) + +# The corresponding makefile is: +SET(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +SET(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/2.8.12.2/CMakeSystem.cmake" + "CMakeFiles/2.8.12.2/CMakeCCompiler.cmake" + "CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake" + "CMakeFiles/2.8.12.2/CMakeCCompiler.cmake" + "CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake" + "CMakeFiles/CMakeDirectoryInformation.cmake" + "src/CMakeFiles/CMakeDirectoryInformation.cmake" + "src/examples/CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +SET(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/distclean.dir/DependInfo.cmake" + "CMakeFiles/doc.dir/DependInfo.cmake" + "CMakeFiles/uninstall.dir/DependInfo.cmake" + "src/CMakeFiles/tos_supervoxels.dir/DependInfo.cmake" + "src/examples/CMakeFiles/tos_supervoxels_test.dir/DependInfo.cmake" + ) diff --git a/trunk/build/CMakeFiles/Makefile2 b/trunk/build/CMakeFiles/Makefile2 new file mode 100644 index 0000000000000000000000000000000000000000..e565592b486d8705216a7ebbdd25daa23b293bfc --- /dev/null +++ b/trunk/build/CMakeFiles/Makefile2 @@ -0,0 +1,259 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# The main recursive all target +all: +.PHONY : all + +# The main recursive preinstall target +preinstall: +.PHONY : preinstall + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build + +#============================================================================= +# Target rules for target CMakeFiles/distclean.dir + +# All Build rule for target. +CMakeFiles/distclean.dir/all: + $(MAKE) -f CMakeFiles/distclean.dir/build.make CMakeFiles/distclean.dir/depend + $(MAKE) -f CMakeFiles/distclean.dir/build.make CMakeFiles/distclean.dir/build + $(CMAKE_COMMAND) -E cmake_progress_report /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles + @echo "Built target distclean" +.PHONY : CMakeFiles/distclean.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/distclean.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/distclean.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0 +.PHONY : CMakeFiles/distclean.dir/rule + +# Convenience name for target. +distclean: CMakeFiles/distclean.dir/rule +.PHONY : distclean + +# clean rule for target. +CMakeFiles/distclean.dir/clean: + $(MAKE) -f CMakeFiles/distclean.dir/build.make CMakeFiles/distclean.dir/clean +.PHONY : CMakeFiles/distclean.dir/clean + +# clean rule for target. +clean: CMakeFiles/distclean.dir/clean +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/doc.dir + +# All Build rule for target. +CMakeFiles/doc.dir/all: + $(MAKE) -f CMakeFiles/doc.dir/build.make CMakeFiles/doc.dir/depend + $(MAKE) -f CMakeFiles/doc.dir/build.make CMakeFiles/doc.dir/build + $(CMAKE_COMMAND) -E cmake_progress_report /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles + @echo "Built target doc" +.PHONY : CMakeFiles/doc.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/doc.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/doc.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0 +.PHONY : CMakeFiles/doc.dir/rule + +# Convenience name for target. +doc: CMakeFiles/doc.dir/rule +.PHONY : doc + +# clean rule for target. +CMakeFiles/doc.dir/clean: + $(MAKE) -f CMakeFiles/doc.dir/build.make CMakeFiles/doc.dir/clean +.PHONY : CMakeFiles/doc.dir/clean + +# clean rule for target. +clean: CMakeFiles/doc.dir/clean +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/uninstall.dir + +# All Build rule for target. +CMakeFiles/uninstall.dir/all: + $(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/depend + $(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build + $(CMAKE_COMMAND) -E cmake_progress_report /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles + @echo "Built target uninstall" +.PHONY : CMakeFiles/uninstall.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/uninstall.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0 +.PHONY : CMakeFiles/uninstall.dir/rule + +# Convenience name for target. +uninstall: CMakeFiles/uninstall.dir/rule +.PHONY : uninstall + +# clean rule for target. +CMakeFiles/uninstall.dir/clean: + $(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/clean +.PHONY : CMakeFiles/uninstall.dir/clean + +# clean rule for target. +clean: CMakeFiles/uninstall.dir/clean +.PHONY : clean + +#============================================================================= +# Directory level rules for directory src + +# Convenience name for "all" pass in the directory. +src/all: src/CMakeFiles/tos_supervoxels.dir/all +src/all: src/examples/all +.PHONY : src/all + +# Convenience name for "clean" pass in the directory. +src/clean: src/CMakeFiles/tos_supervoxels.dir/clean +src/clean: src/examples/clean +.PHONY : src/clean + +# Convenience name for "preinstall" pass in the directory. +src/preinstall: src/examples/preinstall +.PHONY : src/preinstall + +#============================================================================= +# Target rules for target src/CMakeFiles/tos_supervoxels.dir + +# All Build rule for target. +src/CMakeFiles/tos_supervoxels.dir/all: + $(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/depend + $(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/build + $(CMAKE_COMMAND) -E cmake_progress_report /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 1 + @echo "Built target tos_supervoxels" +.PHONY : src/CMakeFiles/tos_supervoxels.dir/all + +# Include target in all. +all: src/CMakeFiles/tos_supervoxels.dir/all +.PHONY : all + +# Build rule for subdir invocation for target. +src/CMakeFiles/tos_supervoxels.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 1 + $(MAKE) -f CMakeFiles/Makefile2 src/CMakeFiles/tos_supervoxels.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0 +.PHONY : src/CMakeFiles/tos_supervoxels.dir/rule + +# Convenience name for target. +tos_supervoxels: src/CMakeFiles/tos_supervoxels.dir/rule +.PHONY : tos_supervoxels + +# clean rule for target. +src/CMakeFiles/tos_supervoxels.dir/clean: + $(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/clean +.PHONY : src/CMakeFiles/tos_supervoxels.dir/clean + +# clean rule for target. +clean: src/CMakeFiles/tos_supervoxels.dir/clean +.PHONY : clean + +#============================================================================= +# Directory level rules for directory src/examples + +# Convenience name for "all" pass in the directory. +src/examples/all: src/examples/CMakeFiles/tos_supervoxels_test.dir/all +.PHONY : src/examples/all + +# Convenience name for "clean" pass in the directory. +src/examples/clean: src/examples/CMakeFiles/tos_supervoxels_test.dir/clean +.PHONY : src/examples/clean + +# Convenience name for "preinstall" pass in the directory. +src/examples/preinstall: +.PHONY : src/examples/preinstall + +#============================================================================= +# Target rules for target src/examples/CMakeFiles/tos_supervoxels_test.dir + +# All Build rule for target. +src/examples/CMakeFiles/tos_supervoxels_test.dir/all: src/CMakeFiles/tos_supervoxels.dir/all + $(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/depend + $(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/build + $(CMAKE_COMMAND) -E cmake_progress_report /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 2 + @echo "Built target tos_supervoxels_test" +.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/all + +# Include target in all. +all: src/examples/CMakeFiles/tos_supervoxels_test.dir/all +.PHONY : all + +# Build rule for subdir invocation for target. +src/examples/CMakeFiles/tos_supervoxels_test.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 2 + $(MAKE) -f CMakeFiles/Makefile2 src/examples/CMakeFiles/tos_supervoxels_test.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0 +.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/rule + +# Convenience name for target. +tos_supervoxels_test: src/examples/CMakeFiles/tos_supervoxels_test.dir/rule +.PHONY : tos_supervoxels_test + +# clean rule for target. +src/examples/CMakeFiles/tos_supervoxels_test.dir/clean: + $(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/clean +.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/clean + +# clean rule for target. +clean: src/examples/CMakeFiles/tos_supervoxels_test.dir/clean +.PHONY : clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/trunk/build/CMakeFiles/TargetDirectories.txt b/trunk/build/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000000000000000000000000000000000000..06b937569cae0dde85c7d9c3f3d041ba9202c491 --- /dev/null +++ b/trunk/build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,5 @@ +/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/distclean.dir +/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/doc.dir +/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src/CMakeFiles/tos_supervoxels.dir +/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir +/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/uninstall.dir diff --git a/trunk/build/CMakeFiles/cmake.check_cache b/trunk/build/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000000000000000000000000000000000000..3dccd731726d7faa8b29d8d7dba3b981a53ca497 --- /dev/null +++ b/trunk/build/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/trunk/build/CMakeFiles/distclean.dir/DependInfo.cmake b/trunk/build/CMakeFiles/distclean.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..fb7ed470c1954ea785cfc373f06eac6f7b4be022 --- /dev/null +++ b/trunk/build/CMakeFiles/distclean.dir/DependInfo.cmake @@ -0,0 +1,15 @@ +# The set of languages for which implicit dependencies are needed: +SET(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +SET(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# The include file search paths: +SET(CMAKE_C_TARGET_INCLUDE_PATH + ) +SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/trunk/build/CMakeFiles/distclean.dir/build.make b/trunk/build/CMakeFiles/distclean.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..30db427c9c66cf29a49318f87ad5f54f4dd26c4e --- /dev/null +++ b/trunk/build/CMakeFiles/distclean.dir/build.make @@ -0,0 +1,69 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build + +# Utility rule file for distclean. + +# Include the progress variables for this target. +include CMakeFiles/distclean.dir/progress.make + +CMakeFiles/distclean: + @echo cleaning cmake files + +distclean: CMakeFiles/distclean +distclean: CMakeFiles/distclean.dir/build.make + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "distribution clean" + make clean + rm -rf /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/* +.PHONY : distclean + +# Rule to build all files generated by this target. +CMakeFiles/distclean.dir/build: distclean +.PHONY : CMakeFiles/distclean.dir/build + +CMakeFiles/distclean.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/distclean.dir/cmake_clean.cmake +.PHONY : CMakeFiles/distclean.dir/clean + +CMakeFiles/distclean.dir/depend: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/distclean.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/distclean.dir/depend + diff --git a/trunk/build/CMakeFiles/distclean.dir/cmake_clean.cmake b/trunk/build/CMakeFiles/distclean.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..2c45f349313f2bae81e603e031db3059e53a44f0 --- /dev/null +++ b/trunk/build/CMakeFiles/distclean.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +FILE(REMOVE_RECURSE + "CMakeFiles/distclean" +) + +# Per-language clean rules from dependency scanning. +FOREACH(lang) + INCLUDE(CMakeFiles/distclean.dir/cmake_clean_${lang}.cmake OPTIONAL) +ENDFOREACH(lang) diff --git a/trunk/build/CMakeFiles/distclean.dir/progress.make b/trunk/build/CMakeFiles/distclean.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/trunk/build/CMakeFiles/distclean.dir/progress.make @@ -0,0 +1 @@ + diff --git a/trunk/build/CMakeFiles/doc.dir/DependInfo.cmake b/trunk/build/CMakeFiles/doc.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..fb7ed470c1954ea785cfc373f06eac6f7b4be022 --- /dev/null +++ b/trunk/build/CMakeFiles/doc.dir/DependInfo.cmake @@ -0,0 +1,15 @@ +# The set of languages for which implicit dependencies are needed: +SET(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +SET(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# The include file search paths: +SET(CMAKE_C_TARGET_INCLUDE_PATH + ) +SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/trunk/build/CMakeFiles/doc.dir/build.make b/trunk/build/CMakeFiles/doc.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..3e068598769149300b4c4755a91b9a1049118d08 --- /dev/null +++ b/trunk/build/CMakeFiles/doc.dir/build.make @@ -0,0 +1,66 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build + +# Utility rule file for doc. + +# Include the progress variables for this target. +include CMakeFiles/doc.dir/progress.make + +CMakeFiles/doc: + /usr/bin/doxygen /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/doc/doxygen.conf + +doc: CMakeFiles/doc +doc: CMakeFiles/doc.dir/build.make +.PHONY : doc + +# Rule to build all files generated by this target. +CMakeFiles/doc.dir/build: doc +.PHONY : CMakeFiles/doc.dir/build + +CMakeFiles/doc.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/doc.dir/cmake_clean.cmake +.PHONY : CMakeFiles/doc.dir/clean + +CMakeFiles/doc.dir/depend: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/doc.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/doc.dir/depend + diff --git a/trunk/build/CMakeFiles/doc.dir/cmake_clean.cmake b/trunk/build/CMakeFiles/doc.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..29c6e210d6cf3b041a85353288c0eac6880b1091 --- /dev/null +++ b/trunk/build/CMakeFiles/doc.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +FILE(REMOVE_RECURSE + "CMakeFiles/doc" +) + +# Per-language clean rules from dependency scanning. +FOREACH(lang) + INCLUDE(CMakeFiles/doc.dir/cmake_clean_${lang}.cmake OPTIONAL) +ENDFOREACH(lang) diff --git a/trunk/build/CMakeFiles/doc.dir/depend.internal b/trunk/build/CMakeFiles/doc.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..38eae05f3398a65e78ad308f0e89165462d74d9b --- /dev/null +++ b/trunk/build/CMakeFiles/doc.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + diff --git a/trunk/build/CMakeFiles/doc.dir/depend.make b/trunk/build/CMakeFiles/doc.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..38eae05f3398a65e78ad308f0e89165462d74d9b --- /dev/null +++ b/trunk/build/CMakeFiles/doc.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + diff --git a/trunk/build/CMakeFiles/doc.dir/progress.make b/trunk/build/CMakeFiles/doc.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/trunk/build/CMakeFiles/doc.dir/progress.make @@ -0,0 +1 @@ + diff --git a/trunk/build/CMakeFiles/progress.marks b/trunk/build/CMakeFiles/progress.marks new file mode 100644 index 0000000000000000000000000000000000000000..0cfbf08886fca9a91cb753ec8734c84fcbe52c9f --- /dev/null +++ b/trunk/build/CMakeFiles/progress.marks @@ -0,0 +1 @@ +2 diff --git a/trunk/build/CMakeFiles/uninstall.dir/DependInfo.cmake b/trunk/build/CMakeFiles/uninstall.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..fb7ed470c1954ea785cfc373f06eac6f7b4be022 --- /dev/null +++ b/trunk/build/CMakeFiles/uninstall.dir/DependInfo.cmake @@ -0,0 +1,15 @@ +# The set of languages for which implicit dependencies are needed: +SET(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +SET(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# The include file search paths: +SET(CMAKE_C_TARGET_INCLUDE_PATH + ) +SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/trunk/build/CMakeFiles/uninstall.dir/build.make b/trunk/build/CMakeFiles/uninstall.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..8eecde6520ab91798761feefd60f0352e6d45578 --- /dev/null +++ b/trunk/build/CMakeFiles/uninstall.dir/build.make @@ -0,0 +1,68 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build + +# Utility rule file for uninstall. + +# Include the progress variables for this target. +include CMakeFiles/uninstall.dir/progress.make + +CMakeFiles/uninstall: + @echo uninstall package + +uninstall: CMakeFiles/uninstall +uninstall: CMakeFiles/uninstall.dir/build.make + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "uninstall package" + xargs rm < install_manifest.txt +.PHONY : uninstall + +# Rule to build all files generated by this target. +CMakeFiles/uninstall.dir/build: uninstall +.PHONY : CMakeFiles/uninstall.dir/build + +CMakeFiles/uninstall.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/uninstall.dir/cmake_clean.cmake +.PHONY : CMakeFiles/uninstall.dir/clean + +CMakeFiles/uninstall.dir/depend: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/uninstall.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/uninstall.dir/depend + diff --git a/trunk/build/CMakeFiles/uninstall.dir/cmake_clean.cmake b/trunk/build/CMakeFiles/uninstall.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..828e2a209f029beee0ab24aff5e354cc2a14a974 --- /dev/null +++ b/trunk/build/CMakeFiles/uninstall.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +FILE(REMOVE_RECURSE + "CMakeFiles/uninstall" +) + +# Per-language clean rules from dependency scanning. +FOREACH(lang) + INCLUDE(CMakeFiles/uninstall.dir/cmake_clean_${lang}.cmake OPTIONAL) +ENDFOREACH(lang) diff --git a/trunk/build/CMakeFiles/uninstall.dir/progress.make b/trunk/build/CMakeFiles/uninstall.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/trunk/build/CMakeFiles/uninstall.dir/progress.make @@ -0,0 +1 @@ + diff --git a/trunk/build/Makefile b/trunk/build/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..9a25a63419b555624644e04568c7bfd53be2d064 --- /dev/null +++ b/trunk/build/Makefile @@ -0,0 +1,237 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..." + /usr/bin/cmake -i . +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: install/local +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: install/strip +.PHONY : install/strip/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/progress.marks + $(MAKE) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named distclean + +# Build rule for target. +distclean: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 distclean +.PHONY : distclean + +# fast build rule for target. +distclean/fast: + $(MAKE) -f CMakeFiles/distclean.dir/build.make CMakeFiles/distclean.dir/build +.PHONY : distclean/fast + +#============================================================================= +# Target rules for targets named doc + +# Build rule for target. +doc: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 doc +.PHONY : doc + +# fast build rule for target. +doc/fast: + $(MAKE) -f CMakeFiles/doc.dir/build.make CMakeFiles/doc.dir/build +.PHONY : doc/fast + +#============================================================================= +# Target rules for targets named uninstall + +# Build rule for target. +uninstall: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 uninstall +.PHONY : uninstall + +# fast build rule for target. +uninstall/fast: + $(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build +.PHONY : uninstall/fast + +#============================================================================= +# Target rules for targets named tos_supervoxels + +# Build rule for target. +tos_supervoxels: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 tos_supervoxels +.PHONY : tos_supervoxels + +# fast build rule for target. +tos_supervoxels/fast: + $(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/build +.PHONY : tos_supervoxels/fast + +#============================================================================= +# Target rules for targets named tos_supervoxels_test + +# Build rule for target. +tos_supervoxels_test: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 tos_supervoxels_test +.PHONY : tos_supervoxels_test + +# fast build rule for target. +tos_supervoxels_test/fast: + $(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/build +.PHONY : tos_supervoxels_test/fast + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... distclean" + @echo "... doc" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... uninstall" + @echo "... tos_supervoxels" + @echo "... tos_supervoxels_test" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/trunk/build/cmake_install.cmake b/trunk/build/cmake_install.cmake new file mode 100644 index 0000000000000000000000000000000000000000..9e53886893cdeb6c70e8c6bf46089c072c5d5b26 --- /dev/null +++ b/trunk/build/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk + +# Set the install prefix +IF(NOT DEFINED CMAKE_INSTALL_PREFIX) + SET(CMAKE_INSTALL_PREFIX "/usr/local") +ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) +STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + IF(BUILD_TYPE) + STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + ELSE(BUILD_TYPE) + SET(CMAKE_INSTALL_CONFIG_NAME "RELEASE") + ENDIF(BUILD_TYPE) + MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + +# Set the component getting installed. +IF(NOT CMAKE_INSTALL_COMPONENT) + IF(COMPONENT) + MESSAGE(STATUS "Install component: \"${COMPONENT}\"") + SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + ELSE(COMPONENT) + SET(CMAKE_INSTALL_COMPONENT) + ENDIF(COMPONENT) +ENDIF(NOT CMAKE_INSTALL_COMPONENT) + +# Install shared libraries without execute permission? +IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + SET(CMAKE_INSTALL_SO_NO_EXE "1") +ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + +IF(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + INCLUDE("/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src/cmake_install.cmake") + +ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY) + +IF(CMAKE_INSTALL_COMPONENT) + SET(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +ELSE(CMAKE_INSTALL_COMPONENT) + SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +ENDIF(CMAKE_INSTALL_COMPONENT) + +FILE(WRITE "/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/${CMAKE_INSTALL_MANIFEST}" "") +FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES}) + FILE(APPEND "/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/${CMAKE_INSTALL_MANIFEST}" "${file}\n") +ENDFOREACH(file) diff --git a/trunk/build/src/CMakeFiles/CMakeDirectoryInformation.cmake b/trunk/build/src/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000000000000000000000000000000000..fc7fd7a2dc8bb22917737f0db6bdacfaf993df90 --- /dev/null +++ b/trunk/build/src/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Relative path conversion top directories. +SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk") +SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build") + +# Force unix paths in dependencies. +SET(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/trunk/build/src/CMakeFiles/progress.marks b/trunk/build/src/CMakeFiles/progress.marks new file mode 100644 index 0000000000000000000000000000000000000000..0cfbf08886fca9a91cb753ec8734c84fcbe52c9f --- /dev/null +++ b/trunk/build/src/CMakeFiles/progress.marks @@ -0,0 +1 @@ +2 diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/DependInfo.cmake b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..dbb9e710d76fd51f7cf54ba49e27c9337f42fed6 --- /dev/null +++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +SET(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +SET(CMAKE_DEPENDS_CHECK_CXX + "/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.cpp" "/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o" + ) +SET(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +SET(CMAKE_TARGET_DEFINITIONS + "DISABLE_DAVIDSDK" + "DISABLE_DSSDK" + "DISABLE_ENSENSO" + "DISABLE_LIBUSB_1_0" + "DISABLE_OPENNI2" + "DISABLE_PCAP" + "DISABLE_PNG" + "DISABLE_RSSDK" + "EIGEN_USE_NEW_STDVECTOR" + "EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET" + "FLANN_STATIC" + "qh_QHpointer" + ) + +# Targets to which this target links. +SET(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# The include file search paths: +SET(CMAKE_C_TARGET_INCLUDE_PATH + "/usr/include/vtk-5.8" + "../src/." + "/usr/local/include/pcl-1.8" + "/usr/include/eigen3" + "/usr/include/ni" + ) +SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/build.make b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..f747ad0c8bf9b790137241ba6f09e0b5a537c1a7 --- /dev/null +++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/build.make @@ -0,0 +1,203 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build + +# Include any dependencies generated for this target. +include src/CMakeFiles/tos_supervoxels.dir/depend.make + +# Include the progress variables for this target. +include src/CMakeFiles/tos_supervoxels.dir/progress.make + +# Include the compile flags for this target's objects. +include src/CMakeFiles/tos_supervoxels.dir/flags.make + +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: src/CMakeFiles/tos_supervoxels.dir/flags.make +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: ../src/tos_supervoxels.cpp + $(CMAKE_COMMAND) -E cmake_progress_report /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles $(CMAKE_PROGRESS_1) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o" + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o -c /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.cpp + +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/tos_supervoxels.dir/tos_supervoxels.i" + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.cpp > CMakeFiles/tos_supervoxels.dir/tos_supervoxels.i + +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/tos_supervoxels.dir/tos_supervoxels.s" + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.cpp -o CMakeFiles/tos_supervoxels.dir/tos_supervoxels.s + +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.requires: +.PHONY : src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.requires + +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.provides: src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.requires + $(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.provides.build +.PHONY : src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.provides + +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.provides.build: src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o + +# Object files for target tos_supervoxels +tos_supervoxels_OBJECTS = \ +"CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o" + +# External object files for target tos_supervoxels +tos_supervoxels_EXTERNAL_OBJECTS = + +../lib/libtos_supervoxels.so: src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o +../lib/libtos_supervoxels.so: src/CMakeFiles/tos_supervoxels.dir/build.make +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_system.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_thread.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_date_time.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_serialization.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libpthread.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_common.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_octree.so +../lib/libtos_supervoxels.so: /usr/lib/libOpenNI.so +../lib/libtos_supervoxels.so: /usr/lib/libvtkCommon.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkFiltering.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkImaging.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkGraphics.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkGenericFiltering.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkIO.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkRendering.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkVolumeRendering.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkHybrid.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkWidgets.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkParallel.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkInfovis.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkGeovis.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkViews.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkCharts.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_io.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_stereo.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libflann_cpp_s.a +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_kdtree.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_search.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_sample_consensus.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_filters.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_tracking.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_features.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libqhull.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_surface.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_ml.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_segmentation.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_visualization.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_registration.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_keypoints.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_recognition.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_people.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_outofcore.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_system.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_thread.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_date_time.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_serialization.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libpthread.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libqhull.so +../lib/libtos_supervoxels.so: /usr/lib/libOpenNI.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libflann_cpp_s.a +../lib/libtos_supervoxels.so: /usr/lib/libvtkCommon.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkFiltering.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkImaging.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkGraphics.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkGenericFiltering.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkIO.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkRendering.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkVolumeRendering.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkHybrid.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkWidgets.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkParallel.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkInfovis.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkGeovis.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkViews.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkCharts.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_common.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_octree.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_io.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_stereo.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_kdtree.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_search.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_sample_consensus.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_filters.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_tracking.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_features.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_surface.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_ml.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_segmentation.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_visualization.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_registration.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_keypoints.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_recognition.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_people.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_outofcore.so +../lib/libtos_supervoxels.so: /usr/lib/libvtkViews.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkInfovis.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkWidgets.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkVolumeRendering.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkHybrid.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkParallel.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkRendering.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkImaging.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkGraphics.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkIO.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkFiltering.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkCommon.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtksys.so.5.8.0 +../lib/libtos_supervoxels.so: src/CMakeFiles/tos_supervoxels.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX shared library ../../lib/libtos_supervoxels.so" + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tos_supervoxels.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +src/CMakeFiles/tos_supervoxels.dir/build: ../lib/libtos_supervoxels.so +.PHONY : src/CMakeFiles/tos_supervoxels.dir/build + +src/CMakeFiles/tos_supervoxels.dir/requires: src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.requires +.PHONY : src/CMakeFiles/tos_supervoxels.dir/requires + +src/CMakeFiles/tos_supervoxels.dir/clean: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src && $(CMAKE_COMMAND) -P CMakeFiles/tos_supervoxels.dir/cmake_clean.cmake +.PHONY : src/CMakeFiles/tos_supervoxels.dir/clean + +src/CMakeFiles/tos_supervoxels.dir/depend: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src/CMakeFiles/tos_supervoxels.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : src/CMakeFiles/tos_supervoxels.dir/depend + diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/cmake_clean.cmake b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..35d48e2e7957c86b8a195198143b3b4af136b088 --- /dev/null +++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +FILE(REMOVE_RECURSE + "CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o" + "../../lib/libtos_supervoxels.pdb" + "../../lib/libtos_supervoxels.so" +) + +# Per-language clean rules from dependency scanning. +FOREACH(lang CXX) + INCLUDE(CMakeFiles/tos_supervoxels.dir/cmake_clean_${lang}.cmake OPTIONAL) +ENDFOREACH(lang) diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/depend.make b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..71630e862b9e425871e245fc094e89ab3ae91980 --- /dev/null +++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for tos_supervoxels. +# This may be replaced when dependencies are built. diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/flags.make b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/flags.make new file mode 100644 index 0000000000000000000000000000000000000000..b58dc0b15f142515835c2cec73772d06b84804ee --- /dev/null +++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/flags.make @@ -0,0 +1,8 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -Wno-deprecated -O3 -fPIC -I/usr/include/vtk-5.8 -I/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/. -I/usr/local/include/pcl-1.8 -I/usr/include/eigen3 -I/usr/include/ni + +CXX_DEFINES = -DDISABLE_DAVIDSDK -DDISABLE_DSSDK -DDISABLE_ENSENSO -DDISABLE_LIBUSB_1_0 -DDISABLE_OPENNI2 -DDISABLE_PCAP -DDISABLE_PNG -DDISABLE_RSSDK -DEIGEN_USE_NEW_STDVECTOR -DEIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET -DFLANN_STATIC -Dqh_QHpointer -Dtos_supervoxels_EXPORTS + diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/link.txt b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..50f03d0cb0f6be011456e248c75ea848e054a1e1 --- /dev/null +++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -fPIC -Wno-deprecated -O3 -shared -Wl,-soname,libtos_supervoxels.so -o ../../lib/libtos_supervoxels.so CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o -L/usr/local/lib -lboost_system -lboost_filesystem -lboost_thread -lboost_date_time -lboost_iostreams -lboost_serialization -lpthread /usr/local/lib/libpcl_common.so /usr/local/lib/libpcl_octree.so -lOpenNI /usr/lib/libvtkCommon.so.5.8.0 /usr/lib/libvtkFiltering.so.5.8.0 /usr/lib/libvtkImaging.so.5.8.0 /usr/lib/libvtkGraphics.so.5.8.0 /usr/lib/libvtkGenericFiltering.so.5.8.0 /usr/lib/libvtkIO.so.5.8.0 /usr/lib/libvtkRendering.so.5.8.0 /usr/lib/libvtkVolumeRendering.so.5.8.0 /usr/lib/libvtkHybrid.so.5.8.0 /usr/lib/libvtkWidgets.so.5.8.0 /usr/lib/libvtkParallel.so.5.8.0 /usr/lib/libvtkInfovis.so.5.8.0 /usr/lib/libvtkGeovis.so.5.8.0 /usr/lib/libvtkViews.so.5.8.0 /usr/lib/libvtkCharts.so.5.8.0 /usr/local/lib/libpcl_io.so /usr/local/lib/libpcl_stereo.so -Wl,-Bstatic -lflann_cpp_s -Wl,-Bdynamic /usr/local/lib/libpcl_kdtree.so /usr/local/lib/libpcl_search.so /usr/local/lib/libpcl_sample_consensus.so /usr/local/lib/libpcl_filters.so /usr/local/lib/libpcl_tracking.so /usr/local/lib/libpcl_features.so -lqhull /usr/local/lib/libpcl_surface.so /usr/local/lib/libpcl_ml.so /usr/local/lib/libpcl_segmentation.so /usr/local/lib/libpcl_visualization.so /usr/local/lib/libpcl_registration.so /usr/local/lib/libpcl_keypoints.so /usr/local/lib/libpcl_recognition.so /usr/local/lib/libpcl_people.so /usr/local/lib/libpcl_outofcore.so -lboost_system -lboost_filesystem -lboost_thread -lboost_date_time -lboost_iostreams -lboost_serialization -lpthread -lqhull -lOpenNI -Wl,-Bstatic -lflann_cpp_s -Wl,-Bdynamic /usr/lib/libvtkCommon.so.5.8.0 /usr/lib/libvtkFiltering.so.5.8.0 /usr/lib/libvtkImaging.so.5.8.0 /usr/lib/libvtkGraphics.so.5.8.0 /usr/lib/libvtkGenericFiltering.so.5.8.0 /usr/lib/libvtkIO.so.5.8.0 /usr/lib/libvtkRendering.so.5.8.0 /usr/lib/libvtkVolumeRendering.so.5.8.0 /usr/lib/libvtkHybrid.so.5.8.0 /usr/lib/libvtkWidgets.so.5.8.0 /usr/lib/libvtkParallel.so.5.8.0 /usr/lib/libvtkInfovis.so.5.8.0 /usr/lib/libvtkGeovis.so.5.8.0 /usr/lib/libvtkViews.so.5.8.0 /usr/lib/libvtkCharts.so.5.8.0 /usr/local/lib/libpcl_common.so /usr/local/lib/libpcl_octree.so /usr/local/lib/libpcl_io.so /usr/local/lib/libpcl_stereo.so /usr/local/lib/libpcl_kdtree.so /usr/local/lib/libpcl_search.so /usr/local/lib/libpcl_sample_consensus.so /usr/local/lib/libpcl_filters.so /usr/local/lib/libpcl_tracking.so /usr/local/lib/libpcl_features.so /usr/local/lib/libpcl_surface.so /usr/local/lib/libpcl_ml.so /usr/local/lib/libpcl_segmentation.so /usr/local/lib/libpcl_visualization.so /usr/local/lib/libpcl_registration.so /usr/local/lib/libpcl_keypoints.so /usr/local/lib/libpcl_recognition.so /usr/local/lib/libpcl_people.so /usr/local/lib/libpcl_outofcore.so /usr/lib/libvtkViews.so.5.8.0 /usr/lib/libvtkInfovis.so.5.8.0 /usr/lib/libvtkWidgets.so.5.8.0 /usr/lib/libvtkVolumeRendering.so.5.8.0 /usr/lib/libvtkHybrid.so.5.8.0 /usr/lib/libvtkParallel.so.5.8.0 /usr/lib/libvtkRendering.so.5.8.0 /usr/lib/libvtkImaging.so.5.8.0 /usr/lib/libvtkGraphics.so.5.8.0 /usr/lib/libvtkIO.so.5.8.0 /usr/lib/libvtkFiltering.so.5.8.0 /usr/lib/libvtkCommon.so.5.8.0 -lm /usr/lib/libvtksys.so.5.8.0 -ldl -Wl,-rpath,/usr/local/lib: diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/progress.make b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..781c7de277467a8195d562b5d08164806763e9bb --- /dev/null +++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 1 + diff --git a/trunk/build/src/Makefile b/trunk/build/src/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..5684a8f1b539c2c07d9ff5440bee04c564db39b5 --- /dev/null +++ b/trunk/build/src/Makefile @@ -0,0 +1,200 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..." + /usr/bin/cmake -i . +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: install/local +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: install/strip +.PHONY : install/strip/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src/CMakeFiles/progress.marks + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +src/CMakeFiles/tos_supervoxels.dir/rule: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/CMakeFiles/tos_supervoxels.dir/rule +.PHONY : src/CMakeFiles/tos_supervoxels.dir/rule + +# Convenience name for target. +tos_supervoxels: src/CMakeFiles/tos_supervoxels.dir/rule +.PHONY : tos_supervoxels + +# fast build rule for target. +tos_supervoxels/fast: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/build +.PHONY : tos_supervoxels/fast + +# target to build an object file +tos_supervoxels.o: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o +.PHONY : tos_supervoxels.o + +# target to preprocess a source file +tos_supervoxels.i: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.i +.PHONY : tos_supervoxels.i + +# target to generate assembly for a file +tos_supervoxels.s: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.s +.PHONY : tos_supervoxels.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... tos_supervoxels" + @echo "... tos_supervoxels.o" + @echo "... tos_supervoxels.i" + @echo "... tos_supervoxels.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/trunk/build/src/cmake_install.cmake b/trunk/build/src/cmake_install.cmake new file mode 100644 index 0000000000000000000000000000000000000000..791f83fc323b9107699d1cab774017f9a6d347fa --- /dev/null +++ b/trunk/build/src/cmake_install.cmake @@ -0,0 +1,74 @@ +# Install script for directory: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src + +# Set the install prefix +IF(NOT DEFINED CMAKE_INSTALL_PREFIX) + SET(CMAKE_INSTALL_PREFIX "/usr/local") +ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) +STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + IF(BUILD_TYPE) + STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + ELSE(BUILD_TYPE) + SET(CMAKE_INSTALL_CONFIG_NAME "RELEASE") + ENDIF(BUILD_TYPE) + MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + +# Set the component getting installed. +IF(NOT CMAKE_INSTALL_COMPONENT) + IF(COMPONENT) + MESSAGE(STATUS "Install component: \"${COMPONENT}\"") + SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + ELSE(COMPONENT) + SET(CMAKE_INSTALL_COMPONENT) + ENDIF(COMPONENT) +ENDIF(NOT CMAKE_INSTALL_COMPONENT) + +# Install shared libraries without execute permission? +IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + SET(CMAKE_INSTALL_SO_NO_EXE "1") +ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + +IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") + IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/iridrivers/libtos_supervoxels.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/iridrivers/libtos_supervoxels.so") + FILE(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/iridrivers/libtos_supervoxels.so" + RPATH "") + ENDIF() + FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/iridrivers" TYPE SHARED_LIBRARY FILES "/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/lib/libtos_supervoxels.so") + IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/iridrivers/libtos_supervoxels.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/iridrivers/libtos_supervoxels.so") + FILE(RPATH_REMOVE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/iridrivers/libtos_supervoxels.so") + IF(CMAKE_INSTALL_DO_STRIP) + EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/iridrivers/libtos_supervoxels.so") + ENDIF(CMAKE_INSTALL_DO_STRIP) + ENDIF() +ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") + +IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") + FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/iridrivers" TYPE FILE FILES "/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.h") +ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") + +IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") + list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES + "/usr/share/cmake-2.8/Modules/Findtos_supervoxels.cmake") + IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) + message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) + IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) + message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) +FILE(INSTALL DESTINATION "/usr/share/cmake-2.8/Modules" TYPE FILE FILES "/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/../Findtos_supervoxels.cmake") +ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") + +IF(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + INCLUDE("/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples/cmake_install.cmake") + +ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY) + diff --git a/trunk/build/src/examples/CMakeFiles/CMakeDirectoryInformation.cmake b/trunk/build/src/examples/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000000000000000000000000000000000..fc7fd7a2dc8bb22917737f0db6bdacfaf993df90 --- /dev/null +++ b/trunk/build/src/examples/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Relative path conversion top directories. +SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk") +SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build") + +# Force unix paths in dependencies. +SET(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/trunk/build/src/examples/CMakeFiles/progress.marks b/trunk/build/src/examples/CMakeFiles/progress.marks new file mode 100644 index 0000000000000000000000000000000000000000..0cfbf08886fca9a91cb753ec8734c84fcbe52c9f --- /dev/null +++ b/trunk/build/src/examples/CMakeFiles/progress.marks @@ -0,0 +1 @@ +2 diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/DependInfo.cmake b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..786c1a725d7bfa44571114f8dd205e796157d1d9 --- /dev/null +++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/DependInfo.cmake @@ -0,0 +1,43 @@ +# The set of languages for which implicit dependencies are needed: +SET(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +SET(CMAKE_DEPENDS_CHECK_CXX + "/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/tos_supervoxels_test.cpp" "/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o" + ) +SET(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +SET(CMAKE_TARGET_DEFINITIONS + "DISABLE_DAVIDSDK" + "DISABLE_DSSDK" + "DISABLE_ENSENSO" + "DISABLE_LIBUSB_1_0" + "DISABLE_OPENNI2" + "DISABLE_PCAP" + "DISABLE_PNG" + "DISABLE_RSSDK" + "EIGEN_USE_NEW_STDVECTOR" + "EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET" + "FLANN_STATIC" + "qh_QHpointer" + ) + +# Targets to which this target links. +SET(CMAKE_TARGET_LINKED_INFO_FILES + "/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src/CMakeFiles/tos_supervoxels.dir/DependInfo.cmake" + ) + +# The include file search paths: +SET(CMAKE_C_TARGET_INCLUDE_PATH + "/usr/include/vtk-5.8" + "../src/." + "/usr/local/include/pcl-1.8" + "/usr/include/eigen3" + "/usr/include/ni" + "/usr/include/opencv" + ) +SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..b6808740aa3ce6c3d2952383ef63acaefc28fa34 --- /dev/null +++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make @@ -0,0 +1,233 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build + +# Include any dependencies generated for this target. +include src/examples/CMakeFiles/tos_supervoxels_test.dir/depend.make + +# Include the progress variables for this target. +include src/examples/CMakeFiles/tos_supervoxels_test.dir/progress.make + +# Include the compile flags for this target's objects. +include src/examples/CMakeFiles/tos_supervoxels_test.dir/flags.make + +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: src/examples/CMakeFiles/tos_supervoxels_test.dir/flags.make +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: ../src/examples/tos_supervoxels_test.cpp + $(CMAKE_COMMAND) -E cmake_progress_report /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles $(CMAKE_PROGRESS_1) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o" + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o -c /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/tos_supervoxels_test.cpp + +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.i" + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/tos_supervoxels_test.cpp > CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.i + +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.s" + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/tos_supervoxels_test.cpp -o CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.s + +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.requires: +.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.requires + +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.provides: src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.requires + $(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.provides.build +.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.provides + +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.provides.build: src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o + +# Object files for target tos_supervoxels_test +tos_supervoxels_test_OBJECTS = \ +"CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o" + +# External object files for target tos_supervoxels_test +tos_supervoxels_test_EXTERNAL_OBJECTS = + +../bin/tos_supervoxels_test: src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o +../bin/tos_supervoxels_test: src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make +../bin/tos_supervoxels_test: ../lib/libtos_supervoxels.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_system.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_thread.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_date_time.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_serialization.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libpthread.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_common.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_octree.so +../bin/tos_supervoxels_test: /usr/lib/libOpenNI.so +../bin/tos_supervoxels_test: /usr/lib/libvtkCommon.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkFiltering.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkImaging.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkGraphics.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkGenericFiltering.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkIO.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkRendering.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkVolumeRendering.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkHybrid.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkWidgets.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkParallel.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkInfovis.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkGeovis.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkViews.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkCharts.so.5.8.0 +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_io.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_stereo.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libflann_cpp_s.a +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_kdtree.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_search.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_sample_consensus.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_filters.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_tracking.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_features.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libqhull.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_surface.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_ml.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_segmentation.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_visualization.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_registration.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_keypoints.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_recognition.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_people.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_outofcore.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_system.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_thread.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_date_time.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_serialization.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libpthread.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libqhull.so +../bin/tos_supervoxels_test: /usr/lib/libOpenNI.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libflann_cpp_s.a +../bin/tos_supervoxels_test: /usr/lib/libvtkCommon.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkFiltering.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkImaging.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkGraphics.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkGenericFiltering.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkIO.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkRendering.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkVolumeRendering.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkHybrid.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkWidgets.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkParallel.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkInfovis.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkGeovis.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkViews.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkCharts.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_videostab.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_video.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_ts.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_superres.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_stitching.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_photo.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_ocl.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_ml.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_legacy.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_gpu.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_flann.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_core.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_contrib.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/libvtkViews.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkInfovis.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkWidgets.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkVolumeRendering.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkHybrid.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkParallel.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkRendering.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkImaging.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkGraphics.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkIO.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkFiltering.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkCommon.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtksys.so.5.8.0 +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_common.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_octree.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_io.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_stereo.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_kdtree.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_search.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_sample_consensus.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_filters.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_tracking.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_features.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_surface.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_ml.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_segmentation.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_visualization.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_registration.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_keypoints.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_recognition.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_people.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_outofcore.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_photo.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_legacy.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_video.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_ml.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_flann.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_core.so.2.4.8 +../bin/tos_supervoxels_test: src/examples/CMakeFiles/tos_supervoxels_test.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable ../../../bin/tos_supervoxels_test" + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tos_supervoxels_test.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +src/examples/CMakeFiles/tos_supervoxels_test.dir/build: ../bin/tos_supervoxels_test +.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/build + +src/examples/CMakeFiles/tos_supervoxels_test.dir/requires: src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.requires +.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/requires + +src/examples/CMakeFiles/tos_supervoxels_test.dir/clean: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples && $(CMAKE_COMMAND) -P CMakeFiles/tos_supervoxels_test.dir/cmake_clean.cmake +.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/clean + +src/examples/CMakeFiles/tos_supervoxels_test.dir/depend: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/examples /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/depend + diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/cmake_clean.cmake b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..f03fbcf6eaa9b2ca9055125ef6d71850ce2901ed --- /dev/null +++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +FILE(REMOVE_RECURSE + "CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o" + "../../../bin/tos_supervoxels_test.pdb" + "../../../bin/tos_supervoxels_test" +) + +# Per-language clean rules from dependency scanning. +FOREACH(lang CXX) + INCLUDE(CMakeFiles/tos_supervoxels_test.dir/cmake_clean_${lang}.cmake OPTIONAL) +ENDFOREACH(lang) diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/depend.make b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..383f2403641c2f7c3ee8dfba3073cfe51f5b4a1d --- /dev/null +++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for tos_supervoxels_test. +# This may be replaced when dependencies are built. diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/flags.make b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/flags.make new file mode 100644 index 0000000000000000000000000000000000000000..b5c64b053347fcaf1011186b872a564892964b3c --- /dev/null +++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/flags.make @@ -0,0 +1,8 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -Wno-deprecated -O3 -I/usr/include/vtk-5.8 -I/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/. -I/usr/local/include/pcl-1.8 -I/usr/include/eigen3 -I/usr/include/ni -I/usr/include/opencv + +CXX_DEFINES = -DDISABLE_DAVIDSDK -DDISABLE_DSSDK -DDISABLE_ENSENSO -DDISABLE_LIBUSB_1_0 -DDISABLE_OPENNI2 -DDISABLE_PCAP -DDISABLE_PNG -DDISABLE_RSSDK -DEIGEN_USE_NEW_STDVECTOR -DEIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET -DFLANN_STATIC -Dqh_QHpointer + diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/link.txt b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..41bdcf6dff3e1c8a9a4ad0513f6cd8490a34d652 --- /dev/null +++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -Wno-deprecated -O3 CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o -o ../../../bin/tos_supervoxels_test -L/usr/local/lib -rdynamic ../../../lib/libtos_supervoxels.so -lboost_system -lboost_filesystem -lboost_thread -lboost_date_time -lboost_iostreams -lboost_serialization -lpthread /usr/local/lib/libpcl_common.so /usr/local/lib/libpcl_octree.so -lOpenNI /usr/lib/libvtkCommon.so.5.8.0 /usr/lib/libvtkFiltering.so.5.8.0 /usr/lib/libvtkImaging.so.5.8.0 /usr/lib/libvtkGraphics.so.5.8.0 /usr/lib/libvtkGenericFiltering.so.5.8.0 /usr/lib/libvtkIO.so.5.8.0 /usr/lib/libvtkRendering.so.5.8.0 /usr/lib/libvtkVolumeRendering.so.5.8.0 /usr/lib/libvtkHybrid.so.5.8.0 /usr/lib/libvtkWidgets.so.5.8.0 /usr/lib/libvtkParallel.so.5.8.0 /usr/lib/libvtkInfovis.so.5.8.0 /usr/lib/libvtkGeovis.so.5.8.0 /usr/lib/libvtkViews.so.5.8.0 /usr/lib/libvtkCharts.so.5.8.0 /usr/local/lib/libpcl_io.so /usr/local/lib/libpcl_stereo.so -Wl,-Bstatic -lflann_cpp_s -Wl,-Bdynamic /usr/local/lib/libpcl_kdtree.so /usr/local/lib/libpcl_search.so /usr/local/lib/libpcl_sample_consensus.so /usr/local/lib/libpcl_filters.so /usr/local/lib/libpcl_tracking.so /usr/local/lib/libpcl_features.so -lqhull /usr/local/lib/libpcl_surface.so /usr/local/lib/libpcl_ml.so /usr/local/lib/libpcl_segmentation.so /usr/local/lib/libpcl_visualization.so /usr/local/lib/libpcl_registration.so /usr/local/lib/libpcl_keypoints.so /usr/local/lib/libpcl_recognition.so /usr/local/lib/libpcl_people.so /usr/local/lib/libpcl_outofcore.so -lboost_system -lboost_filesystem -lboost_thread -lboost_date_time -lboost_iostreams -lboost_serialization -lpthread -lqhull -lOpenNI -Wl,-Bstatic -lflann_cpp_s -Wl,-Bdynamic /usr/lib/libvtkCommon.so.5.8.0 /usr/lib/libvtkFiltering.so.5.8.0 /usr/lib/libvtkImaging.so.5.8.0 /usr/lib/libvtkGraphics.so.5.8.0 /usr/lib/libvtkGenericFiltering.so.5.8.0 /usr/lib/libvtkIO.so.5.8.0 /usr/lib/libvtkRendering.so.5.8.0 /usr/lib/libvtkVolumeRendering.so.5.8.0 /usr/lib/libvtkHybrid.so.5.8.0 /usr/lib/libvtkWidgets.so.5.8.0 /usr/lib/libvtkParallel.so.5.8.0 /usr/lib/libvtkInfovis.so.5.8.0 /usr/lib/libvtkGeovis.so.5.8.0 /usr/lib/libvtkViews.so.5.8.0 /usr/lib/libvtkCharts.so.5.8.0 /usr/lib/x86_64-linux-gnu/libopencv_videostab.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_video.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_ts.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_superres.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_stitching.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_photo.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_ocl.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_ml.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_legacy.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_gpu.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_flann.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_core.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_contrib.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.2.4.8 /usr/lib/libvtkViews.so.5.8.0 /usr/lib/libvtkInfovis.so.5.8.0 /usr/lib/libvtkWidgets.so.5.8.0 /usr/lib/libvtkVolumeRendering.so.5.8.0 /usr/lib/libvtkHybrid.so.5.8.0 /usr/lib/libvtkParallel.so.5.8.0 /usr/lib/libvtkRendering.so.5.8.0 /usr/lib/libvtkImaging.so.5.8.0 /usr/lib/libvtkGraphics.so.5.8.0 /usr/lib/libvtkIO.so.5.8.0 /usr/lib/libvtkFiltering.so.5.8.0 /usr/lib/libvtkCommon.so.5.8.0 -lm /usr/lib/libvtksys.so.5.8.0 -ldl /usr/local/lib/libpcl_common.so /usr/local/lib/libpcl_octree.so /usr/local/lib/libpcl_io.so /usr/local/lib/libpcl_stereo.so /usr/local/lib/libpcl_kdtree.so /usr/local/lib/libpcl_search.so /usr/local/lib/libpcl_sample_consensus.so /usr/local/lib/libpcl_filters.so /usr/local/lib/libpcl_tracking.so /usr/local/lib/libpcl_features.so /usr/local/lib/libpcl_surface.so /usr/local/lib/libpcl_ml.so /usr/local/lib/libpcl_segmentation.so /usr/local/lib/libpcl_visualization.so /usr/local/lib/libpcl_registration.so /usr/local/lib/libpcl_keypoints.so /usr/local/lib/libpcl_recognition.so /usr/local/lib/libpcl_people.so /usr/local/lib/libpcl_outofcore.so /usr/lib/x86_64-linux-gnu/libopencv_photo.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_legacy.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_video.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_ml.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_flann.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_core.so.2.4.8 -Wl,-rpath,/usr/local/lib:/home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/lib diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/progress.make b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..164e1d26ca9458a5e20dca2a639dda0d48dc61ec --- /dev/null +++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 2 + diff --git a/trunk/build/src/examples/Makefile b/trunk/build/src/examples/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..8c0f10dbc5b518a3b3032ccc33737d586a876366 --- /dev/null +++ b/trunk/build/src/examples/Makefile @@ -0,0 +1,200 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..." + /usr/bin/cmake -i . +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: install/local +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: install/strip +.PHONY : install/strip/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples/CMakeFiles/progress.marks + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/examples/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/examples/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/examples/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/examples/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +src/examples/CMakeFiles/tos_supervoxels_test.dir/rule: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/examples/CMakeFiles/tos_supervoxels_test.dir/rule +.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/rule + +# Convenience name for target. +tos_supervoxels_test: src/examples/CMakeFiles/tos_supervoxels_test.dir/rule +.PHONY : tos_supervoxels_test + +# fast build rule for target. +tos_supervoxels_test/fast: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/build +.PHONY : tos_supervoxels_test/fast + +# target to build an object file +tos_supervoxels_test.o: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o +.PHONY : tos_supervoxels_test.o + +# target to preprocess a source file +tos_supervoxels_test.i: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.i +.PHONY : tos_supervoxels_test.i + +# target to generate assembly for a file +tos_supervoxels_test.s: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.s +.PHONY : tos_supervoxels_test.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... tos_supervoxels_test" + @echo "... tos_supervoxels_test.o" + @echo "... tos_supervoxels_test.i" + @echo "... tos_supervoxels_test.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/trunk/build/src/examples/cmake_install.cmake b/trunk/build/src/examples/cmake_install.cmake new file mode 100644 index 0000000000000000000000000000000000000000..e6b060c978ea278ae352cd25f8b8ce0ad87a7c14 --- /dev/null +++ b/trunk/build/src/examples/cmake_install.cmake @@ -0,0 +1,34 @@ +# Install script for directory: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/examples + +# Set the install prefix +IF(NOT DEFINED CMAKE_INSTALL_PREFIX) + SET(CMAKE_INSTALL_PREFIX "/usr/local") +ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) +STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + IF(BUILD_TYPE) + STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + ELSE(BUILD_TYPE) + SET(CMAKE_INSTALL_CONFIG_NAME "RELEASE") + ENDIF(BUILD_TYPE) + MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + +# Set the component getting installed. +IF(NOT CMAKE_INSTALL_COMPONENT) + IF(COMPONENT) + MESSAGE(STATUS "Install component: \"${COMPONENT}\"") + SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + ELSE(COMPONENT) + SET(CMAKE_INSTALL_COMPONENT) + ENDIF(COMPONENT) +ENDIF(NOT CMAKE_INSTALL_COMPONENT) + +# Install shared libraries without execute permission? +IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + SET(CMAKE_INSTALL_SO_NO_EXE "1") +ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + diff --git a/trunk/doc/html/annotated.html b/trunk/doc/html/annotated.html index 091f3f264e2cb2bb6c53b816ca45d73e5c67060e..b5077262ca8eba68d354b006204419b81e234f87 100644 --- a/trunk/doc/html/annotated.html +++ b/trunk/doc/html/annotated.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> -<title>tabletop_object_detection: Data Structures</title> +<title>tos_supervoxels: Data Structures</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> @@ -17,7 +17,7 @@ <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> - <div id="projectname">tabletop_object_detection + <div id="projectname">tos_supervoxels </div> </td> </tr> @@ -57,7 +57,7 @@ </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Thu Feb 25 2016 12:12:06 for tabletop_object_detection by  <a href="http://www.doxygen.org/index.html"> +Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> diff --git a/trunk/doc/html/classes.html b/trunk/doc/html/classes.html index f775887cad6a0f9631e60810bd0f636d830d94a1..4762c3013f0499b856e5f9438a2017ebaae7f068 100644 --- a/trunk/doc/html/classes.html +++ b/trunk/doc/html/classes.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> -<title>tabletop_object_detection: Data Structure Index</title> +<title>tos_supervoxels: Data Structure Index</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> @@ -17,7 +17,7 @@ <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> - <div id="projectname">tabletop_object_detection + <div id="projectname">tos_supervoxels </div> </td> </tr> @@ -60,7 +60,7 @@ </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Thu Feb 25 2016 12:12:06 for tabletop_object_detection by  <a href="http://www.doxygen.org/index.html"> +Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> diff --git a/trunk/doc/html/classtos__supervoxels.html b/trunk/doc/html/classtos__supervoxels.html index be44277b55f3a3765c54f53af53677c1c0dcc592..8e32ddc9d154c3d4d1773dad731cfb4a5b1fa212 100644 --- a/trunk/doc/html/classtos__supervoxels.html +++ b/trunk/doc/html/classtos__supervoxels.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> -<title>tabletop_object_detection: tos_supervoxels Class Reference</title> +<title>tos_supervoxels: tos_supervoxels Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> @@ -17,7 +17,7 @@ <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> - <div id="projectname">tabletop_object_detection + <div id="projectname">tos_supervoxels </div> </td> </tr> @@ -1430,7 +1430,7 @@ Here is the call graph for this function:</div> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Thu Feb 25 2016 12:12:06 for tabletop_object_detection by  <a href="http://www.doxygen.org/index.html"> +Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> diff --git a/trunk/doc/html/classtos__supervoxels__parameters.html b/trunk/doc/html/classtos__supervoxels__parameters.html index 03d0d077e091342c3d77c526cf9cf9bfdbcebcbc..5c393bc3981fcc45db522fe3596c2397171876a4 100644 --- a/trunk/doc/html/classtos__supervoxels__parameters.html +++ b/trunk/doc/html/classtos__supervoxels__parameters.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> -<title>tabletop_object_detection: tos_supervoxels_parameters Class Reference</title> +<title>tos_supervoxels: tos_supervoxels_parameters Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> @@ -17,7 +17,7 @@ <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> - <div id="projectname">tabletop_object_detection + <div id="projectname">tos_supervoxels </div> </td> </tr> @@ -746,7 +746,7 @@ Static Protected Attributes</h2></td></tr> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Thu Feb 25 2016 12:12:06 for tabletop_object_detection by  <a href="http://www.doxygen.org/index.html"> +Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> diff --git a/trunk/doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html b/trunk/doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html index 9f37fc3a0291d96c5c1d5ec2281e24868198b400..e26bead4e5da1d23266fc9fb513e1eb96b1b8090 100644 --- a/trunk/doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html +++ b/trunk/doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> -<title>tabletop_object_detection: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src Directory Reference</title> +<title>tos_supervoxels: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src Directory Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> @@ -17,7 +17,7 @@ <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> - <div id="projectname">tabletop_object_detection + <div id="projectname">tos_supervoxels </div> </td> </tr> @@ -60,7 +60,7 @@ Files</h2></td></tr> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Thu Feb 25 2016 12:12:06 for tabletop_object_detection by  <a href="http://www.doxygen.org/index.html"> +Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> diff --git a/trunk/doc/html/dir_e931c1a3f0014e624d0645a271726ad2.html b/trunk/doc/html/dir_e931c1a3f0014e624d0645a271726ad2.html index 746fd5b629c4345c9a4c58526d0b4e0475380e20..bd578a13a7cde7efeab5a08966ae75d2b029cd54 100644 --- a/trunk/doc/html/dir_e931c1a3f0014e624d0645a271726ad2.html +++ b/trunk/doc/html/dir_e931c1a3f0014e624d0645a271726ad2.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> -<title>tabletop_object_detection: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/examples Directory Reference</title> +<title>tos_supervoxels: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/examples Directory Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> @@ -17,7 +17,7 @@ <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> - <div id="projectname">tabletop_object_detection + <div id="projectname">tos_supervoxels </div> </td> </tr> @@ -53,7 +53,7 @@ Files</h2></td></tr> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Thu Feb 25 2016 12:12:06 for tabletop_object_detection by  <a href="http://www.doxygen.org/index.html"> +Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> diff --git a/trunk/doc/html/examples.html b/trunk/doc/html/examples.html index 091255f2a980d433499aeb90535cbe75bd4bdbcd..2d9213f3b6b1e68a005b2a6efd90f26c66237da9 100644 --- a/trunk/doc/html/examples.html +++ b/trunk/doc/html/examples.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> -<title>tabletop_object_detection: Examples</title> +<title>tos_supervoxels: Examples</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> @@ -17,7 +17,7 @@ <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> - <div id="projectname">tabletop_object_detection + <div id="projectname">tos_supervoxels </div> </td> </tr> @@ -47,7 +47,7 @@ </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Thu Feb 25 2016 12:12:07 for tabletop_object_detection by  <a href="http://www.doxygen.org/index.html"> +Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> diff --git a/trunk/doc/html/files.html b/trunk/doc/html/files.html index 550404c466987d87dfcb90c59c948edc3cf9f342..788bb93178a64533d9819e0b4eca44449be96888 100644 --- a/trunk/doc/html/files.html +++ b/trunk/doc/html/files.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> -<title>tabletop_object_detection: File List</title> +<title>tos_supervoxels: File List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> @@ -17,7 +17,7 @@ <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> - <div id="projectname">tabletop_object_detection + <div id="projectname">tos_supervoxels </div> </td> </tr> @@ -57,7 +57,7 @@ </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Thu Feb 25 2016 12:12:07 for tabletop_object_detection by  <a href="http://www.doxygen.org/index.html"> +Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> diff --git a/trunk/doc/html/functions.html b/trunk/doc/html/functions.html index 5d6ac43e800351d808cdb316cf0cb77c20076936..1bf8b39e0acf89aa5922cbdc7aec76059f450e74 100644 --- a/trunk/doc/html/functions.html +++ b/trunk/doc/html/functions.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> -<title>tabletop_object_detection: Data Fields</title> +<title>tos_supervoxels: Data Fields</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> @@ -17,7 +17,7 @@ <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> - <div id="projectname">tabletop_object_detection + <div id="projectname">tos_supervoxels </div> </td> </tr> @@ -356,7 +356,7 @@ </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Thu Feb 25 2016 12:12:07 for tabletop_object_detection by  <a href="http://www.doxygen.org/index.html"> +Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> diff --git a/trunk/doc/html/functions_func.html b/trunk/doc/html/functions_func.html index 784947da2ba88a68978525b0509231859416e2a0..ed80606098e37866c830e4ddb1ad2b70a6a353a8 100644 --- a/trunk/doc/html/functions_func.html +++ b/trunk/doc/html/functions_func.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> -<title>tabletop_object_detection: Data Fields - Functions</title> +<title>tos_supervoxels: Data Fields - Functions</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> @@ -17,7 +17,7 @@ <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> - <div id="projectname">tabletop_object_detection + <div id="projectname">tos_supervoxels </div> </td> </tr> @@ -124,7 +124,7 @@ </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Thu Feb 25 2016 12:12:07 for tabletop_object_detection by  <a href="http://www.doxygen.org/index.html"> +Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> diff --git a/trunk/doc/html/functions_vars.html b/trunk/doc/html/functions_vars.html index c0b26038b223c23506b6efac61e1e72e2be25901..892c84656bf90d0963125fd4bb245ff6eed48059 100644 --- a/trunk/doc/html/functions_vars.html +++ b/trunk/doc/html/functions_vars.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> -<title>tabletop_object_detection: Data Fields - Variables</title> +<title>tos_supervoxels: Data Fields - Variables</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> @@ -17,7 +17,7 @@ <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> - <div id="projectname">tabletop_object_detection + <div id="projectname">tos_supervoxels </div> </td> </tr> @@ -274,7 +274,7 @@ </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Thu Feb 25 2016 12:12:07 for tabletop_object_detection by  <a href="http://www.doxygen.org/index.html"> +Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> diff --git a/trunk/doc/html/graph_legend.html b/trunk/doc/html/graph_legend.html index 2e33d9867c750a586dfdee7eb06d491dfe0d9c65..9a17303098db351c5ed3956a8319ec0f59615f9f 100644 --- a/trunk/doc/html/graph_legend.html +++ b/trunk/doc/html/graph_legend.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> -<title>tabletop_object_detection: Graph Legend</title> +<title>tos_supervoxels: Graph Legend</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> @@ -17,7 +17,7 @@ <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> - <div id="projectname">tabletop_object_detection + <div id="projectname">tos_supervoxels </div> </td> </tr> @@ -107,7 +107,7 @@ A yellow dashed arrow denotes a relation between a template instance and the tem </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Thu Feb 25 2016 12:12:06 for tabletop_object_detection by  <a href="http://www.doxygen.org/index.html"> +Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> diff --git a/trunk/doc/html/index.html b/trunk/doc/html/index.html index 6d9b160b69e8a0d04fa895244b0037503bfee2ae..72908c889e4a4339183fb7553e40d5eed76260b8 100644 --- a/trunk/doc/html/index.html +++ b/trunk/doc/html/index.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> -<title>tabletop_object_detection: tos_supervoxels : Tabletop Object Segmentation based on the convexity of Supervoxels</title> +<title>tos_supervoxels: tos_supervoxels : Tabletop Object Segmentation based on the convexity of Supervoxels</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> @@ -17,7 +17,7 @@ <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> - <div id="projectname">tabletop_object_detection + <div id="projectname">tos_supervoxels </div> </td> </tr> @@ -48,7 +48,7 @@ Introduction</h1> <div class="fragment"><div class="line"><a class="code" href="classtos__supervoxels__parameters.html">tos_supervoxels_parameters</a></div> </div><!-- fragment --><p> To use it initialize before it with: </p> <div class="fragment"><div class="line"><a class="code" href="classtos__supervoxels.html">tos_supervoxels</a> segLCCP;</div> -<div class="line"><a class="code" href="classtos__supervoxels__parameters.html">tos_supervoxels_parameters</a> opt = segLCCP.<a class="code" href="classtos__supervoxels.html#a1aa263f14c3322d5aaedc123cd1e2b89">get_default_parameters</a>();</div> +<div class="line"><a class="code" href="classtos__supervoxels__parameters.html">tos_supervoxels_parameters</a> opt;</div> </div><!-- fragment --><p> Moreover the struct to manage the segmented objects: </p> <div class="fragment"><div class="line"><a class="code" href="structObject.html">Object</a></div> </div><!-- fragment --><dl class="section author"><dt>Author</dt><dd>: Nicola Covallero (<a href="#" onclick="location.href='mai'+'lto:'+'nic'+'ol'+'aco'+'va'+'lle'+'ro'+'92@'+'gm'+'ail'+'.c'+'om'; return false;">nicol<span style="display: none;">.nosp@m.</span>acov<span style="display: none;">.nosp@m.</span>aller<span style="display: none;">.nosp@m.</span>o92@<span style="display: none;">.nosp@m.</span>gmail<span style="display: none;">.nosp@m.</span>.com</a>)</dd></dl> @@ -123,7 +123,7 @@ Disclaimer</h1> </div></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Thu Feb 25 2016 12:12:06 for tabletop_object_detection by  <a href="http://www.doxygen.org/index.html"> +Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> diff --git a/trunk/doc/html/structObject.html b/trunk/doc/html/structObject.html index 8b0a8dc5c28417774b195aa65b3619d979b6ff80..d2145b72e62cd01198c927f56869505a77a0f8c6 100644 --- a/trunk/doc/html/structObject.html +++ b/trunk/doc/html/structObject.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> -<title>tabletop_object_detection: Object Struct Reference</title> +<title>tos_supervoxels: Object Struct Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> @@ -17,7 +17,7 @@ <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> - <div id="projectname">tabletop_object_detection + <div id="projectname">tos_supervoxels </div> </td> </tr> @@ -84,7 +84,7 @@ pcl::PointCloud<br class="typebreak"/> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Thu Feb 25 2016 12:12:06 for tabletop_object_detection by  <a href="http://www.doxygen.org/index.html"> +Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> diff --git a/trunk/doc/html/tableTop_object_segmentation_test_8cpp-example.html b/trunk/doc/html/tableTop_object_segmentation_test_8cpp-example.html index 8c41efe6c2697f695020db312455cbc7d56b3e01..97cdcdfae09132135d68d07812e1b1132651b1f1 100644 --- a/trunk/doc/html/tableTop_object_segmentation_test_8cpp-example.html +++ b/trunk/doc/html/tableTop_object_segmentation_test_8cpp-example.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> -<title>tabletop_object_detection: tableTop_object_segmentation_test.cpp</title> +<title>tos_supervoxels: tableTop_object_segmentation_test.cpp</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> @@ -17,7 +17,7 @@ <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> - <div id="projectname">tabletop_object_detection + <div id="projectname">tos_supervoxels </div> </td> </tr> @@ -51,7 +51,7 @@ <div class="fragment"></div><!-- fragment --> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Thu Feb 25 2016 12:12:06 for tabletop_object_detection by  <a href="http://www.doxygen.org/index.html"> +Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> diff --git a/trunk/doc/html/tos__supervoxels_8cpp_source.html b/trunk/doc/html/tos__supervoxels_8cpp_source.html index 3942e0cc00f5fd4ad789024efae1d882ec05e21f..46d406b87f7b4dc4d65b89e9720ee83d71c5c89d 100644 --- a/trunk/doc/html/tos__supervoxels_8cpp_source.html +++ b/trunk/doc/html/tos__supervoxels_8cpp_source.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> -<title>tabletop_object_detection: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.cpp Source File</title> +<title>tos_supervoxels: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.cpp Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> @@ -17,7 +17,7 @@ <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> - <div id="projectname">tabletop_object_detection + <div id="projectname">tos_supervoxels </div> </td> </tr> @@ -790,7 +790,7 @@ </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Thu Feb 25 2016 12:12:06 for tabletop_object_detection by  <a href="http://www.doxygen.org/index.html"> +Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> diff --git a/trunk/doc/html/tos__supervoxels_8h_source.html b/trunk/doc/html/tos__supervoxels_8h_source.html index 11f672208510a3324830656380ad2390da98f158..e1ecaf395bf56432031919ae253b00ce89eb9ab0 100644 --- a/trunk/doc/html/tos__supervoxels_8h_source.html +++ b/trunk/doc/html/tos__supervoxels_8h_source.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> -<title>tabletop_object_detection: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.h Source File</title> +<title>tos_supervoxels: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.h Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> @@ -17,7 +17,7 @@ <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> - <div id="projectname">tabletop_object_detection + <div id="projectname">tos_supervoxels </div> </td> </tr> @@ -361,7 +361,7 @@ </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Thu Feb 25 2016 12:12:06 for tabletop_object_detection by  <a href="http://www.doxygen.org/index.html"> +Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> diff --git a/trunk/doc/html/tos__supervoxels__test_8cpp_source.html b/trunk/doc/html/tos__supervoxels__test_8cpp_source.html index 449230f1cd4f46c6c32773fdf62ff4465902cef2..5c7d614a4daa778d97a65fa3c1f92aac98b1ee07 100644 --- a/trunk/doc/html/tos__supervoxels__test_8cpp_source.html +++ b/trunk/doc/html/tos__supervoxels__test_8cpp_source.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> -<title>tabletop_object_detection: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/tos_supervoxels_test.cpp Source File</title> +<title>tos_supervoxels: /home/nicola/iri_ws/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/tos_supervoxels_test.cpp Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> @@ -17,7 +17,7 @@ <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> - <div id="projectname">tabletop_object_detection + <div id="projectname">tos_supervoxels </div> </td> </tr> @@ -295,7 +295,7 @@ </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> -Generated on Thu Feb 25 2016 12:12:06 for tabletop_object_detection by  <a href="http://www.doxygen.org/index.html"> +Generated on Tue Mar 8 2016 11:18:51 for tos_supervoxels by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> diff --git a/trunk/doc/main.dox b/trunk/doc/main.dox index 554d497bb29a320a6e94d7f2aca1e0a5469a955c..0dc44cf42cacf836882ce07b08f9ab0d1d3aa8df 100644 --- a/trunk/doc/main.dox +++ b/trunk/doc/main.dox @@ -15,7 +15,7 @@ To use it initialize before it with: \code tos_supervoxels segLCCP; - tos_supervoxels_parameters opt = segLCCP.get_default_parameters(); + tos_supervoxels_parameters opt; \endcode Moreover the struct to manage the segmented objects: \code diff --git a/trunk/src/examples/tos_supervoxels_test.cpp b/trunk/src/examples/tos_supervoxels_test.cpp index 001b663c8dab721db61e7cfd268fc0ba385b8e4a..c73e22e00aa5e668cca3ce9fbab8eb86d60ef542 100644 --- a/trunk/src/examples/tos_supervoxels_test.cpp +++ b/trunk/src/examples/tos_supervoxels_test.cpp @@ -129,7 +129,7 @@ main (int argc, char ** argv) seg.clean_viewer(viewer); // show the segmented objects, the result of the segmentation - std::cout << "\nClose the visualzier to go to the next step\n"; + std::cout << "\nClose the visualizer to go to the next step\n"; seg.show_segmented_objects(viewer); while (!viewer->wasStopped ()) // the pressed variable is just usfull only for this first while (bad programming) viewer->spinOnce (100);