diff 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
line wrap: on
line diff
--- a/libmenu/Makefile	Tue Mar 13 10:33:33 2007 +0000
+++ b/libmenu/Makefile	Tue Mar 13 12:10:57 2007 +0000
@@ -1,9 +1,9 @@
 
 include ../config.mak
 
-LIBNAME = libmenu.a
+LIBNAME_MPLAYER = libmenu.a
 
-SRCS= menu.c \
+SRCS_MPLAYER = menu.c \
       vf_menu.c \
       menu_cmdlist.c  \
       menu_pt.c \
@@ -13,6 +13,6 @@
       menu_console.c \
       menu_param.c \
 
-SRCS-$(DVBIN) += menu_dvbin.c
+SRCS_MPLAYER-$(DVBIN) += menu_dvbin.c
 
 include ../mpcommon.mak