author | Fionntina Carville <fionntinac@symbian.org> |
Tue, 09 Nov 2010 18:43:18 +0000 | |
changeset 112 | ed2109be6a18 |
parent 111 | 1158876b5622 |
permissions | -rw-r--r-- |
0
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
1 |
# fshell_builddocs.mk |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
2 |
# |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
3 |
# Copyright (c) 2010 Accenture. All rights reserved. |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
4 |
# This component and the accompanying materials are made available |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
5 |
# under the terms of the "Eclipse Public License v1.0" |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
6 |
# which accompanies this distribution, and is available |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
7 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
8 |
# |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
9 |
# Initial Contributors: |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
10 |
# Accenture - Initial contribution |
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
11 |
# |
111
1158876b5622
Adjust .mk files for parallel execution.
Fionntina Carville <fionntinac@symbian.org>
parents:
25
diff
changeset
|
12 |
# To ensure that EPOCROOT always ends with a forward slash |
1158876b5622
Adjust .mk files for parallel execution.
Fionntina Carville <fionntinac@symbian.org>
parents:
25
diff
changeset
|
13 |
TMPROOT:=$(subst \,/,$(EPOCROOT)) |
1158876b5622
Adjust .mk files for parallel execution.
Fionntina Carville <fionntinac@symbian.org>
parents:
25
diff
changeset
|
14 |
EPOCROOT:=$(patsubst %/,%,$(TMPROOT))/ |
1158876b5622
Adjust .mk files for parallel execution.
Fionntina Carville <fionntinac@symbian.org>
parents:
25
diff
changeset
|
15 |
|
1158876b5622
Adjust .mk files for parallel execution.
Fionntina Carville <fionntinac@symbian.org>
parents:
25
diff
changeset
|
16 |
BUILDDOCS = $(EPOCROOT)sf/os/fshell/tools/fsh-builddocs |
1158876b5622
Adjust .mk files for parallel execution.
Fionntina Carville <fionntinac@symbian.org>
parents:
25
diff
changeset
|
17 |
POD = $(EPOCROOT)sf/os/fshell/documentation/pod-list.txt |
1158876b5622
Adjust .mk files for parallel execution.
Fionntina Carville <fionntinac@symbian.org>
parents:
25
diff
changeset
|
18 |
|
0
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
19 |
|
111
1158876b5622
Adjust .mk files for parallel execution.
Fionntina Carville <fionntinac@symbian.org>
parents:
25
diff
changeset
|
20 |
BLD : $(BUILDFILES) |
1158876b5622
Adjust .mk files for parallel execution.
Fionntina Carville <fionntinac@symbian.org>
parents:
25
diff
changeset
|
21 |
$(BUILDFILES) : |
1158876b5622
Adjust .mk files for parallel execution.
Fionntina Carville <fionntinac@symbian.org>
parents:
25
diff
changeset
|
22 |
$(BUILDDOCS) -i $(EPOCROOT)epoc32/include $(POD) |
0
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
23 |
|
111
1158876b5622
Adjust .mk files for parallel execution.
Fionntina Carville <fionntinac@symbian.org>
parents:
25
diff
changeset
|
24 |
RELEASABLES : $(RELEASEABLEFILES) |
1158876b5622
Adjust .mk files for parallel execution.
Fionntina Carville <fionntinac@symbian.org>
parents:
25
diff
changeset
|
25 |
$(RELEASEABLEFILES) : |
1158876b5622
Adjust .mk files for parallel execution.
Fionntina Carville <fionntinac@symbian.org>
parents:
25
diff
changeset
|
26 |
@$(BUILDDOCS) -i $(EPOCROOT)epoc32/include $(POD) -w |
1158876b5622
Adjust .mk files for parallel execution.
Fionntina Carville <fionntinac@symbian.org>
parents:
25
diff
changeset
|
27 |
|
1158876b5622
Adjust .mk files for parallel execution.
Fionntina Carville <fionntinac@symbian.org>
parents:
25
diff
changeset
|
28 |
CLEAN : $(CLEANFILES) |
1158876b5622
Adjust .mk files for parallel execution.
Fionntina Carville <fionntinac@symbian.org>
parents:
25
diff
changeset
|
29 |
$(CLEANFILES) : |
1158876b5622
Adjust .mk files for parallel execution.
Fionntina Carville <fionntinac@symbian.org>
parents:
25
diff
changeset
|
30 |
$(BUILDDOCS) -i $(EPOCROOT)epoc32/include $(POD) -c |
0
7f656887cf89
First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
31 |
|
8
eb5f524dc31d
Fixed TEF depenancies for SF builds. Enabled SPCRE and grep by default.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
3
diff
changeset
|
32 |
MAKMAKE FREEZE LIB CLEANLIB RESOURCE SAVESPACE FINAL : |