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

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

###############################
# C flags
#
CFLAGS="-Aa -D_HPUX_SOURCE -w1"
###############################

###############################
# Misc optimization flags
#
OPTIMIZE="-O"
###############################

###############################
# Flags used for debugging
#
DEBUG="-g -O"
###############################

###############################
# FORTRAN compiler
# (only used for one demo)
#
FC="fort77 +U77"
###############################

###############################
# Whether f77 compiler adds "_"
# to external function names.
# Most compilers do.
#
#F_UNDERSCORE="-DNEED_F_UNDERSCORE"
F_UNDERSCORE=
###############################


###############################
# Type of computer arithmetic - used by Cephes library.
# IBMPC (Intel IEEE), DEC (VAX), MIEEE (Motorola IEEE) or UNK (unknown).
CEPHES_ARCH="UNK"
###############################

