summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/radeon/Makefile
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-06 13:28:15 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-06 13:28:15 -0800
commit80026428e3aa8f71ccd42d8d3b5e0a15c150dda2 (patch)
tree206d565e1110066a60f839f3d196c3c53ac126c7 /src/gallium/winsys/drm/radeon/Makefile
parent0bf152e0be48d8dc557c3ecdb02ef4d0b092fed5 (diff)
Rename winsys amd to radeon.
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 0000000000..dca1e3233a
--- /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: