Update x86's static and profile configs.
[mesa.git] / configs / linux-x86-64-static
1 # Configuration for Linux for 64-bit X86 (Opteron), static libs
2
3 include $(TOP)/configs/linux-x86-64
4
5 CONFIG_NAME = linux-x86-64-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 =
22
23 # Need to specify all libraries we may need
24 APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -Wl,--start-group \
25 -l$(GL_LIB) $(TOP)/src/mesa/pipe/softpipe/libsoftpipe.a -Wl,--end-group \
26 $(EXTRA_LIB_PATH) -lX11 -lXmu -lXt -lXi -lpthread -lstdc++ -lm