comparison libmenu/Makefile @ 22528:8bcff5c7e387

Give more descriptive names to the source and library variables and split between common, MPlayer-specific and MEncoder-specific parts.
author diego
date Tue, 13 Mar 2007 12:10:57 +0000
parents ef59ac68c9b6
children 090ec2169aee
comparison
equal deleted inserted replaced
22527:5dc92a83d58a 22528:8bcff5c7e387
1 1
2 include ../config.mak 2 include ../config.mak
3 3
4 LIBNAME = libmenu.a 4 LIBNAME_MPLAYER = libmenu.a
5 5
6 SRCS= menu.c \ 6 SRCS_MPLAYER = menu.c \
7 vf_menu.c \ 7 vf_menu.c \
8 menu_cmdlist.c \ 8 menu_cmdlist.c \
9 menu_pt.c \ 9 menu_pt.c \
10 menu_list.c \ 10 menu_list.c \
11 menu_filesel.c \ 11 menu_filesel.c \
12 menu_txt.c \ 12 menu_txt.c \
13 menu_console.c \ 13 menu_console.c \
14 menu_param.c \ 14 menu_param.c \
15 15
16 SRCS-$(DVBIN) += menu_dvbin.c 16 SRCS_MPLAYER-$(DVBIN) += menu_dvbin.c
17 17
18 include ../mpcommon.mak 18 include ../mpcommon.mak