Test: template on create session
[lttng-tools.git] / tests / regression / tools / templates / Makefile.am
CommitLineData
5784f835
JR
1noinst_SCRIPTS = test_create
2EXTRA_DIST = $(noinst_SCRIPTS) sessions
3SUBDIRS= sessions
4
5all-local:
6 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
7 for script in $(EXTRA_DIST); do \
8 cp -f $(srcdir)/$$script $(builddir); \
9 done; \
10 fi
11
12clean-local:
13 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
14 for script in $(EXTRA_DIST); do \
15 rm -f $(builddir)/$$script; \
16 done; \
17 fi
This page took 0.025419 seconds and 5 git commands to generate.