Makefile 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #! gmake
  2. #
  3. # This Source Code Form is subject to the terms of the Mozilla Public
  4. # License, v. 2.0. If a copy of the MPL was not distributed with this
  5. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  6. #######################################################################
  7. # (1) Include initial platform-independent assignments (MANDATORY). #
  8. #######################################################################
  9. include manifest.mn
  10. #######################################################################
  11. # (2) Include "global" configuration information. (OPTIONAL) #
  12. #######################################################################
  13. include $(CORE_DEPTH)/coreconf/config.mk
  14. #######################################################################
  15. # (3) Include "component" configuration information. (OPTIONAL) #
  16. #######################################################################
  17. #######################################################################
  18. # (4) Include "local" platform-dependent assignments (OPTIONAL). #
  19. #######################################################################
  20. include config.mk
  21. #######################################################################
  22. # (5) Execute "global" rules. (OPTIONAL) #
  23. #######################################################################
  24. include $(CORE_DEPTH)/coreconf/rules.mk
  25. #######################################################################
  26. # (6) Execute "component" rules. (OPTIONAL) #
  27. #######################################################################
  28. #######################################################################
  29. # (7) Execute "local" rules. (OPTIONAL). #
  30. #######################################################################
  31. export:: private_export