michael@0: # michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: CORE_DEPTH = ../.. michael@0: michael@0: MODULE = sectools michael@0: michael@0: EXPORTS = michael@0: michael@0: CSRCS = modutil.c \ michael@0: pk11.c \ michael@0: instsec.c \ michael@0: install.c \ michael@0: installparse.c \ michael@0: install-ds.c \ michael@0: lex.Pk11Install_yy.c \ michael@0: $(NULL) michael@0: michael@0: CPPSRCS = michael@0: michael@0: PROGRAM = modutil michael@0: michael@0: REQUIRES = seccmd nss dbm michael@0: michael@0: DEFINES = -DNSPR20 michael@0: michael@0: # sigh michael@0: #INCLUDES += -I$(CORE_DEPTH)/nss/lib/pk11wrap michael@0: michael@0: # USE_STATIC_LIBS = 1 michael@0: michael@0: EXTRA_LIBS = $(JAR_LIBS)