1 Star 0 Fork 56

itthinker/ccnet

forked from lins05/ccnet 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile.am 632 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chilledheart 提交于 2014-07-18 12:23 . [build] correct sed usage
## 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/itthinker/ccnet.git
git@gitee.com:itthinker/ccnet.git
itthinker
ccnet
ccnet
master

搜索帮助