Resolution du bug std::bad_alloc sur matching

This commit is contained in:
Unknown 2018-07-24 14:45:28 +02:00
parent fbafece5af
commit 475f30be1a
154 changed files with 2575 additions and 1154 deletions

View file

@ -35,10 +35,10 @@ RM = /usr/bin/cmake -E remove -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/harle/catkin_ws/src/demo_ASIFT_src
CMAKE_SOURCE_DIR = /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/harle/catkin_ws/src/demo_ASIFT_src
CMAKE_BINARY_DIR = /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src
# Include any dependencies generated for this target.
include CMakeFiles/demo_ASIFT.dir/depend.make
@ -51,17 +51,17 @@ include CMakeFiles/demo_ASIFT.dir/flags.make
CMakeFiles/demo_ASIFT.dir/demo_ASIFT.cpp.o: CMakeFiles/demo_ASIFT.dir/flags.make
CMakeFiles/demo_ASIFT.dir/demo_ASIFT.cpp.o: demo_ASIFT.cpp
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_1)
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_1)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/demo_ASIFT.dir/demo_ASIFT.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/demo_ASIFT.cpp.o -c /home/harle/catkin_ws/src/demo_ASIFT_src/demo_ASIFT.cpp
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/demo_ASIFT.cpp.o -c /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/demo_ASIFT.cpp
CMakeFiles/demo_ASIFT.dir/demo_ASIFT.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/demo_ASIFT.dir/demo_ASIFT.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/demo_ASIFT_src/demo_ASIFT.cpp > CMakeFiles/demo_ASIFT.dir/demo_ASIFT.cpp.i
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/demo_ASIFT.cpp > CMakeFiles/demo_ASIFT.dir/demo_ASIFT.cpp.i
CMakeFiles/demo_ASIFT.dir/demo_ASIFT.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/demo_ASIFT.dir/demo_ASIFT.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/demo_ASIFT_src/demo_ASIFT.cpp -o CMakeFiles/demo_ASIFT.dir/demo_ASIFT.cpp.s
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/demo_ASIFT.cpp -o CMakeFiles/demo_ASIFT.dir/demo_ASIFT.cpp.s
CMakeFiles/demo_ASIFT.dir/demo_ASIFT.cpp.o.requires:
.PHONY : CMakeFiles/demo_ASIFT.dir/demo_ASIFT.cpp.o.requires
@ -74,17 +74,17 @@ CMakeFiles/demo_ASIFT.dir/demo_ASIFT.cpp.o.provides.build: CMakeFiles/demo_ASIFT
CMakeFiles/demo_ASIFT.dir/numerics1.cpp.o: CMakeFiles/demo_ASIFT.dir/flags.make
CMakeFiles/demo_ASIFT.dir/numerics1.cpp.o: numerics1.cpp
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_2)
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_2)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/demo_ASIFT.dir/numerics1.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/numerics1.cpp.o -c /home/harle/catkin_ws/src/demo_ASIFT_src/numerics1.cpp
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/numerics1.cpp.o -c /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/numerics1.cpp
CMakeFiles/demo_ASIFT.dir/numerics1.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/demo_ASIFT.dir/numerics1.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/demo_ASIFT_src/numerics1.cpp > CMakeFiles/demo_ASIFT.dir/numerics1.cpp.i
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/numerics1.cpp > CMakeFiles/demo_ASIFT.dir/numerics1.cpp.i
CMakeFiles/demo_ASIFT.dir/numerics1.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/demo_ASIFT.dir/numerics1.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/demo_ASIFT_src/numerics1.cpp -o CMakeFiles/demo_ASIFT.dir/numerics1.cpp.s
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/numerics1.cpp -o CMakeFiles/demo_ASIFT.dir/numerics1.cpp.s
CMakeFiles/demo_ASIFT.dir/numerics1.cpp.o.requires:
.PHONY : CMakeFiles/demo_ASIFT.dir/numerics1.cpp.o.requires
@ -97,17 +97,17 @@ CMakeFiles/demo_ASIFT.dir/numerics1.cpp.o.provides.build: CMakeFiles/demo_ASIFT.
CMakeFiles/demo_ASIFT.dir/frot.cpp.o: CMakeFiles/demo_ASIFT.dir/flags.make
CMakeFiles/demo_ASIFT.dir/frot.cpp.o: frot.cpp
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_3)
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_3)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/demo_ASIFT.dir/frot.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/frot.cpp.o -c /home/harle/catkin_ws/src/demo_ASIFT_src/frot.cpp
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/frot.cpp.o -c /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/frot.cpp
CMakeFiles/demo_ASIFT.dir/frot.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/demo_ASIFT.dir/frot.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/demo_ASIFT_src/frot.cpp > CMakeFiles/demo_ASIFT.dir/frot.cpp.i
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/frot.cpp > CMakeFiles/demo_ASIFT.dir/frot.cpp.i
CMakeFiles/demo_ASIFT.dir/frot.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/demo_ASIFT.dir/frot.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/demo_ASIFT_src/frot.cpp -o CMakeFiles/demo_ASIFT.dir/frot.cpp.s
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/frot.cpp -o CMakeFiles/demo_ASIFT.dir/frot.cpp.s
CMakeFiles/demo_ASIFT.dir/frot.cpp.o.requires:
.PHONY : CMakeFiles/demo_ASIFT.dir/frot.cpp.o.requires
@ -120,17 +120,17 @@ CMakeFiles/demo_ASIFT.dir/frot.cpp.o.provides.build: CMakeFiles/demo_ASIFT.dir/f
CMakeFiles/demo_ASIFT.dir/splines.cpp.o: CMakeFiles/demo_ASIFT.dir/flags.make
CMakeFiles/demo_ASIFT.dir/splines.cpp.o: splines.cpp
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_4)
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_4)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/demo_ASIFT.dir/splines.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/splines.cpp.o -c /home/harle/catkin_ws/src/demo_ASIFT_src/splines.cpp
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/splines.cpp.o -c /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/splines.cpp
CMakeFiles/demo_ASIFT.dir/splines.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/demo_ASIFT.dir/splines.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/demo_ASIFT_src/splines.cpp > CMakeFiles/demo_ASIFT.dir/splines.cpp.i
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/splines.cpp > CMakeFiles/demo_ASIFT.dir/splines.cpp.i
CMakeFiles/demo_ASIFT.dir/splines.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/demo_ASIFT.dir/splines.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/demo_ASIFT_src/splines.cpp -o CMakeFiles/demo_ASIFT.dir/splines.cpp.s
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/splines.cpp -o CMakeFiles/demo_ASIFT.dir/splines.cpp.s
CMakeFiles/demo_ASIFT.dir/splines.cpp.o.requires:
.PHONY : CMakeFiles/demo_ASIFT.dir/splines.cpp.o.requires
@ -143,17 +143,17 @@ CMakeFiles/demo_ASIFT.dir/splines.cpp.o.provides.build: CMakeFiles/demo_ASIFT.di
CMakeFiles/demo_ASIFT.dir/fproj.cpp.o: CMakeFiles/demo_ASIFT.dir/flags.make
CMakeFiles/demo_ASIFT.dir/fproj.cpp.o: fproj.cpp
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_5)
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_5)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/demo_ASIFT.dir/fproj.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/fproj.cpp.o -c /home/harle/catkin_ws/src/demo_ASIFT_src/fproj.cpp
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/fproj.cpp.o -c /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/fproj.cpp
CMakeFiles/demo_ASIFT.dir/fproj.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/demo_ASIFT.dir/fproj.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/demo_ASIFT_src/fproj.cpp > CMakeFiles/demo_ASIFT.dir/fproj.cpp.i
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/fproj.cpp > CMakeFiles/demo_ASIFT.dir/fproj.cpp.i
CMakeFiles/demo_ASIFT.dir/fproj.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/demo_ASIFT.dir/fproj.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/demo_ASIFT_src/fproj.cpp -o CMakeFiles/demo_ASIFT.dir/fproj.cpp.s
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/fproj.cpp -o CMakeFiles/demo_ASIFT.dir/fproj.cpp.s
CMakeFiles/demo_ASIFT.dir/fproj.cpp.o.requires:
.PHONY : CMakeFiles/demo_ASIFT.dir/fproj.cpp.o.requires
@ -166,17 +166,17 @@ CMakeFiles/demo_ASIFT.dir/fproj.cpp.o.provides.build: CMakeFiles/demo_ASIFT.dir/
CMakeFiles/demo_ASIFT.dir/library.cpp.o: CMakeFiles/demo_ASIFT.dir/flags.make
CMakeFiles/demo_ASIFT.dir/library.cpp.o: library.cpp
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_6)
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_6)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/demo_ASIFT.dir/library.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/library.cpp.o -c /home/harle/catkin_ws/src/demo_ASIFT_src/library.cpp
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/library.cpp.o -c /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/library.cpp
CMakeFiles/demo_ASIFT.dir/library.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/demo_ASIFT.dir/library.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/demo_ASIFT_src/library.cpp > CMakeFiles/demo_ASIFT.dir/library.cpp.i
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/library.cpp > CMakeFiles/demo_ASIFT.dir/library.cpp.i
CMakeFiles/demo_ASIFT.dir/library.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/demo_ASIFT.dir/library.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/demo_ASIFT_src/library.cpp -o CMakeFiles/demo_ASIFT.dir/library.cpp.s
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/library.cpp -o CMakeFiles/demo_ASIFT.dir/library.cpp.s
CMakeFiles/demo_ASIFT.dir/library.cpp.o.requires:
.PHONY : CMakeFiles/demo_ASIFT.dir/library.cpp.o.requires
@ -189,17 +189,17 @@ CMakeFiles/demo_ASIFT.dir/library.cpp.o.provides.build: CMakeFiles/demo_ASIFT.di
CMakeFiles/demo_ASIFT.dir/flimage.cpp.o: CMakeFiles/demo_ASIFT.dir/flags.make
CMakeFiles/demo_ASIFT.dir/flimage.cpp.o: flimage.cpp
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_7)
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_7)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/demo_ASIFT.dir/flimage.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/flimage.cpp.o -c /home/harle/catkin_ws/src/demo_ASIFT_src/flimage.cpp
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/flimage.cpp.o -c /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/flimage.cpp
CMakeFiles/demo_ASIFT.dir/flimage.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/demo_ASIFT.dir/flimage.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/demo_ASIFT_src/flimage.cpp > CMakeFiles/demo_ASIFT.dir/flimage.cpp.i
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/flimage.cpp > CMakeFiles/demo_ASIFT.dir/flimage.cpp.i
CMakeFiles/demo_ASIFT.dir/flimage.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/demo_ASIFT.dir/flimage.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/demo_ASIFT_src/flimage.cpp -o CMakeFiles/demo_ASIFT.dir/flimage.cpp.s
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/flimage.cpp -o CMakeFiles/demo_ASIFT.dir/flimage.cpp.s
CMakeFiles/demo_ASIFT.dir/flimage.cpp.o.requires:
.PHONY : CMakeFiles/demo_ASIFT.dir/flimage.cpp.o.requires
@ -212,17 +212,17 @@ CMakeFiles/demo_ASIFT.dir/flimage.cpp.o.provides.build: CMakeFiles/demo_ASIFT.di
CMakeFiles/demo_ASIFT.dir/filter.cpp.o: CMakeFiles/demo_ASIFT.dir/flags.make
CMakeFiles/demo_ASIFT.dir/filter.cpp.o: filter.cpp
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_8)
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_8)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/demo_ASIFT.dir/filter.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/filter.cpp.o -c /home/harle/catkin_ws/src/demo_ASIFT_src/filter.cpp
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/filter.cpp.o -c /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/filter.cpp
CMakeFiles/demo_ASIFT.dir/filter.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/demo_ASIFT.dir/filter.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/demo_ASIFT_src/filter.cpp > CMakeFiles/demo_ASIFT.dir/filter.cpp.i
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/filter.cpp > CMakeFiles/demo_ASIFT.dir/filter.cpp.i
CMakeFiles/demo_ASIFT.dir/filter.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/demo_ASIFT.dir/filter.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/demo_ASIFT_src/filter.cpp -o CMakeFiles/demo_ASIFT.dir/filter.cpp.s
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/filter.cpp -o CMakeFiles/demo_ASIFT.dir/filter.cpp.s
CMakeFiles/demo_ASIFT.dir/filter.cpp.o.requires:
.PHONY : CMakeFiles/demo_ASIFT.dir/filter.cpp.o.requires
@ -235,17 +235,17 @@ CMakeFiles/demo_ASIFT.dir/filter.cpp.o.provides.build: CMakeFiles/demo_ASIFT.dir
CMakeFiles/demo_ASIFT.dir/demo_lib_sift.cpp.o: CMakeFiles/demo_ASIFT.dir/flags.make
CMakeFiles/demo_ASIFT.dir/demo_lib_sift.cpp.o: demo_lib_sift.cpp
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_9)
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_9)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/demo_ASIFT.dir/demo_lib_sift.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/demo_lib_sift.cpp.o -c /home/harle/catkin_ws/src/demo_ASIFT_src/demo_lib_sift.cpp
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/demo_lib_sift.cpp.o -c /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/demo_lib_sift.cpp
CMakeFiles/demo_ASIFT.dir/demo_lib_sift.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/demo_ASIFT.dir/demo_lib_sift.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/demo_ASIFT_src/demo_lib_sift.cpp > CMakeFiles/demo_ASIFT.dir/demo_lib_sift.cpp.i
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/demo_lib_sift.cpp > CMakeFiles/demo_ASIFT.dir/demo_lib_sift.cpp.i
CMakeFiles/demo_ASIFT.dir/demo_lib_sift.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/demo_ASIFT.dir/demo_lib_sift.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/demo_ASIFT_src/demo_lib_sift.cpp -o CMakeFiles/demo_ASIFT.dir/demo_lib_sift.cpp.s
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/demo_lib_sift.cpp -o CMakeFiles/demo_ASIFT.dir/demo_lib_sift.cpp.s
CMakeFiles/demo_ASIFT.dir/demo_lib_sift.cpp.o.requires:
.PHONY : CMakeFiles/demo_ASIFT.dir/demo_lib_sift.cpp.o.requires
@ -258,17 +258,17 @@ CMakeFiles/demo_ASIFT.dir/demo_lib_sift.cpp.o.provides.build: CMakeFiles/demo_AS
CMakeFiles/demo_ASIFT.dir/compute_asift_keypoints.cpp.o: CMakeFiles/demo_ASIFT.dir/flags.make
CMakeFiles/demo_ASIFT.dir/compute_asift_keypoints.cpp.o: compute_asift_keypoints.cpp
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_10)
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_10)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/demo_ASIFT.dir/compute_asift_keypoints.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/compute_asift_keypoints.cpp.o -c /home/harle/catkin_ws/src/demo_ASIFT_src/compute_asift_keypoints.cpp
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/compute_asift_keypoints.cpp.o -c /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/compute_asift_keypoints.cpp
CMakeFiles/demo_ASIFT.dir/compute_asift_keypoints.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/demo_ASIFT.dir/compute_asift_keypoints.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/demo_ASIFT_src/compute_asift_keypoints.cpp > CMakeFiles/demo_ASIFT.dir/compute_asift_keypoints.cpp.i
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/compute_asift_keypoints.cpp > CMakeFiles/demo_ASIFT.dir/compute_asift_keypoints.cpp.i
CMakeFiles/demo_ASIFT.dir/compute_asift_keypoints.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/demo_ASIFT.dir/compute_asift_keypoints.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/demo_ASIFT_src/compute_asift_keypoints.cpp -o CMakeFiles/demo_ASIFT.dir/compute_asift_keypoints.cpp.s
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/compute_asift_keypoints.cpp -o CMakeFiles/demo_ASIFT.dir/compute_asift_keypoints.cpp.s
CMakeFiles/demo_ASIFT.dir/compute_asift_keypoints.cpp.o.requires:
.PHONY : CMakeFiles/demo_ASIFT.dir/compute_asift_keypoints.cpp.o.requires
@ -281,17 +281,17 @@ CMakeFiles/demo_ASIFT.dir/compute_asift_keypoints.cpp.o.provides.build: CMakeFil
CMakeFiles/demo_ASIFT.dir/compute_asift_matches.cpp.o: CMakeFiles/demo_ASIFT.dir/flags.make
CMakeFiles/demo_ASIFT.dir/compute_asift_matches.cpp.o: compute_asift_matches.cpp
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_11)
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_11)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/demo_ASIFT.dir/compute_asift_matches.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/compute_asift_matches.cpp.o -c /home/harle/catkin_ws/src/demo_ASIFT_src/compute_asift_matches.cpp
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/compute_asift_matches.cpp.o -c /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/compute_asift_matches.cpp
CMakeFiles/demo_ASIFT.dir/compute_asift_matches.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/demo_ASIFT.dir/compute_asift_matches.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/demo_ASIFT_src/compute_asift_matches.cpp > CMakeFiles/demo_ASIFT.dir/compute_asift_matches.cpp.i
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/compute_asift_matches.cpp > CMakeFiles/demo_ASIFT.dir/compute_asift_matches.cpp.i
CMakeFiles/demo_ASIFT.dir/compute_asift_matches.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/demo_ASIFT.dir/compute_asift_matches.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/demo_ASIFT_src/compute_asift_matches.cpp -o CMakeFiles/demo_ASIFT.dir/compute_asift_matches.cpp.s
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/compute_asift_matches.cpp -o CMakeFiles/demo_ASIFT.dir/compute_asift_matches.cpp.s
CMakeFiles/demo_ASIFT.dir/compute_asift_matches.cpp.o.requires:
.PHONY : CMakeFiles/demo_ASIFT.dir/compute_asift_matches.cpp.o.requires
@ -304,17 +304,17 @@ CMakeFiles/demo_ASIFT.dir/compute_asift_matches.cpp.o.provides.build: CMakeFiles
CMakeFiles/demo_ASIFT.dir/orsa.cpp.o: CMakeFiles/demo_ASIFT.dir/flags.make
CMakeFiles/demo_ASIFT.dir/orsa.cpp.o: orsa.cpp
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_12)
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_12)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/demo_ASIFT.dir/orsa.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/orsa.cpp.o -c /home/harle/catkin_ws/src/demo_ASIFT_src/orsa.cpp
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/demo_ASIFT.dir/orsa.cpp.o -c /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/orsa.cpp
CMakeFiles/demo_ASIFT.dir/orsa.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/demo_ASIFT.dir/orsa.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/demo_ASIFT_src/orsa.cpp > CMakeFiles/demo_ASIFT.dir/orsa.cpp.i
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/orsa.cpp > CMakeFiles/demo_ASIFT.dir/orsa.cpp.i
CMakeFiles/demo_ASIFT.dir/orsa.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/demo_ASIFT.dir/orsa.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/demo_ASIFT_src/orsa.cpp -o CMakeFiles/demo_ASIFT.dir/orsa.cpp.s
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/orsa.cpp -o CMakeFiles/demo_ASIFT.dir/orsa.cpp.s
CMakeFiles/demo_ASIFT.dir/orsa.cpp.o.requires:
.PHONY : CMakeFiles/demo_ASIFT.dir/orsa.cpp.o.requires
@ -327,17 +327,17 @@ CMakeFiles/demo_ASIFT.dir/orsa.cpp.o.provides.build: CMakeFiles/demo_ASIFT.dir/o
CMakeFiles/demo_ASIFT.dir/io_png/io_png.c.o: CMakeFiles/demo_ASIFT.dir/flags.make
CMakeFiles/demo_ASIFT.dir/io_png/io_png.c.o: io_png/io_png.c
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_13)
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles $(CMAKE_PROGRESS_13)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object CMakeFiles/demo_ASIFT.dir/io_png/io_png.c.o"
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/demo_ASIFT.dir/io_png/io_png.c.o -c /home/harle/catkin_ws/src/demo_ASIFT_src/io_png/io_png.c
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/demo_ASIFT.dir/io_png/io_png.c.o -c /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/io_png/io_png.c
CMakeFiles/demo_ASIFT.dir/io_png/io_png.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_ASIFT.dir/io_png/io_png.c.i"
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/harle/catkin_ws/src/demo_ASIFT_src/io_png/io_png.c > CMakeFiles/demo_ASIFT.dir/io_png/io_png.c.i
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/io_png/io_png.c > CMakeFiles/demo_ASIFT.dir/io_png/io_png.c.i
CMakeFiles/demo_ASIFT.dir/io_png/io_png.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_ASIFT.dir/io_png/io_png.c.s"
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/harle/catkin_ws/src/demo_ASIFT_src/io_png/io_png.c -o CMakeFiles/demo_ASIFT.dir/io_png/io_png.c.s
/usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/io_png/io_png.c -o CMakeFiles/demo_ASIFT.dir/io_png/io_png.c.s
CMakeFiles/demo_ASIFT.dir/io_png/io_png.c.o.requires:
.PHONY : CMakeFiles/demo_ASIFT.dir/io_png/io_png.c.o.requires
@ -413,6 +413,6 @@ CMakeFiles/demo_ASIFT.dir/clean:
.PHONY : CMakeFiles/demo_ASIFT.dir/clean
CMakeFiles/demo_ASIFT.dir/depend:
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/harle/catkin_ws/src/demo_ASIFT_src /home/harle/catkin_ws/src/demo_ASIFT_src /home/harle/catkin_ws/src/demo_ASIFT_src /home/harle/catkin_ws/src/demo_ASIFT_src /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles/demo_ASIFT.dir/DependInfo.cmake --color=$(COLOR)
cd /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles/demo_ASIFT.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/demo_ASIFT.dir/depend