Clone of mesa.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

linux-ia64-icc-static 660B

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