#
# Some stuff needed by the different parts
#

# SNIPE_LITE needs
#
SL_FLAGS  = -DIMA_SGI6
#

# SNIPE_LITE libs
# like -lnsl -lsocket etc
#
#SL_LIBS = -lnsl -lsocket
#

# Dynamic Library (dl)
DL_LIBS = -ldl

# Ranlib?
RANLIB = echo 'Not using ranlib on'
#RANLIB = ranlib

# HARNESS 
#Pthread libs?
PLIB = -lpthread
SOFLAG = -c

# mknames needs a seperation character for names

SEPCHAR = '/'
######################################################################
# C-compiler

CC = cc
CGENLIB = -lgen
######################################################################
# Options for the C-compiler
 COPT = 
#COPT = -DHAVE_PRAGMA_WEAK

# if HAVE_PRAGMA_WEAK is NOT set, then the following file
# must be linked additionally
# WOBJ =
WOBJ = ${objdir}/ft-mpi-prof-wrappers.o

######################################################################
# Fortran - compiler
FC = f77

# Options for the Fortran compiler
# e.g for the g77
# FOPT = -fno-f90 -w
FOPT = 

# fortran to c naming convention ?
F2C_OPTS = 
#F2C_OPTS= -DFORTRANDOUBLEUNDERSCORE

######################################################################

# NBlocking arch dependant ops
NBOPT = -DFT_MPI_SHORT_MSG_LENGTH=16384

