2013-09-21 02:46:43 +04:00
|
|
|
==================================
|
|
|
|
Mozilla Build System Documentation
|
|
|
|
==================================
|
|
|
|
|
|
|
|
Overview
|
|
|
|
========
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
glossary
|
|
|
|
|
|
|
|
Important Concepts
|
|
|
|
==================
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
2013-09-24 04:21:10 +04:00
|
|
|
build-overview
|
2013-09-21 02:46:43 +04:00
|
|
|
Mozconfig Files <mozconfigs>
|
2013-09-30 16:32:07 +04:00
|
|
|
mozbuild-files
|
2013-10-10 21:35:44 +04:00
|
|
|
mozbuild-symbols
|
2013-09-21 02:46:43 +04:00
|
|
|
Profile Guided Optimization <pgo>
|
2013-09-24 04:21:10 +04:00
|
|
|
slow
|
|
|
|
environment-variables
|
2013-09-29 12:43:49 +04:00
|
|
|
build-targets
|
2013-09-30 16:32:07 +04:00
|
|
|
python
|
2013-09-24 22:50:04 +04:00
|
|
|
test_manifests
|
2013-10-01 11:28:39 +04:00
|
|
|
mozinfo
|
2013-10-08 01:47:08 +04:00
|
|
|
preprocessor
|
|
|
|
jar-manifests
|
2013-09-21 02:46:43 +04:00
|
|
|
|
|
|
|
mozbuild
|
|
|
|
========
|
|
|
|
|
|
|
|
mozbuild is a Python package containing a lot of the code for the
|
|
|
|
Mozilla build system.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
mozbuild/index
|
|
|
|
mozbuild/dumbmake
|
|
|
|
|
2013-10-10 21:35:44 +04:00
|
|
|
Python Packages
|
|
|
|
===============
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
python/codegen
|
|
|
|
python/makeutils
|
|
|
|
python/mozbuild
|
|
|
|
python/mozpack
|
|
|
|
python/mozversioncontrol
|
|
|
|
|
2013-09-21 02:46:43 +04:00
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|
|
|
|
|