63 Star 115 Fork 55

lins05 / ccnet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile.am 469 Bytes
一键复制 编辑 原始数据 按行查看 历史
## Process this file with automake to produce Makefile.in
pcfiles = libccnet.pc
pkgconfig_DATA = $(pcfiles)
pkgconfigdir = $(libdir)/pkgconfig
SUBDIRS = include lib net python tools
EXTRA_DIST = install-sh libccnet.pc.in LICENSE.txt
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
C
1
https://gitee.com/lins05/ccnet.git
git@gitee.com:lins05/ccnet.git
lins05
ccnet
ccnet
master

搜索帮助