darwin: config file cleanups
[mesa.git] / configs / hpux10-static
1 # Configuration for HPUX v10, static libs
2
3 include $(TOP)/configs/default
4
5 CONFIG_NAME = hpux10-static
6
7 # Compiler and flags
8 CC = cc
9 CXX = aCC
10
11 CFLAGS = -O +DAportable +z -Ae -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DUSE_XSHM
12 CXXFLAGS = -O +DAportable +Z -Ae -D_HPUX_SOURCE
13
14 MKLIB_OPTIONS = -static
15
16 # Library names (actual file names)
17 GL_LIB_NAME = libGL.a
18 GLU_LIB_NAME = libGLU.a
19 GLW_LIB_NAME = libGLw.a
20 OSMESA_LIB_NAME = libOSMesa.a
21
22 # Library/program dependencies (static libs don't have dependencies)
23 GL_LIB_DEPS =
24 OSMESA_LIB_DEPS =
25 GLU_LIB_DEPS =
26 GLW_LIB_DEPS =