Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / lib / libXxf86vm / Makefile
blob46b64d2db38637751cfa5c2c5429d43813d2d98c
1 # $NetBSD: Makefile,v 1.6 2013/05/31 09:33:18 mrg Exp $
3 .include <bsd.own.mk>
5 LIB= Xxf86vm
6 .PATH: ${X11SRCDIR.${LIB}}/src
7 .PATH: ${X11SRCDIR.${LIB}}/man
8 .PATH: ${X11SRCDIR.${LIB}}/include/X11/extensions
10 SRCS= XF86VMode.c
12 CPPFLAGS+= -DHAVE__XEATDATAWORDS
14 MAN= XF86VM.3
15 MLINKS= XF86VM.3 XF86VidModeQueryExtension.3 \
16 XF86VM.3 XF86VidModeQueryVersion.3 \
17 XF86VM.3 XF86VidModeSetClientVersion.3 \
18 XF86VM.3 XF86VidModeGetModeLine.3 \
19 XF86VM.3 XF86VidModeGetAllModeLines.3 \
20 XF86VM.3 XF86VidModeDeleteModeLine.3 \
21 XF86VM.3 XF86VidModeModModeLine.3 \
22 XF86VM.3 XF86VidModeValidateModeLine.3 \
23 XF86VM.3 XF86VidModeSwitchMode.3 \
24 XF86VM.3 XF86VidModeSwitchToMode.3 \
25 XF86VM.3 XF86VidModeLockModeSwitch.3 \
26 XF86VM.3 XF86VidModeGetMonitor.3 \
27 XF86VM.3 XF86VidModeGetViewPort.3 \
28 XF86VM.3 XF86VidModeSetViewPort.3 \
29 XF86VM.3 XF86VidModeGetDotClocks.3 \
30 XF86VM.3 XF86VidModeGetGamma.3 \
31 XF86VM.3 XF86VidModeSetGamma.3 \
32 XF86VM.3 XF86VidModeGetGammaRamp.3 \
33 XF86VM.3 XF86VidModeSetGammaRamp.3 \
34 XF86VM.3 XF86VidModeGetGammaRampSize.3 \
35 XF86VM.3 XF86VidModeGetPermissions.3
37 LIBDPLIBS= Xext ${.CURDIR}/../libXext \
38 X11 ${.CURDIR}/../libX11/dynamic
40 INCS= xf86vmode.h
42 INCSDIR=${X11INCDIR}/X11/extensions
44 PKGDIST= ${LIB}
46 .include <bsd.x11.mk>
47 .include <bsd.lib.mk>