targets/XSD_toolchain_makefile
changeset 734 5c42cafaee15
parent 733 915be999f3f0
child 735 d9f4ecee761d
equal deleted inserted replaced
733:915be999f3f0 734:5c42cafaee15
     1 
       
     2           <xsd:attribute name="BuildPath" type="xsd:string" use="optional" default=""/>
       
     3           <xsd:attribute name="Command" type="xsd:string" use="optional" default="make -C"/>
       
     4           <xsd:attribute name="Arguments" type="xsd:string" use="optional" default="BEREMIZSRC=%(src)s BEREMIZCFLAGS=%(cflags)s MD5=%(md5)s USE_BEREMIZ=1 FROM_BEREMIZ=1 --quiet"/>
       
     5           <xsd:attribute name="Rule" type="xsd:string" use="optional" default="all"/>
       
     6