mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 10:20:09 +01: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>
15 lines
303 B
Text
15 lines
303 B
Text
# Configuration for OSF/1
|
|
|
|
include $(TOP)/configs/default
|
|
|
|
CONFIG_NAME = osf1
|
|
|
|
# Compiler and flags
|
|
CC = cc
|
|
CXX = cxx
|
|
CFLAGS = -O2 -std1 -ieee_with_no_inexact -DUSE_XSHM -DPTHREADS -D_REENTRANT
|
|
CXXFLAGS = -O2 -std ansi -ieee -DPTHREADS -D_REENTRANT
|
|
MKLIB_OPTIONS = -static
|
|
|
|
GL_LIB_DEPS =
|
|
GLU_LIB_DEPS =
|