summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/ffb/Makefile
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-02-25 16:12:58 -0500
committerKristian Høgsberg <krh@bitplanet.net>2010-02-25 17:40:11 -0500
commit79aeafd3ca3680c28f6d47a21a501334844f4475 (patch)
tree211ec598f55db38cdf62133ab56dd82cb8fd24a6 /src/mesa/drivers/dri/ffb/Makefile
parent40c6bb58be4bc2be3c4901fe8b945d2a12983af6 (diff)
Drop fb, ffb and gamma dri drivers
Diffstat (limited to 'src/mesa/drivers/dri/ffb/Makefile')
-rw-r--r--src/mesa/drivers/dri/ffb/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/mesa/drivers/dri/ffb/Makefile b/src/mesa/drivers/dri/ffb/Makefile
deleted file mode 100644
index e9da8f9066..0000000000
--- a/src/mesa/drivers/dri/ffb/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# src/mesa/drivers/dri/ffb/Makefile
-
-TOP = ../../../../..
-include $(TOP)/configs/current
-
-LIBNAME = ffb_dri.so
-
-# not yet
-# MINIGLX_SOURCES = server/ffb_dri.c
-
-DRIVER_SOURCES = \
- ffb_bitmap.c \
- ffb_clear.c \
- ffb_dd.c \
- ffb_depth.c \
- ffb_fog.c \
- ffb_lines.c \
- ffb_points.c \
- ffb_span.c \
- ffb_state.c \
- ffb_stencil.c \
- ffb_tex.c \
- ffb_tris.c \
- ffb_vb.c \
- ffb_xmesa.c
-
-C_SOURCES = \
- $(COMMON_SOURCES) \
- $(DRIVER_SOURCES)
-
-
-ASM_SOURCES =
-
-include ../Makefile.template
-