1 Star 0 Fork 364

llz/tbox

forked from tboox/tbox 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
prefix.mak 515 Bytes
一键复制 编辑 原始数据 按行查看 历史
ruki 提交于 2014-08-08 11:06 . add project.mak
# prefix makefile
# include project
include $(PRO_DIR)/project.mak
# the source directory
SRC_DIR = $(PRO_DIR)/src
# the binary directory
BIN_DIR = $(PRO_DIR)/bin/$(PLAT)/$(ARCH)
# the prefix directory
PRE_DIR = $(PRO_DIR)/pre
# the include directory
INC_DIR = $(PRO_DIR)/inc/$(PLAT)/$(ARCH) $(PRO_DIR)/inc
# the library directory
LIB_DIR = $(PRO_DIR)/lib/$(PLAT)/$(ARCH)
# the platform directory
PLAT_DIR = $(PRO_DIR)/plat/$(PLAT)
# include platform prefix
-include $(PLAT_DIR)/prefix.mak
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/llz/tbox.git
[email protected]:llz/tbox.git
llz
tbox
tbox
master

搜索帮助