#
# 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 Sun 3 (680x0 CPU)
#
# See README for an explanation of what all these variables mean.
#

set ARCH = "sun3"

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 = "-lm -lc"

set G_FC = "f77"
set G_OPT_FFLAGS = "-O"
set G_DEBUG_FFLAGS = "-g"
set G_FLIBS = "-lF77 -lm -lc"

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 = "-DUSE_BSD_TIME"

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 = ""

