From 5b2d874a361663dd17413b8bcf2439fc0f8716d8 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 16 Feb 2005 00:38:31 +0000 Subject: Incorporate apps/codecs into the build system based on SOFTWARECODECS configuration variable git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5964 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 48d54f0bc2..ac007716bd 100755 --- a/tools/configure +++ b/tools/configure @@ -107,6 +107,7 @@ sed > Makefile \ -e "s,@LANGUAGE@,${language},g" \ -e "s,@TARGET@,${target},g" \ -e "s,@PLUGINS@,${plugins},g" \ + -e "s,@CODECS@,${codecs},g" \ -e "s,@SIMVER@,${simver},g" \ -e "s,@MEMORY@,${memory},g" \ < Makefile \ -e "s,@ARCHOSROM@,${archosrom},g" \ -e "s,@FLASHFILE@,${flash},g" \ -e "s,@PLUGINS@,${plugins},g" \ + -e "s,@CODECS@,${codecs},g" \ -e "s,@GCCOPTS@,${GCCOPTS},g" \ -e "s,@LOADADDRESS@,${loadaddress},g" \ -e "s,@EXTRADEF@,${extradefines},g" \ @@ -543,6 +555,7 @@ export MKFIRMWARE=@TOOL@ export BINARY=@OUTPUT@ export APPEXTRA=@APPEXTRA@ export ENABLEDPLUGINS=@PLUGINS@ +export SOFTWARECODECS=@CODECS@ export EXTRA_DEFINES=@EXTRADEF@ export CC=@CC@ export LD=@LD@ -- cgit v1.2.3