#
# 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 Intel 386 Unix PC (Running System V 3.2)
#
# See README for an explanation of what all these variables mean.
#

set ARCH = "intel386"

set VERSIONS = "optimized"

set G_EXE_EXT = "intel386"
set G_LIB_EXT = ""

set G_CC = "cc"
set G_OPT_CFLAGS = "-O"
set G_DEBUG_CFLAGS = "-g"
set G_CLIBS = "-lm -lc -lsocket"

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

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 = "-DSYSV -DSYSV3_2 -DBIT_FIELDS_RIGHT_TO_LEFT -DALIGN_DOUBLES -DUSE_BSD_TIME -DDEBUG=0 -DDONT_INCLUDE_ANSI -DGETWD_TO_GETCWD -DRANDOM_TO_RAND"

set G_MD_MODULE = "md_unix"
set G_SR_MODULE = "sr_null"

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 = "ar860"
set G_RANLIB = "true"

set PARALLEL = ""

set NO_SYMLINKS = "true"
