| | |
| | |
| |
|
| | |
| | default_target: all |
| | .PHONY : default_target |
| |
|
| | |
| | .NOTPARALLEL: |
| |
|
| | |
| | |
| |
|
| | |
| | .SUFFIXES: |
| |
|
| | |
| | % : %,v |
| |
|
| | |
| | % : RCS/% |
| |
|
| | |
| | % : RCS/%,v |
| |
|
| | |
| | % : SCCS/s.% |
| |
|
| | |
| | % : s.% |
| |
|
| | .SUFFIXES: .hpux_make_needs_suffix_list |
| |
|
| | |
| | $(VERBOSE)MAKESILENT = -s |
| |
|
| | |
| | $(VERBOSE).SILENT: |
| |
|
| | |
| | cmake_force: |
| | .PHONY : cmake_force |
| |
|
| | |
| | |
| |
|
| | |
| | SHELL = /bin/sh |
| |
|
| | |
| | CMAKE_COMMAND = /usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake |
| |
|
| | |
| | RM = /usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake -E rm -f |
| |
|
| | |
| | EQUALS = = |
| |
|
| | |
| | CMAKE_SOURCE_DIR = /content/ncnn |
| |
|
| | |
| | CMAKE_BINARY_DIR = /content/ncnn/build |
| |
|
| | |
| | |
| |
|
| | |
| | edit_cache: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..." |
| | /usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. |
| | .PHONY : edit_cache |
| |
|
| | |
| | edit_cache/fast: edit_cache |
| | .PHONY : edit_cache/fast |
| |
|
| | |
| | rebuild_cache: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." |
| | /usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) |
| | .PHONY : rebuild_cache |
| |
|
| | |
| | rebuild_cache/fast: rebuild_cache |
| | .PHONY : rebuild_cache/fast |
| |
|
| | |
| | list_install_components: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" |
| | .PHONY : list_install_components |
| |
|
| | |
| | list_install_components/fast: list_install_components |
| | .PHONY : list_install_components/fast |
| |
|
| | |
| | install: preinstall |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." |
| | /usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake -P cmake_install.cmake |
| | .PHONY : install |
| |
|
| | |
| | install/fast: preinstall/fast |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." |
| | /usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake -P cmake_install.cmake |
| | .PHONY : install/fast |
| |
|
| | |
| | install/local: preinstall |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." |
| | /usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
| | .PHONY : install/local |
| |
|
| | |
| | install/local/fast: preinstall/fast |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." |
| | /usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
| | .PHONY : install/local/fast |
| |
|
| | |
| | install/strip: preinstall |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." |
| | /usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
| | .PHONY : install/strip |
| |
|
| | |
| | install/strip/fast: preinstall/fast |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." |
| | /usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
| | .PHONY : install/strip/fast |
| |
|
| | |
| | all: cmake_check_build_system |
| | cd /content/ncnn/build && $(CMAKE_COMMAND) -E cmake_progress_start /content/ncnn/build/CMakeFiles /content/ncnn/build/examples//CMakeFiles/progress.marks |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/ncnn/build/CMakeFiles 0 |
| | .PHONY : all |
| |
|
| | |
| | clean: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/clean |
| | .PHONY : clean |
| |
|
| | |
| | clean/fast: clean |
| | .PHONY : clean/fast |
| |
|
| | |
| | preinstall: all |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/preinstall |
| | .PHONY : preinstall |
| |
|
| | |
| | preinstall/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/preinstall |
| | .PHONY : preinstall/fast |
| |
|
| | |
| | depend: |
| | cd /content/ncnn/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
| | .PHONY : depend |
| |
|
| | |
| | examples/CMakeFiles/squeezenet.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/squeezenet.dir/rule |
| | .PHONY : examples/CMakeFiles/squeezenet.dir/rule |
| |
|
| | |
| | squeezenet: examples/CMakeFiles/squeezenet.dir/rule |
| | .PHONY : squeezenet |
| |
|
| | |
| | squeezenet/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/squeezenet.dir/build.make examples/CMakeFiles/squeezenet.dir/build |
| | .PHONY : squeezenet/fast |
| |
|
| | |
| | examples/CMakeFiles/squeezenet_c_api.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/squeezenet_c_api.dir/rule |
| | .PHONY : examples/CMakeFiles/squeezenet_c_api.dir/rule |
| |
|
| | |
| | squeezenet_c_api: examples/CMakeFiles/squeezenet_c_api.dir/rule |
| | .PHONY : squeezenet_c_api |
| |
|
| | |
| | squeezenet_c_api/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/squeezenet_c_api.dir/build.make examples/CMakeFiles/squeezenet_c_api.dir/build |
| | .PHONY : squeezenet_c_api/fast |
| |
|
| | |
| | examples/CMakeFiles/fasterrcnn.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/fasterrcnn.dir/rule |
| | .PHONY : examples/CMakeFiles/fasterrcnn.dir/rule |
| |
|
| | |
| | fasterrcnn: examples/CMakeFiles/fasterrcnn.dir/rule |
| | .PHONY : fasterrcnn |
| |
|
| | |
| | fasterrcnn/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/fasterrcnn.dir/build.make examples/CMakeFiles/fasterrcnn.dir/build |
| | .PHONY : fasterrcnn/fast |
| |
|
| | |
| | examples/CMakeFiles/rfcn.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/rfcn.dir/rule |
| | .PHONY : examples/CMakeFiles/rfcn.dir/rule |
| |
|
| | |
| | rfcn: examples/CMakeFiles/rfcn.dir/rule |
| | .PHONY : rfcn |
| |
|
| | |
| | rfcn/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/rfcn.dir/build.make examples/CMakeFiles/rfcn.dir/build |
| | .PHONY : rfcn/fast |
| |
|
| | |
| | examples/CMakeFiles/yolov2.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/yolov2.dir/rule |
| | .PHONY : examples/CMakeFiles/yolov2.dir/rule |
| |
|
| | |
| | yolov2: examples/CMakeFiles/yolov2.dir/rule |
| | .PHONY : yolov2 |
| |
|
| | |
| | yolov2/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov2.dir/build.make examples/CMakeFiles/yolov2.dir/build |
| | .PHONY : yolov2/fast |
| |
|
| | |
| | examples/CMakeFiles/yolov3.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/yolov3.dir/rule |
| | .PHONY : examples/CMakeFiles/yolov3.dir/rule |
| |
|
| | |
| | yolov3: examples/CMakeFiles/yolov3.dir/rule |
| | .PHONY : yolov3 |
| |
|
| | |
| | yolov3/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov3.dir/build.make examples/CMakeFiles/yolov3.dir/build |
| | .PHONY : yolov3/fast |
| |
|
| | |
| | examples/CMakeFiles/yolov5.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/yolov5.dir/rule |
| | .PHONY : examples/CMakeFiles/yolov5.dir/rule |
| |
|
| | |
| | yolov5: examples/CMakeFiles/yolov5.dir/rule |
| | .PHONY : yolov5 |
| |
|
| | |
| | yolov5/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov5.dir/build.make examples/CMakeFiles/yolov5.dir/build |
| | .PHONY : yolov5/fast |
| |
|
| | |
| | examples/CMakeFiles/yolov5_pnnx.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/yolov5_pnnx.dir/rule |
| | .PHONY : examples/CMakeFiles/yolov5_pnnx.dir/rule |
| |
|
| | |
| | yolov5_pnnx: examples/CMakeFiles/yolov5_pnnx.dir/rule |
| | .PHONY : yolov5_pnnx |
| |
|
| | |
| | yolov5_pnnx/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov5_pnnx.dir/build.make examples/CMakeFiles/yolov5_pnnx.dir/build |
| | .PHONY : yolov5_pnnx/fast |
| |
|
| | |
| | examples/CMakeFiles/yolov7_pnnx.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/yolov7_pnnx.dir/rule |
| | .PHONY : examples/CMakeFiles/yolov7_pnnx.dir/rule |
| |
|
| | |
| | yolov7_pnnx: examples/CMakeFiles/yolov7_pnnx.dir/rule |
| | .PHONY : yolov7_pnnx |
| |
|
| | |
| | yolov7_pnnx/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov7_pnnx.dir/build.make examples/CMakeFiles/yolov7_pnnx.dir/build |
| | .PHONY : yolov7_pnnx/fast |
| |
|
| | |
| | examples/CMakeFiles/yolov7.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/yolov7.dir/rule |
| | .PHONY : examples/CMakeFiles/yolov7.dir/rule |
| |
|
| | |
| | yolov7: examples/CMakeFiles/yolov7.dir/rule |
| | .PHONY : yolov7 |
| |
|
| | |
| | yolov7/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov7.dir/build.make examples/CMakeFiles/yolov7.dir/build |
| | .PHONY : yolov7/fast |
| |
|
| | |
| | examples/CMakeFiles/yolox.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/yolox.dir/rule |
| | .PHONY : examples/CMakeFiles/yolox.dir/rule |
| |
|
| | |
| | yolox: examples/CMakeFiles/yolox.dir/rule |
| | .PHONY : yolox |
| |
|
| | |
| | yolox/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolox.dir/build.make examples/CMakeFiles/yolox.dir/build |
| | .PHONY : yolox/fast |
| |
|
| | |
| | examples/CMakeFiles/mobilenetv2ssdlite.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/mobilenetv2ssdlite.dir/rule |
| | .PHONY : examples/CMakeFiles/mobilenetv2ssdlite.dir/rule |
| |
|
| | |
| | mobilenetv2ssdlite: examples/CMakeFiles/mobilenetv2ssdlite.dir/rule |
| | .PHONY : mobilenetv2ssdlite |
| |
|
| | |
| | mobilenetv2ssdlite/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/mobilenetv2ssdlite.dir/build.make examples/CMakeFiles/mobilenetv2ssdlite.dir/build |
| | .PHONY : mobilenetv2ssdlite/fast |
| |
|
| | |
| | examples/CMakeFiles/mobilenetssd.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/mobilenetssd.dir/rule |
| | .PHONY : examples/CMakeFiles/mobilenetssd.dir/rule |
| |
|
| | |
| | mobilenetssd: examples/CMakeFiles/mobilenetssd.dir/rule |
| | .PHONY : mobilenetssd |
| |
|
| | |
| | mobilenetssd/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/mobilenetssd.dir/build.make examples/CMakeFiles/mobilenetssd.dir/build |
| | .PHONY : mobilenetssd/fast |
| |
|
| | |
| | examples/CMakeFiles/squeezenetssd.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/squeezenetssd.dir/rule |
| | .PHONY : examples/CMakeFiles/squeezenetssd.dir/rule |
| |
|
| | |
| | squeezenetssd: examples/CMakeFiles/squeezenetssd.dir/rule |
| | .PHONY : squeezenetssd |
| |
|
| | |
| | squeezenetssd/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/squeezenetssd.dir/build.make examples/CMakeFiles/squeezenetssd.dir/build |
| | .PHONY : squeezenetssd/fast |
| |
|
| | |
| | examples/CMakeFiles/shufflenetv2.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/shufflenetv2.dir/rule |
| | .PHONY : examples/CMakeFiles/shufflenetv2.dir/rule |
| |
|
| | |
| | shufflenetv2: examples/CMakeFiles/shufflenetv2.dir/rule |
| | .PHONY : shufflenetv2 |
| |
|
| | |
| | shufflenetv2/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/shufflenetv2.dir/build.make examples/CMakeFiles/shufflenetv2.dir/build |
| | .PHONY : shufflenetv2/fast |
| |
|
| | |
| | examples/CMakeFiles/peleenetssd_seg.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/peleenetssd_seg.dir/rule |
| | .PHONY : examples/CMakeFiles/peleenetssd_seg.dir/rule |
| |
|
| | |
| | peleenetssd_seg: examples/CMakeFiles/peleenetssd_seg.dir/rule |
| | .PHONY : peleenetssd_seg |
| |
|
| | |
| | peleenetssd_seg/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/peleenetssd_seg.dir/build.make examples/CMakeFiles/peleenetssd_seg.dir/build |
| | .PHONY : peleenetssd_seg/fast |
| |
|
| | |
| | examples/CMakeFiles/simplepose.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/simplepose.dir/rule |
| | .PHONY : examples/CMakeFiles/simplepose.dir/rule |
| |
|
| | |
| | simplepose: examples/CMakeFiles/simplepose.dir/rule |
| | .PHONY : simplepose |
| |
|
| | |
| | simplepose/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/simplepose.dir/build.make examples/CMakeFiles/simplepose.dir/build |
| | .PHONY : simplepose/fast |
| |
|
| | |
| | examples/CMakeFiles/retinaface.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/retinaface.dir/rule |
| | .PHONY : examples/CMakeFiles/retinaface.dir/rule |
| |
|
| | |
| | retinaface: examples/CMakeFiles/retinaface.dir/rule |
| | .PHONY : retinaface |
| |
|
| | |
| | retinaface/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/retinaface.dir/build.make examples/CMakeFiles/retinaface.dir/build |
| | .PHONY : retinaface/fast |
| |
|
| | |
| | examples/CMakeFiles/yolact.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/yolact.dir/rule |
| | .PHONY : examples/CMakeFiles/yolact.dir/rule |
| |
|
| | |
| | yolact: examples/CMakeFiles/yolact.dir/rule |
| | .PHONY : yolact |
| |
|
| | |
| | yolact/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolact.dir/build.make examples/CMakeFiles/yolact.dir/build |
| | .PHONY : yolact/fast |
| |
|
| | |
| | examples/CMakeFiles/nanodet.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/nanodet.dir/rule |
| | .PHONY : examples/CMakeFiles/nanodet.dir/rule |
| |
|
| | |
| | nanodet: examples/CMakeFiles/nanodet.dir/rule |
| | .PHONY : nanodet |
| |
|
| | |
| | nanodet/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nanodet.dir/build.make examples/CMakeFiles/nanodet.dir/build |
| | .PHONY : nanodet/fast |
| |
|
| | |
| | examples/CMakeFiles/nanodetplus_pnnx.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/nanodetplus_pnnx.dir/rule |
| | .PHONY : examples/CMakeFiles/nanodetplus_pnnx.dir/rule |
| |
|
| | |
| | nanodetplus_pnnx: examples/CMakeFiles/nanodetplus_pnnx.dir/rule |
| | .PHONY : nanodetplus_pnnx |
| |
|
| | |
| | nanodetplus_pnnx/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nanodetplus_pnnx.dir/build.make examples/CMakeFiles/nanodetplus_pnnx.dir/build |
| | .PHONY : nanodetplus_pnnx/fast |
| |
|
| | |
| | examples/CMakeFiles/scrfd.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/scrfd.dir/rule |
| | .PHONY : examples/CMakeFiles/scrfd.dir/rule |
| |
|
| | |
| | scrfd: examples/CMakeFiles/scrfd.dir/rule |
| | .PHONY : scrfd |
| |
|
| | |
| | scrfd/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/scrfd.dir/build.make examples/CMakeFiles/scrfd.dir/build |
| | .PHONY : scrfd/fast |
| |
|
| | |
| | examples/CMakeFiles/scrfd_crowdhuman.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/scrfd_crowdhuman.dir/rule |
| | .PHONY : examples/CMakeFiles/scrfd_crowdhuman.dir/rule |
| |
|
| | |
| | scrfd_crowdhuman: examples/CMakeFiles/scrfd_crowdhuman.dir/rule |
| | .PHONY : scrfd_crowdhuman |
| |
|
| | |
| | scrfd_crowdhuman/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/scrfd_crowdhuman.dir/build.make examples/CMakeFiles/scrfd_crowdhuman.dir/build |
| | .PHONY : scrfd_crowdhuman/fast |
| |
|
| | |
| | examples/CMakeFiles/yolov4.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/yolov4.dir/rule |
| | .PHONY : examples/CMakeFiles/yolov4.dir/rule |
| |
|
| | |
| | yolov4: examples/CMakeFiles/yolov4.dir/rule |
| | .PHONY : yolov4 |
| |
|
| | |
| | yolov4/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov4.dir/build.make examples/CMakeFiles/yolov4.dir/build |
| | .PHONY : yolov4/fast |
| |
|
| | |
| | examples/CMakeFiles/rvm.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/rvm.dir/rule |
| | .PHONY : examples/CMakeFiles/rvm.dir/rule |
| |
|
| | |
| | rvm: examples/CMakeFiles/rvm.dir/rule |
| | .PHONY : rvm |
| |
|
| | |
| | rvm/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/rvm.dir/build.make examples/CMakeFiles/rvm.dir/build |
| | .PHONY : rvm/fast |
| |
|
| | |
| | examples/CMakeFiles/p2pnet.dir/rule: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/p2pnet.dir/rule |
| | .PHONY : examples/CMakeFiles/p2pnet.dir/rule |
| |
|
| | |
| | p2pnet: examples/CMakeFiles/p2pnet.dir/rule |
| | .PHONY : p2pnet |
| |
|
| | |
| | p2pnet/fast: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/p2pnet.dir/build.make examples/CMakeFiles/p2pnet.dir/build |
| | .PHONY : p2pnet/fast |
| |
|
| | fasterrcnn.o: fasterrcnn.cpp.o |
| | .PHONY : fasterrcnn.o |
| |
|
| | |
| | fasterrcnn.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/fasterrcnn.dir/build.make examples/CMakeFiles/fasterrcnn.dir/fasterrcnn.cpp.o |
| | .PHONY : fasterrcnn.cpp.o |
| |
|
| | fasterrcnn.i: fasterrcnn.cpp.i |
| | .PHONY : fasterrcnn.i |
| |
|
| | |
| | fasterrcnn.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/fasterrcnn.dir/build.make examples/CMakeFiles/fasterrcnn.dir/fasterrcnn.cpp.i |
| | .PHONY : fasterrcnn.cpp.i |
| |
|
| | fasterrcnn.s: fasterrcnn.cpp.s |
| | .PHONY : fasterrcnn.s |
| |
|
| | |
| | fasterrcnn.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/fasterrcnn.dir/build.make examples/CMakeFiles/fasterrcnn.dir/fasterrcnn.cpp.s |
| | .PHONY : fasterrcnn.cpp.s |
| |
|
| | mobilenetssd.o: mobilenetssd.cpp.o |
| | .PHONY : mobilenetssd.o |
| |
|
| | |
| | mobilenetssd.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/mobilenetssd.dir/build.make examples/CMakeFiles/mobilenetssd.dir/mobilenetssd.cpp.o |
| | .PHONY : mobilenetssd.cpp.o |
| |
|
| | mobilenetssd.i: mobilenetssd.cpp.i |
| | .PHONY : mobilenetssd.i |
| |
|
| | |
| | mobilenetssd.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/mobilenetssd.dir/build.make examples/CMakeFiles/mobilenetssd.dir/mobilenetssd.cpp.i |
| | .PHONY : mobilenetssd.cpp.i |
| |
|
| | mobilenetssd.s: mobilenetssd.cpp.s |
| | .PHONY : mobilenetssd.s |
| |
|
| | |
| | mobilenetssd.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/mobilenetssd.dir/build.make examples/CMakeFiles/mobilenetssd.dir/mobilenetssd.cpp.s |
| | .PHONY : mobilenetssd.cpp.s |
| |
|
| | mobilenetv2ssdlite.o: mobilenetv2ssdlite.cpp.o |
| | .PHONY : mobilenetv2ssdlite.o |
| |
|
| | |
| | mobilenetv2ssdlite.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/mobilenetv2ssdlite.dir/build.make examples/CMakeFiles/mobilenetv2ssdlite.dir/mobilenetv2ssdlite.cpp.o |
| | .PHONY : mobilenetv2ssdlite.cpp.o |
| |
|
| | mobilenetv2ssdlite.i: mobilenetv2ssdlite.cpp.i |
| | .PHONY : mobilenetv2ssdlite.i |
| |
|
| | |
| | mobilenetv2ssdlite.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/mobilenetv2ssdlite.dir/build.make examples/CMakeFiles/mobilenetv2ssdlite.dir/mobilenetv2ssdlite.cpp.i |
| | .PHONY : mobilenetv2ssdlite.cpp.i |
| |
|
| | mobilenetv2ssdlite.s: mobilenetv2ssdlite.cpp.s |
| | .PHONY : mobilenetv2ssdlite.s |
| |
|
| | |
| | mobilenetv2ssdlite.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/mobilenetv2ssdlite.dir/build.make examples/CMakeFiles/mobilenetv2ssdlite.dir/mobilenetv2ssdlite.cpp.s |
| | .PHONY : mobilenetv2ssdlite.cpp.s |
| |
|
| | nanodet.o: nanodet.cpp.o |
| | .PHONY : nanodet.o |
| |
|
| | |
| | nanodet.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nanodet.dir/build.make examples/CMakeFiles/nanodet.dir/nanodet.cpp.o |
| | .PHONY : nanodet.cpp.o |
| |
|
| | nanodet.i: nanodet.cpp.i |
| | .PHONY : nanodet.i |
| |
|
| | |
| | nanodet.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nanodet.dir/build.make examples/CMakeFiles/nanodet.dir/nanodet.cpp.i |
| | .PHONY : nanodet.cpp.i |
| |
|
| | nanodet.s: nanodet.cpp.s |
| | .PHONY : nanodet.s |
| |
|
| | |
| | nanodet.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nanodet.dir/build.make examples/CMakeFiles/nanodet.dir/nanodet.cpp.s |
| | .PHONY : nanodet.cpp.s |
| |
|
| | nanodetplus_pnnx.o: nanodetplus_pnnx.cpp.o |
| | .PHONY : nanodetplus_pnnx.o |
| |
|
| | |
| | nanodetplus_pnnx.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nanodetplus_pnnx.dir/build.make examples/CMakeFiles/nanodetplus_pnnx.dir/nanodetplus_pnnx.cpp.o |
| | .PHONY : nanodetplus_pnnx.cpp.o |
| |
|
| | nanodetplus_pnnx.i: nanodetplus_pnnx.cpp.i |
| | .PHONY : nanodetplus_pnnx.i |
| |
|
| | |
| | nanodetplus_pnnx.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nanodetplus_pnnx.dir/build.make examples/CMakeFiles/nanodetplus_pnnx.dir/nanodetplus_pnnx.cpp.i |
| | .PHONY : nanodetplus_pnnx.cpp.i |
| |
|
| | nanodetplus_pnnx.s: nanodetplus_pnnx.cpp.s |
| | .PHONY : nanodetplus_pnnx.s |
| |
|
| | |
| | nanodetplus_pnnx.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nanodetplus_pnnx.dir/build.make examples/CMakeFiles/nanodetplus_pnnx.dir/nanodetplus_pnnx.cpp.s |
| | .PHONY : nanodetplus_pnnx.cpp.s |
| |
|
| | p2pnet.o: p2pnet.cpp.o |
| | .PHONY : p2pnet.o |
| |
|
| | |
| | p2pnet.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/p2pnet.dir/build.make examples/CMakeFiles/p2pnet.dir/p2pnet.cpp.o |
| | .PHONY : p2pnet.cpp.o |
| |
|
| | p2pnet.i: p2pnet.cpp.i |
| | .PHONY : p2pnet.i |
| |
|
| | |
| | p2pnet.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/p2pnet.dir/build.make examples/CMakeFiles/p2pnet.dir/p2pnet.cpp.i |
| | .PHONY : p2pnet.cpp.i |
| |
|
| | p2pnet.s: p2pnet.cpp.s |
| | .PHONY : p2pnet.s |
| |
|
| | |
| | p2pnet.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/p2pnet.dir/build.make examples/CMakeFiles/p2pnet.dir/p2pnet.cpp.s |
| | .PHONY : p2pnet.cpp.s |
| |
|
| | peleenetssd_seg.o: peleenetssd_seg.cpp.o |
| | .PHONY : peleenetssd_seg.o |
| |
|
| | |
| | peleenetssd_seg.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/peleenetssd_seg.dir/build.make examples/CMakeFiles/peleenetssd_seg.dir/peleenetssd_seg.cpp.o |
| | .PHONY : peleenetssd_seg.cpp.o |
| |
|
| | peleenetssd_seg.i: peleenetssd_seg.cpp.i |
| | .PHONY : peleenetssd_seg.i |
| |
|
| | |
| | peleenetssd_seg.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/peleenetssd_seg.dir/build.make examples/CMakeFiles/peleenetssd_seg.dir/peleenetssd_seg.cpp.i |
| | .PHONY : peleenetssd_seg.cpp.i |
| |
|
| | peleenetssd_seg.s: peleenetssd_seg.cpp.s |
| | .PHONY : peleenetssd_seg.s |
| |
|
| | |
| | peleenetssd_seg.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/peleenetssd_seg.dir/build.make examples/CMakeFiles/peleenetssd_seg.dir/peleenetssd_seg.cpp.s |
| | .PHONY : peleenetssd_seg.cpp.s |
| |
|
| | retinaface.o: retinaface.cpp.o |
| | .PHONY : retinaface.o |
| |
|
| | |
| | retinaface.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/retinaface.dir/build.make examples/CMakeFiles/retinaface.dir/retinaface.cpp.o |
| | .PHONY : retinaface.cpp.o |
| |
|
| | retinaface.i: retinaface.cpp.i |
| | .PHONY : retinaface.i |
| |
|
| | |
| | retinaface.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/retinaface.dir/build.make examples/CMakeFiles/retinaface.dir/retinaface.cpp.i |
| | .PHONY : retinaface.cpp.i |
| |
|
| | retinaface.s: retinaface.cpp.s |
| | .PHONY : retinaface.s |
| |
|
| | |
| | retinaface.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/retinaface.dir/build.make examples/CMakeFiles/retinaface.dir/retinaface.cpp.s |
| | .PHONY : retinaface.cpp.s |
| |
|
| | rfcn.o: rfcn.cpp.o |
| | .PHONY : rfcn.o |
| |
|
| | |
| | rfcn.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/rfcn.dir/build.make examples/CMakeFiles/rfcn.dir/rfcn.cpp.o |
| | .PHONY : rfcn.cpp.o |
| |
|
| | rfcn.i: rfcn.cpp.i |
| | .PHONY : rfcn.i |
| |
|
| | |
| | rfcn.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/rfcn.dir/build.make examples/CMakeFiles/rfcn.dir/rfcn.cpp.i |
| | .PHONY : rfcn.cpp.i |
| |
|
| | rfcn.s: rfcn.cpp.s |
| | .PHONY : rfcn.s |
| |
|
| | |
| | rfcn.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/rfcn.dir/build.make examples/CMakeFiles/rfcn.dir/rfcn.cpp.s |
| | .PHONY : rfcn.cpp.s |
| |
|
| | rvm.o: rvm.cpp.o |
| | .PHONY : rvm.o |
| |
|
| | |
| | rvm.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/rvm.dir/build.make examples/CMakeFiles/rvm.dir/rvm.cpp.o |
| | .PHONY : rvm.cpp.o |
| |
|
| | rvm.i: rvm.cpp.i |
| | .PHONY : rvm.i |
| |
|
| | |
| | rvm.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/rvm.dir/build.make examples/CMakeFiles/rvm.dir/rvm.cpp.i |
| | .PHONY : rvm.cpp.i |
| |
|
| | rvm.s: rvm.cpp.s |
| | .PHONY : rvm.s |
| |
|
| | |
| | rvm.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/rvm.dir/build.make examples/CMakeFiles/rvm.dir/rvm.cpp.s |
| | .PHONY : rvm.cpp.s |
| |
|
| | scrfd.o: scrfd.cpp.o |
| | .PHONY : scrfd.o |
| |
|
| | |
| | scrfd.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/scrfd.dir/build.make examples/CMakeFiles/scrfd.dir/scrfd.cpp.o |
| | .PHONY : scrfd.cpp.o |
| |
|
| | scrfd.i: scrfd.cpp.i |
| | .PHONY : scrfd.i |
| |
|
| | |
| | scrfd.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/scrfd.dir/build.make examples/CMakeFiles/scrfd.dir/scrfd.cpp.i |
| | .PHONY : scrfd.cpp.i |
| |
|
| | scrfd.s: scrfd.cpp.s |
| | .PHONY : scrfd.s |
| |
|
| | |
| | scrfd.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/scrfd.dir/build.make examples/CMakeFiles/scrfd.dir/scrfd.cpp.s |
| | .PHONY : scrfd.cpp.s |
| |
|
| | scrfd_crowdhuman.o: scrfd_crowdhuman.cpp.o |
| | .PHONY : scrfd_crowdhuman.o |
| |
|
| | |
| | scrfd_crowdhuman.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/scrfd_crowdhuman.dir/build.make examples/CMakeFiles/scrfd_crowdhuman.dir/scrfd_crowdhuman.cpp.o |
| | .PHONY : scrfd_crowdhuman.cpp.o |
| |
|
| | scrfd_crowdhuman.i: scrfd_crowdhuman.cpp.i |
| | .PHONY : scrfd_crowdhuman.i |
| |
|
| | |
| | scrfd_crowdhuman.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/scrfd_crowdhuman.dir/build.make examples/CMakeFiles/scrfd_crowdhuman.dir/scrfd_crowdhuman.cpp.i |
| | .PHONY : scrfd_crowdhuman.cpp.i |
| |
|
| | scrfd_crowdhuman.s: scrfd_crowdhuman.cpp.s |
| | .PHONY : scrfd_crowdhuman.s |
| |
|
| | |
| | scrfd_crowdhuman.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/scrfd_crowdhuman.dir/build.make examples/CMakeFiles/scrfd_crowdhuman.dir/scrfd_crowdhuman.cpp.s |
| | .PHONY : scrfd_crowdhuman.cpp.s |
| |
|
| | shufflenetv2.o: shufflenetv2.cpp.o |
| | .PHONY : shufflenetv2.o |
| |
|
| | |
| | shufflenetv2.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/shufflenetv2.dir/build.make examples/CMakeFiles/shufflenetv2.dir/shufflenetv2.cpp.o |
| | .PHONY : shufflenetv2.cpp.o |
| |
|
| | shufflenetv2.i: shufflenetv2.cpp.i |
| | .PHONY : shufflenetv2.i |
| |
|
| | |
| | shufflenetv2.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/shufflenetv2.dir/build.make examples/CMakeFiles/shufflenetv2.dir/shufflenetv2.cpp.i |
| | .PHONY : shufflenetv2.cpp.i |
| |
|
| | shufflenetv2.s: shufflenetv2.cpp.s |
| | .PHONY : shufflenetv2.s |
| |
|
| | |
| | shufflenetv2.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/shufflenetv2.dir/build.make examples/CMakeFiles/shufflenetv2.dir/shufflenetv2.cpp.s |
| | .PHONY : shufflenetv2.cpp.s |
| |
|
| | simplepose.o: simplepose.cpp.o |
| | .PHONY : simplepose.o |
| |
|
| | |
| | simplepose.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/simplepose.dir/build.make examples/CMakeFiles/simplepose.dir/simplepose.cpp.o |
| | .PHONY : simplepose.cpp.o |
| |
|
| | simplepose.i: simplepose.cpp.i |
| | .PHONY : simplepose.i |
| |
|
| | |
| | simplepose.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/simplepose.dir/build.make examples/CMakeFiles/simplepose.dir/simplepose.cpp.i |
| | .PHONY : simplepose.cpp.i |
| |
|
| | simplepose.s: simplepose.cpp.s |
| | .PHONY : simplepose.s |
| |
|
| | |
| | simplepose.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/simplepose.dir/build.make examples/CMakeFiles/simplepose.dir/simplepose.cpp.s |
| | .PHONY : simplepose.cpp.s |
| |
|
| | squeezenet.o: squeezenet.cpp.o |
| | .PHONY : squeezenet.o |
| |
|
| | |
| | squeezenet.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/squeezenet.dir/build.make examples/CMakeFiles/squeezenet.dir/squeezenet.cpp.o |
| | .PHONY : squeezenet.cpp.o |
| |
|
| | squeezenet.i: squeezenet.cpp.i |
| | .PHONY : squeezenet.i |
| |
|
| | |
| | squeezenet.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/squeezenet.dir/build.make examples/CMakeFiles/squeezenet.dir/squeezenet.cpp.i |
| | .PHONY : squeezenet.cpp.i |
| |
|
| | squeezenet.s: squeezenet.cpp.s |
| | .PHONY : squeezenet.s |
| |
|
| | |
| | squeezenet.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/squeezenet.dir/build.make examples/CMakeFiles/squeezenet.dir/squeezenet.cpp.s |
| | .PHONY : squeezenet.cpp.s |
| |
|
| | squeezenet_c_api.o: squeezenet_c_api.cpp.o |
| | .PHONY : squeezenet_c_api.o |
| |
|
| | |
| | squeezenet_c_api.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/squeezenet_c_api.dir/build.make examples/CMakeFiles/squeezenet_c_api.dir/squeezenet_c_api.cpp.o |
| | .PHONY : squeezenet_c_api.cpp.o |
| |
|
| | squeezenet_c_api.i: squeezenet_c_api.cpp.i |
| | .PHONY : squeezenet_c_api.i |
| |
|
| | |
| | squeezenet_c_api.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/squeezenet_c_api.dir/build.make examples/CMakeFiles/squeezenet_c_api.dir/squeezenet_c_api.cpp.i |
| | .PHONY : squeezenet_c_api.cpp.i |
| |
|
| | squeezenet_c_api.s: squeezenet_c_api.cpp.s |
| | .PHONY : squeezenet_c_api.s |
| |
|
| | |
| | squeezenet_c_api.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/squeezenet_c_api.dir/build.make examples/CMakeFiles/squeezenet_c_api.dir/squeezenet_c_api.cpp.s |
| | .PHONY : squeezenet_c_api.cpp.s |
| |
|
| | squeezenetssd.o: squeezenetssd.cpp.o |
| | .PHONY : squeezenetssd.o |
| |
|
| | |
| | squeezenetssd.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/squeezenetssd.dir/build.make examples/CMakeFiles/squeezenetssd.dir/squeezenetssd.cpp.o |
| | .PHONY : squeezenetssd.cpp.o |
| |
|
| | squeezenetssd.i: squeezenetssd.cpp.i |
| | .PHONY : squeezenetssd.i |
| |
|
| | |
| | squeezenetssd.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/squeezenetssd.dir/build.make examples/CMakeFiles/squeezenetssd.dir/squeezenetssd.cpp.i |
| | .PHONY : squeezenetssd.cpp.i |
| |
|
| | squeezenetssd.s: squeezenetssd.cpp.s |
| | .PHONY : squeezenetssd.s |
| |
|
| | |
| | squeezenetssd.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/squeezenetssd.dir/build.make examples/CMakeFiles/squeezenetssd.dir/squeezenetssd.cpp.s |
| | .PHONY : squeezenetssd.cpp.s |
| |
|
| | yolact.o: yolact.cpp.o |
| | .PHONY : yolact.o |
| |
|
| | |
| | yolact.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolact.dir/build.make examples/CMakeFiles/yolact.dir/yolact.cpp.o |
| | .PHONY : yolact.cpp.o |
| |
|
| | yolact.i: yolact.cpp.i |
| | .PHONY : yolact.i |
| |
|
| | |
| | yolact.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolact.dir/build.make examples/CMakeFiles/yolact.dir/yolact.cpp.i |
| | .PHONY : yolact.cpp.i |
| |
|
| | yolact.s: yolact.cpp.s |
| | .PHONY : yolact.s |
| |
|
| | |
| | yolact.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolact.dir/build.make examples/CMakeFiles/yolact.dir/yolact.cpp.s |
| | .PHONY : yolact.cpp.s |
| |
|
| | yolov2.o: yolov2.cpp.o |
| | .PHONY : yolov2.o |
| |
|
| | |
| | yolov2.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov2.dir/build.make examples/CMakeFiles/yolov2.dir/yolov2.cpp.o |
| | .PHONY : yolov2.cpp.o |
| |
|
| | yolov2.i: yolov2.cpp.i |
| | .PHONY : yolov2.i |
| |
|
| | |
| | yolov2.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov2.dir/build.make examples/CMakeFiles/yolov2.dir/yolov2.cpp.i |
| | .PHONY : yolov2.cpp.i |
| |
|
| | yolov2.s: yolov2.cpp.s |
| | .PHONY : yolov2.s |
| |
|
| | |
| | yolov2.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov2.dir/build.make examples/CMakeFiles/yolov2.dir/yolov2.cpp.s |
| | .PHONY : yolov2.cpp.s |
| |
|
| | yolov3.o: yolov3.cpp.o |
| | .PHONY : yolov3.o |
| |
|
| | |
| | yolov3.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov3.dir/build.make examples/CMakeFiles/yolov3.dir/yolov3.cpp.o |
| | .PHONY : yolov3.cpp.o |
| |
|
| | yolov3.i: yolov3.cpp.i |
| | .PHONY : yolov3.i |
| |
|
| | |
| | yolov3.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov3.dir/build.make examples/CMakeFiles/yolov3.dir/yolov3.cpp.i |
| | .PHONY : yolov3.cpp.i |
| |
|
| | yolov3.s: yolov3.cpp.s |
| | .PHONY : yolov3.s |
| |
|
| | |
| | yolov3.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov3.dir/build.make examples/CMakeFiles/yolov3.dir/yolov3.cpp.s |
| | .PHONY : yolov3.cpp.s |
| |
|
| | yolov4.o: yolov4.cpp.o |
| | .PHONY : yolov4.o |
| |
|
| | |
| | yolov4.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov4.dir/build.make examples/CMakeFiles/yolov4.dir/yolov4.cpp.o |
| | .PHONY : yolov4.cpp.o |
| |
|
| | yolov4.i: yolov4.cpp.i |
| | .PHONY : yolov4.i |
| |
|
| | |
| | yolov4.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov4.dir/build.make examples/CMakeFiles/yolov4.dir/yolov4.cpp.i |
| | .PHONY : yolov4.cpp.i |
| |
|
| | yolov4.s: yolov4.cpp.s |
| | .PHONY : yolov4.s |
| |
|
| | |
| | yolov4.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov4.dir/build.make examples/CMakeFiles/yolov4.dir/yolov4.cpp.s |
| | .PHONY : yolov4.cpp.s |
| |
|
| | yolov5.o: yolov5.cpp.o |
| | .PHONY : yolov5.o |
| |
|
| | |
| | yolov5.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov5.dir/build.make examples/CMakeFiles/yolov5.dir/yolov5.cpp.o |
| | .PHONY : yolov5.cpp.o |
| |
|
| | yolov5.i: yolov5.cpp.i |
| | .PHONY : yolov5.i |
| |
|
| | |
| | yolov5.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov5.dir/build.make examples/CMakeFiles/yolov5.dir/yolov5.cpp.i |
| | .PHONY : yolov5.cpp.i |
| |
|
| | yolov5.s: yolov5.cpp.s |
| | .PHONY : yolov5.s |
| |
|
| | |
| | yolov5.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov5.dir/build.make examples/CMakeFiles/yolov5.dir/yolov5.cpp.s |
| | .PHONY : yolov5.cpp.s |
| |
|
| | yolov5_pnnx.o: yolov5_pnnx.cpp.o |
| | .PHONY : yolov5_pnnx.o |
| |
|
| | |
| | yolov5_pnnx.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov5_pnnx.dir/build.make examples/CMakeFiles/yolov5_pnnx.dir/yolov5_pnnx.cpp.o |
| | .PHONY : yolov5_pnnx.cpp.o |
| |
|
| | yolov5_pnnx.i: yolov5_pnnx.cpp.i |
| | .PHONY : yolov5_pnnx.i |
| |
|
| | |
| | yolov5_pnnx.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov5_pnnx.dir/build.make examples/CMakeFiles/yolov5_pnnx.dir/yolov5_pnnx.cpp.i |
| | .PHONY : yolov5_pnnx.cpp.i |
| |
|
| | yolov5_pnnx.s: yolov5_pnnx.cpp.s |
| | .PHONY : yolov5_pnnx.s |
| |
|
| | |
| | yolov5_pnnx.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov5_pnnx.dir/build.make examples/CMakeFiles/yolov5_pnnx.dir/yolov5_pnnx.cpp.s |
| | .PHONY : yolov5_pnnx.cpp.s |
| |
|
| | yolov7.o: yolov7.cpp.o |
| | .PHONY : yolov7.o |
| |
|
| | |
| | yolov7.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov7.dir/build.make examples/CMakeFiles/yolov7.dir/yolov7.cpp.o |
| | .PHONY : yolov7.cpp.o |
| |
|
| | yolov7.i: yolov7.cpp.i |
| | .PHONY : yolov7.i |
| |
|
| | |
| | yolov7.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov7.dir/build.make examples/CMakeFiles/yolov7.dir/yolov7.cpp.i |
| | .PHONY : yolov7.cpp.i |
| |
|
| | yolov7.s: yolov7.cpp.s |
| | .PHONY : yolov7.s |
| |
|
| | |
| | yolov7.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov7.dir/build.make examples/CMakeFiles/yolov7.dir/yolov7.cpp.s |
| | .PHONY : yolov7.cpp.s |
| |
|
| | yolov7_pnnx.o: yolov7_pnnx.cpp.o |
| | .PHONY : yolov7_pnnx.o |
| |
|
| | |
| | yolov7_pnnx.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov7_pnnx.dir/build.make examples/CMakeFiles/yolov7_pnnx.dir/yolov7_pnnx.cpp.o |
| | .PHONY : yolov7_pnnx.cpp.o |
| |
|
| | yolov7_pnnx.i: yolov7_pnnx.cpp.i |
| | .PHONY : yolov7_pnnx.i |
| |
|
| | |
| | yolov7_pnnx.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov7_pnnx.dir/build.make examples/CMakeFiles/yolov7_pnnx.dir/yolov7_pnnx.cpp.i |
| | .PHONY : yolov7_pnnx.cpp.i |
| |
|
| | yolov7_pnnx.s: yolov7_pnnx.cpp.s |
| | .PHONY : yolov7_pnnx.s |
| |
|
| | |
| | yolov7_pnnx.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolov7_pnnx.dir/build.make examples/CMakeFiles/yolov7_pnnx.dir/yolov7_pnnx.cpp.s |
| | .PHONY : yolov7_pnnx.cpp.s |
| |
|
| | yolox.o: yolox.cpp.o |
| | .PHONY : yolox.o |
| |
|
| | |
| | yolox.cpp.o: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolox.dir/build.make examples/CMakeFiles/yolox.dir/yolox.cpp.o |
| | .PHONY : yolox.cpp.o |
| |
|
| | yolox.i: yolox.cpp.i |
| | .PHONY : yolox.i |
| |
|
| | |
| | yolox.cpp.i: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolox.dir/build.make examples/CMakeFiles/yolox.dir/yolox.cpp.i |
| | .PHONY : yolox.cpp.i |
| |
|
| | yolox.s: yolox.cpp.s |
| | .PHONY : yolox.s |
| |
|
| | |
| | yolox.cpp.s: |
| | cd /content/ncnn/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/yolox.dir/build.make examples/CMakeFiles/yolox.dir/yolox.cpp.s |
| | .PHONY : yolox.cpp.s |
| |
|
| | |
| | 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 "... fasterrcnn" |
| | @echo "... mobilenetssd" |
| | @echo "... mobilenetv2ssdlite" |
| | @echo "... nanodet" |
| | @echo "... nanodetplus_pnnx" |
| | @echo "... p2pnet" |
| | @echo "... peleenetssd_seg" |
| | @echo "... retinaface" |
| | @echo "... rfcn" |
| | @echo "... rvm" |
| | @echo "... scrfd" |
| | @echo "... scrfd_crowdhuman" |
| | @echo "... shufflenetv2" |
| | @echo "... simplepose" |
| | @echo "... squeezenet" |
| | @echo "... squeezenet_c_api" |
| | @echo "... squeezenetssd" |
| | @echo "... yolact" |
| | @echo "... yolov2" |
| | @echo "... yolov3" |
| | @echo "... yolov4" |
| | @echo "... yolov5" |
| | @echo "... yolov5_pnnx" |
| | @echo "... yolov7" |
| | @echo "... yolov7_pnnx" |
| | @echo "... yolox" |
| | @echo "... fasterrcnn.o" |
| | @echo "... fasterrcnn.i" |
| | @echo "... fasterrcnn.s" |
| | @echo "... mobilenetssd.o" |
| | @echo "... mobilenetssd.i" |
| | @echo "... mobilenetssd.s" |
| | @echo "... mobilenetv2ssdlite.o" |
| | @echo "... mobilenetv2ssdlite.i" |
| | @echo "... mobilenetv2ssdlite.s" |
| | @echo "... nanodet.o" |
| | @echo "... nanodet.i" |
| | @echo "... nanodet.s" |
| | @echo "... nanodetplus_pnnx.o" |
| | @echo "... nanodetplus_pnnx.i" |
| | @echo "... nanodetplus_pnnx.s" |
| | @echo "... p2pnet.o" |
| | @echo "... p2pnet.i" |
| | @echo "... p2pnet.s" |
| | @echo "... peleenetssd_seg.o" |
| | @echo "... peleenetssd_seg.i" |
| | @echo "... peleenetssd_seg.s" |
| | @echo "... retinaface.o" |
| | @echo "... retinaface.i" |
| | @echo "... retinaface.s" |
| | @echo "... rfcn.o" |
| | @echo "... rfcn.i" |
| | @echo "... rfcn.s" |
| | @echo "... rvm.o" |
| | @echo "... rvm.i" |
| | @echo "... rvm.s" |
| | @echo "... scrfd.o" |
| | @echo "... scrfd.i" |
| | @echo "... scrfd.s" |
| | @echo "... scrfd_crowdhuman.o" |
| | @echo "... scrfd_crowdhuman.i" |
| | @echo "... scrfd_crowdhuman.s" |
| | @echo "... shufflenetv2.o" |
| | @echo "... shufflenetv2.i" |
| | @echo "... shufflenetv2.s" |
| | @echo "... simplepose.o" |
| | @echo "... simplepose.i" |
| | @echo "... simplepose.s" |
| | @echo "... squeezenet.o" |
| | @echo "... squeezenet.i" |
| | @echo "... squeezenet.s" |
| | @echo "... squeezenet_c_api.o" |
| | @echo "... squeezenet_c_api.i" |
| | @echo "... squeezenet_c_api.s" |
| | @echo "... squeezenetssd.o" |
| | @echo "... squeezenetssd.i" |
| | @echo "... squeezenetssd.s" |
| | @echo "... yolact.o" |
| | @echo "... yolact.i" |
| | @echo "... yolact.s" |
| | @echo "... yolov2.o" |
| | @echo "... yolov2.i" |
| | @echo "... yolov2.s" |
| | @echo "... yolov3.o" |
| | @echo "... yolov3.i" |
| | @echo "... yolov3.s" |
| | @echo "... yolov4.o" |
| | @echo "... yolov4.i" |
| | @echo "... yolov4.s" |
| | @echo "... yolov5.o" |
| | @echo "... yolov5.i" |
| | @echo "... yolov5.s" |
| | @echo "... yolov5_pnnx.o" |
| | @echo "... yolov5_pnnx.i" |
| | @echo "... yolov5_pnnx.s" |
| | @echo "... yolov7.o" |
| | @echo "... yolov7.i" |
| | @echo "... yolov7.s" |
| | @echo "... yolov7_pnnx.o" |
| | @echo "... yolov7_pnnx.i" |
| | @echo "... yolov7_pnnx.s" |
| | @echo "... yolox.o" |
| | @echo "... yolox.i" |
| | @echo "... yolox.s" |
| | .PHONY : help |
| |
|
| |
|
| |
|
| | |
| | |
| |
|
| | |
| | |
| | |
| | cmake_check_build_system: |
| | cd /content/ncnn/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
| | .PHONY : cmake_check_build_system |
| |
|
| |
|