Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / lib / libXfixes / Makefile
blobf4aea750dc5967406423b8297f1f9db26213cd4a
1 # $NetBSD: Makefile,v 1.5 2013/05/31 00:47:53 mrg Exp $
3 .include <bsd.own.mk>
5 LIB= Xfixes
7 XFIXESDIR= ${X11SRCDIR.${LIB}}
8 .PATH: ${XFIXESDIR}/src
9 .PATH: ${XFIXESDIR}/man
10 .PATH: ${XFIXESDIR}/include/X11/extensions
11 SRCS= Cursor.c Region.c SaveSet.c Selection.c Xfixes.c
13 INCS= Xfixes.h
14 INCSDIR=${X11INCDIR}/X11/extensions
16 CPPFLAGS+= -DHAVE__XEATDATAWORDS
18 CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/X11/extensions
20 MAN= Xfixes.3
22 LIBDPLIBS= X11 ${.CURDIR}/../libX11/dynamic
24 PKGDIST= ${LIB}
26 .include <bsd.x11.mk>
27 .include <bsd.lib.mk>