diff libmpeg2/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 7a9a9748e045
line wrap: on
line diff
--- a/libmpeg2/Makefile	Sat Mar 25 10:18:18 2006 +0000
+++ b/libmpeg2/Makefile	Sat Mar 25 10:38:37 2006 +0000
@@ -3,7 +3,14 @@
 
 include ../config.mak
 
-SRCS	= alloc.c cpu_accel.c cpu_state.c decode.c header.c idct.c motion_comp.c slice.c
+SRCS	= alloc.c \
+	  cpu_accel.c\
+	  cpu_state.c \
+	  decode.c \
+	  header.c \
+	  idct.c \
+	  motion_comp.c \
+	  slice.c \
 
 OBJS	= $(SRCS:.c=.o)
 INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC)