2006-04-26 15:08:19 +00:00
|
|
|
<build condition="HOST_UNIX">
|
|
|
|
|
|
|
|
|
|
<dictionary name="openbios-unix" init="openbios" target="forth">
|
|
|
|
|
<object source="tree.fs"/>
|
|
|
|
|
</dictionary>
|
|
|
|
|
|
|
|
|
|
<executable name="openbios-unix" target="target">
|
|
|
|
|
<rule>
|
2009-08-17 16:58:42 +00:00
|
|
|
$(call quiet-command,$(CC) $(CFLAGS) -rdynamic $(LIBDL_LDFLAGS) -o $@ $^," LINK $(TARGET_DIR)$@")
|
2006-04-26 15:08:19 +00:00
|
|
|
</rule>
|
|
|
|
|
<object source="unix.c" flags="-DBOOTSTRAP"/>
|
|
|
|
|
<object source="boot.c" flags="-DBOOTSTRAP"/>
|
|
|
|
|
<object source="blk.c" flags="-DBOOTSTRAP"/>
|
|
|
|
|
<object source="plugins.c" flags="-DBOOTSTRAP" condition="PLUGINS"/>
|
|
|
|
|
<external-object source="libbootstrap.a"/>
|
|
|
|
|
<external-object source="libmodules.a"/>
|
|
|
|
|
<external-object source="libdrivers.a"/>
|
|
|
|
|
<external-object source="libfs.a"/>
|
2009-11-22 09:53:54 +00:00
|
|
|
<external-object source="liblibc.a"/>
|
2006-04-26 15:08:19 +00:00
|
|
|
</executable>
|
|
|
|
|
|
|
|
|
|
</build>
|