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

LIBNAME = xorgtracker

LIBRARY_INCLUDES = \
	-DHAVE_CONFIG_H \
	$(shell pkg-config xextproto --atleast-version=7.0.99.1 \
				&& echo "-DHAVE_XEXTPROTO_71") \
	$(shell pkg-config libkms --atleast-version=1.0 \
				&& echo "-DHAVE_LIBKMS") \
	$(shell pkg-config libkms --silence-errors --cflags-only-I) \
	$(shell pkg-config --cflags-only-I pixman-1 xorg-server libdrm xproto dri2proto) \
	-I$(TOP)/src/gallium/include \
	-I$(TOP)/src/gallium/auxiliary \
	-I$(TOP)/include \
	-I$(TOP)/src/mesa \
	-I$(TOP)/src/mesa/drivers/dri/common \
	-I$(TOP)/src/mesa/main

C_SOURCES = $(wildcard ./*.c)

include ../../Makefile.template