#
# 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 Kendall Square Research ksr1.
#
# Author:  Ming Q. Xu  mingxu@cs.man.ac.uk
#          Centre for Novel Computing
#	   Department of Computer Science
#	   University of Manchester
#          
#
# See README for an explanation of what all these variables mean.
#

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

G_BUILD_CONTRIBS=""

G_ARCH="ksr1"

G_XCOMP_TARGET="no"

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

G_CC="/bin/cc"
G_OPT_CFLAGS="-O"
G_DEBUG_CFLAGS="-g"
G_CLIBS="-lm"

G_FC="/bin/f77"
G_OPT_FFLAGS="-O"
G_DEBUG_FFLAGS="-g"
G_FLIBS="-lF77 -lm"

G_OFILE="o"

G_LDFLAGS=""

G_DEFS="-DPCN_USE_BSD_TIME -DCELL_SIZE=8"

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

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="/usr/ksr/bin/ranlib"
G_PERL="/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=""
