build system: unify/simplify library handling a bit.
commitf269aa0060950f7b9c42216267c639a2fb556196
authorThomas Martitz <kugel@rockbox.org>
Mon, 26 Mar 2012 20:24:57 +0000 (26 22:24 +0200)
committerThomas Martitz <kugel@rockbox.org>
Mon, 26 Mar 2012 20:27:40 +0000 (26 22:27 +0200)
tree218ad3a737f11cb18e48676f300bc22038cfa140
parent9445d4625a3d47b28d756a5763165eb73d6b4ada
build system: unify/simplify library handling a bit.

libs in $ROOT/lib now add to $(CORE_LIBS) and $(EXTRA_LIBS) and are
automatically linked by the core and codecs/plugins respectively.

Change-Id: Iff482c792a8c8142718f6a16a450c6e2f1497c9a
15 files changed:
android/android.make
apps/codecs/codecs.make
apps/plugins/imageviewer/imageviewer.make
apps/plugins/mikmod/mikmod.make
apps/plugins/pdbox/pdbox.make
apps/plugins/plugins.make
firmware/target/hosted/ypr0/ypr0.make
lib/arm_support/arm_support.make
lib/libsetjmp/libsetjmp.make
lib/rbcodec/rbcodec.make
lib/skin_parser/skin_parser.make
lib/unwarminder/unwarminder.make
tools/functions.make
tools/root.make
uisimulator/uisimulator.make