equal
deleted
inserted
replaced
1 |
1 |
2 # Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 # Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 # All rights reserved. |
3 # All rights reserved. |
4 # This component and the accompanying materials are made available |
4 # This component and the accompanying materials are made available |
5 # under the terms of the License "Eclipse Public License v1.0" |
5 # under the terms of the License "Eclipse Public License v1.0" |
6 # which accompanies this distribution, and is available |
6 # which accompanies this distribution, and is available |
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
36 ifeq ($(TARGETS),) |
36 ifeq ($(TARGETS),) |
37 TARGETS:=descramble talon ransleep tmkdir |
37 TARGETS:=descramble talon ransleep tmkdir |
38 ifneq ($(filter $(HOSTPLATFORM),win),win) |
38 ifneq ($(filter $(HOSTPLATFORM),win),win) |
39 # Some tools not built for windows |
39 # Some tools not built for windows |
40 # Some of these don't support our special clean mode |
40 # Some of these don't support our special clean mode |
41 TARGETS:=$(TARGETS) bash make python codewarrior bvcpp gccxml dialog |
41 TARGETS:=$(TARGETS) bash make python codewarrior bvcpp dialog |
42 # Build pvm and pvmgmake later when they have been corrected |
42 # Build pvm and pvmgmake later when they have been corrected |
43 # pvmgmake pvm |
43 # pvmgmake pvm |
44 endif |
44 endif |
45 endif |
45 endif |
46 |
46 |