camenduru's picture
thanks to ncnn ❤
be903e2
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.27
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#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/local/lib/python3.10/dist-packages/cmake/data/bin/cmake
# The command to remove a file.
RM = /usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /content/ncnn
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /content/ncnn/build
# Include any dependencies generated for this target.
include examples/CMakeFiles/p2pnet.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include examples/CMakeFiles/p2pnet.dir/compiler_depend.make
# Include the progress variables for this target.
include examples/CMakeFiles/p2pnet.dir/progress.make
# Include the compile flags for this target's objects.
include examples/CMakeFiles/p2pnet.dir/flags.make
examples/CMakeFiles/p2pnet.dir/p2pnet.cpp.o: examples/CMakeFiles/p2pnet.dir/flags.make
examples/CMakeFiles/p2pnet.dir/p2pnet.cpp.o: /content/ncnn/examples/p2pnet.cpp
examples/CMakeFiles/p2pnet.dir/p2pnet.cpp.o: examples/CMakeFiles/p2pnet.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/content/ncnn/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object examples/CMakeFiles/p2pnet.dir/p2pnet.cpp.o"
cd /content/ncnn/build/examples && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/CMakeFiles/p2pnet.dir/p2pnet.cpp.o -MF CMakeFiles/p2pnet.dir/p2pnet.cpp.o.d -o CMakeFiles/p2pnet.dir/p2pnet.cpp.o -c /content/ncnn/examples/p2pnet.cpp
examples/CMakeFiles/p2pnet.dir/p2pnet.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/p2pnet.dir/p2pnet.cpp.i"
cd /content/ncnn/build/examples && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /content/ncnn/examples/p2pnet.cpp > CMakeFiles/p2pnet.dir/p2pnet.cpp.i
examples/CMakeFiles/p2pnet.dir/p2pnet.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/p2pnet.dir/p2pnet.cpp.s"
cd /content/ncnn/build/examples && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /content/ncnn/examples/p2pnet.cpp -o CMakeFiles/p2pnet.dir/p2pnet.cpp.s
# Object files for target p2pnet
p2pnet_OBJECTS = \
"CMakeFiles/p2pnet.dir/p2pnet.cpp.o"
# External object files for target p2pnet
p2pnet_EXTERNAL_OBJECTS =
examples/p2pnet: examples/CMakeFiles/p2pnet.dir/p2pnet.cpp.o
examples/p2pnet: examples/CMakeFiles/p2pnet.dir/build.make
examples/p2pnet: src/libncnn.a
examples/p2pnet: /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.4.5.4d
examples/p2pnet: /usr/lib/x86_64-linux-gnu/libopencv_videoio.so.4.5.4d
examples/p2pnet: /usr/lib/x86_64-linux-gnu/libopencv_imgcodecs.so.4.5.4d
examples/p2pnet: /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.4.5.4d
examples/p2pnet: /usr/lib/x86_64-linux-gnu/libopencv_core.so.4.5.4d
examples/p2pnet: examples/CMakeFiles/p2pnet.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/content/ncnn/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable p2pnet"
cd /content/ncnn/build/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/p2pnet.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
examples/CMakeFiles/p2pnet.dir/build: examples/p2pnet
.PHONY : examples/CMakeFiles/p2pnet.dir/build
examples/CMakeFiles/p2pnet.dir/clean:
cd /content/ncnn/build/examples && $(CMAKE_COMMAND) -P CMakeFiles/p2pnet.dir/cmake_clean.cmake
.PHONY : examples/CMakeFiles/p2pnet.dir/clean
examples/CMakeFiles/p2pnet.dir/depend:
cd /content/ncnn/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /content/ncnn /content/ncnn/examples /content/ncnn/build /content/ncnn/build/examples /content/ncnn/build/examples/CMakeFiles/p2pnet.dir/DependInfo.cmake "--color=$(COLOR)"
.PHONY : examples/CMakeFiles/p2pnet.dir/depend