andre@3: #! gmake andre@3: # andre@3: # This Source Code Form is subject to the terms of the Mozilla Public andre@3: # License, v. 2.0. If a copy of the MPL was not distributed with this andre@3: # file, You can obtain one at http://mozilla.org/MPL/2.0/. andre@3: andre@3: ####################################################################### andre@3: # (1) Include initial platform-independent assignments (MANDATORY). # andre@3: ####################################################################### andre@3: andre@3: include manifest.mn andre@3: andre@3: ####################################################################### andre@3: # (2) Include "global" configuration information. (OPTIONAL) # andre@3: ####################################################################### andre@3: andre@3: include $(CORE_DEPTH)/coreconf/config.mk andre@3: andre@3: ####################################################################### andre@3: # (3) Include "component" configuration information. (OPTIONAL) # andre@3: ####################################################################### andre@3: andre@3: andre@3: andre@3: ####################################################################### andre@3: # (4) Include "local" platform-dependent assignments (OPTIONAL). # andre@3: ####################################################################### andre@3: andre@3: include config.mk andre@3: andre@3: ####################################################################### andre@3: # (5) Execute "global" rules. (OPTIONAL) # andre@3: ####################################################################### andre@3: andre@3: include $(CORE_DEPTH)/coreconf/rules.mk andre@3: andre@3: ####################################################################### andre@3: # (6) Execute "component" rules. (OPTIONAL) # andre@3: ####################################################################### andre@3: andre@3: andre@3: andre@3: ####################################################################### andre@3: # (7) Execute "local" rules. (OPTIONAL). # andre@3: ####################################################################### andre@3: andre@3: export:: private_export andre@3: andre@3: # indicates dependency on freebl static lib andre@3: $(SHARED_LIBRARY): $(CRYPTOLIB)