3 <executable name="forthstrap" target="host">
4 <object source="dict.c"/>
5 <object source="bootstrap.c"/>
6 <object source="forth.c"/>
7 <object source="stack.c"/>
10 <library name="bootstrap" type="static" target="target">
11 <object source="dict.c"/>
12 <object source="forth.c"/>
13 <object source="stack.c"/>