view vidix/Makefile @ 22618:1e97d8fc86b3

Mark myself as new TV maintainer as suggested by Jindrich Makovicka
author voroshil
date Fri, 16 Mar 2007 19:21:54 +0000
parents d3f9def2f3e7
children 12ae53050d94
line wrap: on
line source

include ../config.mak

LIBNAME_MPLAYER = libvidix.a

SRCS_MPLAYER    = vidixlib.c

libs:
	$(MAKE) -C drivers

clean::
	$(MAKE) -C drivers clean

distclean::
	$(MAKE) -C drivers distclean

dep depend::
	$(MAKE) -C drivers depend

include ../mpcommon.mak