mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 23:20:08 +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>
14 lines
342 B
Text
14 lines
342 B
Text
# Configuration for OSF/1
|
|
|
|
include $(TOP)/configs/default
|
|
|
|
CONFIG_NAME = osf1
|
|
|
|
# Compiler and flags
|
|
CC = cc
|
|
CXX = cxx
|
|
CFLAGS = -O0 -std1 -ieee_with_no_inexact -DUSE_XSHM -DPTHREADS -D_REENTRANT
|
|
CXXFLAGS = -O2 -std ansi -ieee -DPTHREADS -D_REENTRANT
|
|
|
|
GL_LIB_DEPS = -lX11 -lXext -lm -lpthread
|
|
GLU_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) -lm
|