tensor-rt / Makefile
camenduru's picture
content
857752a
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.24
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# 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/bin/cmake
# The command to remove a file.
RM = /usr/local/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /content/TensorRT
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /content/TensorRT/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
/usr/local/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
package/fast: package
.PHONY : package/fast
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
/usr/local/bin/cpack --config ./CPackSourceConfig.cmake /content/TensorRT/build/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/local/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/local/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\" \"dev\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/local/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/local/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /content/TensorRT/build/CMakeFiles /content/TensorRT/build//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /content/TensorRT/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named third_party.protobuf
# Build rule for target.
third_party.protobuf: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party.protobuf
.PHONY : third_party.protobuf
# fast build rule for target.
third_party.protobuf/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/third_party.protobuf.dir/build.make CMakeFiles/third_party.protobuf.dir/build
.PHONY : third_party.protobuf/fast
#=============================================================================
# Target rules for targets named plugin
# Build rule for target.
plugin: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugin
.PHONY : plugin
# fast build rule for target.
plugin/fast:
$(MAKE) $(MAKESILENT) -f plugin/CMakeFiles/plugin.dir/build.make plugin/CMakeFiles/plugin.dir/build
.PHONY : plugin/fast
#=============================================================================
# Target rules for targets named nvinfer_plugin
# Build rule for target.
nvinfer_plugin: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 nvinfer_plugin
.PHONY : nvinfer_plugin
# fast build rule for target.
nvinfer_plugin/fast:
$(MAKE) $(MAKESILENT) -f plugin/CMakeFiles/nvinfer_plugin.dir/build.make plugin/CMakeFiles/nvinfer_plugin.dir/build
.PHONY : nvinfer_plugin/fast
#=============================================================================
# Target rules for targets named nvinfer_plugin_static
# Build rule for target.
nvinfer_plugin_static: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 nvinfer_plugin_static
.PHONY : nvinfer_plugin_static
# fast build rule for target.
nvinfer_plugin_static/fast:
$(MAKE) $(MAKESILENT) -f plugin/CMakeFiles/nvinfer_plugin_static.dir/build.make plugin/CMakeFiles/nvinfer_plugin_static.dir/build
.PHONY : nvinfer_plugin_static/fast
#=============================================================================
# Target rules for targets named parsers
# Build rule for target.
parsers: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 parsers
.PHONY : parsers
# fast build rule for target.
parsers/fast:
$(MAKE) $(MAKESILENT) -f parsers/CMakeFiles/parsers.dir/build.make parsers/CMakeFiles/parsers.dir/build
.PHONY : parsers/fast
#=============================================================================
# Target rules for targets named caffe_proto
# Build rule for target.
caffe_proto: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 caffe_proto
.PHONY : caffe_proto
# fast build rule for target.
caffe_proto/fast:
$(MAKE) $(MAKESILENT) -f parsers/caffe/CMakeFiles/caffe_proto.dir/build.make parsers/caffe/CMakeFiles/caffe_proto.dir/build
.PHONY : caffe_proto/fast
#=============================================================================
# Target rules for targets named nvcaffeparserlibs
# Build rule for target.
nvcaffeparserlibs: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 nvcaffeparserlibs
.PHONY : nvcaffeparserlibs
# fast build rule for target.
nvcaffeparserlibs/fast:
$(MAKE) $(MAKESILENT) -f parsers/caffe/CMakeFiles/nvcaffeparserlibs.dir/build.make parsers/caffe/CMakeFiles/nvcaffeparserlibs.dir/build
.PHONY : nvcaffeparserlibs/fast
#=============================================================================
# Target rules for targets named nvcaffeparser
# Build rule for target.
nvcaffeparser: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 nvcaffeparser
.PHONY : nvcaffeparser
# fast build rule for target.
nvcaffeparser/fast:
$(MAKE) $(MAKESILENT) -f parsers/caffe/CMakeFiles/nvcaffeparser.dir/build.make parsers/caffe/CMakeFiles/nvcaffeparser.dir/build
.PHONY : nvcaffeparser/fast
#=============================================================================
# Target rules for targets named nvcaffeparser_static
# Build rule for target.
nvcaffeparser_static: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 nvcaffeparser_static
.PHONY : nvcaffeparser_static
# fast build rule for target.
nvcaffeparser_static/fast:
$(MAKE) $(MAKESILENT) -f parsers/caffe/CMakeFiles/nvcaffeparser_static.dir/build.make parsers/caffe/CMakeFiles/nvcaffeparser_static.dir/build
.PHONY : nvcaffeparser_static/fast
#=============================================================================
# Target rules for targets named nvonnxparser
# Build rule for target.
nvonnxparser: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 nvonnxparser
.PHONY : nvonnxparser
# fast build rule for target.
nvonnxparser/fast:
$(MAKE) $(MAKESILENT) -f parsers/onnx/CMakeFiles/nvonnxparser.dir/build.make parsers/onnx/CMakeFiles/nvonnxparser.dir/build
.PHONY : nvonnxparser/fast
#=============================================================================
# Target rules for targets named nvonnxparser_static
# Build rule for target.
nvonnxparser_static: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 nvonnxparser_static
.PHONY : nvonnxparser_static
# fast build rule for target.
nvonnxparser_static/fast:
$(MAKE) $(MAKESILENT) -f parsers/onnx/CMakeFiles/nvonnxparser_static.dir/build.make parsers/onnx/CMakeFiles/nvonnxparser_static.dir/build
.PHONY : nvonnxparser_static/fast
#=============================================================================
# Target rules for targets named getSupportedAPITest
# Build rule for target.
getSupportedAPITest: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 getSupportedAPITest
.PHONY : getSupportedAPITest
# fast build rule for target.
getSupportedAPITest/fast:
$(MAKE) $(MAKESILENT) -f parsers/onnx/CMakeFiles/getSupportedAPITest.dir/build.make parsers/onnx/CMakeFiles/getSupportedAPITest.dir/build
.PHONY : getSupportedAPITest/fast
#=============================================================================
# Target rules for targets named gen_onnx_proto
# Build rule for target.
gen_onnx_proto: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gen_onnx_proto
.PHONY : gen_onnx_proto
# fast build rule for target.
gen_onnx_proto/fast:
$(MAKE) $(MAKESILENT) -f parsers/onnx/third_party/onnx/CMakeFiles/gen_onnx_proto.dir/build.make parsers/onnx/third_party/onnx/CMakeFiles/gen_onnx_proto.dir/build
.PHONY : gen_onnx_proto/fast
#=============================================================================
# Target rules for targets named gen_onnx_operators_proto
# Build rule for target.
gen_onnx_operators_proto: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gen_onnx_operators_proto
.PHONY : gen_onnx_operators_proto
# fast build rule for target.
gen_onnx_operators_proto/fast:
$(MAKE) $(MAKESILENT) -f parsers/onnx/third_party/onnx/CMakeFiles/gen_onnx_operators_proto.dir/build.make parsers/onnx/third_party/onnx/CMakeFiles/gen_onnx_operators_proto.dir/build
.PHONY : gen_onnx_operators_proto/fast
#=============================================================================
# Target rules for targets named gen_onnx_data_proto
# Build rule for target.
gen_onnx_data_proto: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gen_onnx_data_proto
.PHONY : gen_onnx_data_proto
# fast build rule for target.
gen_onnx_data_proto/fast:
$(MAKE) $(MAKESILENT) -f parsers/onnx/third_party/onnx/CMakeFiles/gen_onnx_data_proto.dir/build.make parsers/onnx/third_party/onnx/CMakeFiles/gen_onnx_data_proto.dir/build
.PHONY : gen_onnx_data_proto/fast
#=============================================================================
# Target rules for targets named onnx_proto
# Build rule for target.
onnx_proto: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 onnx_proto
.PHONY : onnx_proto
# fast build rule for target.
onnx_proto/fast:
$(MAKE) $(MAKESILENT) -f parsers/onnx/third_party/onnx/CMakeFiles/onnx_proto.dir/build.make parsers/onnx/third_party/onnx/CMakeFiles/onnx_proto.dir/build
.PHONY : onnx_proto/fast
#=============================================================================
# Target rules for targets named onnx
# Build rule for target.
onnx: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 onnx
.PHONY : onnx
# fast build rule for target.
onnx/fast:
$(MAKE) $(MAKESILENT) -f parsers/onnx/third_party/onnx/CMakeFiles/onnx.dir/build.make parsers/onnx/third_party/onnx/CMakeFiles/onnx.dir/build
.PHONY : onnx/fast
#=============================================================================
# Target rules for targets named onnxifi_loader
# Build rule for target.
onnxifi_loader: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 onnxifi_loader
.PHONY : onnxifi_loader
# fast build rule for target.
onnxifi_loader/fast:
$(MAKE) $(MAKESILENT) -f parsers/onnx/third_party/onnx/CMakeFiles/onnxifi_loader.dir/build.make parsers/onnx/third_party/onnx/CMakeFiles/onnxifi_loader.dir/build
.PHONY : onnxifi_loader/fast
#=============================================================================
# Target rules for targets named onnxifi_wrapper
# Build rule for target.
onnxifi_wrapper: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 onnxifi_wrapper
.PHONY : onnxifi_wrapper
# fast build rule for target.
onnxifi_wrapper/fast:
$(MAKE) $(MAKESILENT) -f parsers/onnx/third_party/onnx/CMakeFiles/onnxifi_wrapper.dir/build.make parsers/onnx/third_party/onnx/CMakeFiles/onnxifi_wrapper.dir/build
.PHONY : onnxifi_wrapper/fast
#=============================================================================
# Target rules for targets named onnxifi_dummy
# Build rule for target.
onnxifi_dummy: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 onnxifi_dummy
.PHONY : onnxifi_dummy
# fast build rule for target.
onnxifi_dummy/fast:
$(MAKE) $(MAKESILENT) -f parsers/onnx/third_party/onnx/CMakeFiles/onnxifi_dummy.dir/build.make parsers/onnx/third_party/onnx/CMakeFiles/onnxifi_dummy.dir/build
.PHONY : onnxifi_dummy/fast
#=============================================================================
# Target rules for targets named samples
# Build rule for target.
samples: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 samples
.PHONY : samples
# fast build rule for target.
samples/fast:
$(MAKE) $(MAKESILENT) -f samples/CMakeFiles/samples.dir/build.make samples/CMakeFiles/samples.dir/build
.PHONY : samples/fast
#=============================================================================
# Target rules for targets named sample_algorithm_selector
# Build rule for target.
sample_algorithm_selector: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sample_algorithm_selector
.PHONY : sample_algorithm_selector
# fast build rule for target.
sample_algorithm_selector/fast:
$(MAKE) $(MAKESILENT) -f samples/sampleAlgorithmSelector/CMakeFiles/sample_algorithm_selector.dir/build.make samples/sampleAlgorithmSelector/CMakeFiles/sample_algorithm_selector.dir/build
.PHONY : sample_algorithm_selector/fast
#=============================================================================
# Target rules for targets named sample_char_rnn
# Build rule for target.
sample_char_rnn: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sample_char_rnn
.PHONY : sample_char_rnn
# fast build rule for target.
sample_char_rnn/fast:
$(MAKE) $(MAKESILENT) -f samples/sampleCharRNN/CMakeFiles/sample_char_rnn.dir/build.make samples/sampleCharRNN/CMakeFiles/sample_char_rnn.dir/build
.PHONY : sample_char_rnn/fast
#=============================================================================
# Target rules for targets named sample_dynamic_reshape
# Build rule for target.
sample_dynamic_reshape: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sample_dynamic_reshape
.PHONY : sample_dynamic_reshape
# fast build rule for target.
sample_dynamic_reshape/fast:
$(MAKE) $(MAKESILENT) -f samples/sampleDynamicReshape/CMakeFiles/sample_dynamic_reshape.dir/build.make samples/sampleDynamicReshape/CMakeFiles/sample_dynamic_reshape.dir/build
.PHONY : sample_dynamic_reshape/fast
#=============================================================================
# Target rules for targets named sample_int8_api
# Build rule for target.
sample_int8_api: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sample_int8_api
.PHONY : sample_int8_api
# fast build rule for target.
sample_int8_api/fast:
$(MAKE) $(MAKESILENT) -f samples/sampleINT8API/CMakeFiles/sample_int8_api.dir/build.make samples/sampleINT8API/CMakeFiles/sample_int8_api.dir/build
.PHONY : sample_int8_api/fast
#=============================================================================
# Target rules for targets named sample_onnx_mnist
# Build rule for target.
sample_onnx_mnist: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sample_onnx_mnist
.PHONY : sample_onnx_mnist
# fast build rule for target.
sample_onnx_mnist/fast:
$(MAKE) $(MAKESILENT) -f samples/sampleOnnxMNIST/CMakeFiles/sample_onnx_mnist.dir/build.make samples/sampleOnnxMNIST/CMakeFiles/sample_onnx_mnist.dir/build
.PHONY : sample_onnx_mnist/fast
#=============================================================================
# Target rules for targets named sample_io_formats
# Build rule for target.
sample_io_formats: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sample_io_formats
.PHONY : sample_io_formats
# fast build rule for target.
sample_io_formats/fast:
$(MAKE) $(MAKESILENT) -f samples/sampleIOFormats/CMakeFiles/sample_io_formats.dir/build.make samples/sampleIOFormats/CMakeFiles/sample_io_formats.dir/build
.PHONY : sample_io_formats/fast
#=============================================================================
# Target rules for targets named sample_onnx_mnist_coord_conv_ac
# Build rule for target.
sample_onnx_mnist_coord_conv_ac: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sample_onnx_mnist_coord_conv_ac
.PHONY : sample_onnx_mnist_coord_conv_ac
# fast build rule for target.
sample_onnx_mnist_coord_conv_ac/fast:
$(MAKE) $(MAKESILENT) -f samples/sampleOnnxMnistCoordConvAC/CMakeFiles/sample_onnx_mnist_coord_conv_ac.dir/build.make samples/sampleOnnxMnistCoordConvAC/CMakeFiles/sample_onnx_mnist_coord_conv_ac.dir/build
.PHONY : sample_onnx_mnist_coord_conv_ac/fast
#=============================================================================
# Target rules for targets named trtexec
# Build rule for target.
trtexec: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 trtexec
.PHONY : trtexec
# fast build rule for target.
trtexec/fast:
$(MAKE) $(MAKESILENT) -f samples/trtexec/CMakeFiles/trtexec.dir/build.make samples/trtexec/CMakeFiles/trtexec.dir/build
.PHONY : trtexec/fast
# Help Target
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 "... package"
@echo "... package_source"
@echo "... rebuild_cache"
@echo "... caffe_proto"
@echo "... gen_onnx_data_proto"
@echo "... gen_onnx_operators_proto"
@echo "... gen_onnx_proto"
@echo "... nvcaffeparserlibs"
@echo "... parsers"
@echo "... plugin"
@echo "... samples"
@echo "... third_party.protobuf"
@echo "... getSupportedAPITest"
@echo "... nvcaffeparser"
@echo "... nvcaffeparser_static"
@echo "... nvinfer_plugin"
@echo "... nvinfer_plugin_static"
@echo "... nvonnxparser"
@echo "... nvonnxparser_static"
@echo "... onnx"
@echo "... onnx_proto"
@echo "... onnxifi_dummy"
@echo "... onnxifi_loader"
@echo "... onnxifi_wrapper"
@echo "... sample_algorithm_selector"
@echo "... sample_char_rnn"
@echo "... sample_dynamic_reshape"
@echo "... sample_int8_api"
@echo "... sample_io_formats"
@echo "... sample_onnx_mnist"
@echo "... sample_onnx_mnist_coord_conv_ac"
@echo "... trtexec"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system