Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / lib / libXau / Makefile
blob2e74fe95f7b684c335ce094e66655cbdc5c9e8b0
1 # $NetBSD: Makefile,v 1.5 2013/05/31 00:38:16 mrg Exp $
3 .include <bsd.own.mk>
5 LIB= Xau
6 .PATH: ${X11SRCDIR.${LIB}}
7 .PATH: ${X11SRCDIR.${LIB}}/man
8 .PATH: ${X11SRCDIR.${LIB}}/include/X11
10 SRCS= AuDispose.c AuFileName.c AuGetAddr.c AuGetBest.c AuLock.c \
11 AuRead.c AuUnlock.c AuWrite.c
13 INCS= Xauth.h
14 INCSDIR=${X11INCDIR}/X11
16 CPPFLAGS+= ${X11FLAGS.THREADLIB}
18 MAN= Xau.3
19 MLINKS= Xau.3 XauDisposeAuth.3 \
20 Xau.3 XauFileName.3 \
21 Xau.3 XauGetAuthByAddr.3 \
22 Xau.3 XauGetBestAuthByAddr.3 \
23 Xau.3 XauLockAuth.3 \
24 Xau.3 XauReadAuth.3 \
25 Xau.3 XauUnlockAuth.3 \
26 Xau.3 XauWriteAuth.3
28 PKGDIST= ${LIB}
30 # libXaw 1.0.7 has 'spec' subdir with docs, maybe install them?
32 .include <bsd.x11.mk>
33 .include <bsd.lib.mk>