aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/Mesa/configs/hpux11-32-static-nothreads
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/extras/Mesa/configs/hpux11-32-static-nothreads')
-rw-r--r--nx-X11/extras/Mesa/configs/hpux11-32-static-nothreads26
1 files changed, 0 insertions, 26 deletions
diff --git a/nx-X11/extras/Mesa/configs/hpux11-32-static-nothreads b/nx-X11/extras/Mesa/configs/hpux11-32-static-nothreads
deleted file mode 100644
index 91b365408..000000000
--- a/nx-X11/extras/Mesa/configs/hpux11-32-static-nothreads
+++ /dev/null
@@ -1,26 +0,0 @@
-# Configuration for HPUX v11, static libs
-
-include $(TOP)/configs/default
-
-CONFIG_NAME = hpux11-32-static
-
-# Compiler and flags
-CC = cc
-CXX = aCC
-
-CFLAGS = +O3 +DA2.0 -Aa -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DUSE_XSHM
-
-CXXFLAGS = +O3 +DA2.0 -Aa -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include
-
-MKLIB_OPTIONS = -static
-
-
-# Library names (actual file names)
-GL_LIB_NAME = libGL.a
-GLU_LIB_NAME = libGLU.a
-GLUT_LIB_NAME = libglut.a
-GLW_LIB_NAME = libGLw.a
-OSMESA_LIB_NAME = libOSMesa.a
-
-# Library/program dependencies
-APP_LIB_DEPS = -L/usr/lib/X11R6 -L/usr/contrib/X11R6/lib -lXext -lXmu -lXi -lX11 -lm