THREADS:	true;

DISTRIBUTED:	false;

LIBRARY:	"SATHER_LIBRARY","lib/plib.module";

-- Active Thread stuff currently uses GCC's "inline" functions which
-- work properly only with gcc optimizations on. However, using just
-- -O breaks gcc in another place (the bug has been reported). I guess
-- this supports what many others already know: gcc is most reliable
-- with -O2 and higher. We use -O2 for Active Threads for now (always)

CC_OPTIONS:	"-I$(SATHER_HOME)/system/psather/src -I$(SATHER_HOME)/system/brahma  -I$(SATHER_HOME)/system/activethreads/src -I$(SATHER_HOME)/system/activethreads/md/sparc-solaris -DPSATHER1 -DPSATHER -DAT_THREADS -O2";
GC_LINK:	"";
LINK_OPTIONS:   "$(SATHER_HOME)/system/brahma/lib/solaris_smp_at.a -L $(SATHER_HOME)/system/activethreads/lib -lat -lqt -lschedulers -lposix4 -ldl -lelf -lm";

