From 3e56c5bb6bbddc59ddbbe8474325afd0f480f18c Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 25 Mar 2006 10:38:37 +0000 Subject: cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines to ease patching in the future. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17944 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmenu/Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'libmenu') diff --git a/libmenu/Makefile b/libmenu/Makefile index 19f8f16b97..ec1621b108 100644 --- a/libmenu/Makefile +++ b/libmenu/Makefile @@ -3,7 +3,16 @@ include ../config.mak 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) -- cgit v1.2.3