Mercurial > mplayer.hg
view libmenu/Makefile @ 21259:92b122592776
Merge common parts of all Makefiles into one file included by all.
author | diego |
---|---|
date | Sun, 26 Nov 2006 18:12:36 +0000 |
parents | 68df3b19a160 |
children | ef59ac68c9b6 |
line wrap: on
line source
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