mirror of
https://github.com/hasherezade/tiny_tracer
synced 2026-06-08 14:36:37 +00:00
27 lines
757 B
Makefile
27 lines
757 B
Makefile
#
|
|
# Copyright (C) 2004-2013 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 PIN_ROOT
|
|
CONFIG_ROOT := $(PIN_ROOT)/source/tools/Config
|
|
else
|
|
CONFIG_ROOT := ../Config
|
|
endif
|
|
include $(CONFIG_ROOT)/makefile.config
|
|
include makefile.rules
|
|
include $(TOOLS_ROOT)/Config/makefile.default.rules
|
|
|
|
##############################################################
|
|
#
|
|
# DO NOT EDIT THIS FILE!
|
|
#
|
|
##############################################################
|