1 Star 0 Fork 1

decore/tlpi

forked from yeeeeeeeeee/tlpi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile.inc.MacOSX 312 Bytes
一键复制 编辑 原始数据 按行查看 历史
yeeeeeeeeee 提交于 2020-11-20 09:24 . tlpi
# Makefile.inc - common definitions used by all makefiles
# Mac OS (Lion) version
TLPI_DIR = ..
TLPI_LIB = ${TLPI_DIR}/libtlpi.a
TLPI_INCL_DIR = ${TLPI_DIR}/lib
IMPL_CFLAGS += -g -I${TLPI_INCL_DIR}
CFLAGS = ${IMPL_CFLAGS}
IMPL_THREAD_FLAGS =
IMPL_LDLIBS = ${TLPI_LIB} -lm
LDLIBS = ${IMPL_LDLIBS}
RM = rm -f
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/waytai/tlpi.git
git@gitee.com:waytai/tlpi.git
waytai
tlpi
tlpi
master

搜索帮助