equal
deleted
inserted
replaced
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
8 # |
8 # |
9 # Initial Contributors: |
9 # Initial Contributors: |
10 # Accenture - Initial contribution |
10 # Accenture - Initial contribution |
11 # |
11 # |
12 FINAL : |
12 # To ensure that EPOCROOT always ends with a forward slash |
|
13 TMPROOT:=$(subst \,/,$(EPOCROOT)) |
|
14 EPOCROOT:=$(patsubst %/,%,$(TMPROOT))/ |
|
15 |
|
16 BUILDSIS = $(EPOCROOT)sf/os/fshell/tools/fsh-buildsis |
|
17 |
|
18 FINAL : $(DOFINAL) |
|
19 $(DOFINAL) : |
13 ifneq ($(PLATFORM), WINSCW) |
20 ifneq ($(PLATFORM), WINSCW) |
14 ..\..\tools\fsh-buildsis -u $(PLATFORM) $(EPOCROOT)epoc32\rom\include\fshell.iby $(EPOCROOT)epoc32\fshell\fshell.sis |
21 $(BUILDSIS) -u $(PLATFORM) $(EPOCROOT)epoc32/rom/include/fshell.iby $(EPOCROOT)epoc32/fshell/fshell.sis |
15 endif |
22 endif |
16 |
23 |
17 RELEASABLES : |
24 RELEASABLES : $(RELEASABLEFILES) |
|
25 $(RELEASABLEFILES) : |
18 ifneq ($(PLATFORM), WINSCW) |
26 ifneq ($(PLATFORM), WINSCW) |
19 @echo $(EPOCROOT)epoc32\fshell\fshell.unsigned.sis |
27 @echo $(EPOCROOT)epoc32/fshell/fshell.unsigned.sis |
20 endif |
28 endif |
21 |
29 |
22 MAKMAKE BLD FREEZE LIB CLEANLIB RESOURCE CLEAN SAVESPACE : |
30 MAKMAKE BLD FREEZE LIB CLEANLIB RESOURCE CLEAN SAVESPACE : |