Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / mit / xorg / lib / libXv / Makefile
blob0eaef65706234ae0ba617066cd9b38b59f15d1f8
1 # $NetBSD: Makefile,v 1.2 2008/09/13 04:32:31 cube Exp $
3 .include <bsd.own.mk>
5 LIB= Xv
6 .PATH: ${X11SRCDIR.${LIB}}/src
7 .PATH: ${X11SRCDIR.${LIB}}/include/X11/extensions
8 .PATH: ${X11SRCDIR.${LIB}}/man
10 SRCS= Xv.c
12 CPPFLAGS+= ${X11FLAGS.THREADLIB}
14 INCS= Xvlib.h
15 INCSDIR=${X11INCDIR}/X11/extensions
17 LIBDPLIBS=\
18 Xext ${.CURDIR}/../libXext \
19 X11 ${.CURDIR}/../libX11/dynamic
21 MAN= Xv.3 XvFreeAdaptorInfo.3 XvFreeEncodingInfo.3 XvGetPortAttribute.3 \
22 XvGetStill.3 XvGetVideo.3 XvGrabPort.3 XvPortNotify.3 XvPutStill.3 \
23 XvPutVideo.3 XvQueryAdaptors.3 XvQueryBestSize.3 XvQueryEncodings.3 \
24 XvQueryExtension.3 XvSelectPortNotify.3 XvSelectVideoNotify.3 \
25 XvSetPortAttribute.3 XvStopVideo.3 XvUngrabPort.3 XvVideoNotify.3
27 PKGDIST= ${LIB}
29 .include <bsd.x11.mk>
30 .include <bsd.lib.mk>