r600: don't enable depth test if there is no depth buffer
[mesa.git] / src / gallium / winsys / drm / vmware / core / Makefile
1 TOP = ../../../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = svgadrm
5
6 C_SOURCES = \
7 vmw_buffer.c \
8 vmw_context.c \
9 vmw_fence.c \
10 vmw_screen.c \
11 vmw_screen_dri.c \
12 vmw_screen_ioctl.c \
13 vmw_screen_pools.c \
14 vmw_screen_svga.c \
15 vmw_surface.c
16
17 LIBRARY_INCLUDES = \
18 -I$(TOP)/src/gallium/drivers/svga \
19 -I$(TOP)/src/gallium/drivers/svga/include \
20 -I$(GALLIUM)/src/mesa/drivers/dri/common \
21 -I$(GALLIUM)/include \
22 -I$(GALLIUM)/include/GL/internal \
23 -I$(GALLIUM)/src/mesa \
24 -I$(GALLIUM)/src/mesa/main \
25 -I$(GALLIUM)/src/mesa/glapi \
26 -I$(GALLIUM)/src/egl/main \
27 -I$(GALLIUM)/src/egl/drivers/dri \
28 $(shell pkg-config libdrm --cflags-only-I)
29
30 LIBRARY_DEFINES = \
31 -std=gnu99 -fvisibility=hidden \
32 -DHAVE_STDINT_H -D_FILE_OFFSET_BITS=64 \
33 $(shell pkg-config libdrm --cflags-only-other)
34
35 include ../../../../Makefile.template