Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / gallium / winsys / drm / intel / egl / Makefile
1 TOP = ../../../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = EGL_i915.so
5
6 PIPE_DRIVERS = \
7 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
8 $(TOP)/src/gallium/drivers/i915simple/libi915simple.a \
9 ../common/libinteldrm.a
10
11 DRIVER_SOURCES = \
12 intel_swapbuffers.c \
13 intel_context.c \
14 intel_device.c \
15 intel_egl.c
16
17 C_SOURCES = \
18 $(COMMON_GALLIUM_SOURCES) \
19 $(DRIVER_SOURCES)
20
21 ASM_SOURCES =
22
23 DRIVER_DEFINES = -I../common $(shell pkg-config libdrm --atleast-version=2.3.1 \
24 && echo "-DDRM_VBLANK_FLIP=DRM_VBLANK_FLIP")
25
26 include ../../Makefile.template
27
28 symlinks: