blob: 328a37f4c9acca196ab137660511723045c3bb6a (
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
|
# $OpenBSD: Makefile,v 1.1 2020/08/26 06:02:37 jsg Exp $
LIB= dricommon
NOPROFILE=
SRCS= utils.c \
dri_util.c
.include "../Makefile.inc"
CFLAGS+= ${C_VIS_ARGS}
CPPFLAGS+= -I${MESA_SRC}/src/mesa/drivers/dri/common \
-I${MESA_SRC}/src/mesa \
-I${MESA_SRC}/src/mapi \
-I${MESA_SRC}/generated/src/util
install:
obj: _xenocara_obj
.include <bsd.lib.mk>
.include <bsd.xorg.mk>
.PATH: ${MESA_SRC}/src/mesa/drivers/dri/common
|