#include "MakefileItem.h"
#include <vector>
Include dependency graph for Conditional.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | makefile |
Classes | |
| class | makefile::Conditional |
| Makefiles can have conditional parts, that are only seen by make if the condition is true. More... | |
| class | makefile::ConditionalEQ |
| class | makefile::ConditionalNEQ |
| class | makefile::ConditionalDEF |
| class | makefile::ConditionalNDEF |
Definition in file Conditional.h.
1.3.9.1