|
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 ifdef BUILD_IDG |
|
7 DEFINES += -DNSSDEBUG |
|
8 endif |
|
9 |
|
10 ifdef NS_USE_CKFW_TRACE |
|
11 DEFINES += -DTRACE |
|
12 endif |
|
13 |
|
14 # |
|
15 # Override TARGETS variable so that only static libraries |
|
16 # are specifed as dependencies within rules.mk. |
|
17 # |
|
18 |
|
19 TARGETS = $(LIBRARY) |
|
20 SHARED_LIBRARY = |
|
21 IMPORT_LIBRARY = |
|
22 PROGRAM = |
|
23 |
|
24 |