view vidix/Makefile @ 22550:d3f9def2f3e7

Use 'libs' instead of 'all' target.
author diego
date Wed, 14 Mar 2007 08:56:43 +0000
parents 77f632d4ca36
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