Resolution du bug std::bad_alloc sur matching
This commit is contained in:
parent
fbafece5af
commit
475f30be1a
154 changed files with 2575 additions and 1154 deletions
|
@ -47,22 +47,22 @@ 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
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/demo_ASIFT.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/demo_ASIFT.dir/all: io_png/libs/zlib/CMakeFiles/zlib.dir/all
|
||||
CMakeFiles/demo_ASIFT.dir/all: io_png/libs/png/CMakeFiles/png.dir/all
|
||||
CMakeFiles/demo_ASIFT.dir/all: libMatch/CMakeFiles/Match.dir/all
|
||||
CMakeFiles/demo_ASIFT.dir/all: libNumerics/CMakeFiles/Numerics.dir/all
|
||||
CMakeFiles/demo_ASIFT.dir/all: io_png/libs/zlib/CMakeFiles/zlib.dir/all
|
||||
$(MAKE) -f CMakeFiles/demo_ASIFT.dir/build.make CMakeFiles/demo_ASIFT.dir/depend
|
||||
$(MAKE) -f CMakeFiles/demo_ASIFT.dir/build.make CMakeFiles/demo_ASIFT.dir/build
|
||||
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles 8 9 10 11 12 13 14 15 16 17 18 19 20
|
||||
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles 8 9 10 11 12 13 14 15 16 17 18 19 20
|
||||
@echo "Built target demo_ASIFT"
|
||||
.PHONY : CMakeFiles/demo_ASIFT.dir/all
|
||||
|
||||
|
@ -72,9 +72,9 @@ all: CMakeFiles/demo_ASIFT.dir/all
|
|||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/demo_ASIFT.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles 50
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles 50
|
||||
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/demo_ASIFT.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles 0
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/demo_ASIFT.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
|
@ -94,13 +94,13 @@ clean: CMakeFiles/demo_ASIFT.dir/clean
|
|||
# Target rules for target CMakeFiles/test_ASIFT.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/test_ASIFT.dir/all: io_png/libs/zlib/CMakeFiles/zlib.dir/all
|
||||
CMakeFiles/test_ASIFT.dir/all: io_png/libs/png/CMakeFiles/png.dir/all
|
||||
CMakeFiles/test_ASIFT.dir/all: libMatch/CMakeFiles/Match.dir/all
|
||||
CMakeFiles/test_ASIFT.dir/all: libNumerics/CMakeFiles/Numerics.dir/all
|
||||
CMakeFiles/test_ASIFT.dir/all: io_png/libs/zlib/CMakeFiles/zlib.dir/all
|
||||
$(MAKE) -f CMakeFiles/test_ASIFT.dir/build.make CMakeFiles/test_ASIFT.dir/depend
|
||||
$(MAKE) -f CMakeFiles/test_ASIFT.dir/build.make CMakeFiles/test_ASIFT.dir/build
|
||||
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
||||
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
||||
@echo "Built target test_ASIFT"
|
||||
.PHONY : CMakeFiles/test_ASIFT.dir/all
|
||||
|
||||
|
@ -110,9 +110,9 @@ all: CMakeFiles/test_ASIFT.dir/all
|
|||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/test_ASIFT.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles 51
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles 51
|
||||
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/test_ASIFT.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles 0
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/test_ASIFT.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
|
@ -183,7 +183,7 @@ io_png/libs/zlib/preinstall:
|
|||
io_png/libs/zlib/CMakeFiles/zlib.dir/all:
|
||||
$(MAKE) -f io_png/libs/zlib/CMakeFiles/zlib.dir/build.make io_png/libs/zlib/CMakeFiles/zlib.dir/depend
|
||||
$(MAKE) -f io_png/libs/zlib/CMakeFiles/zlib.dir/build.make io_png/libs/zlib/CMakeFiles/zlib.dir/build
|
||||
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles 52 53 54 55 56 57 58 59 60 61 62 63 64
|
||||
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles 52 53 54 55 56 57 58 59 60 61 62 63 64
|
||||
@echo "Built target zlib"
|
||||
.PHONY : io_png/libs/zlib/CMakeFiles/zlib.dir/all
|
||||
|
||||
|
@ -193,9 +193,9 @@ all: io_png/libs/zlib/CMakeFiles/zlib.dir/all
|
|||
|
||||
# Build rule for subdir invocation for target.
|
||||
io_png/libs/zlib/CMakeFiles/zlib.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles 13
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles 13
|
||||
$(MAKE) -f CMakeFiles/Makefile2 io_png/libs/zlib/CMakeFiles/zlib.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles 0
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles 0
|
||||
.PHONY : io_png/libs/zlib/CMakeFiles/zlib.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
|
@ -233,7 +233,7 @@ io_png/libs/png/preinstall:
|
|||
io_png/libs/png/CMakeFiles/png.dir/all: io_png/libs/zlib/CMakeFiles/zlib.dir/all
|
||||
$(MAKE) -f io_png/libs/png/CMakeFiles/png.dir/build.make io_png/libs/png/CMakeFiles/png.dir/depend
|
||||
$(MAKE) -f io_png/libs/png/CMakeFiles/png.dir/build.make io_png/libs/png/CMakeFiles/png.dir/build
|
||||
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
||||
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
||||
@echo "Built target png"
|
||||
.PHONY : io_png/libs/png/CMakeFiles/png.dir/all
|
||||
|
||||
|
@ -243,9 +243,9 @@ all: io_png/libs/png/CMakeFiles/png.dir/all
|
|||
|
||||
# Build rule for subdir invocation for target.
|
||||
io_png/libs/png/CMakeFiles/png.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles 30
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles 30
|
||||
$(MAKE) -f CMakeFiles/Makefile2 io_png/libs/png/CMakeFiles/png.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles 0
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles 0
|
||||
.PHONY : io_png/libs/png/CMakeFiles/png.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
|
@ -283,7 +283,7 @@ libMatch/preinstall:
|
|||
libMatch/CMakeFiles/Match.dir/all:
|
||||
$(MAKE) -f libMatch/CMakeFiles/Match.dir/build.make libMatch/CMakeFiles/Match.dir/depend
|
||||
$(MAKE) -f libMatch/CMakeFiles/Match.dir/build.make libMatch/CMakeFiles/Match.dir/build
|
||||
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles 1
|
||||
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles 1
|
||||
@echo "Built target Match"
|
||||
.PHONY : libMatch/CMakeFiles/Match.dir/all
|
||||
|
||||
|
@ -293,9 +293,9 @@ all: libMatch/CMakeFiles/Match.dir/all
|
|||
|
||||
# Build rule for subdir invocation for target.
|
||||
libMatch/CMakeFiles/Match.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles 1
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles 1
|
||||
$(MAKE) -f CMakeFiles/Makefile2 libMatch/CMakeFiles/Match.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles 0
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles 0
|
||||
.PHONY : libMatch/CMakeFiles/Match.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
|
@ -333,7 +333,7 @@ libNumerics/preinstall:
|
|||
libNumerics/CMakeFiles/Numerics.dir/all:
|
||||
$(MAKE) -f libNumerics/CMakeFiles/Numerics.dir/build.make libNumerics/CMakeFiles/Numerics.dir/depend
|
||||
$(MAKE) -f libNumerics/CMakeFiles/Numerics.dir/build.make libNumerics/CMakeFiles/Numerics.dir/build
|
||||
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles 2 3 4 5 6 7
|
||||
$(CMAKE_COMMAND) -E cmake_progress_report /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles 2 3 4 5 6 7
|
||||
@echo "Built target Numerics"
|
||||
.PHONY : libNumerics/CMakeFiles/Numerics.dir/all
|
||||
|
||||
|
@ -343,9 +343,9 @@ all: libNumerics/CMakeFiles/Numerics.dir/all
|
|||
|
||||
# Build rule for subdir invocation for target.
|
||||
libNumerics/CMakeFiles/Numerics.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles 6
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles 6
|
||||
$(MAKE) -f CMakeFiles/Makefile2 libNumerics/CMakeFiles/Numerics.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles 0
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/CMakeFiles 0
|
||||
.PHONY : libNumerics/CMakeFiles/Numerics.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue