diff TOOLS/Makefile @ 15773:7bae32bc0ed7

Avoid overly long lines to conform with the new general Makefile style.
author diego
date Sun, 19 Jun 2005 23:39:08 +0000
parents 03188593a9fe
children 7b06396ac8b3
line wrap: on
line diff
--- a/TOOLS/Makefile	Sun Jun 19 22:52:55 2005 +0000
+++ b/TOOLS/Makefile	Sun Jun 19 23:39:08 2005 +0000
@@ -2,8 +2,18 @@
 
 CFLAGS = -I..
 
-OBJS = alaw-gen asfinfo avi-fix bios2dump cpuinfo dump_mp4 mem2dump movinfo \
-	png2raw subrip fastmemcpybench vivodump
+OBJS = alaw-gen \
+	asfinfo \
+	avi-fix \
+	bios2dump \
+	cpuinfo \
+	dump_mp4 \
+	mem2dump \
+	movinfo \
+	png2raw \
+	subrip \
+	fastmemcpybench \
+	vivodump \
 
 all: $(OBJS)