diff liba52/Makefile @ 17943:c127ce678083

cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines to ease patching in the future.
author diego
date Sat, 25 Mar 2006 10:38:37 +0000
parents ce1ba8fd57e7
children 4bad7f00556e
line wrap: on
line diff
--- a/liba52/Makefile	Sat Mar 25 10:18:18 2006 +0000
+++ b/liba52/Makefile	Sat Mar 25 10:38:37 2006 +0000
@@ -3,7 +3,15 @@
 
 include ../config.mak
 
-SRCS    = crc.c resample.c bit_allocate.c bitstream.c downmix.c imdct.c imdct_mlib.c parse.c
+SRCS    = crc.c \
+          resample.c \
+          bit_allocate.c \
+          bitstream.c \
+          downmix.c \
+          imdct.c \
+          imdct_mlib.c \
+          parse.c \
+
 OBJS	= $(SRCS:.c=.o)
 
 CFLAGS  = $(MLIB_INC) $(OPTFLAGS) -I..