summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Make-config17
-rw-r--r--Makefile.X113
2 files changed, 1 insertions, 19 deletions
diff --git a/Make-config b/Make-config
index 35b81099af..d81ce51ae4 100644
--- a/Make-config
+++ b/Make-config
@@ -971,23 +971,6 @@ sunos5-gcc:
"GLW_LIB_DEPS = -L$(TOP)/lib -lGL -L/usr/openwin/lib -lXt -lX11" \
"APP_LIB_DEPS = -lX11 -lglut -lGLU -lGL -lm"
-sunos5-smp:
- $(MAKE) $(MFLAGS) -f Makefile.X11 targets \
- "GL_LIB = libGL.so" \
- "GLU_LIB = libGLU.so" \
- "GLUT_LIB = libglut.so" \
- "GLW_LIB = libGLw.so" \
- "OSMESA_LIB = libOSMesa.so" \
- "CC = cc" \
- "CXX = CC" \
- "CFLAGS = -KPIC -Xa -native -fast -xO5 -xautopar -xreduction -xlibmil -xsafe=mem -xdepend -I/usr/openwin/include -I/usr/dt/include -DUSE_XSHM -DSOLARIS_2_4_BUG" \
- "CXXFLAGS = -KPIC -Xa -native -fast -xO5 -xautopar -xreduction -xlibmil -xsafe=mem -xdepend -I/usr/openwin/include -I/usr/dt/include -DUSE_XSHM -DSOLARIS_2_4_BUG" \
- "GL_LIB_DEPS = -L/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm" \
- "GLU_LIB_DEPS = -L$(TOP)/lib -lGL -lm" \
- "GLUT_LIB_DEPS = -L$(TOP)/lib -lGLU -lGL -lm" \
- "GLW_LIB_DEPS = -L$(TOP)/lib -lGL -L/usr/openwin/lib -lXt -lX11" \
- "APP_LIB_DEPS = -xautopar -xreduction -lX11 -lglut -lGLU -lGL -lm -lCrun -lthread"
-
ultrix-gcc:
$(MAKE) $(MFLAGS) -f Makefile.X11 targets \
"GL_LIB = libGL.a" \
diff --git a/Makefile.X11 b/Makefile.X11
index f7e6d6c2c8..0478ffc060 100644
--- a/Makefile.X11
+++ b/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.84 2003/09/08 14:58:05 brianp Exp $
+# $Id: Makefile.X11,v 1.85 2003/09/09 15:08:44 brianp Exp $
# Mesa 3-D graphics library
# Version: 5.1
@@ -91,7 +91,6 @@ default:
@echo " make sunos5 for Suns with SunOS 5.x"
@echo " make sunos5-smp for Suns with SunOS 5.x, SMP optimization"
@echo " make sunos5-gcc for Suns with SunOS 5.x and GCC"
- @echo " make sunos5-smp for Suns with SunOS 5.x, for smp only"
@echo " make ultrix-gcc for DEC systems with Ultrix and GCC"
@echo " make unixware for PCs running UnixWare"
@echo " make unixware-shared for PCs running UnixWare, shared libs"