From 5b22aa1e339b77fa7e3e8ba134619c7e5ef93900 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 13 Jul 2001 20:08:42 +0000 Subject: added linux-osmesa32 config --- Make-config | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'Make-config') diff --git a/Make-config b/Make-config index 7cfb915d0b..6882830fde 100644 --- a/Make-config +++ b/Make-config @@ -1,4 +1,4 @@ -# $Id: Make-config,v 1.46 2001/06/18 22:45:16 brianp Exp $ +# $Id: Make-config,v 1.47 2001/07/13 20:08:42 brianp Exp $ MESA_MAJOR=3 MESA_MINOR=5 @@ -836,7 +836,19 @@ linux-osmesa16: "CCFLAGS = $(CFLAGS)" \ "MAKELIB = ../bin/mklib.linux" \ "GL_LIB_DEPS = -lm -lpthread" \ - "APP_LIB_DEPS = -lOSMesa -lGL" + "APP_LIB_DEPS = -lOSMesa16 -lGL" + +# 32-bit/channel Mesa using OSMesa driver +linux-osmesa32: + $(MAKE) $(MFLAGS) -f Makefile.OSMesa16 targets \ + "OSMESA16_LIB = libOSMesa32.so" \ + "CC = gcc" \ + "CPLUSPLUS = g++" \ + "CFLAGS = -g -ansi -pedantic -Wall -Wmissing-prototypes -Wundef -fPIC -ffast-math -D_SVID_SOURCE -D_BSD_SOURCE -I/usr/X11R6/include -DUSE_XSHM -DPTHREADS -DDEBUG -DMESA_DEBUG -DCHAN_BITS=32" \ + "CCFLAGS = $(CFLAGS)" \ + "MAKELIB = ../bin/mklib.linux" \ + "GL_LIB_DEPS = -lm -lpthread" \ + "APP_LIB_DEPS = -lOSMesa32 -lGL" # May want to add these CFLAGS for better performance under LynxOS and GCC: # -fPIC -O2 -ansi -pedantic -mieee-fp -DUSE_XSHM -funroll-loops -- cgit v1.2.3