Merge branch '7.8'
[mesa.git] / src / gallium / state_trackers / dri / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = dridrm
5
6 LIBRARY_INCLUDES = \
7 -I$(TOP)/include \
8 -I$(TOP)/src/mesa \
9 -I$(TOP)/src/mesa/drivers/dri/common \
10 -I$(TOP)/src/mesa/main \
11 $(shell pkg-config --cflags-only-I libdrm)
12
13
14 C_SOURCES = \
15 dri_context.c \
16 dri_screen.c \
17 dri_drawable.c \
18 dri_extensions.c \
19 dri_st_api.c \
20 dri1.c
21
22 # $(TOP)/src/mesa/drivers/dri/common/utils.c \
23 $(TOP)/src/mesa/drivers/dri/common/vblank.c \
24 $(TOP)/src/mesa/drivers/dri/common/dri_util.c \
25 $(TOP)/src/mesa/drivers/dri/common/xmlconfig.c \
26 $(TOP)/src/mesa/drivers/common/driverfuncs.c \
27 $(TOP)/src/mesa/drivers/dri/common/texmem.c \
28 $(TOP)/src/mesa/drivers/dri/common/drirenderbuffer.c
29
30 include ../../Makefile.template