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

<cdtproject id="org.eclipse.cdt.make.core.make">
<extension point="org.eclipse.cdt.core.BinaryParser" id="org.eclipse.cdt.core.ELF"/>
<extension point="org.eclipse.cdt.core.BinaryParser" id="org.eclipse.cdt.core.PE"/>
<extension point="org.eclipse.cdt.core.BinaryParser" id="org.eclipse.cdt.core.GNU_ELF">
<attribute key="addr2line" value="addr2line"/>
<attribute key="c++filt" value="c++filt"/>
</extension>
<extension point="org.eclipse.cdt.core.BinaryParser" id="org.eclipse.cdt.core.MachO">
<attribute key="c++filt" value="c++filt"/>
</extension>
<data>
<item id="scannerConfiguration">
<autodiscovery enabled="true" selectedProfileId="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile" problemReportingEnabled="true"/>
<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile">
<buildOutputProvider>
<openAction enabled="true" filePath="D:/projects/Eclipse/cdt/workspaces/runtime-cdt_old/std_cpp_pathentry/test.ofile"/>
<parser enabled="true"/>
</buildOutputProvider>
<scannerInfoProvider id="specsFile">
<runAction useDefault="true" command="test_cc" arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}"/>
<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 useDefault="true" command="make" arguments="-f ${project_name}_scd.mk"/>
<parser enabled="false"/>
</scannerInfoProvider>
</profile>
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfile">
<buildOutputProvider>
<openAction enabled="false" filePath=""/>
<parser enabled="true"/>
</buildOutputProvider>
<scannerInfoProvider id="specsFile">
<runAction useDefault="true" command="gcc" arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}"/>
<parser enabled="false"/>
</scannerInfoProvider>
</profile>
<profile id="org.eclipse.cdt.managedbuilder.core.GCCWinManagedMakePerProjectProfile">
<buildOutputProvider>
<openAction enabled="false" filePath=""/>
<parser enabled="true"/>
</buildOutputProvider>
<scannerInfoProvider id="specsFile">
<runAction useDefault="true" command="gcc" arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}"/>
<parser enabled="false"/>
</scannerInfoProvider>
</profile>
<profile id="com.intel.compiler.cdt.make.core.ICCStandardMakePerProjectProfile">
<buildOutputProvider>
<openAction enabled="false" filePath=""/>
<parser enabled="true"/>
</buildOutputProvider>
<scannerInfoProvider id="specsFile">
<runAction useDefault="true" command="icc" arguments="-E -P -v -dM ${plugin_state_location}/${specs_file}"/>
<parser enabled="false"/>
</scannerInfoProvider>
</profile>
<profile id="com.intel.compiler.cdt.make.core.ICCStandardMakePerFileProfile">
<buildOutputProvider>
<openAction enabled="false" filePath=""/>
<parser enabled="true"/>
</buildOutputProvider>
<scannerInfoProvider id="makefileGenerator">
<runAction useDefault="true" command="make" arguments="-f ${project_name}_scd.mk"/>
<parser enabled="false"/>
</scannerInfoProvider>
</profile>
<profile id="com.intel.compiler.cdt.managedbuilder.ui.ICCManagedMakePerProjectProfile">
<buildOutputProvider>
<openAction enabled="false" filePath=""/>
<parser enabled="true"/>
</buildOutputProvider>
<scannerInfoProvider id="specsFile">
<runAction useDefault="true" command="icc" arguments="-E -P -v -dM ${plugin_state_location}/${specs_file}"/>
<parser enabled="false"/>
</scannerInfoProvider>
</profile>
</item>
<item id="org.eclipse.cdt.core.pathentry">
<pathentry kind="inc" path="" include="D:/include1" system="true" excluding="dir2/"/>
<pathentry kind="inc" path="" include="E:/include2" system="true" excluding="*/test.cpp"/>
<pathentry kind="inc" path="" include="include4" system="true"/>
<pathentry kind="mac" path="" name="symbol1" value="value1" excluding="dir1/*.cpp|dir2/"/>
<pathentry kind="mac" path="" name="symbol2" value="value2"/>
<pathentry kind="inc" path="dir2" include="include3" system="true" excluding="dir3/|dir3/sss/d/"/>
<pathentry kind="mac" path="dir2" name="symbol3" value="value3" excluding="*.cpp"/>
<pathentry kind="src" path="" excluding="dir2/dir3/|dir1/dc.cpp|dir1/**/c.cpp"/>
<pathentry kind="src" path="dir2/dir3"/>
<pathentry kind="out" path="" excluding="dd/"/>
<pathentry kind="out" path="dir2/dir3" excluding="**/*.c|*.cpp"/>
<pathentry kind="con" path="org.eclipse.cdt.make.core.DISCOVERED_SCANNER_INFO"/>
<pathentry kind="lib" path="" library="D:/apps/cygwin/bin/cygapr-0-0.dll"/>
</item>
<item id="org.eclipse.cdt.make.core.buildtargets">
<buildTargets>
<target name="d_t1_name" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="dir2/dir3/sss/d">
<buildCommand>d_t1_cmd</buildCommand>
<buildArguments/>
<buildTarget>d_t1</buildTarget>
<stopOnError>true</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="d_t2_name" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="dir2/dir3/sss/d">
<buildCommand>make_command</buildCommand>
<buildArguments/>
<buildTarget>d_t2</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>true</useDefaultCommand>
</target>
<target name="t1_name" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="">
<buildCommand>t1_cmd</buildCommand>
<buildArguments/>
<buildTarget>t1</buildTarget>
<stopOnError>true</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="t2_name" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="">
<buildCommand>make_command</buildCommand>
<buildArguments/>
<buildTarget>t2</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>true</useDefaultCommand>
</target>
</buildTargets>
</item>
</data>
</cdtproject>
