1 Star 0 Fork 0

zalois/audacious

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
SUBDIRS = src man images po
DISTCLEAN = ${GENERATED_FILES} config.h config.log config.status
DATA = AUTHORS COPYING
include buildsys.mk
include extra.mk
install-extra:
for i in audacious.pc; do \
${INSTALL_STATUS}; \
if ${MKDIR_P} ${DESTDIR}${pkgconfigdir} && ${INSTALL} -m 644 $$i ${DESTDIR}${pkgconfigdir}/$$i; then \
${INSTALL_OK}; \
else \
${INSTALL_FAILED}; \
fi; \
done
for i in audacious.desktop; do \
${INSTALL_STATUS}; \
if ${MKDIR_P} ${DESTDIR}${datarootdir}/applications && ${INSTALL} -m 644 $$i ${DESTDIR}${datarootdir}/applications/$$i; then \
${INSTALL_OK}; \
else \
${INSTALL_FAILED}; \
fi \
done
if [ -f ${DESTDIR}${datadir}/audacious/Skins/Default/balance.png ]; then \
rm -f ${DESTDIR}${datadir}/audacious/Skins/Default/balance.png; \
fi
uninstall-extra:
for i in audacious.pc; do \
if [ -f ${DESTDIR}${pkgconfigdir}/$$i ]; then \
if rm -f ${DESTDIR}${pkgconfigdir}/$$i; then \
${DELETE_OK}; \
else \
${DELETE_FAILED}; \
fi \
fi; \
done
for i in audacious.desktop; do \
if test -f ${DESTDIR}${datarootdir}/applications/$$i; then \
if rm -f ${DESTDIR}${datarootdir}/applications/$$i; then \
${DELETE_OK}; \
else \
${DELETE_FAILED}; \
fi \
fi \
done
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/zalois/audacious.git
git@gitee.com:zalois/audacious.git
zalois
audacious
audacious
master

搜索帮助

Cb406eda 1850385 E526c682 1850385