Makefile revision a39a3cc14e816cc91a81028a27c4dbd4816cdc9d
1TOP = ../../../..
2include $(TOP)/configs/current
3
4LIBNAME = xorgtracker
5
6LIBRARY_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
17C_SOURCES = $(wildcard ./*.c)
18
19include ../../Makefile.template
20