##############################################################
# 
# Copyright (C) 2021-2021 Intel Corporation.
# SPDX-License-Identifier: MIT
# 
##############################################################
#
#                   DO NOT EDIT THIS FILE!
#
##############################################################

# If the tool is built out of the kit, PIN_ROOT must be specified in the make 
# invocation and point to the kit root.
ifdef SDE_BUILD_KIT
PIN_ROOT := $(SDE_BUILD_KIT)/pinkit
SDE_ROOT := $(PIN_ROOT)/sde-example
PINPLAY_ROOT := $(PIN_ROOT)/pinplay
CONFIG_ROOT := $(PIN_ROOT)/source/tools/Config
else
SDE_BUILD_KIT := ../../..
PIN_ROOT := $(SDE_BUILD_KIT)/pinkit
SDE_ROOT := $(PIN_ROOT)/sde-example
PINPLAY_ROOT := $(PIN_ROOT)/pinplay
CONFIG_ROOT := $(PIN_ROOT)/source/tools/Config
CONFIG_ROOT := $(PIN_ROOT)/source/tools/Config
endif

include $(CONFIG_ROOT)/makefile.config
include makefile.rules
include $(TOOLS_ROOT)/Config/makefile.default.rules

##############################################################
#
#                   DO NOT EDIT THIS FILE!
#
##############################################################
