minix/external/mit/xorg/lib/libdrm/Makefile
Lionel Sambuc 0a6a1f1d05 NetBSD re-synchronization of the source tree
This brings our tree to NetBSD 7.0, as found on -current on the
10-10-2015.

This updates:
 - LLVM to 3.6.1
 - GCC to GCC 5.1
 - Replace minix/commands/zdump with usr.bin/zdump
 - external/bsd/libelf has moved to /external/bsd/elftoolchain/
 - Import ctwm
 - Drop sprintf from libminc

Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
2016-01-13 20:32:14 +01:00

39 lines
700 B
Makefile

# $NetBSD: Makefile,v 1.10 2014/03/21 18:14:20 riastradh Exp $
.include <bsd.own.mk>
LIB= drm
.PATH: ${X11SRCDIR.${LIB}}
SRCS= xf86drm.c xf86drmHash.c xf86drmMode.c xf86drmRandom.c xf86drmSL.c
INCS= xf86drm.h xf86drmMode.h
INCSDIR=${X11INCDIR}
CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/libdrm
SUBDIR= drm kms
PKGCONFIG= libdrm
PKGDIST= ${LIB}
CWARNFLAGS.clang+= -Wno-conversion -Wno-tautological-compare
.if 0
MAN= drm.7 \
drm-kms.7 \
drm-memory.7 \
drmAvailable.3 \
drmHandleEvent.3 \
drmModeGetResources.3
# XXX is this right?
MLINKS+= drm-mm.7 drm-gem.7 \
drm-mm.7 drm-ttm.7
.endif
.include "Makefile.defines"
.include <bsd.x11.mk>
.include <bsd.lib.mk>
.include <bsd.subdir.mk>