michael@0: # michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: ####################################################################### michael@0: # The master "Core Components" source and release component directory # michael@0: # names are ALWAYS identical and are the value of $(MODULE). # michael@0: # NOTE: A component is also called a module or a subsystem. # michael@0: ####################################################################### michael@0: michael@0: # michael@0: # All "Core Components" -specific source-side tags must michael@0: # always be identified for compiling/linking purposes michael@0: # michael@0: michael@0: ifndef JAVA_SOURCE_COMPONENT michael@0: JAVA_SOURCE_COMPONENT = java michael@0: endif michael@0: michael@0: ifndef NETLIB_SOURCE_COMPONENT michael@0: NETLIB_SOURCE_COMPONENT = netlib michael@0: endif michael@0: michael@0: ifndef NSPR_SOURCE_COMPONENT michael@0: NSPR_SOURCE_COMPONENT = nspr20 michael@0: endif michael@0: michael@0: ifndef SECTOOLS_SOURCE_COMPONENT michael@0: SECTOOLS_SOURCE_COMPONENT = sectools michael@0: endif michael@0: michael@0: ifndef SECURITY_SOURCE_COMPONENT michael@0: SECURITY_SOURCE_COMPONENT = security michael@0: endif michael@0: michael@0: MK_MODULE = included