From 48ff82e46bc81a85e10b3e121d6b8872d04ca1dc Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Thu, 17 Feb 2005 09:24:59 +0000 Subject: tremor.a -> libTremor.a git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5998 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/Tremor/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/codecs/Tremor/Makefile') 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=$ 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) -- cgit v1.2.3