summaryrefslogtreecommitdiff
path: root/templates/wb26wrmakefile.mpd
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-05-19 18:54:22 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-05-19 18:54:22 +0000
commit91d1721e1b9b4ddb527821c6e34a09be7efbf33e (patch)
treec72e20a6676b8ebad224752397dd1fe9aaa9b4b4 /templates/wb26wrmakefile.mpd
parent967ee8c209bbd03ca024d4938ee56f6eeee08112 (diff)
downloadMPC-91d1721e1b9b4ddb527821c6e34a09be7efbf33e.tar.gz
Mon May 19 18:53:21 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'templates/wb26wrmakefile.mpd')
-rw-r--r--templates/wb26wrmakefile.mpd6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/wb26wrmakefile.mpd b/templates/wb26wrmakefile.mpd
index cbf62f6e..32f8f734 100644
--- a/templates/wb26wrmakefile.mpd
+++ b/templates/wb26wrmakefile.mpd
@@ -24,7 +24,7 @@ PROJECT_TARGET=$(filter %<%lib_ext%>,$(PROJECT_TARGETS))
PROJECT_TARGET=CUSTOM_ONLY
<%endif%>
-<%if(standard_build && !enable_subprojects)%>
+<%if(standard_build && exename)%>
DEPLIBS = $(foreach lib,<%foreach(libs)%> <%libname_prefix%><%lib%><%endfor%> <%lit_libs%>, $(foreach libpath,<%foreach(libpaths)%><%if(targetoutdir)%> <%libpath%>/<%targetoutdir%><%endif%> <%libpath%><%endfor%>, $(wildcard $(libpath)/lib$(lib).a)))
<%endif%>
@@ -41,6 +41,10 @@ _clean ::
%IDE_GENERATED%
+<%if(standard_build && exename)%>
+$(OBJ_DIR)/<%exename%>_partialImage.o : $(OBJECTS) $(SUB_OBJECTS) $(DEPLIBS)
+<%endif%>
+
<%if(!standard_build)%>
-include $(PRJ_ROOT_DIR)/*.makefile
<%endif%>