st/egl: Use profiles to create OpenGL ES contexts.
[mesa.git] / src / gallium / targets / xorg-vmwgfx / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = vmwgfx_drv.so
5
6 C_SOURCES = \
7 vmw_xorg.c \
8 vmw_video.c \
9 vmw_ioctl.c \
10 vmw_ctrl.c \
11 vmw_target.c \
12 vmw_screen.c
13
14 DRIVER_INCLUDES = \
15 -I$(TOP)/src/gallium
16
17 DRIVER_DEFINES = \
18 -std=gnu99 \
19 -DGALLIUM_RBUG \
20 -DGALLIUM_TRACE \
21 -DHAVE_CONFIG_H
22
23 DRIVER_PIPES = \
24 $(TOP)/src/gallium/state_trackers/xorg/libxorgtracker.a \
25 $(TOP)/src/gallium/winsys/svga/drm/libsvgadrm.a \
26 $(TOP)/src/gallium/drivers/svga/libsvga.a \
27 $(TOP)/src/gallium/drivers/trace/libtrace.a \
28 $(TOP)/src/gallium/drivers/rbug/librbug.a
29
30 DRIVER_LINKS = \
31 $(shell pkg-config --libs libdrm libkms)
32
33 include ../Makefile.xorg