summaryrefslogtreecommitdiff
path: root/lib/mesa/mk/libisl/Makefile
blob: 4ec19a57e99a5e32fa2dc8fef7dc081dbd5786e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#	$OpenBSD: Makefile,v 1.1 2020/08/26 06:02:39 jsg Exp $

LIB=	isl

NOPROFILE=

SRCS=	isl.c \
	isl_aux_info.c \
	isl_drm.c \
	isl_format.c \
	isl_storage_image.c

SRCS+=	isl_format_layout.c

.include "../Makefile.inc"

CFLAGS+=	${C_VIS_ARGS} ${NO_OVERRIDE_INIT_ARGS}
CPPFLAGS+=	-I${MESA_SRC}/src/intel \
		-I${MESA_SRC}/src/mesa \
		-I${MESA_SRC}/src/mapi \
		-I${MESA_SRC}/src/gallium/include \
		-I${MESA_SRC}/generated/src/intel

install:

obj: _xenocara_obj

.include <bsd.lib.mk>
.include <bsd.xorg.mk>

.PATH: ${MESA_SRC}/src/intel/isl
.PATH: ${MESA_SRC}/generated/src/intel/isl