tor-browser

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

manifest.mn (590B)


      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 
      6 CORE_DEPTH = ../..
      7 
      8 MODULE = sectools
      9 
     10 CSRCS = modutil.c		\
     11 		pk11.c			\
     12 		instsec.c		\
     13 		install.c		\
     14 		installparse.c		\
     15 		install-ds.c		\
     16 		lex.Pk11Install_yy.c	\
     17 		$(NULL)
     18 
     19 CPPSRCS = 
     20 
     21 PROGRAM =  modutil
     22 
     23 REQUIRES = seccmd nss dbm
     24 
     25 DEFINES = -DNSPR20 -DYY_NO_UNPUT -DYY_NO_INPUT
     26 
     27 # sigh
     28 #INCLUDES += -I$(CORE_DEPTH)/nss/lib/pk11wrap
     29 
     30 # USE_STATIC_LIBS = 1 
     31 
     32 EXTRA_LIBS = $(JAR_LIBS)