meson/mesonbuild/backend
Eli Schwartz a024d75e15
backends: add a new "none" backend
It can only be used for projects that don't have any rules at all, i.e.
they are purely using Meson to:

- configure files
- run (script?) tests
- install files that exist by the end of the setup stage

This can be useful e.g. for Meson itself, a pure python project.
2023-03-20 17:22:50 -04:00
..
__init__.py Moved backends to their own module. 2016-01-23 20:02:52 +02:00
backends.py backends: add a new "none" backend 2023-03-20 17:22:50 -04:00
ninjabackend.py Add restat = 1 to the fortran_COMPILER rule 2023-03-20 15:02:58 -04:00
nonebackend.py backends: add a new "none" backend 2023-03-20 17:22:50 -04:00
vs2010backend.py backends: simplify class setup 2023-03-20 16:58:15 -04:00
vs2012backend.py backends: simplify class setup 2023-03-20 16:58:15 -04:00
vs2013backend.py backends: simplify class setup 2023-03-20 16:58:15 -04:00
vs2015backend.py backends: simplify class setup 2023-03-20 16:58:15 -04:00
vs2017backend.py backends: simplify class setup 2023-03-20 16:58:15 -04:00
vs2019backend.py backends: simplify class setup 2023-03-20 16:58:15 -04:00
vs2022backend.py backends: simplify class setup 2023-03-20 16:58:15 -04:00
xcodebackend.py backends: simplify class setup 2023-03-20 16:58:15 -04:00