#************
#* Irix 5.3 *
#************

###############################
# Ranlib
#
RANLIB = echo
###############################

###############################
# Compiler
#
CC = cc
###############################

###############################
# Misc optimization flag(s)
#
OPTIMIZE = -O2 -xansi -32   -Wf,-XNh2000 -DSYSV -DSVR4  -DFUNCPROTO=7 -DNARROWPROTO
###############################

###############################
# Flag(s) used for debugging
#
DEBUG = -g -xansi -32 -Wf,-XNh2000 -DSYSV -DSVR4  -DFUNCPROTO=7 -DNARROWPROTO
###############################

###############################
# Location of header files
#
INCLUDES =
###############################

###############################
# Libraries to link against
#
LIBS = -lXt -lX11 -lPW -lm
LIBS_MOTIF_SHARED = -lXm
LIBS_MOTIF_SEMI = /usr/lib/X11/libXm.a
###############################

###############################
# Libraries and includes needed to build a non-GUI version
#
GRLIBS = -lm
GRINCLUDES = 
###############################

###############################
# How we print
#
PRINT = lp -c
###############################

