1 Star 0 Fork 5

释冰翼 / itrace

forked from tboox / itrace 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
prefix.mak 515 Bytes
一键复制 编辑 原始数据 按行查看 历史
ruki 提交于 2014-09-01 10:57 . update tbox
# 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
1
https://gitee.com/chenwenbin_admin/itrace.git
git@gitee.com:chenwenbin_admin/itrace.git
chenwenbin_admin
itrace
itrace
master

搜索帮助