tor-browser

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

manifest.mn (704B)


      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       alg1485_unittest.cc \
     11       cert_unittest.cc \
     12       decode_certs_unittest.cc \
     13       $(NULL)
     14 
     15 INCLUDES += -I$(CORE_DEPTH)/gtests/google_test/gtest/include \
     16             -I$(CORE_DEPTH)/gtests/common \
     17             -I$(CORE_DEPTH)/cpputil
     18 
     19 REQUIRES = nspr nss libdbm gtest
     20 
     21 PROGRAM = certdb_gtest
     22 
     23 EXTRA_LIBS = $(DIST)/lib/$(LIB_PREFIX)gtest.$(LIB_SUFFIX) $(EXTRA_OBJS) \
     24              $(DIST)/lib/$(LIB_PREFIX)gtestutil.$(LIB_SUFFIX)