summaryrefslogtreecommitdiffstats
path: root/configs/hpux11-32
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2011-09-18 17:34:47 -0400
committerBrian Paul <brianp@vmware.com>2011-09-19 07:39:19 -0600
commitf534c1341347438ed7607b0afa12244df8f1cd0a (patch)
treeff0c83166b45e0fdf2385dfb05a37a742d8730af /configs/hpux11-32
parent75eb92fb28545bd57281e465c1dadf63b38ab55a (diff)
downloadexternal_mesa3d-f534c1341347438ed7607b0afa12244df8f1cd0a.zip
external_mesa3d-f534c1341347438ed7607b0afa12244df8f1cd0a.tar.gz
external_mesa3d-f534c1341347438ed7607b0afa12244df8f1cd0a.tar.bz2
Remove unused APP_LIB_DEPS variable
Unused since removal of demos from the repository? Signed-off-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'configs/hpux11-32')
-rw-r--r--configs/hpux11-321
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/hpux11-32 b/configs/hpux11-32
index d783ae0..41888f3 100644
--- a/configs/hpux11-32
+++ b/configs/hpux11-32
@@ -22,7 +22,6 @@ GLW_LIB_NAME = libGLw.a
OSMESA_LIB_NAME = libOSMesa.a
# Library/program dependencies
-APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB)
GL_LIB_DEPS = -L/usr/lib/X11R6/ -L/usr/contrib/X11R6/lib/ -lXext -lXt -lXi -lX11 -lm -lpthread
GLU_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) -lm -lCsup -lcl
GLW_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) $(GL_LIB_DEPS)