Commit | Line | Data |
---|---|---|
1 | SUBDIRS = tools kernel ust | |
2 | ||
3 | if HAVE_LIBLTTNG_UST_CTL | |
4 | SUBDIRS += ust | |
5 | endif # HAVE_LIBLTTNG_UST_CTL | |
6 | ||
7 | all-local: | |
8 | @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ | |
9 | for script in $(EXTRA_DIST); do \ | |
10 | cp -f $(srcdir)/$$script $(builddir); \ | |
11 | done; \ | |
12 | fi | |
13 | ||
14 | clean-local: | |
15 | @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ | |
16 | for script in $(EXTRA_DIST); do \ | |
17 | rm -f $(builddir)/$$script; \ | |
18 | done; \ | |
19 | fi |