summaryrefslogtreecommitdiffstats
path: root/tremor
diff options
context:
space:
mode:
Diffstat (limited to 'tremor')
-rw-r--r--tremor/Makefile16
1 files changed, 14 insertions, 2 deletions
diff --git a/tremor/Makefile b/tremor/Makefile
index 61e0813285..dc6651dba6 100644
--- a/tremor/Makefile
+++ b/tremor/Makefile
@@ -3,8 +3,20 @@ LIBNAME = libvorbisidec.a
include ../config.mak
-SRCS = bitwise.c block.c codebook.c floor0.c floor1.c framing.c info.c \
-mapping0.c mdct.c registry.c res012.c sharedbook.c synthesis.c window.c
+SRCS = bitwise.c \
+ block.c \
+ codebook.c \
+ floor0.c \
+ floor1.c \
+ framing.c \
+ info.c \
+ mapping0.c \
+ mdct.c \
+ registry.c \
+ res012.c \
+ sharedbook.c \
+ synthesis.c \
+ window.c \
OBJS = $(SRCS:.c=.o)
INCLUDE = -I. -I.. $(EXTRA_INC)