mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 10:50:10 +01:00
20 lines
362 B
Text
20 lines
362 B
Text
# Configuration for AIX, static libs
|
|
|
|
include $(TOP)/configs/default
|
|
|
|
CONFIG_NAME = aix-static
|
|
|
|
# Compiler and flags
|
|
CC = cc
|
|
CXX = xlC
|
|
|
|
CFLAGS = -O -DAIXV3 -DPTHREADS
|
|
CXXFLAGS = -O -DAIXV3 -DPTHREADS
|
|
MKLIB_OPTIONS = -static
|
|
|
|
# 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
|
|
|