diff options
| author | Marcoen Hirschberg <marcoen@gmail.com> | 2005-02-17 09:24:59 +0000 |
|---|---|---|
| committer | Marcoen Hirschberg <marcoen@gmail.com> | 2005-02-17 09:24:59 +0000 |
| commit | 48ff82e46bc81a85e10b3e121d6b8872d04ca1dc (patch) | |
| tree | 993848c3e9f20316fb873646e3af06b4e0acbf05 | |
| parent | 101f0f6a696a254ca9b64289be381dbabbd4063e (diff) | |
| download | rockbox-48ff82e46bc81a85e10b3e121d6b8872d04ca1dc.zip rockbox-48ff82e46bc81a85e10b3e121d6b8872d04ca1dc.tar.gz rockbox-48ff82e46bc81a85e10b3e121d6b8872d04ca1dc.tar.bz2 rockbox-48ff82e46bc81a85e10b3e121d6b8872d04ca1dc.tar.xz | |
tremor.a -> libTremor.a
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5998 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/codecs/Tremor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/Tremor/Makefile b/apps/codecs/Tremor/Makefile index b28cce0..8053466 100644 --- a/apps/codecs/Tremor/Makefile +++ b/apps/codecs/Tremor/Makefile @@ -20,10 +20,10 @@ CFLAGS = $(GCCOPTS) $(TREMOROPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DMEM=$ SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P -include "config.h" - ) SOURCES = $(SRC) OBJS := $(SRC:%.c=$(OBJDIR)/Tremor/%.o) -DEPFILE = $(OBJDIR)/dep-tremor +DEPFILE = $(OBJDIR)/dep-Tremor DIRS = -OUTPUT = $(OBJDIR)/tremor.a +OUTPUT = $(OBJDIR)/libTremor.a all: $(OUTPUT) |