DIST_SUBDIRS is automatically populated with all possible values of
SUBDIRS in all conditions:
https://www.gnu.org/software/automake/manual/html_node/SUBDIRS-vs-DIST_005fSUBDIRS.html
This means it is usually not needed to explicitely set it but in
examples/, where some dirs are never added to SUBDIRS.
|
||
|---|---|---|
| .. | ||
| dc_rtai | ||
| dc_user | ||
| mini | ||
| rtai | ||
| rtai_rtdm | ||
| rtai_rtdm_dc | ||
| tty | ||
| user | ||
| xenomai | ||
| xenomai_posix | ||
| Kbuild.in | ||
| Makefile.am | ||