tor-browser

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

manifest.mn (1752B)


      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 DEPTH	= ..
      7 # MODULE	= seccmd
      8 
      9 SOFTOKEN_SRCDIRS=
     10 NSS_SRCDIRS=
     11 LIB_SRCDIRS=
     12 
     13 ifdef NSS_BUILD_UTIL_ONLY
     14 REQUIRES = nspr
     15 else
     16 REQUIRES = nss nspr libdbm
     17 LIB_SRCDIRS = \
     18  lib \
     19  $(NULL)
     20 endif
     21 
     22 ifndef NSS_BUILD_UTIL_ONLY
     23 SOFTOKEN_SRCDIRS = \
     24  $(BLTEST_SRCDIR) \
     25  $(DBTOOL_SRCDIR) \
     26  $(ECPERF_SRCDIR) \
     27  $(FREEBL_ECTEST_SRCDIR) \
     28  $(FIPSTEST_SRCDIR)  \
     29  $(LOWHASHTEST_SRCDIR)  \
     30  $(SHLIBSIGN_SRCDIR) \
     31  $(NULL)
     32 endif
     33 
     34 ifndef NSS_BUILD_SOFTOKEN_ONLY
     35 ifndef NSS_BUILD_UTIL_ONLY
     36 NSS_SRCDIRS = \
     37  addbuiltin \
     38  atob  \
     39  btoa  \
     40  certutil  \
     41  chktest  \
     42  crlutil  \
     43  crmftest \
     44  dbtest \
     45  derdump  \
     46  digest  \
     47  httpserv  \
     48  listsuites \
     49  makepqg  \
     50  multinit \
     51  nss-policy-check \
     52  nssdefaults \
     53  ocspclnt  \
     54  ocspresp \
     55  oidcalc  \
     56  p7content  \
     57  p7env  \
     58  p7sign  \
     59  p7verify  \
     60  pk12util \
     61  pk11importtest \
     62  pk11ectest \
     63  pk11gcmtest \
     64  pk11mode \
     65  pk1sign  \
     66  pp  \
     67  pwdecrypt \
     68  rsaperf \
     69  rsapoptst \
     70  sdbthreadtst \
     71  sdrtest \
     72  selfserv  \
     73  signtool \
     74  signver \
     75  smimetools  \
     76  ssltap  \
     77  strsclnt \
     78  symkeyutil \
     79  tests \
     80  tstclnt  \
     81  validation  \
     82  vfychain \
     83  vfyserv \
     84  modutil \
     85  $(NULL)
     86 
     87 ifndef NSS_DISABLE_LIBPKIX
     88 NSS_SRCDIRS += \
     89  pkix-errcodes \
     90  $(NULL)
     91 endif
     92 
     93 endif
     94 endif
     95 
     96 DIRS = \
     97  $(LIB_SRCDIRS) \
     98  $(SOFTOKEN_SRCDIRS) \
     99  $(NSS_SRCDIRS)
    100 
    101 TEMPORARILY_DONT_BUILD = \
    102  $(NULL)
    103 
    104 # rsaperf  \
    105 #
    106 #       needs to look at what needs to happen to make jar build in
    107 # the binary release environment.
    108 #
    109 # perror requires lib/strerror.c which requires the client code installed 
    110 # to build (requires allxpstr.h)
    111 #
    112 DONT_BULD = jar \
    113  perror \
    114 $(NULL)