summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/Makefile
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2005-02-17 09:24:59 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2005-02-17 09:24:59 +0000
commit48ff82e46bc81a85e10b3e121d6b8872d04ca1dc (patch)
tree993848c3e9f20316fb873646e3af06b4e0acbf05 /apps/codecs/Tremor/Makefile
parent101f0f6a696a254ca9b64289be381dbabbd4063e (diff)
downloadrockbox-48ff82e46bc81a85e10b3e121d6b8872d04ca1dc.tar.gz
rockbox-48ff82e46bc81a85e10b3e121d6b8872d04ca1dc.zip
tremor.a -> libTremor.a
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5998 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/Tremor/Makefile')
-rw-r--r--apps/codecs/Tremor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/Tremor/Makefile b/apps/codecs/Tremor/Makefile
index b28cce04f9..805346683e 100644
--- a/apps/codecs/Tremor/Makefile
+++ b/apps/codecs/Tremor/Makefile
@@ -20,10 +20,10 @@ CFLAGS = $(GCCOPTS) $(TREMOROPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DMEM=$
20SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P -include "config.h" - ) 20SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P -include "config.h" - )
21SOURCES = $(SRC) 21SOURCES = $(SRC)
22OBJS := $(SRC:%.c=$(OBJDIR)/Tremor/%.o) 22OBJS := $(SRC:%.c=$(OBJDIR)/Tremor/%.o)
23DEPFILE = $(OBJDIR)/dep-tremor 23DEPFILE = $(OBJDIR)/dep-Tremor
24DIRS = 24DIRS =
25 25
26OUTPUT = $(OBJDIR)/tremor.a 26OUTPUT = $(OBJDIR)/libTremor.a
27 27
28all: $(OUTPUT) 28all: $(OUTPUT)
29 29