2006-04-26 15:08:19 +00:00
|
|
|
<build>
|
|
|
|
|
|
2010-03-13 10:58:19 +00:00
|
|
|
<library name="openbios" type="static" target="target">
|
2010-03-28 20:18:30 +00:00
|
|
|
<object source="aout_load.c" condition="LOADER_AOUT"/>
|
2006-04-26 15:08:19 +00:00
|
|
|
<object source="bindings.c"/>
|
|
|
|
|
<object source="client.c"/>
|
2009-01-02 14:53:33 +00:00
|
|
|
<object source="console_common.c"/>
|
2010-03-28 20:18:30 +00:00
|
|
|
<object source="elf_info.c" />
|
|
|
|
|
<object source="elf_load.c" condition="LOADER_ELF"/>
|
2009-01-02 13:32:15 +00:00
|
|
|
<object source="font_8x8.c" condition="FONT_8X8"/>
|
|
|
|
|
<object source="font_8x16.c" condition="FONT_8X16"/>
|
2010-03-28 20:18:30 +00:00
|
|
|
<object source="fcode_load.c" condition="LOADER_FCODE"/>
|
|
|
|
|
<object source="forth_load.c" condition="LOADER_FORTH"/>
|
2010-03-13 10:58:19 +00:00
|
|
|
<object source="ipchecksum.c"/>
|
2010-03-14 16:09:44 +00:00
|
|
|
<object source="linuxbios_info.c" condition="LINUXBIOS"/>
|
2009-08-02 11:05:16 +00:00
|
|
|
<object source="ofmem_common.c" condition="OFMEM"/>
|
2006-04-26 15:08:19 +00:00
|
|
|
</library>
|
|
|
|
|
|
|
|
|
|
<dictionary name="openbios" target="forth">
|
|
|
|
|
<object source="clib.fs"/>
|
|
|
|
|
<object source="helpers.fs"/>
|
|
|
|
|
</dictionary>
|
2009-01-02 13:32:15 +00:00
|
|
|
|
2006-04-26 15:08:19 +00:00
|
|
|
</build>
|