% Copyright (C) 1994, Digital Equipment Corporation
% All rights reserved.
% See the file COPYRIGHT for a full description. 
%
% by Stephen Harrison (harrison@src.dec.com)
%
% Last modified on Fri Feb 17 15:05:48 PST 1995 by kalsow  
%      modified on Sun Mar 27 10:38:19 PST 1994 by harrison

m3_option ("-times")

import("libm3")
import("m3middle")

Module   ("Quake")
Module   ("QToken")
Module   ("QScanner")
Module   ("QCode")
Module   ("QCompiler")
Module   ("QValue")
Table    ("QV", "Integer", "QValue")
Sequence ("QV", "QValue")
Module   ("QMachine")
Module   ("QVal")

Library("m3quake")
