27a1990724d4cfa220091a2afa3a56608ebfefe7
[mesa.git] / src / gallium / state_trackers / xorg / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = xorgtracker
5
6 LIBRARY_INCLUDES = \
7 -DHAVE_CONFIG_H \
8 $(shell pkg-config --cflags-only-I pixman-1 xorg-server libdrm xproto) \
9 -I$(TOP)/src/gallium/include \
10 -I$(TOP)/src/gallium/auxiliary \
11 -I$(TOP)/include \
12 -I$(TOP)/src/mesa \
13 -I$(TOP)/src/mesa/drivers/dri/common \
14 -I$(TOP)/src/mesa/main
15
16 C_SOURCES = $(wildcard ./*.c)
17
18 include ../../Makefile.template