diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-05-27 06:25:46 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-05-27 06:25:46 +0000 |
commit | 52b3afa0e06bd154172dd1c007e25b1287726f08 (patch) | |
tree | a6a0200dafa90d9dbbacda88491f1e2bca50b125 | |
parent | 80f657b7b2ab8cf9a962f27b35de7caf49f0b575 (diff) |
Remove the makefiles for dri drivers that aren't built anymore.
-rw-r--r-- | lib/libGL/dri/Makefile | 10 | ||||
-rw-r--r-- | lib/libGL/dri/mach64/Makefile | 27 | ||||
-rw-r--r-- | lib/libGL/dri/mga/Makefile | 28 | ||||
-rw-r--r-- | lib/libGL/dri/r128/Makefile | 26 | ||||
-rw-r--r-- | lib/libGL/dri/s3v/Makefile | 29 | ||||
-rw-r--r-- | lib/libGL/dri/savage/Makefile | 23 | ||||
-rw-r--r-- | lib/libGL/dri/sis/Makefile | 30 | ||||
-rw-r--r-- | lib/libGL/dri/tdfx/Makefile | 28 | ||||
-rw-r--r-- | lib/libGL/dri/trident/Makefile | 19 | ||||
-rw-r--r-- | lib/libGL/dri/unichrome/Makefile | 28 |
10 files changed, 2 insertions, 246 deletions
diff --git a/lib/libGL/dri/Makefile b/lib/libGL/dri/Makefile index ae9f52b6b..fa10ec4a9 100644 --- a/lib/libGL/dri/Makefile +++ b/lib/libGL/dri/Makefile @@ -1,16 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2010/05/22 20:14:14 matthieu Exp $ +# $OpenBSD: Makefile,v 1.10 2010/05/27 06:25:45 matthieu Exp $ SUBDIR= swrast .if ${MACHINE} == i386 || ${MACHINE} == amd64 -SUBDIR+= i810 i915 i965 \ - radeon r200 r300 -# not ready -# mach64 mga r128 s3v savage sis tdfx trident +SUBDIR+= i810 i915 i965 radeon r200 r300 .endif -#.if ${MACHINE} == sparc64 -#SUBDIR+= mach64 r128 r200 r300 radeon -#.endif build depend all install clean cleandir: _SUBDIRUSE diff --git a/lib/libGL/dri/mach64/Makefile b/lib/libGL/dri/mach64/Makefile deleted file mode 100644 index a0ef56b69..000000000 --- a/lib/libGL/dri/mach64/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# $OpenBSD: Makefile,v 1.1 2007/12/04 22:00:27 matthieu Exp $ - -LIB= mach64_dri.so - -DRIVER_SOURCES = \ - mach64_context.c \ - mach64_ioctl.c \ - mach64_screen.c \ - mach64_span.c \ - mach64_state.c \ - mach64_tex.c \ - mach64_texmem.c \ - mach64_texstate.c \ - mach64_tris.c \ - mach64_vb.c \ - mach64_dd.c \ - mach64_lock.c - -SRCS = \ - $(COMMON_SOURCES) \ - $(DRIVER_SOURCES) - -DRIVER_DEFINES= -I$(MESA)/drivers/dri/mach64/server - -.include <bsd.xorg.mk> - -.PATH: $(MESA)/drivers/dri/mach64 diff --git a/lib/libGL/dri/mga/Makefile b/lib/libGL/dri/mga/Makefile deleted file mode 100644 index 07e28a6e4..000000000 --- a/lib/libGL/dri/mga/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $OpenBSD: Makefile,v 1.1 2007/12/04 22:00:27 matthieu Exp $ - -LIB= mga_dri.so - -DRIVER_SOURCES = \ - mgadd.c \ - mgaioctl.c \ - mgarender.c \ - mgastate.c \ - mgatris.c \ - mgapixel.c \ - mgaspan.c \ - mgatex.c \ - mgatexmem.c \ - mga_texstate.c \ - mga_texcombine.c \ - mgavb.c \ - mga_xmesa.c - -SRCS = \ - $(COMMON_SOURCES) \ - $(DRIVER_SOURCES) - -DRIVER_DEFINES = -I$(MESA)/drivers/dri/mga/server - -.include <bsd.xorg.mk> - -.PATH: $(MESA)/drivers/dri/mga diff --git a/lib/libGL/dri/r128/Makefile b/lib/libGL/dri/r128/Makefile deleted file mode 100644 index c28a593ee..000000000 --- a/lib/libGL/dri/r128/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $OpenBSD: Makefile,v 1.1 2007/12/04 22:00:27 matthieu Exp $ - -LIB= r128_dri.so - -DRIVER_SOURCES = \ - r128_context.c \ - r128_lock.c \ - r128_state.c \ - r128_texstate.c \ - r128_dd.c \ - r128_screen.c \ - r128_tex.c \ - r128_tris.c \ - r128_ioctl.c \ - r128_span.c \ - r128_texmem.c - -SRCS = \ - $(COMMON_SOURCES) \ - $(DRIVER_SOURCES) - -DRIVER_DEFINES= -I$(MESA)/drivers/dri/r128/server - -.include <bsd.xorg.mk> - -.PATH: $(MESA)/drivers/dri/r128 diff --git a/lib/libGL/dri/s3v/Makefile b/lib/libGL/dri/s3v/Makefile deleted file mode 100644 index ab5a175e1..000000000 --- a/lib/libGL/dri/s3v/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# $OpenBSD: Makefile,v 1.2 2009/05/17 20:20:23 matthieu Exp $ - -LIB= s3v_dri.so - -DRIVER_SOURCES = \ - s3v_context.c \ - s3v_dd.c \ - s3v_inithw.c \ - s3v_lock.c \ - s3v_render.c \ - s3v_screen.c \ - s3v_span.c \ - s3v_state.c \ - s3v_tex.c \ - s3v_texmem.c \ - s3v_texstate.c \ - s3v_tris.c \ - s3v_vb.c \ - s3v_xmesa.c - -SRCS = \ - $(COMMON_SOURCES) \ - $(DRIVER_SOURCES) - -DRIVER_DEFINES = -I$(MESA)/drivers/dri/s3v/server - -.include <bsd.xorg.mk> - -.PATH: $(MESA)/drivers/dri/s3v diff --git a/lib/libGL/dri/savage/Makefile b/lib/libGL/dri/savage/Makefile deleted file mode 100644 index b31bd5dbb..000000000 --- a/lib/libGL/dri/savage/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $OpenBSD: Makefile,v 1.1 2007/12/04 22:00:28 matthieu Exp $ - -LIB= savage_dri.so - -DRIVER_SOURCES = \ - savage_xmesa.c \ - savagedd.c \ - savagestate.c \ - savagetex.c \ - savagetris.c \ - savagerender.c \ - savageioctl.c \ - savagespan.c - -SRCS = \ - $(COMMON_SOURCES) \ - $(DRIVER_SOURCES) - -DRIVER_DEFINES = -I$(MESA)/drivers/dri/savage/server - -.include <bsd.xorg.mk> - -.PATH: $(MESA)/drivers/dri/savage diff --git a/lib/libGL/dri/sis/Makefile b/lib/libGL/dri/sis/Makefile deleted file mode 100644 index 1fb431b15..000000000 --- a/lib/libGL/dri/sis/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# $OpenBSD: Makefile,v 1.1 2007/12/04 22:00:28 matthieu Exp $ - -LIB= sis_dri.so - -DRIVER_SOURCES = \ - sis6326_state.c \ - sis6326_clear.c \ - sis_alloc.c \ - sis_clear.c \ - sis_context.c \ - sis_dd.c \ - sis_fog.c \ - sis_lock.c \ - sis_screen.c \ - sis_span.c \ - sis_state.c \ - sis_stencil.c \ - sis_tex.c \ - sis_texstate.c \ - sis_tris.c - -SRCS = \ - $(COMMON_SOURCES) \ - $(DRIVER_SOURCES) - -DRIVER_DEFINES = -I$(MESA)/drivers/dri/sis/server - -.include <bsd.xorg.mk> - -.PATH: $(MESA)/drivers/dri/sis diff --git a/lib/libGL/dri/tdfx/Makefile b/lib/libGL/dri/tdfx/Makefile deleted file mode 100644 index 7ba7bc0d1..000000000 --- a/lib/libGL/dri/tdfx/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $OpenBSD: Makefile,v 1.1 2007/12/04 22:00:28 matthieu Exp $ - -LIB= tdfx_dri.so - -DRIVER_SOURCES = \ - tdfx_context.c \ - tdfx_dd.c \ - tdfx_lock.c \ - tdfx_pixels.c \ - tdfx_render.c \ - tdfx_screen.c \ - tdfx_span.c \ - tdfx_state.c \ - tdfx_tex.c \ - tdfx_texman.c \ - tdfx_texstate.c \ - tdfx_tris.c \ - tdfx_vb.c - -SRCS = \ - $(COMMON_SOURCES) \ - $(DRIVER_SOURCES) - -DRIVER_DEFINES = -I$(MESA)/drivers/dri/tdfx/server - -.include <bsd.xorg.mk> - -.PATH: $(MESA)/drivers/dri/tdfx diff --git a/lib/libGL/dri/trident/Makefile b/lib/libGL/dri/trident/Makefile deleted file mode 100644 index 8c6df7780..000000000 --- a/lib/libGL/dri/trident/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $OpenBSD: Makefile,v 1.2 2009/05/17 20:20:23 matthieu Exp $ - -LIB= trident_dri.so - -DRIVER_SOURCES = \ - trident_context.c \ - trident_state.c \ - trident_vb.c \ - trident_tris.c - -SRCS = \ - $(COMMON_SOURCES) \ - $(DRIVER_SOURCES) - -DRIVER_DEFINES = -I$(MESA)/drivers/dri/trident/server - -.include <bsd.xorg.mk> - -.PATH: $(MESA)/drivers/dri/trident diff --git a/lib/libGL/dri/unichrome/Makefile b/lib/libGL/dri/unichrome/Makefile deleted file mode 100644 index 695b3d9f3..000000000 --- a/lib/libGL/dri/unichrome/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $OpenBSD: Makefile,v 1.1 2007/12/04 22:00:28 matthieu Exp $ - -LIB= unichrome_dri.so - -DRIVER_SOURCES = \ - via_context.c \ - via_fb.c \ - via_tex.c \ - via_ioctl.c \ - via_memcpy.c \ - via_render.c \ - via_screen.c \ - via_span.c \ - via_state.c \ - via_texcombine.c \ - via_tris.c - -SRCS = \ - $(COMMON_SOURCES) \ - $(DRIVER_SOURCES) - -DRIVER_DEFINES = -I$(MESA)/drivers/dri/unichrome/server \ - -I$(MESA)/drivers/dri/unichrome - -.include <bsd.xorg.mk> - -.PATH: $(MESA)/drivers/dri/unichrome - |