Massive refactor of (most of) the Linux config files. This reduces
[mesa.git] / configs / linux-static
1 # Configuration for generic Linux, making static libs
2
3 include $(TOP)/configs/linux
4
5 CONFIG_NAME = linux-static
6
7 MKLIB_OPTIONS = -static
8
9 # Library names (actual file names)
10 GL_LIB_NAME = libGL.a
11 GLU_LIB_NAME = libGLU.a
12 GLUT_LIB_NAME = libglut.a
13 GLW_LIB_NAME = libGLw.a
14 OSMESA_LIB_NAME = libOSMesa.a
15
16 # Library/program dependencies (static libs don't have dependencies)
17 GL_LIB_DEPS =
18 OSMESA_LIB_DEPS =
19 GLU_LIB_DEPS =
20 GLUT_LIB_DEPS =
21 GLW_LIB_DEPS =