Adjust .mk files for parallel execution.
# fshell_builddocs.mk
#
# Copyright (c) 2010 Accenture. All rights reserved.
# This component and the accompanying materials are made available
# under the terms of the "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Accenture - Initial contribution
#
# To ensure that EPOCROOT always ends with a forward slash
TMPROOT:=$(subst \,/,$(EPOCROOT))
EPOCROOT:=$(patsubst %/,%,$(TMPROOT))/
BUILDDOCS = $(EPOCROOT)sf/os/fshell/tools/fsh-builddocs
POD = $(EPOCROOT)sf/os/fshell/documentation/pod-list.txt
BLD : $(BUILDFILES)
$(BUILDFILES) :
$(BUILDDOCS) -i $(EPOCROOT)epoc32/include $(POD)
RELEASABLES : $(RELEASEABLEFILES)
$(RELEASEABLEFILES) :
@$(BUILDDOCS) -i $(EPOCROOT)epoc32/include $(POD) -w
CLEAN : $(CLEANFILES)
$(CLEANFILES) :
$(BUILDDOCS) -i $(EPOCROOT)epoc32/include $(POD) -c
MAKMAKE FREEZE LIB CLEANLIB RESOURCE SAVESPACE FINAL :