summaryrefslogtreecommitdiffstats
path: root/security/nss/cmd/modutil/manifest.mn
blob: a92ca68c1e9d63791b4dab3e1454dff4bd86bcc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 
# 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/.

CORE_DEPTH = ../..

MODULE = sectools

EXPORTS = 

CSRCS = modutil.c		\
		pk11.c			\
		instsec.c		\
		install.c		\
		installparse.c		\
		install-ds.c		\
		lex.Pk11Install_yy.c	\
		$(NULL)

CPPSRCS = 

PROGRAM =  modutil

REQUIRES = seccmd nss dbm

DEFINES = -DNSPR20 -DYY_NO_UNPUT -DYY_NO_INPUT

# sigh
#INCLUDES += -I$(CORE_DEPTH)/nss/lib/pk11wrap

# USE_STATIC_LIBS = 1 

EXTRA_LIBS = $(JAR_LIBS)