mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
18 lines
376 B
Makefile
18 lines
376 B
Makefile
|
SHARED_LIB = yes
|
||
|
LIBS = libc
|
||
|
|
||
|
include $(REP_DIR)/lib/mk/mesa-common.inc
|
||
|
|
||
|
INC_DIR += $(MESA_GEN_DIR)/src/mapi
|
||
|
|
||
|
SRC_C = mapi/entry.c \
|
||
|
mapi/mapi_glapi.c \
|
||
|
mapi/stub.c \
|
||
|
mapi/table.c \
|
||
|
mapi/u_current.c \
|
||
|
mapi/u_execmem.c
|
||
|
|
||
|
CC_OPT += -DMAPI_ABI_HEADER=\"shared-glapi/glapi_mapi_tmp.h\" -DMAPI_MODE_GLAPI
|
||
|
|
||
|
vpath %.c $(MESA_SRC_DIR)/src
|