comparison src/audacious/Makefile @ 3662:0a82e6c75d7f

I should stop coding for today, I'm too unconcentrated.
author Jonathan Schleifer <js@h3c.de>
date Thu, 27 Sep 2007 22:02:58 +0200
parents 19331a6b5d8e
children 75372888e065
comparison
equal deleted inserted replaced
3661:19331a6b5d8e 3662:0a82e6c75d7f
217 ${DBUS_BINDING_TOOL} --mode=glib-client --prefix=audacious_rc objects.xml > $@ 217 ${DBUS_BINDING_TOOL} --mode=glib-client --prefix=audacious_rc objects.xml > $@
218 218
219 install-extra: 219 install-extra:
220 if test x"${PROG_IMPLIB_NEEDED}" = x"yes"; then \ 220 if test x"${PROG_IMPLIB_NEEDED}" = x"yes"; then \
221 for i in ${PROG}; do \ 221 for i in ${PROG}; do \
222 i="lib$$i.a" \ 222 i="lib$$i.a"; \
223 ${INSTALL_STATUS}; \ 223 ${INSTALL_STATUS}; \
224 if ${MKDIR_P} ${DESTDIR}${libdir} && install -m 644 $$i ${DESTDIR}${libdir}/$$i; then \ 224 if ${MKDIR_P} ${DESTDIR}${libdir} && install -m 644 $$i ${DESTDIR}${libdir}/$$i; then \
225 ${INSTALL_OK}; \ 225 ${INSTALL_OK}; \
226 else \ 226 else \
227 ${INSTALL_FAILED}; \ 227 ${INSTALL_FAILED}; \
230 fi 230 fi
231 231
232 uninstall-extra: 232 uninstall-extra:
233 if test x"${PROG_IMPLIB_NEEDED}" = x"yes"; then \ 233 if test x"${PROG_IMPLIB_NEEDED}" = x"yes"; then \
234 for i in ${PROG}; do \ 234 for i in ${PROG}; do \
235 i="lib$$i.a" \ 235 i="lib$$i.a"; \
236 if test -f ${DESTDIR}${libdir}/$$i; then \ 236 if test -f ${DESTDIR}${libdir}/$$i; then \
237 if rm -f ${DESTDIR}${libdir}/$$i; then 237 if rm -f ${DESTDIR}${libdir}/$$i; then
238 ${DELETE_OK}; \ 238 ${DELETE_OK}; \
239 else \ 239 else \
240 ${DELETE_FAILED}; \ 240 ${DELETE_FAILED}; \