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 -DPSATHER -DPSATHER1 -D_REENTRANT";
GC_LINK:	"-lgc";
LINK_OPTIONS:   "-L$(SATHER_HOME)/system/lib -lat -lqt -lsched -lm -lpthread" ;
