2023-11-11 18:37:37 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2023/11/02 04:53:30 jsg Exp $
|
2023-08-28 05:57:34 +00:00
|
|
|
|
|
|
|
LIB= crocuswinsys
|
|
|
|
|
|
|
|
NOPROFILE=
|
|
|
|
|
|
|
|
SRCS= crocus_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/drivers \
|
2023-11-11 18:37:37 +00:00
|
|
|
-I${MESA_SRC}/src/gallium/winsys/crocus/drm \
|
|
|
|
-I${MESA_SRC}/generated/src
|
2023-08-28 05:57:34 +00:00
|
|
|
|
|
|
|
install:
|
|
|
|
|
|
|
|
obj: _xenocara_obj
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.include <bsd.xorg.mk>
|
|
|
|
|
|
|
|
.PATH: ${MESA_SRC}/src/gallium/winsys/crocus/drm
|