Builtin tools
The following tools are provided by Faber.
-
cc Generic C compiler base class.
| Defined in: | faber.tools.cc |
|---|---|
| Actions: | makedep, compile, archive, link |
-
cxx Generic C++ compiler base class.
| Defined in: | faber.tools.cxx |
|---|---|
| Actions: | makedep, compile, archive, link |
-
gcc GCC C compiler.
| Defined in: | faber.tools.gcc |
|---|---|
| Inheritance: |
|
| Actions: | makedep, compile, archive, link |
-
gxx GCC C++ compiler.
| Defined in: | faber.tools.gxx |
|---|---|
| Inheritance: |
|
| Actions: | makedep, compile, archive, link |
-
clang CLang C compiler.
| Defined in: | faber.tools.clang |
|---|---|
| Inheritance: |
|
| Actions: | makedep, compile, archive, link |
-
clangxx CLang C++ compiler.
| Defined in: | faber.tools.clangxx |
|---|---|
| Inheritance: |
|
| Actions: | makedep, compile, archive, link |
-
msvc MSVC C & C++ compiler.
| Defined in: | faber.tools.msvc |
|---|---|
| Inheritance: |
|
| Actions: | makedep, compile, archive, link |
-
python A (C)Python interpreter.
| Defined in: | faber.tools.python |
|---|---|
| Actions: | run |



