2023-11-11 18:37:37 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2023/11/02 04:53:31 jsg Exp $
|
2023-08-28 05:57:34 +00:00
|
|
|
|
|
|
|
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 \
|
2023-11-11 18:37:37 +00:00
|
|
|
-I${MESA_SRC}/generated/src \
|
2023-08-28 05:57:34 +00:00
|
|
|
-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
|