diff options
author | Brian Paul <[email protected]> | 2004-03-26 15:16:35 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-03-26 15:16:35 +0000 |
commit | a70ad91209b08ebe7122ace6d6656b11d9b04542 (patch) | |
tree | dc8b1e08f6348809afcc29fc66d392061a5876fe /configs/sunos5 | |
parent | f262b70d5a3fb7bcc2b280735fc7ff643cebe433 (diff) |
new system configurations
Diffstat (limited to 'configs/sunos5')
-rw-r--r-- | configs/sunos5 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/configs/sunos5 b/configs/sunos5 new file mode 100644 index 00000000000..38d3efe9d82 --- /dev/null +++ b/configs/sunos5 @@ -0,0 +1,18 @@ +# Configuration for SunOS 5 + +include $(TOP)/configs/default + +CONFIG_NAME = sunos5 + +# Compiler and flags +CC = cc +CXX = c++ +CFLAGS = -KPIC -Xa -O -I/usr/openwin/include -I/usr/dt/include -DUSE_XSHM +CXXFLAGS = -KPIC -Xa -O -I/usr/openwin/include -I/usr/dt/include +GLUT_CFLAGS = -DSOLARIS_2_4_BUG + +GL_LIB_DEPS = -L/usr/openwin/lib -L/usr/dt/lib -lX11 -lXext -lXmu -lXi -lm +GLU_LIB_DEPS = -L$(LIB_DIR) -lGL -lm +GLUT_LIB_DEPS = -L$(LIB_DIR) -lGLU -lGL -lm +GLW_LIB_DEPS = -L$(LIB_DIR) -lGL -L/usr/openwin/lib -lXt -lX11 +APP_LIB_DEPS = -L$(LIB_DIR) -lCrun -lX11 -lglut -lGLU -lGL -lm |