2 include $(TOP
)/configs
/current
8 $(shell pkg-config xextproto
--atleast-version
=7.0.99.1 \
9 && echo
"-DHAVE_XEXTPROTO_71") \
10 $(shell pkg-config libkms
--atleast-version
=1.0 \
11 && echo
"-DHAVE_LIBKMS") \
12 $(shell pkg-config libkms
--silence-errors
--cflags-only-I
) \
13 $(shell pkg-config
--cflags-only-I pixman-1 xorg-server libdrm xproto
) \
14 -I
$(TOP
)/src
/gallium
/include \
15 -I
$(TOP
)/src
/gallium
/auxiliary \
18 -I
$(TOP
)/src
/mesa
/drivers
/dri
/common \
19 -I
$(TOP
)/src
/mesa
/main
21 C_SOURCES
= $(wildcard .
/*.c
)
23 include ..
/..
/Makefile.template