tor-browser

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

manifest.mn (565B)


      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       pkcs11testmodule.cpp \
     11       $(NULL)
     12 
     13 INCLUDES += -I$(CORE_DEPTH)/cpputil
     14 
     15 REQUIRES = cpputil
     16 
     17 LIBRARY_NAME = pkcs11testmodule
     18 MAPFILE = $(OBJDIR)/$(LIBRARY_NAME).def
     19 LIBRARY = $(NULL)
     20 IMPORT_LIBRARY = $(NULL)
     21 
     22 EXTRA_LIBS = $(DIST)/lib/$(LIB_PREFIX)cpputil.$(LIB_SUFFIX) \
     23              $(NULL)