2014-08-03 19:52:23 +02:00
|
|
|
EXCLUDE_FROM_ALL
|
|
|
|
----------------
|
|
|
|
|
2019-11-11 23:01:05 +01:00
|
|
|
Set this directory property to a true value on a subdirectory to exclude
|
|
|
|
its targets from the "all" target of its ancestors. If excluded, running
|
|
|
|
e.g. ``make`` in the parent directory will not build targets the
|
|
|
|
subdirectory by default. This does not affect the "all" target of the
|
|
|
|
subdirectory itself. Running e.g. ``make`` inside the subdirectory will
|
|
|
|
still build its targets.
|
2014-08-03 19:52:23 +02:00
|
|
|
|
2019-11-11 23:01:05 +01:00
|
|
|
If the :prop_tgt:`EXCLUDE_FROM_ALL` target property is set on a target
|
|
|
|
then its value determines whether the target is included in the "all"
|
|
|
|
target of this directory and its ancestors.
|