| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380 |
- <?xml version="1.0"?>
- <?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"/>
- <data>
-
-
-
-
-
-
-
-
- <item id="org.eclipse.cdt.core.pathentry">
-
-
-
-
-
-
- <pathentry kind="src" path=""/>
-
-
-
-
-
-
- <pathentry kind="out" path=""/>
-
-
-
-
-
-
- <pathentry kind="con" path="org.eclipse.cdt.managedbuilder.MANAGED_CONTAINER"/>
-
-
-
-
-
-
- <pathentry kind="con" path="org.eclipse.cdt.make.core.DISCOVERED_SCANNER_INFO"/>
-
-
-
-
-
-
- </item>
-
-
-
-
-
-
-
-
- <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=""/>
-
-
-
-
-
-
- <parser enabled="true"/>
-
-
-
-
-
-
- </buildOutputProvider>
-
-
-
-
-
-
- <scannerInfoProvider id="specsFile">
-
-
-
-
-
-
- <runAction useDefault="true" command="gcc" 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>
-
-
-
-
-
-
- </item>
-
-
-
-
-
-
- <item id="org.eclipse.cdt.make.core.buildtargets">
- <buildTargets>
- <target name="all" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="bin/pc">
- <buildCommand>make</buildCommand>
- <buildArguments></buildArguments>
- <buildTarget>all</buildTarget>
- <stopOnError>false</stopOnError>
- <useDefaultCommand>true</useDefaultCommand>
- </target>
- <target name="clean" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="bin/pc">
- <buildCommand>make</buildCommand>
- <buildArguments></buildArguments>
- <buildTarget>clean</buildTarget>
- <stopOnError>false</stopOnError>
- <useDefaultCommand>true</useDefaultCommand>
- </target>
- </buildTargets>
- </item>
-
-
- </data>
- </cdtproject>
|