diff options
Diffstat (limited to 'apps/codecs')
| -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) |