From 785c3469f45ef4b96f2622cd1575229a1fd9d250 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 26 Apr 2001 22:27:09 +0000 Subject: Added Makefile support for building libOSMesa16.so which is Mesa compiled for 16-bit color channels, using the OSMesa driver. --- Makefile.X11 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile.X11') diff --git a/Makefile.X11 b/Makefile.X11 index d255a424e4..cc7ff0cbfa 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.42 2001/03/17 00:45:01 brianp Exp $ +# $Id: Makefile.X11,v 1.43 2001/04/26 22:27:09 brianp Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -85,6 +85,7 @@ default: @echo " make linux-sparc for Linux on Sparc systems" @echo " make linux-sparc5-elf for Sparc5 systems, make ELF shared libs" @echo " make linux-sparc-ultra for UltraSparc systems, make ELF shared libs" + @echo " make linux-osmesa16 for 16-bit/channel OSMesa" @echo " make lynxos for LynxOS systems with GCC" @echo " make macintosh for Macintosh" @echo " make machten-2.2 for Macs w/ MachTen 2.2 (68k w/ FPU)" @@ -294,6 +295,12 @@ linux-ggi-install linux-386-ggi-install: # echo ".include $(DESTDIR)/etc/ggi/ggimesa.conf" >> $(DESTDIR)/etc/ggi/libggi.conf ; \ # fi +linux-osmesa16: + -mkdir lib + if [ -d src ] ; then touch src/depend ; fi + if [ -d src ] ; then cd src ; $(MAKE) -f Makefile.OSMesa16 $@ ; fi + + # Remove .o files, emacs backup files, etc. clean: -rm -f ggi/*~ *.o -- cgit v1.2.3