Browse Source

added linux-glide-debug config

tags/mesa_3_1
Brian Paul 26 years ago
parent
commit
306b3b02b7
2 changed files with 15 additions and 3 deletions
  1. 13
    1
      Make-config
  2. 2
    2
      Makefile.X11

+ 13
- 1
Make-config View 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" \

+ 2
- 2
Makefile.X11 View 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 \

Loading…
Cancel
Save