1 Star 0 Fork 0

yodadev/libvips

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.github
benchmark
cplusplus
doc
fuzz
libvips
m4
man
po
suppressions
test
tools
.editorconfig
.gitattributes
.gitignore
AUTHORS
CODE_OF_CONDUCT.md
COPYING
ChangeLog
INSTALL
Makefile.am
NEWS
README.md
THANKS
autogen.sh
configure.ac
vips-cpp.pc.in
vips.pc.in
克隆/下载
Makefile.am 532 Bytes
一键复制 编辑 原始数据 按行查看 历史
SUBDIRS = \
libvips \
cplusplus \
tools \
po \
man \
doc \
test \
fuzz
EXTRA_DIST = \
m4 \
benchmark \
autogen.sh \
vips.pc.in \
vips-cpp.pc.in \
suppressions \
depcomp \
README.md
pkgconfig_DATA = vips.pc vips-cpp.pc
dist-hook:
# make sure we don't get any .svn dirs from EXTRA_DIST
# also "fred" gets left around occasionally
-find $(distdir) -name .svn -exec rm -rf {} \;
-find $(distdir) -name fred -exec rm {} \;
ACLOCAL_AMFLAGS = -I m4
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --enable-introspection
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yodadev/libvips.git
git@gitee.com:yodadev/libvips.git
yodadev
libvips
libvips
master

搜索帮助