1 Star 0 Fork 115

chx / friso

forked from 狮子的魂 / friso 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 564 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Makefile for compiling Friso out of source directory
# @Author chenxin<chenxin619315@gmail.com>
# Targets start here.
all testing static share install clean:
cd src && $(MAKE) $@
# echo config parameters
echo:
@echo "INSTALL_TOP= $(INSTALL_TOP)"
@echo "INSTALL_BIN= $(INSTALL_BIN)"
@echo "INSTALL_INC= $(INSTALL_INC)"
@echo "INSTALL_LIB= $(INSTALL_LIB)"
@echo "INSTALL_EXEC= $(INSTALL_EXEC)"
@echo "INSTALL_DATA= $(INSTALL_DATA)"
# list targets that do not create files (but not all makes understand .PHONY)
.PHONY: all clean echo
# (end of Makefile)
C
1
https://gitee.com/chxchxkkk/friso.git
git@gitee.com:chxchxkkk/friso.git
chxchxkkk
friso
friso
master

搜索帮助