1 Star 0 Fork 55

yaolun / ccnet

forked from lins05 / ccnet 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
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
1
https://gitee.com/yaobyron/ccnet.git
git@gitee.com:yaobyron/ccnet.git
yaobyron
ccnet
ccnet
master

搜索帮助