% Copyright (C) 1994, Digital Equipment Corporation
% All rights reserved.
% See the file COPYRIGHT for a full description.
%
% Last modified on Fri Nov 18 15:47:47 PST 1994 by kalsow 
%      modified on Wed May 25 14:44:43 PDT 1994 by detlefs
%      modified on Wed Jun  2 15:25:51 PDT 1993 by muller
%      modified on Fri May  7 22:32:22 PDT 1993 by mjordan
%      modified on Tue Apr 20 14:35:55 PDT 1993 by mcjones
%      modified on Sun Feb 21 14:07:29 PST 1993 by jdd

%
% HISTORY
% 27-Jan-97  Wilson Hsieh (whsieh) at the University of Washington
%	added RTCollectorSpin
%
%

pgm_source ("RTBuiltin.m3x")
c_source   ("RTBuiltin")

Module    ("RTHooks")
Module    ("RT0")

if equal(REFCOUNT, "TRUE")
	Interface ("RTAllocator")
	implementation ("RTAllocatorRef")
else
	Module ("RTAllocator")
end

Module    ("RTHeap")
Interface ("RTHeapDep")
Module    ("RTHeapInfo")
Module    ("RTHeapMap")
Module    ("RTHeapRep")
Module    ("RTHeapStats")
Module    ("RTCollector")
Interface ("RTCollectorSRC")
Module    ("RTCollectorSpin")
Interface ("RTCollectorSpinExtern")
interface ("RTWeakRef")
Module    ("RTIO")
Module    ("RTLinker")
Module    ("RTMapOp")
Module    ("RTMisc")
Module    ("RTModule")
Module    ("RTPacking")
Module    ("RTParams")
Module    ("RTProcedure")
Module    ("RTProcess")
Module    ("RTTipe")
Module    ("RTType")
Module    ("RTTypeFP")
Module    ("RTTypeMap")
Module    ("RTutils")
Module    ("RTHeapDebug")
Interface ("RTArgs")
Interface ("RTException")
Interface ("RTHeapEvent")
Interface ("RTProcedureSRC")
Interface ("RTSignal")
Interface ("RTTypeSRC")
interface ("RTOS")
interface ("RTThreadInit")
