#*********************************************
#* HP9000 - HP/UX 9.* or 10.x with Motif 1.2 *
#*********************************************

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

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

###############################
# Misc optimization flag(s)
#
OPTIMIZE = -O -Aa -DSYSV -Dhpux -D_HPUX_SOURCE -D_POSIX_SOURCE
###############################

###############################
# Flag(s) used for debugging
#
DEBUG = -g -Aa -DSYSV -Dhpux -D_HPUX_SOURCE -D_POSIX_SOURCE
###############################

###############################
# Location of header files
#
INCLUDES = -I/usr/include/X11R5 -I/usr/include/Motif1.2
###############################

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

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

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

