mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 08:08:06 +02: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
441 B
Text
23 lines
441 B
Text
# Configuration for IRIX 6.x, make o32 static libs
|
|
|
|
include $(TOP)/configs/default
|
|
|
|
CONFIG_NAME = irix6-o32-static
|
|
|
|
# Compiler and flags
|
|
CC = cc
|
|
CXX = CC
|
|
CFLAGS = -32 -mips2 -O2 -ansi -woff 1521,1552 -DUSE_XSHM
|
|
CXXFLAGS = -32 -mips2 -O2 -ansi -woff 3262,3666
|
|
MKLIB_OPTIONS = -static
|
|
|
|
GLW_SOURCES = GLwDrawA.c GLwMDrawA.c
|
|
|
|
LIB_DIR = lib32
|
|
|
|
|
|
GL_LIB_NAME = libGL.a
|
|
GLU_LIB_NAME = libGLU.a
|
|
GLW_LIB_NAME = libGLw.a
|
|
OSMESA_LIB_NAME = libOSMesa.a
|
|
|