<?xml?>

<gwbuild>

  <target type="AvrHexFile" name="r02_main" >

    <includes type="avrasm" >
      -I $(builddir)
      -I $(srcdir)
      -I $(topsrcdir)/avr
      -I $(topbuilddir)/avr
    </includes>


    <sources type="avrasm" >
      r02_main.asm
    </sources>


  </target>



  <target type="AvrHexFile" name="r02_boot" >

    <includes type="avrasm" >
      -I $(builddir)
      -I $(srcdir)
      -I $(topsrcdir)/avr
      -I $(topbuilddir)/avr
    </includes>


    <sources type="avrasm" >
      r02_boot.asm
    </sources>


  </target>


  <subdirs>
  </subdirs>

  <extradist>
    r02_defs.asm
  </extradist>
  

</gwbuild>


