added linux-glide-debug config
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 2 Nov 1999 10:11:44 +0000 (10:11 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 2 Nov 1999 10:11:44 +0000 (10:11 +0000)
Make-config
Makefile.X11

index a387bfaa5d8fcd1a85918d7913dd36396e5884b9..a036580f3e9e85ca977a9ba6139e12651a2f1230 100644 (file)
@@ -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
@@ -1259,6 +1259,18 @@ linux-debug:
        "ASM_SOURCES = X86/x86a.S X86/common_x86asm.S X86/vertex.S"
 
 linux-elf-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 -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" \
index 11263abd709d0845fdcd19b99fc3662185299ddd..bff30e6956f1fb98d32053a4aacf3dd1c179af7c 100644 (file)
@@ -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 \