#**********************
#* SCO OpenServer 5.0 *
#**********************

###############################
# Ranlib
#
RANLIB = ranlib
###############################

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

###############################
# Misc optimization flag(s)
#
OPTIMIZE = -O
###############################

###############################
# Flag(s) used for debugging
#
DEBUG = -g 
###############################

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

###############################
# Libraries to link against
#
LIBS = -lXm -lXt -lX11 -lXmu -lsocket -lmalloc -lm
###############################

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

###############################
# How we print
#
PRINT = lpr -h
###############################

