kiwix-build/kiwixbuild/toolchains
Matthieu Gautier 041826d0e8 Move from target logic to steps logic.
This is the big change !!!!

Instead of handling target as primary object and prepare/build targets,
we are handling build steps.

A build step may be a source (preparation) or a build (of the source).
Actualy, a step is a tuple (context, Builder or Source).

The context define the context of the step. It can be :
- 'source', for a Source step
- 'neutral' or the name of a platform for Build step.

Target becomes a "Class only" class.
2018-05-31 11:25:59 +02:00
..
__init__.py Make the platform responsible to create the buildenv. 2018-05-31 11:25:54 +02:00
android_ndk.py Move from target logic to steps logic. 2018-05-31 11:25:59 +02:00
android_sdk.py Move from target logic to steps logic. 2018-05-31 11:25:59 +02:00
armhf.py Make the platform responsible to create the buildenv. 2018-05-31 11:25:54 +02:00
base_toolchain.py Move from target logic to steps logic. 2018-05-31 11:25:59 +02:00