librbspeex.a: simplify Makefile for OS X.
commit1ef25cd7e0ca653f87b3d9143248c0246a01271f
authorDominik Riebeling <Dominik.Riebeling@gmail.com>
Thu, 5 Jan 2012 22:26:04 +0000 (5 22:26 +0000)
committerDominik Riebeling <Dominik.Riebeling@gmail.com>
Thu, 5 Jan 2012 22:26:04 +0000 (5 22:26 +0000)
tree609fefc4a038ed944eb67ed5cd0883f88cc1f102
parent7b376865337913cf618fb112af52ac1c5a44074f
librbspeex.a: simplify Makefile for OS X.

- As done with the libucl Makefile replace the universal library handling and
  use ar to create a library from fat objects instead.
- Replace OUT with BUILD_DIR to be in line with the other Makefiles. As a
  result librbspeex will now be build in a subfolder better named than "build"
  when building with Rockbox Utility.
- Make the Makefile depend on the depencency file. This should fix problems
  with a broken dependency file not being regenerated properly, causing the
  build to fail.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31587 a1c6a512-1295-4272-9138-f99709370657
tools/rbspeex/Makefile