19 lines
363 B
Plaintext
19 lines
363 B
Plaintext
-- $Source$
|
|
-- $State$
|
|
|
|
local d = ROOTDIR.."mach/proto/"
|
|
|
|
include (d.."as/pmfile")
|
|
include (d.."cg/pmfile")
|
|
include (d.."ncg/pmfile")
|
|
include (d.."top/pmfile")
|
|
|
|
-- Revision history
|
|
-- $Log$
|
|
-- Revision 1.2 2006-07-22 12:31:19 dtrg
|
|
-- Added support for the top target peephole optimiser.
|
|
--
|
|
-- Revision 1.1 2006/07/20 23:18:18 dtrg
|
|
-- First version in CVS.
|
|
--
|