mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
18 lines
376 B
Makefile
18 lines
376 B
Makefile
|
SHARED_LIB = yes
|
||
|
LIBS = libc egl softpipe
|
||
|
|
||
|
include $(REP_DIR)/lib/mk/mesa-common.inc
|
||
|
|
||
|
SRC_C = platform_softpipe.c
|
||
|
|
||
|
CC_OPT += -DHAVE_GENODE_PLATFORM
|
||
|
|
||
|
INC_DIR += $(MESA_SRC_DIR)/src/egl/drivers/dri2 \
|
||
|
$(MESA_SRC_DIR)/src/egl/main \
|
||
|
$(MESA_SRC_DIR)/src/mapi \
|
||
|
$(MESA_SRC_DIR)/src/mesa \
|
||
|
|
||
|
vpath %.c $(LIB_DIR)/softpipe
|
||
|
|
||
|
CC_CXX_WARN_STRICT =
|