Tizen 2.0 Release
[profile/ivi/osmesa.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/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)
14
15
16 C_SOURCES = \
17         dri_context.c \
18         dri_screen.c \
19         dri_drawable.c \
20         dri2.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