g3dvl: Use sobel filter for chroma interpolation
[mesa/nouveau-pmpeg.git] / configs / linux-icc-static
blobb9c09d4a19c1a9ff0ae4df5597677348a00d1a1a
1 # Configuration for Linux with Intel C compiler, static libs
3 include $(TOP)/configs/default
5 CONFIG_NAME = linux-icc-static
7 # Compiler and flags
8 CC = icc
9 CXX = icpc
10 CFLAGS = -O3 -tpp6 -axK -D_GCC_LIMITS_H_ -D__GNUC__ -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DPTHREADS -I/usr/X11R6/include
11 CXXFLAGS = -O3 -tpp6 -axK -DPTHREADS
12 MKLIB_OPTIONS = -static -arch icc
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
20 GL_LIB_DEPS =
22 MESA_ASM_SOURCES = $(X86_SOURCES)
23 GLAPI_ASM_SOURCES = $(X86_API)