#***********************************
#* Ultrix with X11R4 and Motif 1.1 *
#***********************************

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

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

###############################
# Misc optimization flag(s)
#
OPTIMIZE = -Olimit 2000 -Wf,-XNg1000 -DULTRIX -DNO_STRDUP
###############################

###############################
# Flag(s) used for debugging
#
DEBUG = -g -Wf,-XNg1000 -DULTRIX -DNO_STRDUP
###############################

###############################
# Location of header files
#
INCLUDES = -I/usr/X11/include
###############################

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

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

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

