Initial r300g support
[mesa.git] / src / gallium / targets / va-r300 / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBBASENAME = r300_drv_video
5
6 DRIVER_DEFINES = -DGALLIUM_SOFTPIPE
7 DRIVER_INCLUDES =
8
9 PIPE_DRIVERS = \
10 $(TOP)/src/gallium/drivers/r300/libr300.a \
11 $(TOP)/src/gallium/winsys/g3dvl/dri/libvldri.a \
12 $(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \
13 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
14 $(TOP)/src/gallium/drivers/trace/libtrace.a \
15 $(TOP)/src/gallium/auxiliary/libgallium.a
16
17 C_SOURCES = \
18 target.c \
19 $(COMMON_GALLIUM_SOURCES) \
20 $(DRIVER_SOURCES)
21
22 DRIVER_LIBS = $(shell pkg-config libdrm_radeon --libs) -lXfixes
23
24 include ../Makefile.va
25
26 symlinks: