1 Star 0 Fork 56

kflyddn/ccnet

forked from 没什么好笑的/ccnet 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile.am 629 Bytes
一键复制 编辑 原始数据 按行查看 历史
## Process this file with automake to produce Makefile.in
pcfiles = libccnet.pc
pkgconfig_DATA = $(pcfiles)
pkgconfigdir = $(libdir)/pkgconfig
MAKE_CLI = cli
MAKE_TOOLS = tools
if COMPILE_DEMO
MAKE_DEMO = demo
endif
SUBDIRS = include lib net $(MAKE_CLI) $(MAKE_TOOLS) \
python $(MAKE_DEMO) tests
EXTRA_DIST = install-sh libccnet.pc.in LICENCE.txt
DISTCHECK_CONFIGURE_FLAGS = --enable-server
ACLOCAL_AMFLAGS = -I m4
install-data-local:
if MACOS
sed -i '' -e "s|(DESTDIR)|${DESTDIR}|g" $(pcfiles)
else
sed -i "s|(DESTDIR)|${DESTDIR}|g" $(pcfiles)
endif
dist-hook:
git log --format='%H' -1 > $(distdir)/latest_commit
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kflyddn/ccnet.git
git@gitee.com:kflyddn/ccnet.git
kflyddn
ccnet
ccnet
master

搜索帮助