summaryrefslogtreecommitdiff
path: root/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-04-26 22:27:09 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-04-26 22:27:09 +0000
commit785c3469f45ef4b96f2622cd1575229a1fd9d250 (patch)
treef8ecdae35fb93036cf9c6a66906882d08c099b52 /Makefile.X11
parentf20ea88f88398f38ea6029c35260e481b15116ed (diff)
Added Makefile support for building libOSMesa16.so which is Mesa compiled
for 16-bit color channels, using the OSMesa driver.
Diffstat (limited to 'Makefile.X11')
-rw-r--r--Makefile.X119
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.X11 b/Makefile.X11
index d255a424e48..cc7ff0cbfaf 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