1TOP = ../../../..
2include $(TOP)/configs/current
3
4LIBNAME = i915_drv.so
5
6C_SOURCES = \
7	intel_target.c \
8	intel_xorg.c
9
10DRIVER_DEFINES = \
11	-DHAVE_CONFIG_H -DGALLIUM_RBUG -DGALLIUM_TRACE -DGALLIUM_GALAHAD
12
13DRIVER_PIPES = \
14	$(TOP)/src/gallium/state_trackers/xorg/libxorgtracker.a \
15	$(TOP)/src/gallium/winsys/i915/drm/libi915drm.a \
16	$(TOP)/src/gallium/drivers/i915/libi915.a \
17	$(TOP)/src/gallium/drivers/galahad/libgalahad.a \
18	$(TOP)/src/gallium/drivers/trace/libtrace.a \
19	$(TOP)/src/gallium/drivers/rbug/librbug.a
20
21DRIVER_LINKS = \
22	$(shell $(PKG_CONFIG) --libs libdrm libdrm_intel)
23
24include ../Makefile.xorg
25