# C6X_GEN_INSTALL_DIR - C6x Code gen tools install directory
export C6X_GEN_INSTALL_DIR ?= E:/VSDK/ti_components/cg_tools/windows/C6000_7.4.2
# PATH TO XDC INSTALL DIR
export XDC_INSTALL_DIR ?= E:/VSDK/ti_components/os_tools/windows/xdctools_3_32_00_06_core
# PATH TO EPI INSTALL DIR
export EPI_INSTALL_DIR ?= C:/IMGLIB_Tools
# PATH TO SWTOOLS INSTALL DIR
export SWTOOLS_INSTALL_DIR ?= C:/IMGLIB_Install
# PATH TO IMGLIB INSTALL DIR
export IMGLIB_INSTALL_DIR ?= E:/VSDK/ti_components/algorithms_codecs/imglib_c66x_3_2_0_1
# ROOT Directory
export ROOTDIR := ../..
# INCLUDE Directory
export INCDIR := $(EPI_INSTALL_DIR)/CCSV5_4_0/ccsv5/packages;$(EPI_INSTALL_DIR)/xdc_eclipse_plugin_gen/20091203;$(XDC_INSTALL_DIR)/packages;$(SWTOOLS_INSTALL_DIR)/swtools;$(IMGLIB_INSTALL_DIR);$(ROOTDIR)
# Common Macros used in make