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