1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
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 \ ifeq ($(DVBIN),yes) SRCS += menu_dvbin.c endif include ../mpcommon.mak