view vidix/Makefile @ 22677:668f15f32e2c

Add a link to Attila's mga_vid port to Linux 2.6.x.
author diego
date Sat, 17 Mar 2007 15:01:16 +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