# Target libraries are put under this directory: | |
TARGET_SUBDIR = @target_subdir@ | |
# Python3 executable name if it exists | |
PYTHON = @PYTHON@ | |
# Does Python3 exist? (yes/no). | |
HAVE_PYTHON = @HAVE_PYTHON@ | |
# target cpu | |
TEST_TARGET_CPU_DEFAULT = @target@ | |
# host cpu | |
TEST_HOST_CPU_DEFAULT = @host@ |