equal
deleted
inserted
replaced
|
1 # |
|
2 # Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). |
|
3 # All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Nokia Corporation - initial contribution. |
|
11 # |
|
12 # Contributors: |
|
13 # |
|
14 # Description: |
|
15 # |
|
16 |
|
17 include $(JAVA_SRC_ROOT)/build/Makefile.defs |
|
18 |
|
19 COMPONENTS = \ |
|
20 installerui/build \ |
|
21 installer/build \ |
|
22 |
|
23 NONQTSUBSYSTEMS = \ |
|
24 appinstuiplugin/build |
|
25 |
|
26 SYMBIAN_ONLY = \ |
|
27 appinstuiplugin/build |
|
28 |
|
29 ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK |
|
30 NONQTSUBSYSTEMS += javasifplugin/build |
|
31 SYMBIAN_ONLY += javasifplugin/build |
|
32 endif |
|
33 |
|
34 LINUX_ONLY = |
|
35 |
|
36 include ${JAVA_SRC_ROOT}/build/Makefile.subsystem |