Merge branch 'mesa_7_5_branch'
[mesa.git] / src / gallium / winsys / drm / radeon / egl / Makefile
1 TOP = ../../../../../..
2 GALLIUMDIR = ../../../..
3 include $(TOP)/configs/current
4
5 LIBNAME = EGL_r300.so
6
7 PIPE_DRIVERS = \
8 $(TOP)/src/gallium/state_trackers/egl/libegldrm.a \
9 $(GALLIUMDIR)/winsys/drm/radeon/core/libradeonwinsys.a \
10 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
11 $(TOP)/src/gallium/drivers/trace/libtrace.a \
12 $(TOP)/src/gallium/drivers/r300/libr300.a
13
14 DRIVER_SOURCES =
15
16 C_SOURCES = \
17 $(COMMON_GALLIUM_SOURCES) \
18 $(DRIVER_SOURCES)
19
20 DRIVER_EXTRAS = -ldrm_radeon
21
22 ASM_SOURCES =
23
24 include ../../Makefile.template
25
26 symlinks: