summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/drm/radeon/Makefile
diff options
context:
space:
mode:
authorCorbin Simpson <[email protected]>2009-02-06 13:34:04 -0800
committerCorbin Simpson <[email protected]>2009-02-06 13:34:04 -0800
commit4683fc94f5e03f596fc8e5c12e9dd54a83deaeb9 (patch)
treebf78732b3bc9b7b22d3e1074d1447ea5be77656f /src/gallium/winsys/drm/radeon/Makefile
parente6372853c221a5d64494ce75a6a323c479c55a86 (diff)
parent80026428e3aa8f71ccd42d8d3b5e0a15c150dda2 (diff)
Merge branch 'gallium-0.2-radeon' into gallium-0.2
Diffstat (limited to 'src/gallium/winsys/drm/radeon/Makefile')
-rw-r--r--src/gallium/winsys/drm/radeon/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/gallium/winsys/drm/radeon/Makefile b/src/gallium/winsys/drm/radeon/Makefile
new file mode 100644
index 00000000000..dca1e3233a0
--- /dev/null
+++ b/src/gallium/winsys/drm/radeon/Makefile
@@ -0,0 +1,32 @@
+
+TOP = ../../../../..
+include $(TOP)/configs/current
+
+LIBNAME = radeon_dri.so
+
+MINIGLX_SOURCES =
+
+PIPE_DRIVERS = \
+ $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
+ $(TOP)/src/gallium/drivers/r300/libr300.a
+
+DRIVER_SOURCES = \
+ radeon_buffer.c \
+ radeon_context.c \
+ radeon_r300.c \
+ radeon_screen.c \
+ radeon_winsys_softpipe.c
+
+C_SOURCES = \
+ $(COMMON_GALLIUM_SOURCES) \
+ $(DRIVER_SOURCES)
+
+ASM_SOURCES =
+
+DRIVER_DEFINES = -I../../../drivers/r300
+
+include ../Makefile.template
+
+DRI_LIB_DEPS += -ldrm_radeon
+
+symlinks: