tor-browser

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

module.mk (1020B)


      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 #######################################################################
      7 # The master "Core Components" source and release component directory #
      8 # names are ALWAYS identical and are the value of $(MODULE).          #
      9 # NOTE:  A component is also called a module or a subsystem.          #
     10 #######################################################################
     11 
     12 #
     13 #  All "Core Components" <component>-specific source-side tags must
     14 #  always be identified for compiling/linking purposes
     15 #
     16 
     17 ifndef NETLIB_SOURCE_COMPONENT
     18    NETLIB_SOURCE_COMPONENT = netlib
     19 endif
     20 
     21 ifndef NSPR_SOURCE_COMPONENT
     22    NSPR_SOURCE_COMPONENT = nspr20
     23 endif
     24 
     25 ifndef SECTOOLS_SOURCE_COMPONENT
     26    SECTOOLS_SOURCE_COMPONENT = sectools
     27 endif
     28 
     29 ifndef SECURITY_SOURCE_COMPONENT
     30    SECURITY_SOURCE_COMPONENT = security
     31 endif
     32 
     33 MK_MODULE = included