Merge branch 'mesa_7_5_branch'
[mesa.git] / src / gallium / state_trackers / egl / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = egldrm
5
6 LIBRARY_INCLUDES = \
7 -I$(TOP)/src/gallium/include \
8 -I$(TOP)/src/gallium/auxiliary \
9 -I$(TOP)/src/mesa/drivers/dri/common \
10 -I$(TOP)/src/mesa \
11 -I$(TOP)/include \
12 -I$(TOP)/src/egl/main \
13 $(shell pkg-config --cflags-only-I libdrm)
14
15
16 C_SOURCES = $(wildcard ./*.c)
17
18
19 include ../../Makefile.template