#
# 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 4 (Sparc CPU) using gcc 2.x.
#
# See README for an explanation of what all these variables mean.
#

INSTALL_BASE_DIR="/usr/local/pcn_${G_VERSION_STR}"

G_BUILD_CONTRIBS="gauge"

G_ARCH="sun4"

G_XCOMP_TARGET="no"

G_EXE_FILE_MODE="755"
G_FILE_MODE="644"
G_DIR_MODE="755"

G_CC="/usr/local/gcc-2.3.1/bin/gcc"
G_OPT_CFLAGS="-O"
G_DEBUG_CFLAGS="-g"
G_CLIBS="-lm -lc"

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

G_OFILE="o"

G_LDFLAGS=""

G_DEFS="-DPCN_USE_BSD_TIME -DPCN_ALIGN_DOUBLES -DPCN_NO_MEMMOVE"

G_STRIP_TRAILING_UNDERSCORE="no"

G_MD_MODULE="md_unix"
G_SR_MODULE="sr_bsdipc"

X_BIN_DIR="/usr/local/X11R5/bin"
X_INC_DIR="/usr/local/X11R5/include"
X_LIB_DIR="/usr/local/X11R5/lib"
#X_CC="${G_CC}"
#X_CFLAGS="${G_OPT_CFLAGS} -DNeedFunctionPrototypes -DNeedVarargsPrototypes"
#X_LDFLAGS=""

#
# The advantage to using /bin/cc is that it will use shared X libraries
# instead of staticly linked X libraries, thus reducing executable sizes.
#
X_CC="/bin/cc"
X_CFLAGS="-O"
X_LDFLAGS=""


G_LEX="/usr/bin/lex"
G_LEX_FLAGS=""

G_YACC="/usr/bin/yacc"
G_YACC_FLAGS=""

G_CPP="/lib/cpp"
G_MAKE="/bin/make"
G_AR="/bin/ar"
G_RANLIB="/bin/ranlib"
G_PERL="/usr/local/bin/perl"
G_CP="/bin/cp"
G_RM="/bin/rm"
G_MV="/bin/mv"
G_ECHO="/bin/echo"
G_MKDIR="/bin/mkdir"
G_CHMOD="/bin/chmod"
G_SED="/bin/sed"
G_TOUCH="/usr/bin/touch"
G_BASENAME="/usr/bin/basename"
G_EXPR="/bin/expr"
G_CAT="/bin/cat"
G_LN="/bin/ln"
G_SHELL="/bin/sh"

PARALLEL=""
