Merge branch '7.8'
[mesa.git] / src / gallium / state_trackers / dri / drm / 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/gallium/state_trackers/dri/common \
10 -I$(TOP)/src/mesa/drivers/dri/common \
11 -I$(TOP)/src/mesa/main \
12 $(shell pkg-config --cflags-only-I libdrm)
13
14
15 C_SOURCES = \
16 dri_context.c \
17 dri_screen.c \
18 dri_drawable.c \
19 dri_st_api.c \
20 dri1_helper.c \
21 dri1.c \
22 dri2.c
23
24 # $(TOP)/src/mesa/drivers/dri/common/utils.c \
25 $(TOP)/src/mesa/drivers/dri/common/vblank.c \
26 $(TOP)/src/mesa/drivers/dri/common/dri_util.c \
27 $(TOP)/src/mesa/drivers/dri/common/xmlconfig.c \
28 $(TOP)/src/mesa/drivers/common/driverfuncs.c \
29 $(TOP)/src/mesa/drivers/dri/common/texmem.c \
30 $(TOP)/src/mesa/drivers/dri/common/drirenderbuffer.c
31
32 include ../../../Makefile.template