<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-cdt version="2.0"?>

<cdtproject id="org.eclipse.cdt.make.core.make">
<extension id="org.eclipse.cdt.core.GNU_ELF" point="org.eclipse.cdt.core.BinaryParser">
<attribute key="addr2line" value="addr2line"/>
<attribute key="c++filt" value="c++filt"/>
</extension>
<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
<data>
    <item id="scannerConfiguration">
      <autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile"/>
      <profile id="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile">
        <buildOutputProvider>
          <openAction enabled="true" filePath=""/>
          <parser enabled="true"/>
        </buildOutputProvider>
        <scannerInfoProvider id="specsFile">
          <runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="nios2-elf-gcc" useDefault="true"/>
          <parser enabled="true"/>
        </scannerInfoProvider>
      </profile>
      <profile id="org.eclipse.cdt.make.core.GCCStandardMakePerFileProfile">
        <buildOutputProvider>
          <openAction enabled="false" filePath=""/>
          <parser enabled="true"/>
        </buildOutputProvider>
        <scannerInfoProvider id="makefileGenerator">
          <runAction arguments="-f ${project_name}_scd.mk" command="make" useDefault="true"/>
          <parser enabled="false"/>
        </scannerInfoProvider>
      </profile>
    </item>
    <item id="org.eclipse.cdt.core.pathentry">
      <pathentry kind="src" path=""/>
      <pathentry kind="out" path=""/>
      <pathentry kind="con" path="org.eclipse.cdt.make.core.DISCOVERED_SCANNER_INFO"/>
    </item>
    <item id="org.eclipse.cdt.make.core.buildtargets">
      <buildTargets>
        <target name="all" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
          <buildCommand>make</buildCommand>
          <buildArguments/>
          <buildTarget>all</buildTarget>
          <stopOnError>false</stopOnError>
          <useDefaultCommand>true</useDefaultCommand>
        </target>
        <target name="clean" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
          <buildCommand>make</buildCommand>
          <buildArguments/>
          <buildTarget>clean</buildTarget>
          <stopOnError>false</stopOnError>
          <useDefaultCommand>true</useDefaultCommand>
        </target>
        <target name="clean_all" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
          <buildCommand>make</buildCommand>
          <buildArguments/>
          <buildTarget>clean_all</buildTarget>
          <stopOnError>false</stopOnError>
          <useDefaultCommand>true</useDefaultCommand>
        </target>
        <target name="clean_bsp" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
          <buildCommand>make</buildCommand>
          <buildArguments/>
          <buildTarget>clean_bsp</buildTarget>
          <stopOnError>false</stopOnError>
          <useDefaultCommand>true</useDefaultCommand>
        </target>
        <target name="clean_libs" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
          <buildCommand>make</buildCommand>
          <buildArguments/>
          <buildTarget>clean_libs</buildTarget>
          <stopOnError>false</stopOnError>
          <useDefaultCommand>true</useDefaultCommand>
        </target>
        <target name="app" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
          <buildCommand>make</buildCommand>
          <buildArguments/>
          <buildTarget>app</buildTarget>
          <stopOnError>false</stopOnError>
          <useDefaultCommand>true</useDefaultCommand>
        </target>
        <target name="bsp" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
          <buildCommand>make</buildCommand>
          <buildArguments/>
          <buildTarget>bsp</buildTarget>
          <stopOnError>false</stopOnError>
          <useDefaultCommand>true</useDefaultCommand>
        </target>
      </buildTargets>
    </item>
  </data>
</cdtproject>
