glsl2: Add and use new variable mode ir_var_temporary
[mesa/nouveau-pmpeg.git] / src / gallium / state_trackers / dri / drm / Makefile
blob94fa61fec732d1c28020ac07a192b0d2cc9410e0
1 TOP = ../../../../..
2 include $(TOP)/configs/current
4 LIBNAME = dridrm
6 LIBRARY_INCLUDES = \
7 -I$(TOP)/include \
8 -I$(TOP)/src/mapi \
9 -I$(TOP)/src/mesa \
10 -I$(TOP)/src/gallium/state_trackers/dri/common \
11 -I$(TOP)/src/mesa/drivers/dri/common \
12 -I$(TOP)/src/mesa/main \
13 $(shell pkg-config --cflags-only-I libdrm)
16 C_SOURCES = \
17 dri_context.c \
18 dri_screen.c \
19 dri_drawable.c \
20 dri1_helper.c \
21 dri2.c
23 # $(TOP)/src/mesa/drivers/dri/common/utils.c \
24 $(TOP)/src/mesa/drivers/dri/common/vblank.c \
25 $(TOP)/src/mesa/drivers/dri/common/dri_util.c \
26 $(TOP)/src/mesa/drivers/dri/common/xmlconfig.c \
27 $(TOP)/src/mesa/drivers/common/driverfuncs.c \
28 $(TOP)/src/mesa/drivers/dri/common/texmem.c \
29 $(TOP)/src/mesa/drivers/dri/common/drirenderbuffer.c
31 include ../../../Makefile.template