blob: 4f39f9fd8b38dd0efa07c6d62b6c952fdd660013 (
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
|
# $OpenBSD: Makefile,v 1.1 2020/08/26 06:02:40 jsg Exp $
LIB= radeonwinsys
NOPROFILE=
SRCS= radeon_drm_bo.c \
radeon_drm_cs.c \
radeon_drm_surface.c \
radeon_drm_winsys.c
.include "../Makefile.inc"
CFLAGS+= ${C_VIS_ARGS}
CPPFLAGS+= -I${MESA_SRC}/src/gallium/include \
-I${MESA_SRC}/src/gallium/auxiliary \
-I${MESA_SRC}/src/gallium/winsys/radeon/drm
install:
obj: _xenocara_obj
.include <bsd.lib.mk>
.include <bsd.xorg.mk>
.PATH: ${MESA_SRC}/src/gallium/winsys/radeon/drm
|