summaryrefslogtreecommitdiffstats
path: root/tremor
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-25 10:38:37 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-25 10:38:37 +0000
commit3e56c5bb6bbddc59ddbbe8474325afd0f480f18c (patch)
tree6dad27154d954ca577c94146c50a379be1baf49c /tremor
parenteb4a1c08f74bc8066d9984dee6b858263f042d3f (diff)
downloadmpv-3e56c5bb6bbddc59ddbbe8474325afd0f480f18c.tar.bz2
mpv-3e56c5bb6bbddc59ddbbe8474325afd0f480f18c.tar.xz
cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines
to ease patching in the future. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17944 b3059339-0415-0410-9bf9-f77b7e298cf2
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)