# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.31

# 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 = /home/runner/work/tvm-ffi/tvm-ffi

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/runner/work/tvm-ffi/tvm-ffi/build_test

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..."
	/usr/local/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test

# Special rule for the target test
test/fast: test
.PHONY : test/fast

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
	/usr/local/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.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\" \"gmock\" \"gtest\""
.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
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/tvm-ffi/tvm-ffi/build_test/CMakeFiles /home/runner/work/tvm-ffi/tvm-ffi/build_test/tests/cpp//CMakeFiles/progress.marks
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/cpp/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/tvm-ffi/tvm-ffi/build_test/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/cpp/clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/cpp/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/cpp/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
tests/cpp/CMakeFiles/tvm_ffi_tests.dir/rule:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/cpp/CMakeFiles/tvm_ffi_tests.dir/rule
.PHONY : tests/cpp/CMakeFiles/tvm_ffi_tests.dir/rule

# Convenience name for target.
tvm_ffi_tests: tests/cpp/CMakeFiles/tvm_ffi_tests.dir/rule
.PHONY : tvm_ffi_tests

# fast build rule for target.
tvm_ffi_tests/fast:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build
.PHONY : tvm_ffi_tests/fast

extra/test_c_env_api.o: extra/test_c_env_api.cc.o
.PHONY : extra/test_c_env_api.o

# target to build an object file
extra/test_c_env_api.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/extra/test_c_env_api.cc.o
.PHONY : extra/test_c_env_api.cc.o

extra/test_c_env_api.i: extra/test_c_env_api.cc.i
.PHONY : extra/test_c_env_api.i

# target to preprocess a source file
extra/test_c_env_api.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/extra/test_c_env_api.cc.i
.PHONY : extra/test_c_env_api.cc.i

extra/test_c_env_api.s: extra/test_c_env_api.cc.s
.PHONY : extra/test_c_env_api.s

# target to generate assembly for a file
extra/test_c_env_api.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/extra/test_c_env_api.cc.s
.PHONY : extra/test_c_env_api.cc.s

extra/test_json_parser.o: extra/test_json_parser.cc.o
.PHONY : extra/test_json_parser.o

# target to build an object file
extra/test_json_parser.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/extra/test_json_parser.cc.o
.PHONY : extra/test_json_parser.cc.o

extra/test_json_parser.i: extra/test_json_parser.cc.i
.PHONY : extra/test_json_parser.i

# target to preprocess a source file
extra/test_json_parser.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/extra/test_json_parser.cc.i
.PHONY : extra/test_json_parser.cc.i

extra/test_json_parser.s: extra/test_json_parser.cc.s
.PHONY : extra/test_json_parser.s

# target to generate assembly for a file
extra/test_json_parser.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/extra/test_json_parser.cc.s
.PHONY : extra/test_json_parser.cc.s

extra/test_json_writer.o: extra/test_json_writer.cc.o
.PHONY : extra/test_json_writer.o

# target to build an object file
extra/test_json_writer.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/extra/test_json_writer.cc.o
.PHONY : extra/test_json_writer.cc.o

extra/test_json_writer.i: extra/test_json_writer.cc.i
.PHONY : extra/test_json_writer.i

# target to preprocess a source file
extra/test_json_writer.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/extra/test_json_writer.cc.i
.PHONY : extra/test_json_writer.cc.i

extra/test_json_writer.s: extra/test_json_writer.cc.s
.PHONY : extra/test_json_writer.s

# target to generate assembly for a file
extra/test_json_writer.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/extra/test_json_writer.cc.s
.PHONY : extra/test_json_writer.cc.s

extra/test_serialization.o: extra/test_serialization.cc.o
.PHONY : extra/test_serialization.o

# target to build an object file
extra/test_serialization.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/extra/test_serialization.cc.o
.PHONY : extra/test_serialization.cc.o

extra/test_serialization.i: extra/test_serialization.cc.i
.PHONY : extra/test_serialization.i

# target to preprocess a source file
extra/test_serialization.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/extra/test_serialization.cc.i
.PHONY : extra/test_serialization.cc.i

extra/test_serialization.s: extra/test_serialization.cc.s
.PHONY : extra/test_serialization.s

# target to generate assembly for a file
extra/test_serialization.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/extra/test_serialization.cc.s
.PHONY : extra/test_serialization.cc.s

extra/test_structural_equal_hash.o: extra/test_structural_equal_hash.cc.o
.PHONY : extra/test_structural_equal_hash.o

# target to build an object file
extra/test_structural_equal_hash.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/extra/test_structural_equal_hash.cc.o
.PHONY : extra/test_structural_equal_hash.cc.o

extra/test_structural_equal_hash.i: extra/test_structural_equal_hash.cc.i
.PHONY : extra/test_structural_equal_hash.i

# target to preprocess a source file
extra/test_structural_equal_hash.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/extra/test_structural_equal_hash.cc.i
.PHONY : extra/test_structural_equal_hash.cc.i

extra/test_structural_equal_hash.s: extra/test_structural_equal_hash.cc.s
.PHONY : extra/test_structural_equal_hash.s

# target to generate assembly for a file
extra/test_structural_equal_hash.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/extra/test_structural_equal_hash.cc.s
.PHONY : extra/test_structural_equal_hash.cc.s

extra/test_structural_key.o: extra/test_structural_key.cc.o
.PHONY : extra/test_structural_key.o

# target to build an object file
extra/test_structural_key.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/extra/test_structural_key.cc.o
.PHONY : extra/test_structural_key.cc.o

extra/test_structural_key.i: extra/test_structural_key.cc.i
.PHONY : extra/test_structural_key.i

# target to preprocess a source file
extra/test_structural_key.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/extra/test_structural_key.cc.i
.PHONY : extra/test_structural_key.cc.i

extra/test_structural_key.s: extra/test_structural_key.cc.s
.PHONY : extra/test_structural_key.s

# target to generate assembly for a file
extra/test_structural_key.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/extra/test_structural_key.cc.s
.PHONY : extra/test_structural_key.cc.s

test_any.o: test_any.cc.o
.PHONY : test_any.o

# target to build an object file
test_any.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_any.cc.o
.PHONY : test_any.cc.o

test_any.i: test_any.cc.i
.PHONY : test_any.i

# target to preprocess a source file
test_any.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_any.cc.i
.PHONY : test_any.cc.i

test_any.s: test_any.cc.s
.PHONY : test_any.s

# target to generate assembly for a file
test_any.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_any.cc.s
.PHONY : test_any.cc.s

test_array.o: test_array.cc.o
.PHONY : test_array.o

# target to build an object file
test_array.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_array.cc.o
.PHONY : test_array.cc.o

test_array.i: test_array.cc.i
.PHONY : test_array.i

# target to preprocess a source file
test_array.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_array.cc.i
.PHONY : test_array.cc.i

test_array.s: test_array.cc.s
.PHONY : test_array.s

# target to generate assembly for a file
test_array.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_array.cc.s
.PHONY : test_array.cc.s

test_base.o: test_base.cc.o
.PHONY : test_base.o

# target to build an object file
test_base.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_base.cc.o
.PHONY : test_base.cc.o

test_base.i: test_base.cc.i
.PHONY : test_base.i

# target to preprocess a source file
test_base.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_base.cc.i
.PHONY : test_base.cc.i

test_base.s: test_base.cc.s
.PHONY : test_base.s

# target to generate assembly for a file
test_base.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_base.cc.s
.PHONY : test_base.cc.s

test_dict.o: test_dict.cc.o
.PHONY : test_dict.o

# target to build an object file
test_dict.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_dict.cc.o
.PHONY : test_dict.cc.o

test_dict.i: test_dict.cc.i
.PHONY : test_dict.i

# target to preprocess a source file
test_dict.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_dict.cc.i
.PHONY : test_dict.cc.i

test_dict.s: test_dict.cc.s
.PHONY : test_dict.s

# target to generate assembly for a file
test_dict.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_dict.cc.s
.PHONY : test_dict.cc.s

test_dtype.o: test_dtype.cc.o
.PHONY : test_dtype.o

# target to build an object file
test_dtype.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_dtype.cc.o
.PHONY : test_dtype.cc.o

test_dtype.i: test_dtype.cc.i
.PHONY : test_dtype.i

# target to preprocess a source file
test_dtype.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_dtype.cc.i
.PHONY : test_dtype.cc.i

test_dtype.s: test_dtype.cc.s
.PHONY : test_dtype.s

# target to generate assembly for a file
test_dtype.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_dtype.cc.s
.PHONY : test_dtype.cc.s

test_error.o: test_error.cc.o
.PHONY : test_error.o

# target to build an object file
test_error.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_error.cc.o
.PHONY : test_error.cc.o

test_error.i: test_error.cc.i
.PHONY : test_error.i

# target to preprocess a source file
test_error.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_error.cc.i
.PHONY : test_error.cc.i

test_error.s: test_error.cc.s
.PHONY : test_error.s

# target to generate assembly for a file
test_error.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_error.cc.s
.PHONY : test_error.cc.s

test_example.o: test_example.cc.o
.PHONY : test_example.o

# target to build an object file
test_example.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_example.cc.o
.PHONY : test_example.cc.o

test_example.i: test_example.cc.i
.PHONY : test_example.i

# target to preprocess a source file
test_example.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_example.cc.i
.PHONY : test_example.cc.i

test_example.s: test_example.cc.s
.PHONY : test_example.s

# target to generate assembly for a file
test_example.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_example.cc.s
.PHONY : test_example.cc.s

test_expected.o: test_expected.cc.o
.PHONY : test_expected.o

# target to build an object file
test_expected.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_expected.cc.o
.PHONY : test_expected.cc.o

test_expected.i: test_expected.cc.i
.PHONY : test_expected.i

# target to preprocess a source file
test_expected.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_expected.cc.i
.PHONY : test_expected.cc.i

test_expected.s: test_expected.cc.s
.PHONY : test_expected.s

# target to generate assembly for a file
test_expected.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_expected.cc.s
.PHONY : test_expected.cc.s

test_function.o: test_function.cc.o
.PHONY : test_function.o

# target to build an object file
test_function.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_function.cc.o
.PHONY : test_function.cc.o

test_function.i: test_function.cc.i
.PHONY : test_function.i

# target to preprocess a source file
test_function.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_function.cc.i
.PHONY : test_function.cc.i

test_function.s: test_function.cc.s
.PHONY : test_function.s

# target to generate assembly for a file
test_function.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_function.cc.s
.PHONY : test_function.cc.s

test_init_once.o: test_init_once.cc.o
.PHONY : test_init_once.o

# target to build an object file
test_init_once.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_init_once.cc.o
.PHONY : test_init_once.cc.o

test_init_once.i: test_init_once.cc.i
.PHONY : test_init_once.i

# target to preprocess a source file
test_init_once.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_init_once.cc.i
.PHONY : test_init_once.cc.i

test_init_once.s: test_init_once.cc.s
.PHONY : test_init_once.s

# target to generate assembly for a file
test_init_once.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_init_once.cc.s
.PHONY : test_init_once.cc.s

test_list.o: test_list.cc.o
.PHONY : test_list.o

# target to build an object file
test_list.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_list.cc.o
.PHONY : test_list.cc.o

test_list.i: test_list.cc.i
.PHONY : test_list.i

# target to preprocess a source file
test_list.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_list.cc.i
.PHONY : test_list.cc.i

test_list.s: test_list.cc.s
.PHONY : test_list.s

# target to generate assembly for a file
test_list.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_list.cc.s
.PHONY : test_list.cc.s

test_map.o: test_map.cc.o
.PHONY : test_map.o

# target to build an object file
test_map.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_map.cc.o
.PHONY : test_map.cc.o

test_map.i: test_map.cc.i
.PHONY : test_map.i

# target to preprocess a source file
test_map.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_map.cc.i
.PHONY : test_map.cc.i

test_map.s: test_map.cc.s
.PHONY : test_map.s

# target to generate assembly for a file
test_map.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_map.cc.s
.PHONY : test_map.cc.s

test_metadata.o: test_metadata.cc.o
.PHONY : test_metadata.o

# target to build an object file
test_metadata.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_metadata.cc.o
.PHONY : test_metadata.cc.o

test_metadata.i: test_metadata.cc.i
.PHONY : test_metadata.i

# target to preprocess a source file
test_metadata.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_metadata.cc.i
.PHONY : test_metadata.cc.i

test_metadata.s: test_metadata.cc.s
.PHONY : test_metadata.s

# target to generate assembly for a file
test_metadata.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_metadata.cc.s
.PHONY : test_metadata.cc.s

test_object.o: test_object.cc.o
.PHONY : test_object.o

# target to build an object file
test_object.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_object.cc.o
.PHONY : test_object.cc.o

test_object.i: test_object.cc.i
.PHONY : test_object.i

# target to preprocess a source file
test_object.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_object.cc.i
.PHONY : test_object.cc.i

test_object.s: test_object.cc.s
.PHONY : test_object.s

# target to generate assembly for a file
test_object.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_object.cc.s
.PHONY : test_object.cc.s

test_optional.o: test_optional.cc.o
.PHONY : test_optional.o

# target to build an object file
test_optional.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_optional.cc.o
.PHONY : test_optional.cc.o

test_optional.i: test_optional.cc.i
.PHONY : test_optional.i

# target to preprocess a source file
test_optional.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_optional.cc.i
.PHONY : test_optional.cc.i

test_optional.s: test_optional.cc.s
.PHONY : test_optional.s

# target to generate assembly for a file
test_optional.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_optional.cc.s
.PHONY : test_optional.cc.s

test_overload.o: test_overload.cc.o
.PHONY : test_overload.o

# target to build an object file
test_overload.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_overload.cc.o
.PHONY : test_overload.cc.o

test_overload.i: test_overload.cc.i
.PHONY : test_overload.i

# target to preprocess a source file
test_overload.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_overload.cc.i
.PHONY : test_overload.cc.i

test_overload.s: test_overload.cc.s
.PHONY : test_overload.s

# target to generate assembly for a file
test_overload.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_overload.cc.s
.PHONY : test_overload.cc.s

test_reflection.o: test_reflection.cc.o
.PHONY : test_reflection.o

# target to build an object file
test_reflection.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_reflection.cc.o
.PHONY : test_reflection.cc.o

test_reflection.i: test_reflection.cc.i
.PHONY : test_reflection.i

# target to preprocess a source file
test_reflection.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_reflection.cc.i
.PHONY : test_reflection.cc.i

test_reflection.s: test_reflection.cc.s
.PHONY : test_reflection.s

# target to generate assembly for a file
test_reflection.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_reflection.cc.s
.PHONY : test_reflection.cc.s

test_rvalue_ref.o: test_rvalue_ref.cc.o
.PHONY : test_rvalue_ref.o

# target to build an object file
test_rvalue_ref.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_rvalue_ref.cc.o
.PHONY : test_rvalue_ref.cc.o

test_rvalue_ref.i: test_rvalue_ref.cc.i
.PHONY : test_rvalue_ref.i

# target to preprocess a source file
test_rvalue_ref.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_rvalue_ref.cc.i
.PHONY : test_rvalue_ref.cc.i

test_rvalue_ref.s: test_rvalue_ref.cc.s
.PHONY : test_rvalue_ref.s

# target to generate assembly for a file
test_rvalue_ref.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_rvalue_ref.cc.s
.PHONY : test_rvalue_ref.cc.s

test_shape.o: test_shape.cc.o
.PHONY : test_shape.o

# target to build an object file
test_shape.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_shape.cc.o
.PHONY : test_shape.cc.o

test_shape.i: test_shape.cc.i
.PHONY : test_shape.i

# target to preprocess a source file
test_shape.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_shape.cc.i
.PHONY : test_shape.cc.i

test_shape.s: test_shape.cc.s
.PHONY : test_shape.s

# target to generate assembly for a file
test_shape.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_shape.cc.s
.PHONY : test_shape.cc.s

test_string.o: test_string.cc.o
.PHONY : test_string.o

# target to build an object file
test_string.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_string.cc.o
.PHONY : test_string.cc.o

test_string.i: test_string.cc.i
.PHONY : test_string.i

# target to preprocess a source file
test_string.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_string.cc.i
.PHONY : test_string.cc.i

test_string.s: test_string.cc.s
.PHONY : test_string.s

# target to generate assembly for a file
test_string.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_string.cc.s
.PHONY : test_string.cc.s

test_tensor.o: test_tensor.cc.o
.PHONY : test_tensor.o

# target to build an object file
test_tensor.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_tensor.cc.o
.PHONY : test_tensor.cc.o

test_tensor.i: test_tensor.cc.i
.PHONY : test_tensor.i

# target to preprocess a source file
test_tensor.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_tensor.cc.i
.PHONY : test_tensor.cc.i

test_tensor.s: test_tensor.cc.s
.PHONY : test_tensor.s

# target to generate assembly for a file
test_tensor.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_tensor.cc.s
.PHONY : test_tensor.cc.s

test_tuple.o: test_tuple.cc.o
.PHONY : test_tuple.o

# target to build an object file
test_tuple.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_tuple.cc.o
.PHONY : test_tuple.cc.o

test_tuple.i: test_tuple.cc.i
.PHONY : test_tuple.i

# target to preprocess a source file
test_tuple.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_tuple.cc.i
.PHONY : test_tuple.cc.i

test_tuple.s: test_tuple.cc.s
.PHONY : test_tuple.s

# target to generate assembly for a file
test_tuple.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_tuple.cc.s
.PHONY : test_tuple.cc.s

test_variant.o: test_variant.cc.o
.PHONY : test_variant.o

# target to build an object file
test_variant.cc.o:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_variant.cc.o
.PHONY : test_variant.cc.o

test_variant.i: test_variant.cc.i
.PHONY : test_variant.i

# target to preprocess a source file
test_variant.cc.i:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_variant.cc.i
.PHONY : test_variant.cc.i

test_variant.s: test_variant.cc.s
.PHONY : test_variant.s

# target to generate assembly for a file
test_variant.cc.s:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(MAKE) $(MAKESILENT) -f tests/cpp/CMakeFiles/tvm_ffi_tests.dir/build.make tests/cpp/CMakeFiles/tvm_ffi_tests.dir/test_variant.cc.s
.PHONY : test_variant.cc.s

# 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 "... rebuild_cache"
	@echo "... test"
	@echo "... tvm_ffi_tests"
	@echo "... extra/test_c_env_api.o"
	@echo "... extra/test_c_env_api.i"
	@echo "... extra/test_c_env_api.s"
	@echo "... extra/test_json_parser.o"
	@echo "... extra/test_json_parser.i"
	@echo "... extra/test_json_parser.s"
	@echo "... extra/test_json_writer.o"
	@echo "... extra/test_json_writer.i"
	@echo "... extra/test_json_writer.s"
	@echo "... extra/test_serialization.o"
	@echo "... extra/test_serialization.i"
	@echo "... extra/test_serialization.s"
	@echo "... extra/test_structural_equal_hash.o"
	@echo "... extra/test_structural_equal_hash.i"
	@echo "... extra/test_structural_equal_hash.s"
	@echo "... extra/test_structural_key.o"
	@echo "... extra/test_structural_key.i"
	@echo "... extra/test_structural_key.s"
	@echo "... test_any.o"
	@echo "... test_any.i"
	@echo "... test_any.s"
	@echo "... test_array.o"
	@echo "... test_array.i"
	@echo "... test_array.s"
	@echo "... test_base.o"
	@echo "... test_base.i"
	@echo "... test_base.s"
	@echo "... test_dict.o"
	@echo "... test_dict.i"
	@echo "... test_dict.s"
	@echo "... test_dtype.o"
	@echo "... test_dtype.i"
	@echo "... test_dtype.s"
	@echo "... test_error.o"
	@echo "... test_error.i"
	@echo "... test_error.s"
	@echo "... test_example.o"
	@echo "... test_example.i"
	@echo "... test_example.s"
	@echo "... test_expected.o"
	@echo "... test_expected.i"
	@echo "... test_expected.s"
	@echo "... test_function.o"
	@echo "... test_function.i"
	@echo "... test_function.s"
	@echo "... test_init_once.o"
	@echo "... test_init_once.i"
	@echo "... test_init_once.s"
	@echo "... test_list.o"
	@echo "... test_list.i"
	@echo "... test_list.s"
	@echo "... test_map.o"
	@echo "... test_map.i"
	@echo "... test_map.s"
	@echo "... test_metadata.o"
	@echo "... test_metadata.i"
	@echo "... test_metadata.s"
	@echo "... test_object.o"
	@echo "... test_object.i"
	@echo "... test_object.s"
	@echo "... test_optional.o"
	@echo "... test_optional.i"
	@echo "... test_optional.s"
	@echo "... test_overload.o"
	@echo "... test_overload.i"
	@echo "... test_overload.s"
	@echo "... test_reflection.o"
	@echo "... test_reflection.i"
	@echo "... test_reflection.s"
	@echo "... test_rvalue_ref.o"
	@echo "... test_rvalue_ref.i"
	@echo "... test_rvalue_ref.s"
	@echo "... test_shape.o"
	@echo "... test_shape.i"
	@echo "... test_shape.s"
	@echo "... test_string.o"
	@echo "... test_string.i"
	@echo "... test_string.s"
	@echo "... test_tensor.o"
	@echo "... test_tensor.i"
	@echo "... test_tensor.s"
	@echo "... test_tuple.o"
	@echo "... test_tuple.i"
	@echo "... test_tuple.s"
	@echo "... test_variant.o"
	@echo "... test_variant.i"
	@echo "... test_variant.s"
.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:
	cd /home/runner/work/tvm-ffi/tvm-ffi/build_test && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

