Home | History | Annotate | Line # | Download | only in libXv
Makefile revision 1.3.2.1
      1  1.3.2.1  yamt #	$NetBSD: Makefile,v 1.3.2.1 2014/05/22 14:09:42 yamt 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.3.2.1  yamt CPPFLAGS+=	-DHAVE__XEATDATAWORDS
     14      1.1   mrg 
     15      1.1   mrg INCS=	Xvlib.h
     16      1.1   mrg INCSDIR=${X11INCDIR}/X11/extensions
     17      1.1   mrg 
     18      1.1   mrg LIBDPLIBS=\
     19      1.1   mrg 	Xext	${.CURDIR}/../libXext \
     20      1.1   mrg 	X11	${.CURDIR}/../libX11/dynamic
     21      1.1   mrg 
     22      1.3  cube MAN=	Xv.3 XvFreeAdaptorInfo.3 XvFreeEncodingInfo.3 XvGetPortAttribute.3 \
     23      1.3  cube 	XvGetStill.3 XvGetVideo.3 XvGrabPort.3 XvPortNotify.3 XvPutStill.3 \
     24      1.3  cube 	XvPutVideo.3 XvQueryAdaptors.3 XvQueryBestSize.3 XvQueryEncodings.3 \
     25      1.3  cube 	XvQueryExtension.3 XvSelectPortNotify.3 XvSelectVideoNotify.3 \
     26      1.3  cube 	XvSetPortAttribute.3 XvStopVideo.3 XvUngrabPort.3 XvVideoNotify.3
     27      1.3  cube 
     28      1.2  cube PKGDIST=	${LIB}
     29      1.2  cube 
     30      1.1   mrg .include <bsd.x11.mk>
     31      1.1   mrg .include <bsd.lib.mk>
     32