summaryrefslogtreecommitdiff
path: root/templates/make.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2008-04-30 18:58:12 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2008-04-30 18:58:12 +0000
commit04b700fce49a9c3bb94239b7c5abdd60c3c1a3bf (patch)
tree4a5fb36b794d9848eca748e42e800f1d3e0649e3 /templates/make.mpd
parente49c600bb446d5ed94ea60776bf5e6d01980c7f0 (diff)
downloadMPC-04b700fce49a9c3bb94239b7c5abdd60c3c1a3bf.tar.gz
ChangeLogTag: Wed Apr 30 18:59:45 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/make.mpd')
-rw-r--r--templates/make.mpd3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/make.mpd b/templates/make.mpd
index 9385be89..010c4af8 100644
--- a/templates/make.mpd
+++ b/templates/make.mpd
@@ -206,6 +206,9 @@ PATH := $(PATH):<%custom_type->libpath%>
<%endif%>
<%foreach(custom_type->input_files)%>
<%if(custom_type->input_file->output_files)%>
+<%if(multiple(custom_type->input_file->output_files))%>
+.NOTPARALLEL:
+<%endif%>
<%foreach(custom_type->input_file->output_files)%><%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%><%slash%><%basename(custom_type->input_file->output_file)%><%else%><%custom_type->input_file->output_file%><%endif%><%fornotlast(" ")%><%endfor%>: <%custom_type->input_file%><%if(custom_type->input_file->dependencies)%> <%custom_type->input_file->dependencies%><%endif%><%if(flag_overrides(custom_type->input_file, dependent))%> <%flag_overrides(custom_type->input_file, dependent)%><%else%><%if(custom_type->dependent)%> <%custom_type->dependent%><%endif%><%endif%>
<%if(flag_overrides(custom_type->input_file, gendir))%>
@$(TESTDIRSTART) "<%flag_overrides(custom_type->input_file, gendir)%>" $(TESTDIREND) $(MKDIR) "<%flag_overrides(custom_type->input_file, gendir)%>"