comparison libmenu/Makefile @ 17943:c127ce678083

cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines to ease patching in the future.
author diego
date Sat, 25 Mar 2006 10:38:37 +0000
parents ce1ba8fd57e7
children 7a9a9748e045
comparison
equal deleted inserted replaced
17942:f2868534283d 17943:c127ce678083
1 1
2 include ../config.mak 2 include ../config.mak
3 3
4 LIBNAME = libmenu.a 4 LIBNAME = libmenu.a
5 5
6 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 6 SRCS= menu.c \
7 vf_menu.c \
8 menu_cmdlist.c \
9 menu_pt.c \
10 menu_list.c \
11 menu_filesel.c \
12 menu_txt.c \
13 menu_console.c \
14 menu_param.c \
15
7 ifeq ($(DVBIN),yes) 16 ifeq ($(DVBIN),yes)
8 SRCS += menu_dvbin.c 17 SRCS += menu_dvbin.c
9 EXTRA_INC += $(DVB_INC) 18 EXTRA_INC += $(DVB_INC)
10 endif 19 endif
11 OBJS=$(SRCS:.c=.o) 20 OBJS=$(SRCS:.c=.o)