updated build files

This commit is contained in:
2023-02-23 13:21:35 +05:30
parent 7e49290a07
commit 9d266c8530
44 changed files with 589 additions and 513 deletions
@@ -2,8 +2,8 @@
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/media/psf/freelancing/ant_robotics/flann_based")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/media/psf/freelancing/ant_robotics/flann_based/build")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/media/psf/freelancing/greenhouse/flann_based")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/media/psf/freelancing/greenhouse/flann_based/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
@@ -8,7 +8,7 @@ set(CMAKE_DEPENDS_LANGUAGES
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/media/psf/freelancing/ant_robotics/flann_based/cpp/example_cmake/example.cpp" "cpp/example_cmake/CMakeFiles/opencv_example.dir/example.cpp.o" "gcc" "cpp/example_cmake/CMakeFiles/opencv_example.dir/example.cpp.o.d"
"/media/psf/freelancing/greenhouse/flann_based/cpp/example_cmake/example.cpp" "cpp/example_cmake/CMakeFiles/opencv_example.dir/example.cpp.o" "gcc" "cpp/example_cmake/CMakeFiles/opencv_example.dir/example.cpp.o.d"
)
# Targets to which this target links.
@@ -53,10 +53,10 @@ RM = /usr/bin/cmake -E rm -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /media/psf/freelancing/ant_robotics/flann_based
CMAKE_SOURCE_DIR = /media/psf/freelancing/greenhouse/flann_based
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /media/psf/freelancing/ant_robotics/flann_based/build
CMAKE_BINARY_DIR = /media/psf/freelancing/greenhouse/flann_based/build
# Include any dependencies generated for this target.
include cpp/example_cmake/CMakeFiles/opencv_example.dir/depend.make
@@ -72,16 +72,16 @@ include cpp/example_cmake/CMakeFiles/opencv_example.dir/flags.make
cpp/example_cmake/CMakeFiles/opencv_example.dir/example.cpp.o: cpp/example_cmake/CMakeFiles/opencv_example.dir/flags.make
cpp/example_cmake/CMakeFiles/opencv_example.dir/example.cpp.o: ../cpp/example_cmake/example.cpp
cpp/example_cmake/CMakeFiles/opencv_example.dir/example.cpp.o: cpp/example_cmake/CMakeFiles/opencv_example.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/media/psf/freelancing/ant_robotics/flann_based/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object cpp/example_cmake/CMakeFiles/opencv_example.dir/example.cpp.o"
cd /media/psf/freelancing/ant_robotics/flann_based/build/cpp/example_cmake && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cpp/example_cmake/CMakeFiles/opencv_example.dir/example.cpp.o -MF CMakeFiles/opencv_example.dir/example.cpp.o.d -o CMakeFiles/opencv_example.dir/example.cpp.o -c /media/psf/freelancing/ant_robotics/flann_based/cpp/example_cmake/example.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/media/psf/freelancing/greenhouse/flann_based/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object cpp/example_cmake/CMakeFiles/opencv_example.dir/example.cpp.o"
cd /media/psf/freelancing/greenhouse/flann_based/build/cpp/example_cmake && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cpp/example_cmake/CMakeFiles/opencv_example.dir/example.cpp.o -MF CMakeFiles/opencv_example.dir/example.cpp.o.d -o CMakeFiles/opencv_example.dir/example.cpp.o -c /media/psf/freelancing/greenhouse/flann_based/cpp/example_cmake/example.cpp
cpp/example_cmake/CMakeFiles/opencv_example.dir/example.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/opencv_example.dir/example.cpp.i"
cd /media/psf/freelancing/ant_robotics/flann_based/build/cpp/example_cmake && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /media/psf/freelancing/ant_robotics/flann_based/cpp/example_cmake/example.cpp > CMakeFiles/opencv_example.dir/example.cpp.i
cd /media/psf/freelancing/greenhouse/flann_based/build/cpp/example_cmake && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /media/psf/freelancing/greenhouse/flann_based/cpp/example_cmake/example.cpp > CMakeFiles/opencv_example.dir/example.cpp.i
cpp/example_cmake/CMakeFiles/opencv_example.dir/example.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/opencv_example.dir/example.cpp.s"
cd /media/psf/freelancing/ant_robotics/flann_based/build/cpp/example_cmake && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /media/psf/freelancing/ant_robotics/flann_based/cpp/example_cmake/example.cpp -o CMakeFiles/opencv_example.dir/example.cpp.s
cd /media/psf/freelancing/greenhouse/flann_based/build/cpp/example_cmake && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /media/psf/freelancing/greenhouse/flann_based/cpp/example_cmake/example.cpp -o CMakeFiles/opencv_example.dir/example.cpp.s
# Object files for target opencv_example
opencv_example_OBJECTS = \
@@ -147,18 +147,18 @@ cpp/example_cmake/opencv_example: /usr/lib/aarch64-linux-gnu/libopencv_photo.so.
cpp/example_cmake/opencv_example: /usr/lib/aarch64-linux-gnu/libopencv_imgproc.so.4.5.4d
cpp/example_cmake/opencv_example: /usr/lib/aarch64-linux-gnu/libopencv_core.so.4.5.4d
cpp/example_cmake/opencv_example: cpp/example_cmake/CMakeFiles/opencv_example.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/media/psf/freelancing/ant_robotics/flann_based/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable opencv_example"
cd /media/psf/freelancing/ant_robotics/flann_based/build/cpp/example_cmake && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/opencv_example.dir/link.txt --verbose=$(VERBOSE)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/media/psf/freelancing/greenhouse/flann_based/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable opencv_example"
cd /media/psf/freelancing/greenhouse/flann_based/build/cpp/example_cmake && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/opencv_example.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
cpp/example_cmake/CMakeFiles/opencv_example.dir/build: cpp/example_cmake/opencv_example
.PHONY : cpp/example_cmake/CMakeFiles/opencv_example.dir/build
cpp/example_cmake/CMakeFiles/opencv_example.dir/clean:
cd /media/psf/freelancing/ant_robotics/flann_based/build/cpp/example_cmake && $(CMAKE_COMMAND) -P CMakeFiles/opencv_example.dir/cmake_clean.cmake
cd /media/psf/freelancing/greenhouse/flann_based/build/cpp/example_cmake && $(CMAKE_COMMAND) -P CMakeFiles/opencv_example.dir/cmake_clean.cmake
.PHONY : cpp/example_cmake/CMakeFiles/opencv_example.dir/clean
cpp/example_cmake/CMakeFiles/opencv_example.dir/depend:
cd /media/psf/freelancing/ant_robotics/flann_based/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /media/psf/freelancing/ant_robotics/flann_based /media/psf/freelancing/ant_robotics/flann_based/cpp/example_cmake /media/psf/freelancing/ant_robotics/flann_based/build /media/psf/freelancing/ant_robotics/flann_based/build/cpp/example_cmake /media/psf/freelancing/ant_robotics/flann_based/build/cpp/example_cmake/CMakeFiles/opencv_example.dir/DependInfo.cmake --color=$(COLOR)
cd /media/psf/freelancing/greenhouse/flann_based/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /media/psf/freelancing/greenhouse/flann_based /media/psf/freelancing/greenhouse/flann_based/cpp/example_cmake /media/psf/freelancing/greenhouse/flann_based/build /media/psf/freelancing/greenhouse/flann_based/build/cpp/example_cmake /media/psf/freelancing/greenhouse/flann_based/build/cpp/example_cmake/CMakeFiles/opencv_example.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : cpp/example_cmake/CMakeFiles/opencv_example.dir/depend
@@ -2,7 +2,7 @@
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
cpp/example_cmake/CMakeFiles/opencv_example.dir/example.cpp.o
/media/psf/freelancing/ant_robotics/flann_based/cpp/example_cmake/example.cpp
/media/psf/freelancing/greenhouse/flann_based/cpp/example_cmake/example.cpp
/usr/include/stdc-predef.h
/usr/include/opencv4/opencv2/core.hpp
/usr/include/opencv4/opencv2/core/cvdef.h
@@ -1,5 +1,5 @@
cpp/example_cmake/CMakeFiles/opencv_example.dir/example.cpp.o: \
/media/psf/freelancing/ant_robotics/flann_based/cpp/example_cmake/example.cpp \
/media/psf/freelancing/greenhouse/flann_based/cpp/example_cmake/example.cpp \
/usr/include/stdc-predef.h /usr/include/opencv4/opencv2/core.hpp \
/usr/include/opencv4/opencv2/core/cvdef.h \
/usr/include/opencv4/opencv2/core/version.hpp /usr/include/c++/11/limits \
+15 -15
View File
@@ -57,10 +57,10 @@ RM = /usr/bin/cmake -E rm -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /media/psf/freelancing/ant_robotics/flann_based
CMAKE_SOURCE_DIR = /media/psf/freelancing/greenhouse/flann_based
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /media/psf/freelancing/ant_robotics/flann_based/build
CMAKE_BINARY_DIR = /media/psf/freelancing/greenhouse/flann_based/build
#=============================================================================
# Targets provided globally by CMake.
@@ -87,14 +87,14 @@ rebuild_cache/fast: rebuild_cache
# The main all target
all: cmake_check_build_system
cd /media/psf/freelancing/ant_robotics/flann_based/build && $(CMAKE_COMMAND) -E cmake_progress_start /media/psf/freelancing/ant_robotics/flann_based/build/CMakeFiles /media/psf/freelancing/ant_robotics/flann_based/build/cpp/example_cmake//CMakeFiles/progress.marks
cd /media/psf/freelancing/ant_robotics/flann_based/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cpp/example_cmake/all
$(CMAKE_COMMAND) -E cmake_progress_start /media/psf/freelancing/ant_robotics/flann_based/build/CMakeFiles 0
cd /media/psf/freelancing/greenhouse/flann_based/build && $(CMAKE_COMMAND) -E cmake_progress_start /media/psf/freelancing/greenhouse/flann_based/build/CMakeFiles /media/psf/freelancing/greenhouse/flann_based/build/cpp/example_cmake//CMakeFiles/progress.marks
cd /media/psf/freelancing/greenhouse/flann_based/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cpp/example_cmake/all
$(CMAKE_COMMAND) -E cmake_progress_start /media/psf/freelancing/greenhouse/flann_based/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /media/psf/freelancing/ant_robotics/flann_based/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cpp/example_cmake/clean
cd /media/psf/freelancing/greenhouse/flann_based/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cpp/example_cmake/clean
.PHONY : clean
# The main clean target
@@ -103,22 +103,22 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /media/psf/freelancing/ant_robotics/flann_based/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cpp/example_cmake/preinstall
cd /media/psf/freelancing/greenhouse/flann_based/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cpp/example_cmake/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /media/psf/freelancing/ant_robotics/flann_based/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cpp/example_cmake/preinstall
cd /media/psf/freelancing/greenhouse/flann_based/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cpp/example_cmake/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /media/psf/freelancing/ant_robotics/flann_based/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /media/psf/freelancing/greenhouse/flann_based/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
cpp/example_cmake/CMakeFiles/opencv_example.dir/rule:
cd /media/psf/freelancing/ant_robotics/flann_based/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cpp/example_cmake/CMakeFiles/opencv_example.dir/rule
cd /media/psf/freelancing/greenhouse/flann_based/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cpp/example_cmake/CMakeFiles/opencv_example.dir/rule
.PHONY : cpp/example_cmake/CMakeFiles/opencv_example.dir/rule
# Convenience name for target.
@@ -127,7 +127,7 @@ opencv_example: cpp/example_cmake/CMakeFiles/opencv_example.dir/rule
# fast build rule for target.
opencv_example/fast:
cd /media/psf/freelancing/ant_robotics/flann_based/build && $(MAKE) $(MAKESILENT) -f cpp/example_cmake/CMakeFiles/opencv_example.dir/build.make cpp/example_cmake/CMakeFiles/opencv_example.dir/build
cd /media/psf/freelancing/greenhouse/flann_based/build && $(MAKE) $(MAKESILENT) -f cpp/example_cmake/CMakeFiles/opencv_example.dir/build.make cpp/example_cmake/CMakeFiles/opencv_example.dir/build
.PHONY : opencv_example/fast
example.o: example.cpp.o
@@ -135,7 +135,7 @@ example.o: example.cpp.o
# target to build an object file
example.cpp.o:
cd /media/psf/freelancing/ant_robotics/flann_based/build && $(MAKE) $(MAKESILENT) -f cpp/example_cmake/CMakeFiles/opencv_example.dir/build.make cpp/example_cmake/CMakeFiles/opencv_example.dir/example.cpp.o
cd /media/psf/freelancing/greenhouse/flann_based/build && $(MAKE) $(MAKESILENT) -f cpp/example_cmake/CMakeFiles/opencv_example.dir/build.make cpp/example_cmake/CMakeFiles/opencv_example.dir/example.cpp.o
.PHONY : example.cpp.o
example.i: example.cpp.i
@@ -143,7 +143,7 @@ example.i: example.cpp.i
# target to preprocess a source file
example.cpp.i:
cd /media/psf/freelancing/ant_robotics/flann_based/build && $(MAKE) $(MAKESILENT) -f cpp/example_cmake/CMakeFiles/opencv_example.dir/build.make cpp/example_cmake/CMakeFiles/opencv_example.dir/example.cpp.i
cd /media/psf/freelancing/greenhouse/flann_based/build && $(MAKE) $(MAKESILENT) -f cpp/example_cmake/CMakeFiles/opencv_example.dir/build.make cpp/example_cmake/CMakeFiles/opencv_example.dir/example.cpp.i
.PHONY : example.cpp.i
example.s: example.cpp.s
@@ -151,7 +151,7 @@ example.s: example.cpp.s
# target to generate assembly for a file
example.cpp.s:
cd /media/psf/freelancing/ant_robotics/flann_based/build && $(MAKE) $(MAKESILENT) -f cpp/example_cmake/CMakeFiles/opencv_example.dir/build.make cpp/example_cmake/CMakeFiles/opencv_example.dir/example.cpp.s
cd /media/psf/freelancing/greenhouse/flann_based/build && $(MAKE) $(MAKESILENT) -f cpp/example_cmake/CMakeFiles/opencv_example.dir/build.make cpp/example_cmake/CMakeFiles/opencv_example.dir/example.cpp.s
.PHONY : example.cpp.s
# Help Target
@@ -177,6 +177,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /media/psf/freelancing/ant_robotics/flann_based/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /media/psf/freelancing/greenhouse/flann_based/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
@@ -1,4 +1,4 @@
# Install script for directory: /media/psf/freelancing/ant_robotics/flann_based/cpp/example_cmake
# Install script for directory: /media/psf/freelancing/greenhouse/flann_based/cpp/example_cmake
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)