1 Star 0 Fork 0

wihoog/mgncs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
makefile.ng 816 Bytes
一键复制 编辑 原始数据 按行查看 历史
VincentWei 提交于 2017-05-29 11:26 . initial commit
# Top makefile for building the MiniGUI libraries
# and GNU Make
# Useful for non-gcc compilers
# Use: make -f makefile.ng [options]
###############################################################################
# This is the top project directory
TOPPROJALL = 1
TOPLOOP=1
abs_top_srcdir=.
# sub lib or install directories
SUB_DIRS = src include
###############################################################################
# Includes the common make defines
include rules.make
###############################################################################
install::
$(CP) mgncsconfig.h $(includedir)/mgncs/mgncsconfig.h
installdirs :: force
-mkdir -p $(prefix)
-mkdir -p $(includedir)
-mkdir -p $(includedir)/mgncs
-mkdir -p $(libdir)
mgncsconfig.h: $(CONFIGH)
$(CP) $(CONFIGH) mgncsconfig.h
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wihoog/mgncs.git
git@gitee.com:wihoog/mgncs.git
wihoog
mgncs
mgncs
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385