summaryrefslogtreecommitdiff
path: root/lib/libGL/dri/r200/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-12-04 22:00:29 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-12-04 22:00:29 +0000
commitf5ceb11d426116e2095295d9b4cb1748e4c0e7b5 (patch)
tree86bbe6b9e98fd694e5bd19946d01c1e8c9ebf8ff /lib/libGL/dri/r200/Makefile
parentd1f8c03b21cc2ace82e45dbb305cd91b81559412 (diff)
Build infrastructure for libGL dri modules.
Work in progress, not connected to the build yet.
Diffstat (limited to 'lib/libGL/dri/r200/Makefile')
-rw-r--r--lib/libGL/dri/r200/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/lib/libGL/dri/r200/Makefile b/lib/libGL/dri/r200/Makefile
new file mode 100644
index 000000000..f417145a9
--- /dev/null
+++ b/lib/libGL/dri/r200/Makefile
@@ -0,0 +1,39 @@
+# $OpenBSD: Makefile,v 1.1 2007/12/04 22:00:27 matthieu Exp $
+
+LIB= r200_dri.so
+
+DRIVER_SOURCES = r200_context.c \
+ r200_ioctl.c \
+ r200_lock.c \
+ r200_state.c \
+ r200_state_init.c \
+ r200_cmdbuf.c \
+ r200_pixel.c \
+ r200_tex.c \
+ r200_texmem.c \
+ r200_texstate.c \
+ r200_tcl.c \
+ r200_swtcl.c \
+ r200_span.c \
+ r200_maos.c \
+ r200_sanity.c \
+ r200_fragshader.c \
+ r200_vertprog.c \
+ radeon_screen.c \
+ $(EGL_SOURCES)
+
+SRCS = $(COMMON_SOURCES) $(DRIVER_SOURCES)
+
+DRIVER_DEFINES = -DRADEON_COMMON=1 -DRADEON_COMMON_FOR_R200 \
+ -I$(MESA)/drivers/dri/r200 \
+ -I$(MESA)/drivers/dri/r200/server \
+ -I$(MESA)/drivers/dri/radeon \
+ -I$(MESA)/drivers/dri/radeon/server
+
+.include <bsd.xorg.mk>
+
+.PATH: $(MESA)/drivers/dri/r200
+.PATH: $(MESA)/drivers/dri/radeon
+
+
+