diff extra.mk.in @ 4791:06079e59fc4b

Update to latest rev of buildsys & move stuff that doesn't belong there
author Jonathan Schleifer <js-audacious@webkeks.org>
date Thu, 02 Oct 2008 23:44:39 +0200
parents 68e0859ad1a6
children
line wrap: on
line diff
--- a/extra.mk.in	Fri Sep 26 21:57:28 2008 +0100
+++ b/extra.mk.in	Thu Oct 02 23:44:39 2008 +0200
@@ -181,3 +181,6 @@
 ARCH_X86 ?= @ARCH_X86@
 VERSION ?= @VERSION@
 AUDLDFLAGS ?= @AUDLDFLAGS@
+TR = @TR@
+PLUGIN_DEFNAME := `echo ${subst ${PLUGIN_SUFFIX},,${PLUGIN}} | tr '[:lower:]' '[:upper:]' | tr '-' '_'`
+PLUGIN_CPPFLAGS += -D${PLUGIN_DEFNAME}_CFGID="\"${subst ${PLUGIN_SUFFIX},,${PLUGIN}}\""