[MPlayer-cvslog] CVS: main/libdha Makefile,1.27,1.28

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


CVS change done by Diego Biurrun CVS

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

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/libdha/Makefile,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- Makefile	27 Jan 2006 00:06:38 -0000	1.27
+++ Makefile	25 Mar 2006 10:38:36 -0000	1.28
@@ -22,7 +22,11 @@
 LIBNAME = libdha.so.$(VERSION)
 endif
 
-SRCS=libdha.c mtrr.c pci.c pci_names.c
+SRCS=libdha.c \
+     mtrr.c \
+     pci.c \
+     pci_names.c \
+
 OBJS=$(SRCS:.c=.o)
 
 CFLAGS  = $(OPTFLAGS) -fPIC -I. -I..




More information about the MPlayer-cvslog mailing list