view vidix/Makefile @ 22549:77f632d4ca36

Reuse common parts of all Makefiles through mpcommon.mak.
author diego
date Wed, 14 Mar 2007 08:55:06 +0000
parents 42bd84f21090
children d3f9def2f3e7
line wrap: on
line source

include ../config.mak

LIBNAME_MPLAYER = libvidix.a

SRCS_MPLAYER    = vidixlib.c

all: libs
	$(MAKE) -C drivers

clean::
	$(MAKE) -C drivers clean

distclean::
	$(MAKE) -C drivers distclean

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

include ../mpcommon.mak