mesa/configs/linux-icc-static

24 lines
680 B
Plaintext
Raw Normal View History

2004-03-26 15:16:35 +00:00
# Configuration for Linux with Intel C compiler, static libs
include $(TOP)/configs/default
CONFIG_NAME = linux-icc-static
# Compiler and flags
CC = icc
2006-04-13 04:10:16 +01:00
CXX = icpc
2004-03-26 15:16:35 +00:00
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
2006-04-13 04:10:16 +01:00
CXXFLAGS = -O3 -tpp6 -axK -DPTHREADS
2004-03-26 15:16:35 +00:00
MKLIB_OPTIONS = -static -arch icc
# Library names (actual file names)
GL_LIB_NAME = libGL.a
GLU_LIB_NAME = libGLU.a
GLW_LIB_NAME = libGLw.a
OSMESA_LIB_NAME = libOSMesa.a
2006-04-13 04:10:16 +01:00
GL_LIB_DEPS =
2004-03-26 15:16:35 +00:00
MESA_ASM_SOURCES = $(X86_SOURCES)
GLAPI_ASM_SOURCES = $(X86_API)