automake: src/mesa/drivers/osmesa
[mesa.git] / configs / linux-ia64-icc-static
1 # Configuration for Linux with Intel C compiler, static libs
2
3 include $(TOP)/configs/default
4
5 CONFIG_NAME = linux-icc-static
6
7 # Compiler and flags
8 CC = icc
9 CXX = icpc
10 CFLAGS = -O3 -ansi -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -I/usr/X11R6/include
11 CXXFLAGS = -O3 -ansi -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -I/usr/X11R6/include
12 MKLIB_OPTIONS = -static -arch icc-istatic
13
14 # Library names (actual file names)
15 GL_LIB_NAME = libGL.a
16 GLU_LIB_NAME = libGLU.a
17 GLW_LIB_NAME = libGLw.a
18 OSMESA_LIB_NAME = libOSMesa.a
19
20 GL_LIB_DEPS =
21 GLU_LIB_DEPS =
22 GLW_LIB_DEPS =
23