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/.
5CORE_DEPTH = .
6DEPTH      = .
7
8IMPORTS =	nspr20/v4.8 \
9		$(NULL)
10
11RELEASE = nss
12
13DIRS = coreconf lib cmd cpputil gtests
14
15lib: coreconf
16cmd: lib
17cpputil: lib
18gtests: cmd cpputil
19
20HAVE_ALL_TARGET := 1
21
22prepare_build:
23	# no real way to encode these in any sensible way
24	$(MAKE) -C coreconf/nsinstall program
25	$(MAKE) export
26
27all: prepare_build
28	$(MAKE) libs
29