1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/nss/lib/ckfw/Makefile Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,39 @@ 1.4 +# 1.5 +# This Source Code Form is subject to the terms of the Mozilla Public 1.6 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.8 + 1.9 +include manifest.mn 1.10 +include $(CORE_DEPTH)/coreconf/config.mk 1.11 +include config.mk 1.12 +include $(CORE_DEPTH)/coreconf/rules.mk 1.13 + 1.14 +ifdef NOTDEF # was ifdef MOZILLA_CLIENT 1.15 +NSS_BUILD_CAPI = 1 1.16 +endif 1.17 + 1.18 +# This'll need some help from a build person. 1.19 + 1.20 +# The generated files are checked in, and differ from what ckapi.perl 1.21 +# will produce. ckapi.perl is currently newer than the targets, so 1.22 +# these rules are invoked, causing the wrong files to be generated. 1.23 +# Turning off to fix builds. 1.24 +# 1.25 +# nssckepv.h: ck.api ckapi.perl 1.26 +# nssckft.h: ck.api ckapi.perl 1.27 +# nssckg.h: ck.api ckapi.perl 1.28 +# nssck.api: ck.api ckapi.perl 1.29 +# $(PERL) ckapi.perl ck.api 1.30 + 1.31 +export:: private_export 1.32 + 1.33 +# can't do this in manifest.mn because OS_TARGET isn't defined there. 1.34 +ifeq (,$(filter-out WINNT WIN95,$(OS_TARGET))) 1.35 +ifdef NSS_BUILD_CAPI 1.36 +DIRS += capi 1.37 +endif 1.38 +endif 1.39 + 1.40 +#ifeq ($(OS_ARCH), Darwin) 1.41 +#DIRS += nssmkey 1.42 +#endif