mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
Unused since removal of demos from the repository? Signed-off-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Brian Paul <brianp@vmware.com>
23 lines
680 B
Text
23 lines
680 B
Text
# Configuration for Linux with Intel C compiler, static libs
|
|
|
|
include $(TOP)/configs/default
|
|
|
|
CONFIG_NAME = linux-icc-static
|
|
|
|
# Compiler and flags
|
|
CC = icc
|
|
CXX = icpc
|
|
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
|
|
CXXFLAGS = -O3 -tpp6 -axK -DPTHREADS
|
|
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
|
|
|
|
GL_LIB_DEPS =
|
|
|
|
MESA_ASM_SOURCES = $(X86_SOURCES)
|
|
GLAPI_ASM_SOURCES = $(X86_API)
|