security/nss/lib/ckfw/Makefile

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 #
michael@0 2 # This Source Code Form is subject to the terms of the Mozilla Public
michael@0 3 # License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
michael@0 5
michael@0 6 include manifest.mn
michael@0 7 include $(CORE_DEPTH)/coreconf/config.mk
michael@0 8 include config.mk
michael@0 9 include $(CORE_DEPTH)/coreconf/rules.mk
michael@0 10
michael@0 11 ifdef NOTDEF # was ifdef MOZILLA_CLIENT
michael@0 12 NSS_BUILD_CAPI = 1
michael@0 13 endif
michael@0 14
michael@0 15 # This'll need some help from a build person.
michael@0 16
michael@0 17 # The generated files are checked in, and differ from what ckapi.perl
michael@0 18 # will produce. ckapi.perl is currently newer than the targets, so
michael@0 19 # these rules are invoked, causing the wrong files to be generated.
michael@0 20 # Turning off to fix builds.
michael@0 21 #
michael@0 22 # nssckepv.h: ck.api ckapi.perl
michael@0 23 # nssckft.h: ck.api ckapi.perl
michael@0 24 # nssckg.h: ck.api ckapi.perl
michael@0 25 # nssck.api: ck.api ckapi.perl
michael@0 26 # $(PERL) ckapi.perl ck.api
michael@0 27
michael@0 28 export:: private_export
michael@0 29
michael@0 30 # can't do this in manifest.mn because OS_TARGET isn't defined there.
michael@0 31 ifeq (,$(filter-out WINNT WIN95,$(OS_TARGET)))
michael@0 32 ifdef NSS_BUILD_CAPI
michael@0 33 DIRS += capi
michael@0 34 endif
michael@0 35 endif
michael@0 36
michael@0 37 #ifeq ($(OS_ARCH), Darwin)
michael@0 38 #DIRS += nssmkey
michael@0 39 #endif

mercurial