view vidix/Makefile @ 22656:f60ed669c3cf

10l: omitted '-e' in my r22630 commit. Patch from Robert Henney robh at rut dot org
author voroshil
date Sat, 17 Mar 2007 03:05:44 +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