Test: template on create session
[lttng-tools.git] / tests / regression / tools / templates / Makefile.am
1 noinst_SCRIPTS = test_create
2 EXTRA_DIST = $(noinst_SCRIPTS) sessions
3 SUBDIRS= sessions
4
5 all-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
12 clean-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.030147 seconds and 5 git commands to generate.