diff options
Diffstat (limited to 'configs/hpux11-ia64')
-rw-r--r-- | configs/hpux11-ia64 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/hpux11-ia64 b/configs/hpux11-ia64 index dc1291b8b5..58fa45d9df 100644 --- a/configs/hpux11-ia64 +++ b/configs/hpux11-ia64 @@ -14,7 +14,7 @@ CXXFLAGS = +z -Aa +DD64 +O3 +DSmckinley -D_HPUX_SOURCE -I/usr/include/X11R6 -I/u MKLIB_OPTIONS = -LIB_DIR = $(TOP)/lib64 +LIB_DIR = lib64 # Library names (actual file names) GL_LIB_NAME = libGL.so @@ -25,6 +25,6 @@ OSMESA_LIB_NAME = libOSMesa.so # Library/program dependencies GL_LIB_DEPS = -L/usr/lib/X11R6/ -L/usr/contrib/X11R6/lib/ -lXext -lXmu -lXt -lXi -lX11 -lm -lpthread -GLU_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) -lm -lCsup -lcl -GLUT_LIB_DEPS = -L$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) $(GL_LIB_DEPS) -GLW_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) $(GL_LIB_DEPS) +GLU_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) -lm -lCsup -lcl +GLUT_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) $(GL_LIB_DEPS) +GLW_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) $(GL_LIB_DEPS) |