#
# 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 Sequent Symmetry (386 CPU)
#
# See README for an explanation of what all these variables mean.
#

set ARCH = "symmetry"

set VERSIONS = "optimized pdb"

set G_EXE_EXT = ""
set G_LIB_EXT = ""

set G_CC = "atscc"
set G_OPT_CFLAGS = "-O"
set G_DEBUG_CFLAGS = "-g"
set G_CLIBS = "-lseq -lpps -lm -lc"

set G_FC = "fortran"
set G_OPT_FFLAGS = "-O"
set G_DEBUG_FFLAGS = "-g"
set G_FLIBS = "/usr/lib/libpps.a -lseq -lm"

set G_LDFLAGS = "-Z8000000"

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

set G_DEFS = "-DBIT_FIELDS_RIGHT_TO_LEFT -DSLEEP_INTERVAL=0 -DINCLUDE_STRINGS -DDONT_INCLUDE_STRING -DUSE_BZERO -DMEMCPY_TO_BCOPY -DSTRCHR_TO_INDEX -DDONT_INCLUDE_ANSI"

set G_MD_MODULE = "md_unix"
set G_SR_MODULE = "sr_seq"

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

