78f659cc16d200b572a9da4e84e745a5f6e09646
[lttng-tools.git] / tests / regression / ust / namespaces / Makefile.am
1 noinst_SCRIPTS = test_ns_contexts test_ns_contexts_change
2 EXTRA_DIST = test_ns_contexts test_ns_contexts_change
3
4 all-local:
5 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
6 for script in $(EXTRA_DIST); do \
7 cp -f $(srcdir)/$$script $(builddir); \
8 done; \
9 fi
10
11 clean-local:
12 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
13 for script in $(EXTRA_DIST); do \
14 rm -f $(builddir)/$$script; \
15 done; \
16 fi
This page took 0.03047 seconds and 4 git commands to generate.