g3dvl: Use sobel filter for chroma interpolation
[mesa/nouveau-pmpeg.git] / configs / irix6-o32-static
blob2e62c1b56336dbb39cd308320459b8ab5e05287f
1 # Configuration for IRIX 6.x, make o32 static libs
3 include $(TOP)/configs/default
5 CONFIG_NAME = irix6-o32-static
7 # Compiler and flags
8 CC = cc
9 CXX = CC
10 CFLAGS = -32 -mips2 -O2 -ansi -woff 1521,1552 -DUSE_XSHM
11 CXXFLAGS = -32 -mips2 -O2 -ansi -woff 3262,3666
12 MKLIB_OPTIONS = -static
14 GLW_SOURCES = GLwDrawA.c GLwMDrawA.c
16 LIB_DIR = lib32
19 GL_LIB_NAME = libGL.a
20 GLU_LIB_NAME = libGLU.a
21 GLW_LIB_NAME = libGLw.a
22 OSMESA_LIB_NAME = libOSMesa.a