#
# PCN System
#
# Please see the DISCLAIMER file in the top level directory of the
# distribution regarding the provisions under which this software
# is distributed.
#
# Config file for the HP 9000 series 300 running HP/UX (68030 CPU)
#
# See README for an explanation of what all these variables mean.
#

set ARCH = "hp9k3"

set VERSIONS = "optimized pdb"

set G_EXE_EXT = ""
set G_LIB_EXT = ""

set G_CC = "cc"
set G_OPT_CFLAGS = "-O"
set G_DEBUG_CFLAGS = "-g"
set G_CLIBS = ""

set G_FC = "f77"
set G_OPT_FFLAGS = "-O"
set G_DEBUG_FFLAGS = "-g"
set G_FLIBS = "-lf"

set G_LDFLAGS = ""

set G_PCNCC_CC = "cc"
set G_PCNCC_LIBS = ""
set G_PCNCC_CFLAGS = "-O"
set G_PCNCC_DFLAGS = "-g"

set G_DEFS = "-DALIGN_DOUBLES -DUSE_BSD_TIME -DGETWD_TO_GETCWD -DRANDOM_TO_RAND"

set G_MD_MODULE = "md_unix"
set G_SR_MODULE = "sr_bsdipc"

set G_CPP = "/lib/cpp"
set G_MAKE = "make"
set G_LEX = "lex"
set G_LEX_FLAGS = ""
set G_YACC = "yacc"
set G_YACC_FLAGS = ""
set G_AR = "ar"
set G_RANLIB = "ranlib"

set PARALLEL = ""

