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/pSather -I$(SATHER_HOME)/system/brahma  -I$(SATHER_HOME)/system/activethreads/src -I$(SATHER_HOME)/system/activethreads/md/hppa-hpux -DPSATHER -DPSATHER1";
GC_LINK:	"";
LINK_OPTIONS:   "$(SATHER_HOME)/system/brahma/lib/hpux_at_hppa_smp.a -L$(SATHER_HOME)/system/activethreads/lib -lat -lqt -lschedulers -lm";
