59 lines
769 B
Plaintext
59 lines
769 B
Plaintext
<?xml?>
|
|
|
|
<gwbuild>
|
|
|
|
<!--
|
|
<target type="AvrHexFile" name="aqhomeavr" >
|
|
|
|
<includes type="avrasm" >
|
|
-I $(builddir)
|
|
-I $(srcdir)
|
|
-I $(topsrcdir)/avr
|
|
</includes>
|
|
|
|
|
|
<sources type="avrasm" >
|
|
main.asm
|
|
</sources>
|
|
|
|
|
|
</target>
|
|
-->
|
|
|
|
|
|
<target type="AvrHexFile" name="att84_temp1" >
|
|
|
|
<includes type="avrasm" >
|
|
-I $(builddir)
|
|
-I $(srcdir)
|
|
-I $(topsrcdir)/avr
|
|
</includes>
|
|
|
|
|
|
<sources type="avrasm" >
|
|
att84_temp1.asm
|
|
</sources>
|
|
|
|
|
|
</target>
|
|
|
|
<target type="AvrHexFile" name="att84_base" >
|
|
|
|
<includes type="avrasm" >
|
|
-I $(builddir)
|
|
-I $(srcdir)
|
|
-I $(topsrcdir)/avr
|
|
</includes>
|
|
|
|
|
|
<sources type="avrasm" >
|
|
att84_base.asm
|
|
</sources>
|
|
|
|
|
|
</target>
|
|
|
|
</gwbuild>
|
|
|
|
|