summaryrefslogtreecommitdiff
path: root/Make-config
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-09-14 12:20:17 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-09-14 12:20:17 +0000
commitbbe0c46722a2fb3287f953aa949a9b31ca71ee68 (patch)
tree09717a19c7e2f464ff74634489b296b512189789 /Make-config
parentd21c43cd15921965a2f1894a0185aa7ca8b5416b (diff)
added linux-386-pthread-shared-glide
Diffstat (limited to 'Make-config')
-rw-r--r--Make-config14
1 files changed, 13 insertions, 1 deletions
diff --git a/Make-config b/Make-config
index b03e7235de..20b8773a9d 100644
--- a/Make-config
+++ b/Make-config
@@ -1,4 +1,4 @@
-# $Id: Make-config,v 1.1 1999/08/19 00:55:39 jtg Exp $
+# $Id: Make-config,v 1.2 1999/09/14 12:20:17 brianp Exp $
MAJOR=3
MINOR=1
@@ -590,6 +590,18 @@ linux-3dnow-glide:
FX/X86/fx_3dnow_fastpath.S"
+# Contributed by C. Alex. North-Keys (erlkonig@talisman.org)
+linux-386-pthread-shared-glide:
+ $(MAKE) $(MFLAGS) targets \
+ "GL_LIB = libMesaGL.so" \
+ "GLU_LIB = libMesaGLU.so" \
+ "GLUT_LIB = libglut.so" \
+ "CC = gcc" \
+ "CFLAGS = -O3 -fPIC -funroll-loops -ansi -pedantic -ffast-math -D_SVID_SOURCE -D_BSD_SOURCE -I/usr/X11R6/include -DSHM -DUSE_X86_ASM -D_REENTRANT -DTHREADS -DPTHREADS -DFX -I/usr/include/glide -I/usr/local/glide/include" \
+ "MAKELIB = ../mklib.glide" \
+ "XLIBS = -L/usr/X11/lib -L/usr/X11R6/lib -lX11 -lXext -lXmu -lXt -lXi -lSM -lICE -lpthread" \
+ "ASM_SOURCES = asm_386.S"
+
# Contributed by Uwe_Maurer@t-online.de
linux-ggi:
$(MAKE) $(MFLAGS) -f Makefile.X11 targets \