#
# Some stuff needed by the different parts
#

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

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

# Dynamic Library (dl)
DL_LIBS =

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

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

# mknames needs a seperation character for names

SEPCHAR = '/';

######################################################################
# C-compiler
CC = gcc
#CC =  cc 
######################################################################
# 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 = g77

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

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

# NBlocking arch dependant ops
NBOPT = -DFT_MPI_SHORT_MSG_LENGTH=16384
