FORTRAN_APPEND_UNDERSCORE:	false;
FORTRAN_PREPEND_UNDERSCORE:	false;
FORTRAN_BIND_FUNC:		true;

ZONES:				true;

THREADS:        true;
 
-- In theory, solaris/smp is capable of emulating multiple clusters in
-- a single address space.  However, the use of -DPASTHER1 below causes
-- a problem; the runtime is written to assume that each cluster has a
-- unique address space (eg. for near/far tests by permuting bits in
-- the pointer representation).
DISTRIBUTED:    false;
 
LIBRARY:        "SATHER_LIBRARY","pLibrary/Library.module";

CC_OPTIONS:     "-I$(SATHER_HOME)/System/Common/Brahma -I$(SATHER_HOME)/System/pSather/pSather -I$(SATHER_HOME)/System/Platforms/solaris/1cluster -DPSATHER1 -DPSATHER -DSOLARIS_THREADS -D_REENTRANT -O2";

LINK_OPTIONS:   "-lposix4 -ldl -lelf -lm";
 
GC_LINK:        "$(SATHER_HOME)/System/Common/Siva/smp_solaris.a";
