1 Star 0 Fork 0

10km / libmgncs-1.2.0

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
makefile.ng 816 Bytes
一键复制 编辑 原始数据 按行查看 历史
10km 提交于 2018-07-21 22:30 . add source
# 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
C
1
https://gitee.com/l0km/libmgncs-1.2.0.git
git@gitee.com:l0km/libmgncs-1.2.0.git
l0km
libmgncs-1.2.0
libmgncs-1.2.0
master

搜索帮助