THREADS:	true;

DISTRIBUTED:	false;

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

--        Active Thread stuff currently uses static functions which
--   work whether gcc optimizations are on or off. They should be in-lined
--   but gcc 2.95.2 has an optimisation bug - so they stay static until this
--   is fixed!

# CC_OPTIONS:	"-I$(SATHER_HOME)/system/include -DWIN32 -DBRAHMA_cygwin_smp_at -DAT_cygwin_smp_at -DPSATHER1 -DPSATHER -DAT_THREADS -O2";
CC_OPTIONS:	"-I$(SATHER_HOME)/system/include -DWIN32 -DBRAHMA_cygwin_smp_at -DAT_cygwin_smp_at -DPSATHER1 -DPSATHER -DAT_THREADS -O";
GC_LINK:	"-lgc";
LINK_OPTIONS:   "-L$(SATHER_HOME)/system/lib -lat -lqt -lsched -lm -lcygwin -lkernel32 -luser32 -lgdi32";
EXEC_SUFFIX:    ".exe" ;
