st/xorg: implement basics of xv
[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 -DHAVE_XEXTPROTO_71=1 \
9 $(shell pkg-config --cflags-only-I pixman-1 xorg-server libdrm xproto) \
10 -I$(TOP)/src/gallium/include \
11 -I$(TOP)/src/gallium/auxiliary \
12 -I$(TOP)/include \
13 -I$(TOP)/src/mesa \
14 -I$(TOP)/src/mesa/drivers/dri/common \
15 -I$(TOP)/src/mesa/main
16
17 C_SOURCES = $(wildcard ./*.c)
18
19 include ../../Makefile.template