tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

manifest.mn (520B)


      1 #
      2 # This Source Code Form is subject to the terms of the Mozilla Public
      3 # License, v. 2.0. If a copy of the MPL was not distributed with this
      4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      5 CORE_DEPTH = ../..
      6 DEPTH      = ../..
      7 MODULE = nss
      8 
      9 CPPSRCS = \
     10       config.cc \
     11       nsskeys.cc \
     12       nss_bogo_shim.cc \
     13       $(NULL)
     14 
     15 INCLUDES += -I$(CORE_DEPTH)/cpputil
     16 
     17 REQUIRES = nspr nss libdbm cpputil
     18 
     19 PROGRAM = nss_bogo_shim
     20 EXTRA_LIBS = $(DIST)/lib/$(LIB_PREFIX)cpputil.$(LIB_SUFFIX)
     21 
     22 USE_STATIC_LIBS = 1