# DOCK configuration file for SGI platforms (IRIX operating systems and
# MIPSpro Compilers).

# CC is the C compiler
# CXX is the C++ compiler
# CFLAGS is the flags for the C and C++ compilers
# FC is the Fortran compiler
# FFLAGS is the flags for the Fortran compiler
# LIBS is the flags for the linker
# LOAD is the command to invoke the linker
# SFX is the suffix for the executable

CC=          cc
CXX=         CC
CFLAGS=      -LANG:std -O2
FC=          f77
FFLAGS=      -O2 -static
LIBS=        -lm -lpthread
LOAD=        CC
SFX=

# Macro definitions for NAB
# AR is the library archiver
# LEX is the lexical analyzer generator
# OCFLAGS is the flags for the C compilers with high optimization
# RANLIB is the library index generator
AR=          ar rvs $(EMPTY)
LEX=         lex
OCFLAGS=     -O3
RANLIB=      /bin/true
