makefile

来自「6446 davinci 达芬奇平台上的一个例程」· 代码 · 共 15 行

TXT
15
字号
##  ======== makefile ========#  GNUmake-based makefile.## include the files that defines XDC package, paths and build rulesAUDCP_ROOTDIR := $(CURDIR)/..include $(AUDCP_ROOTDIR)/xdcpaths.mak# [CE] add the examples directory itself to the list of paths to packagesXDC_PATH := $(AUDCP_ROOTDIR);$(XDC_PATH)include $(AUDCP_ROOTDIR)/xdcrules.mak

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?