# 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 = |