|
1 # |
|
2 # This Source Code Form is subject to the terms of the Mozilla Public |
|
3 # License, v. 2.0. If a copy of the MPL was not distributed with this |
|
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
|
5 |
|
6 ####################################################################### |
|
7 # The master "Core Components" source and release component directory # |
|
8 # names are ALWAYS identical and are the value of $(MODULE). # |
|
9 # NOTE: A component is also called a module or a subsystem. # |
|
10 ####################################################################### |
|
11 |
|
12 # |
|
13 # All "Core Components" <component>-specific source-side tags must |
|
14 # always be identified for compiling/linking purposes |
|
15 # |
|
16 |
|
17 ifndef JAVA_SOURCE_COMPONENT |
|
18 JAVA_SOURCE_COMPONENT = java |
|
19 endif |
|
20 |
|
21 ifndef NETLIB_SOURCE_COMPONENT |
|
22 NETLIB_SOURCE_COMPONENT = netlib |
|
23 endif |
|
24 |
|
25 ifndef NSPR_SOURCE_COMPONENT |
|
26 NSPR_SOURCE_COMPONENT = nspr20 |
|
27 endif |
|
28 |
|
29 ifndef SECTOOLS_SOURCE_COMPONENT |
|
30 SECTOOLS_SOURCE_COMPONENT = sectools |
|
31 endif |
|
32 |
|
33 ifndef SECURITY_SOURCE_COMPONENT |
|
34 SECURITY_SOURCE_COMPONENT = security |
|
35 endif |
|
36 |
|
37 MK_MODULE = included |