1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 13:21:13 +00:00
mpv/vidix/Makefile
diego 57c3425749 Reuse common parts of all Makefiles through mpcommon.mak.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22567 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-14 08:55:06 +00:00

20 lines
257 B
Makefile

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