#
# Some stuff needed by the different parts
#

# SNIPE_LITE needs
#
SL_FLAGS  = -DIMA_LINUXALPHA -DNODELAYALLOWED -DDONOTFREEPUTENVSTR
#

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

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

# HARNESS 
#Pthread libs?
PLIB = -lpthread_p
SOFLAG = -shared

# mknames needs a seperation character for names

SEPCHAR = '/';

# fortran ?
FC = f77

# fortran to c naming convention ?
# undex linux and g77 
F2C_OPTS = -DFORTRANDOUBLEUNDERSCORE

# NBlocking arch dependant ops
NBOPT = -DFT_MPI_SHORT_MSG_LENGTH=16384
