1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <name><%project_name%
></name>
4 <comment>Generated by MPC
</comment>
7 <!-- MPC ADD DEPENDENCIES -->
12 <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder
</name>
13 <triggers>clean,full,incremental,
</triggers>
20 <key>org.eclipse.cdt.make.core.append_environment
</key>
24 <key>org.eclipse.cdt.make.core.autoBuildTarget
</key>
28 <key>org.eclipse.cdt.make.core.buildArguments
</key>
32 <key>org.eclipse.cdt.make.core.buildCommand
</key>
36 <key>org.eclipse.cdt.make.core.buildLocation
</key>
37 <value>${workspace_loc:/<%project_name%
>/<%exeout%
>}
</value>
40 <key>org.eclipse.cdt.make.core.cleanBuildTarget
</key>
44 <key>org.eclipse.cdt.make.core.contents
</key>
45 <value>org.eclipse.cdt.make.core.activeConfigSettings
</value>
48 <key>org.eclipse.cdt.make.core.enableAutoBuild
</key>
52 <key>org.eclipse.cdt.make.core.enableCleanBuild
</key>
56 <key>org.eclipse.cdt.make.core.enableFullBuild
</key>
60 <key>org.eclipse.cdt.make.core.fullBuildTarget
</key>
64 <key>org.eclipse.cdt.make.core.stopOnError
</key>
68 <key>org.eclipse.cdt.make.core.useDefaultBuildCmd
</key>
74 <name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder
</name>
75 <%if(scanner_config_builder_triggers)%
>
76 <triggers><%scanner_config_builder_triggers%
></triggers>
83 <nature>org.eclipse.cdt.core.cnature
</nature>
84 <nature>org.eclipse.cdt.core.ccnature
</nature>
85 <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature
</nature>
86 <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature
</nature>
90 <%foreach(source_files)%
>
92 <name><%if(starts_with(source_file, \.\.))%
><%basename(source_file)%
><%else%
><%source_file%
><%endif%
></name>
94 <location><%full_path(source_file)%
></location>
98 <%foreach(header_files)%
>
100 <name><%if(starts_with(header_file, \.\.))%
><%basename(header_file)%
><%else%
><%header_file%
><%endif%
></name>
102 <location><%full_path(header_file)%
></location>
108 <name><%if(starts_with(pch_header, \.\.))%
><%basename(pch_header)%
><%else%
><%pch_header%
><%endif%
></name>
110 <location><%full_path(pch_header)%
></location>
113 <!-- inline files -->
114 <%foreach(inline_files)%
>
116 <name><%if(starts_with(inline_file, \.\.))%
><%basename(inline_file)%
><%else%
><%inline_file%
><%endif%
></name>
118 <location><%full_path(inline_file)%
></location>
121 <!-- template files -->
122 <%foreach(template_files)%
>
124 <name><%if(starts_with(template_file, \.\.))%
><%basename(template_file)%
><%else%
><%template_file%
><%endif%
></name>
126 <location><%full_path(template_file)%
></location>
129 <!-- custom type files -->
130 <%foreach(custom_types)%
>
131 <!-- begin files for <%custom_type%> -->
132 <%foreach(custom_type-
>input_files)%
>
134 <name><%if(starts_with(custom_type-
>input_file, \.\.))%
><%basename(custom_type-
>input_file)%
><%else%
><%custom_type-
>input_file%
><%endif%
></name>
136 <location><%full_path(custom_type-
>input_file)%
></location>
139 <!-- end files for <%custom_type%> -->
143 <name><%project_name%
>.mk
</name>
145 <location><%full_path(..)%
>/<%project_name%
>.mk
</location>
149 </projectDescription>