mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-12-13 20:24:23 +08:00
883f9891cb
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
18 lines
471 B
Plaintext
18 lines
471 B
Plaintext
# Configuration for IRIX 6.x, make n32 DSOs
|
|
|
|
include $(TOP)/configs/default
|
|
|
|
CONFIG_NAME = irix6-n32
|
|
|
|
# Compiler and flags
|
|
CC = cc
|
|
CXX = CC
|
|
CFLAGS = -n32 -mips3 -O3 -ansi -woff 1174,1521,1552 -DUSE_XSHM -DPTHREADS
|
|
CXXFLAGS = -n32 -mips3 -O3 -ansi -woff 1174,1552 -DPTHREADS
|
|
|
|
GLW_SOURCES = GLwDrawA.c GLwMDrawA.c
|
|
|
|
LIB_DIR = lib32
|
|
|
|
APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -n32 -rpath $(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lX11 -lXmu -lXi -lfpe -lpthread -lm
|