[MPlayer-cvslog] CVS: main/tremor Makefile,1.2,1.3

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat Mar 25 11:38:40 CET 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/tremor
In directory mail:/var2/tmp/cvs-serv14477/tremor

Modified Files:
	Makefile 
Log Message:
cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines
to ease patching in the future.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/tremor/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	27 Jan 2006 00:06:41 -0000	1.2
+++ Makefile	25 Mar 2006 10:38:37 -0000	1.3
@@ -3,8 +3,20 @@
 
 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)




More information about the MPlayer-cvslog mailing list