[MPlayer-cvslog] CVS: main/libmenu Makefile,1.8,1.9
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/libmenu
In directory mail:/var2/tmp/cvs-serv14477/libmenu
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/libmenu/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile 27 Jan 2006 00:06:38 -0000 1.8
+++ Makefile 25 Mar 2006 10:38:36 -0000 1.9
@@ -3,7 +3,16 @@
LIBNAME = libmenu.a
-SRCS= menu.c vf_menu.c menu_cmdlist.c menu_pt.c menu_list.c menu_filesel.c menu_txt.c menu_console.c menu_param.c
+SRCS= menu.c \
+ vf_menu.c \
+ menu_cmdlist.c \
+ menu_pt.c \
+ menu_list.c \
+ menu_filesel.c \
+ menu_txt.c \
+ menu_console.c \
+ menu_param.c \
+
ifeq ($(DVBIN),yes)
SRCS += menu_dvbin.c
EXTRA_INC += $(DVB_INC)
More information about the MPlayer-cvslog
mailing list