32 lines
676 B
Makefile
32 lines
676 B
Makefile
# $OpenBSD: Makefile,v 1.3 2023/11/02 04:53:31 jsg Exp $
|
|
|
|
LIB= intel-driver-ds
|
|
|
|
NOPROFILE=
|
|
|
|
SRCS= intel_driver_ds.cc
|
|
|
|
SRCS+= intel_tracepoints.c
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
CFLAGS+= ${C_VIS_ARGS} ${NO_OVERRIDE_INIT_ARGS}
|
|
CXXFLAGS+= ${CXX_VIS_ARGS}
|
|
CPPFLAGS+= -I${MESA_SRC}/src/intel \
|
|
-I${MESA_SRC}/src/intel/ds \
|
|
-I${MESA_SRC}/src/mesa \
|
|
-I${MESA_SRC}/src/mapi \
|
|
-I${MESA_SRC}/src/gallium/include \
|
|
-I${MESA_SRC}/generated/src \
|
|
-I${MESA_SRC}/generated/src/intel/ds \
|
|
-I${MESA_SRC}/generated/src/compiler/nir
|
|
|
|
install:
|
|
|
|
obj: _xenocara_obj
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.xorg.mk>
|
|
|
|
.PATH: ${MESA_SRC}/src/intel/ds
|
|
.PATH: ${MESA_SRC}/generated/src/intel/ds
|