OSDN Git Service

android: ensure building with stlport
[android-x86/external-mesa.git] / configs / sunos4-static
1 # Configuration for SunOS 4, static libs
2
3 include $(TOP)/configs/default
4
5 CONFIG_NAME = sunos4-static
6
7 # Compiler and flags
8 CC = acc
9 CFLAGS = -O -DUSE_XSHM -DSUNOS4
10 MKLIB_OPTIONS = -static
11
12 # Library names (actual file names)
13 GL_LIB_NAME = libGL.a
14 GLU_LIB_NAME = libGLU.a
15 GLW_LIB_NAME = libGLw.a
16 OSMESA_LIB_NAME = libOSMesa.a
17
18 # Library/program dependencies (static libs don't have dependencies)
19 GL_LIB_DEPS = 
20 OSMESA_LIB_DEPS = 
21 GLU_LIB_DEPS = 
22 GLW_LIB_DEPS =