summaryrefslogtreecommitdiff
path: root/templates/make.net.mpd
diff options
context:
space:
mode:
authorjohnsonb <johnsonb@a3e5c962-4219-0410-a828-e124f845ac39>2010-08-25 21:07:14 +0000
committerjohnsonb <johnsonb@a3e5c962-4219-0410-a828-e124f845ac39>2010-08-25 21:07:14 +0000
commit0b1d32863b03e6fdd4f9ff5523fc729a14044a95 (patch)
treef35c410eef13409cd2189ee4f1dac4d86c2ed564 /templates/make.net.mpd
parent064543b180cf1298ef531553095aead5ef5bfa2e (diff)
downloadMPC-0b1d32863b03e6fdd4f9ff5523fc729a14044a95.tar.gz
ChangeLogTag: Wed Aug 25 20:56:36 UTC 2010 Brian Johnson <johnsonb@ociweb.com>
Diffstat (limited to 'templates/make.net.mpd')
-rw-r--r--templates/make.net.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/make.net.mpd b/templates/make.net.mpd
index 5816f37b..f2bef6c0 100644
--- a/templates/make.net.mpd
+++ b/templates/make.net.mpd
@@ -74,7 +74,7 @@ PATH := $(PATH):<%custom_type->libpath%>
<%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%>
+<%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(sharedname)%><%if(flag_overrides(custom_type->input_file, dependent_libs))%><%foreach(dep_lib, flag_overrides(custom_type->input_file, dependent_libs))%><%dirname(dep_lib)%>/<%lib_prefix%><%libname_prefix%><%basename(dep_lib)%><%dll_ext%><%endfor%><%else%><%if(custom_type->dependent_libs)%><%foreach(custom_type->dependent_libs)%><%dirname(custom_type->dependent_lib)%>/<%lib_prefix%><%libname_prefix%><%basename(custom_type->dependent_lib)%><%dll_ext%><%endfor%><%endif%><%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)%>"
<%endif%>