1 Star 0 Fork 1

李云帆/codeblocks

forked from leegoobin/codeblocks 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile.am 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
长沙招聘C/C++/verilog 提交于 2021-08-19 22:14 . 20.03
SUBDIRS = src
ACLOCAL_AMFLAGS = -I m4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = codeblocks.pc
# Add some files needed only when making a bundle
if DARWIN
osxbundledir = $(pkgdatadir)/osx_bundle
dist_osxbundle_DATA = bundle.sh \
codeblocks.plist
osxbundle_iconsdir = $(osxbundledir)/icons
dist_osxbundle_icons_DATA = $(top_srcdir)/src/src/resources/icons/*.icns
endif
EXTRA_DIST = bootstrap \
codeblocks.spec \
codeblocks.spec.fedora \
codeblocks.plist \
BUGS \
BUILD \
COMPILERS \
$(srcdir)/update* \
ChangeLog.xsl \
codeblocks.appdata.xml \
codeblocks-contrib.metainfo.xml \
debian
clean-zipfiles:
find . -name "*.zip" | xargs rm -f
clean-bin:
find . -name "*.la" | xargs rm -f
rm -f src/src/codeblocks
all-local:
if HAVE_WX29
cp $(top_srcdir)/debian/codeblocks-headers.install.wx30 $(top_srcdir)/debian/codeblocks-headers.install
else
cp $(top_srcdir)/debian/codeblocks-headers.install.wx28 $(top_srcdir)/debian/codeblocks-headers.install
endif
clean-local:
rm -f $(top_srcdir)/debian/codeblocks-headers.install
appdatadir = $(datarootdir)/appdata
dist_appdata_DATA = $(top_srcdir)/codeblocks.appdata.xml
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guyunli/codeblocks.git
[email protected]:guyunli/codeblocks.git
guyunli
codeblocks
codeblocks
master

搜索帮助