1 Star 0 Fork 8

Mountain丶/Xipkpublib_Update

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 472 Bytes
一键复制 编辑 原始数据 按行查看 历史
suitianmou 提交于 2016-03-17 14:03 . ʼ1.2汾
#
# NAME: makefile
# AUTHOR: yangwanchun
# VERSION: 1.0
# DATE: 2007/08/25
#
include $(HOME)/etc/makefile.xip
CMP = $(CC) $(SOFLAGS)
LIBS = -lrt
include OBJS
all : $(TARGET) clean
$(TARGET) : $(OBJ)
$(CMP) $@ $(OBJ) -L$(APLIBPATH) $(LIBS)
$(MV) $@ $(APLIBPATH)/
.SUFFIXES:.ec
.ec.o :
$(RM) -f $*.c
$(EC) -I$(INCLPATH) $(ECFLAGS) -L$(APLIBPATH) $<
$(RM) -f $*.c
.c.o:
$(CC) -I$(INCLPATH) $(CCFLAGS) -L$(APLIBPATH) $<
clean:
rm -f *.o
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/OnePieceMountain/Xipkpublib_Update.git
git@gitee.com:OnePieceMountain/Xipkpublib_Update.git
OnePieceMountain
Xipkpublib_Update
Xipkpublib_Update
master

搜索帮助