<%project_name%> Generated by MPC <%if(after)%> <%endif%> org.eclipse.cdt.managedbuilder.core.genmakebuilder clean,full,incremental, ?name? org.eclipse.cdt.make.core.append_environment true org.eclipse.cdt.make.core.autoBuildTarget all org.eclipse.cdt.make.core.buildArguments org.eclipse.cdt.make.core.buildCommand make org.eclipse.cdt.make.core.buildLocation ${workspace_loc:/<%project_name%>/<%exeout%>} org.eclipse.cdt.make.core.cleanBuildTarget clean org.eclipse.cdt.make.core.contents org.eclipse.cdt.make.core.activeConfigSettings org.eclipse.cdt.make.core.enableAutoBuild false org.eclipse.cdt.make.core.enableCleanBuild true org.eclipse.cdt.make.core.enableFullBuild true org.eclipse.cdt.make.core.fullBuildTarget all org.eclipse.cdt.make.core.stopOnError true org.eclipse.cdt.make.core.useDefaultBuildCmd true org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder <%if(scanner_config_builder_triggers)%> <%scanner_config_builder_triggers%> <%endif%> org.eclipse.cdt.core.cnature org.eclipse.cdt.core.ccnature org.eclipse.cdt.managedbuilder.core.managedBuildNature org.eclipse.cdt.managedbuilder.core.ScannerConfigNature <%foreach(source_files)%> <%if(starts_with(source_file, \.\.))%><%basename(source_file)%><%else%><%source_file%><%endif%> 1 <%full_path(source_file)%> <%endfor%> <%foreach(header_files)%> <%if(starts_with(header_file, \.\.))%><%basename(header_file)%><%else%><%header_file%><%endif%> 1 <%full_path(header_file)%> <%endfor%> <%if(pch_header)%> <%if(starts_with(pch_header, \.\.))%><%basename(pch_header)%><%else%><%pch_header%><%endif%> 1 <%full_path(pch_header)%> <%endif%> <%foreach(inline_files)%> <%if(starts_with(inline_file, \.\.))%><%basename(inline_file)%><%else%><%inline_file%><%endif%> 1 <%full_path(inline_file)%> <%endfor%> <%foreach(template_files)%> <%if(starts_with(template_file, \.\.))%><%basename(template_file)%><%else%><%template_file%><%endif%> 1 <%full_path(template_file)%> <%endfor%> <%foreach(custom_types)%> <%foreach(custom_type->input_files)%> <%if(starts_with(custom_type->input_file, \.\.))%><%basename(custom_type->input_file)%><%else%><%custom_type->input_file%><%endif%> 1 <%full_path(custom_type->input_file)%> <%endfor%> <%endfor%> <%if(custom_only)%> <%project_name%>.mk 1 <%full_path(..)%>/<%project_name%>.mk <%endif%>