Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / forth / lib / build.xml
1 <build>
2  <!--
3   build description for openbios forth library functions
4  
5   Copyright (C) 2003-2005 by Stefan Reinauer
6   See the file "COPYING" for further information about
7   the copyright and warranty status of this work.
8   -->
9  
10  <dictionary name="openbios" target="forth">
11   <object source="vocabulary.fs"/>
12   <object source="string.fs"/>
13   <object source="preprocessor.fs"/>
14   <object source="preinclude.fs" /> <!-- FIXME dependencies -->
15   <object source="creation.fs"/>
16   <object source="split.fs"/>
17   <object source="lists.fs"/>
18   <object source="64bit.fs"/>
19   <object source="locals.fs"/>
20  </dictionary>
21
22 </build>