Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / forth / device / build.xml
1 <build>
2
3  <!--
4   build description for open firmware device interface
5  
6   Copyright (C) 2004-2005 by Stefan Reinauer
7   See the file "COPYING" for further information about
8   the copyright and warranty status of this work.
9   -->
10  
11  <dictionary name="openbios" target="forth">
12   <object source="structures.fs"/>
13   <object source="fcode.fs"/>
14   <object source="property.fs"/>
15   <object source="device.fs"/>
16   <object source="package.fs"/>
17   <object source="other.fs"/>
18   <object source="pathres.fs"/>
19   <object source="preof.fs"/>
20   <object source="font.fs"/>
21   <object source="logo.fs"/>
22   <object source="display.fs"/>
23   <object source="terminal.fs"/>
24   <object source="extra.fs"/>
25   <object source="feval.fs"/>
26   <object source="table.fs"/>
27   <object source="tree.fs"/>
28   <object source="builtin.fs"/>
29  </dictionary>
30
31 </build>