1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 21:31:52 +00:00
mpv/vidix/Makefile
diego 7be356ee13 Use 'libs' instead of 'all' target.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22568 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-14 08:56:43 +00:00

20 lines
253 B
Makefile

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