documentation/fshell_builddocs.mk
author Fionntina Carville <fionntinac@symbian.org>
Tue, 09 Nov 2010 16:55:25 +0000
changeset 111 1158876b5622
parent 25 482757737e59
permissions -rw-r--r--
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 :