summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/Makefile
blob: e825aa718b6773bdb46a877d6076e2ce737dbe8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = egldrm

LIBRARY_INCLUDES = \
	-I$(TOP)/src/gallium/include \
	-I$(TOP)/src/gallium/auxiliary \
	-I$(TOP)/src/mesa/drivers/dri/common \
	-I$(TOP)/src/mesa \
	-I$(TOP)/include \
	-I$(TOP)/src/egl/main \
	$(shell pkg-config --cflags-only-I libdrm)


C_SOURCES = $(wildcard ./*.c)


include ../../Makefile.template