#
#  ======== makefile ========
#  GNUmake-based makefile.
#

# include the files that defines XDC package, paths and build rules
EXAMPLES_ROOTDIR = ../../../../../

include $(EXAMPLES_ROOTDIR)/xdcpaths.mak

XDC_PATH := $(EXAMPLES_ROOTDIR);$(XDC_PATH)

include $(EXAMPLES_ROOTDIR)/buildutils/xdcrules.mak
