1 1.3 cube # $NetBSD: Makefile,v 1.3 2008/10/04 18:46:20 cube Exp $ 2 1.1 mrg 3 1.1 mrg .include <bsd.own.mk> 4 1.1 mrg 5 1.1 mrg LIB= Xv 6 1.1 mrg .PATH: ${X11SRCDIR.${LIB}}/src 7 1.1 mrg .PATH: ${X11SRCDIR.${LIB}}/include/X11/extensions 8 1.3 cube .PATH: ${X11SRCDIR.${LIB}}/man 9 1.1 mrg 10 1.1 mrg SRCS= Xv.c 11 1.1 mrg 12 1.1 mrg CPPFLAGS+= ${X11FLAGS.THREADLIB} 13 1.1 mrg 14 1.1 mrg INCS= Xvlib.h 15 1.1 mrg INCSDIR=${X11INCDIR}/X11/extensions 16 1.1 mrg 17 1.1 mrg LIBDPLIBS=\ 18 1.1 mrg Xext ${.CURDIR}/../libXext \ 19 1.1 mrg X11 ${.CURDIR}/../libX11/dynamic 20 1.1 mrg 21 1.3 cube MAN= Xv.3 XvFreeAdaptorInfo.3 XvFreeEncodingInfo.3 XvGetPortAttribute.3 \ 22 1.3 cube XvGetStill.3 XvGetVideo.3 XvGrabPort.3 XvPortNotify.3 XvPutStill.3 \ 23 1.3 cube XvPutVideo.3 XvQueryAdaptors.3 XvQueryBestSize.3 XvQueryEncodings.3 \ 24 1.3 cube XvQueryExtension.3 XvSelectPortNotify.3 XvSelectVideoNotify.3 \ 25 1.3 cube XvSetPortAttribute.3 XvStopVideo.3 XvUngrabPort.3 XvVideoNotify.3 26 1.3 cube 27 1.2 cube PKGDIST= ${LIB} 28 1.2 cube 29 1.1 mrg .include <bsd.x11.mk> 30 1.1 mrg .include <bsd.lib.mk> 31