Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 608 Bytes

manifest.mn

File metadata and controls

32 lines (24 loc) · 608 Bytes
 
Mar 31, 2000
Mar 31, 2000
1
#
Mar 20, 2012
Mar 20, 2012
2
3
4
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Feb 28, 2013
Feb 28, 2013
5
6
CORE_DEPTH = .
DEPTH = .
Mar 31, 2000
Mar 31, 2000
7
Mar 26, 2010
Mar 26, 2010
8
IMPORTS = nspr20/v4.8 \
Mar 31, 2000
Mar 31, 2000
9
10
$(NULL)
Sep 6, 2002
Sep 6, 2002
11
RELEASE = nss
Mar 31, 2000
Mar 31, 2000
12
Jun 8, 2017
Jun 8, 2017
13
DIRS = coreconf lib cmd cpputil gtests
May 5, 2020
May 5, 2020
14
15
16
HAVE_ALL_TARGET := 1
Jul 29, 2020
Jul 29, 2020
17
18
19
20
21
22
#
# make sure all is the first (default) target
#
all: prepare_build
$(MAKE) libs
May 5, 2020
May 5, 2020
23
24
25
26
27
prepare_build:
# no real way to encode these in any sensible way
$(MAKE) -C coreconf/nsinstall program
$(MAKE) export
Jul 29, 2020
Jul 29, 2020
28
29
30
31
lib: coreconf
cmd: lib
cpputil: lib
gtests: cmd cpputil