Gen-ust-events: use options instead of arguments
[lttng-tools.git] / tests / regression / tools / snapshots / Makefile.am
CommitLineData
1d20c959
DG
1noinst_SCRIPTS = test_kernel test_kernel_streaming test_ust_fast test_ust_long ust_test test_ust_streaming
2EXTRA_DIST = test_kernel test_kernel_streaming test_ust_fast test_ust_long ust_test test_ust_streaming
c83e7ca0
DG
3
4all-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
11clean-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.044825 seconds and 5 git commands to generate.