summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-11-02 10:11:44 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-11-02 10:11:44 +0000
commit306b3b02b7115c8d8cda4bdd7bb499f0a4bfb7f4 (patch)
tree5f13f7a07f6ae647911798a4d5107878091b20bd
parent03d96a0ce28bebe5afd6e5a3cbc460b81ee4f4f7 (diff)
added linux-glide-debug config
-rw-r--r--Make-config14
-rw-r--r--Makefile.X114
2 files changed, 15 insertions, 3 deletions
diff --git a/Make-config b/Make-config
index a387bfaa5d..a036580f3e 100644
--- a/Make-config
+++ b/Make-config
@@ -1,4 +1,4 @@
-# $Id: Make-config,v 1.9 1999/10/27 10:09:27 brianp Exp $
+# $Id: Make-config,v 1.10 1999/11/02 10:11:44 brianp Exp $
MESA_MAJOR=3
MESA_MINOR=1
@@ -1265,6 +1265,18 @@ linux-elf-debug:
"GLUT_LIB = libglut.so" \
"GLW_LIB = libGLw.so" \
"CC = gcc" \
+ "CFLAGS = -g -ansi -pedantic -Wall -fPIC -ffast-math -D_SVID_SOURCE -D_BSD_SOURCE -I/usr/X11R6/include -DSHM -DDEBUG" \
+ "MAKELIB = ../bin/mklib.linux" \
+ "XLIBS = -L/usr/X11R6/lib -lX11 -lXext -lXmu -lXt -lXi -lSM -lICE -lvga -lm" \
+ "ASM_SOURCES = X86/x86a.S X86/common_x86asm.S X86/vertex.S"
+
+linux-glide-debug:
+ $(MAKE) $(MFLAGS) -f Makefile.X11 targets \
+ "GL_LIB = libGL.so" \
+ "GLU_LIB = libGLU.so" \
+ "GLUT_LIB = libglut.so" \
+ "GLW_LIB = libGLw.so" \
+ "CC = gcc" \
"CFLAGS = -g -ansi -pedantic -Wall -fPIC -ffast-math -D_SVID_SOURCE -D_BSD_SOURCE -I/usr/X11R6/include -DSHM -DFX -DDEBUG -I/usr/local/glide/include -I/usr/include/glide" \
"MAKELIB = ../bin/mklib.linux" \
"XLIBS = -L/usr/local/glide/lib -lglide2x -L/usr/X11R6/lib -lX11 -lXext -lXmu -lXt -lXi -lSM -lICE -lvga -lm" \
diff --git a/Makefile.X11 b/Makefile.X11
index 11263abd70..bff30e6956 100644
--- a/Makefile.X11
+++ b/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.10 1999/10/15 22:00:07 brianp Exp $
+# $Id: Makefile.X11,v 1.11 1999/11/02 10:11:44 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.1
@@ -140,7 +140,7 @@ aix aix-sl amix bsdos bsdos4 dgux freebsd freebsd-386 gcc \
hpux9 hpux9-sl hpux9-gcc hpux9-gcc-sl \
hpux10 hpux10-sl hpux10-gcc hpux10-gcc-sl \
irix4 irix5 irix5-gcc irix5-dso irix6-o32 irix6-o32-dso \
-linux linux-debug linux-prof linux-elf linux-elf-debug \
+linux linux-debug linux-prof linux-elf linux-elf-debug linux-glide-debug \
linux-glide linux-386-glide linux-386-opt-glide \
linux-386-opt-V2-glide \
linux-386 linux-386-elf \