tor-browser

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

manifest.mn (980B)


      1 # -*- makefile -*-
      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         util_aligned_malloc_unittest.cc \
     11         util_b64_unittest.cc \
     12         util_gtests.cc \
     13         util_memcmpzero_unittest.cc \
     14         util_pkcs11uri_unittest.cc \
     15         util_secasn1d_unittest.cc \
     16         util_select_unittest.cc \
     17         util_utf8_unittest.cc \
     18         $(NULL)
     19 
     20 INCLUDES += \
     21         -I$(CORE_DEPTH)/gtests/google_test/gtest/include \
     22         -I$(CORE_DEPTH)/gtests/common \
     23         -I$(CORE_DEPTH)/cpputil \
     24         $(NULL)
     25 
     26 REQUIRES = nspr gtest
     27 
     28 PROGRAM = util_gtest
     29 
     30 EXTRA_LIBS = \
     31         $(DIST)/lib/$(LIB_PREFIX)gtest.$(LIB_SUFFIX) \
     32         $(DIST)/lib/$(LIB_PREFIX)nssutil.$(LIB_SUFFIX) \
     33         $(DIST)/lib/$(LIB_PREFIX)gtestutil.$(LIB_SUFFIX) \
     34         $(NULL)