Fix: Don't override user variables within the build system
[lttng-tools.git] / tests / utils / Makefile.am
CommitLineData
0458ed8c 1SUBDIRS = . tap testapp
329e5f26 2
4c2eee7f 3EXTRA_DIST = utils.sh test_utils.py babelstats.pl warn_processes.sh
a36b26b4 4dist_noinst_SCRIPTS = utils.sh test_utils.py babelstats.pl
0458ed8c
JG
5noinst_LTLIBRARIES = libtestutils.la
6
7libtestutils_la_SOURCES = utils.c utils.h
c83e7ca0
DG
8
9all-local:
10 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
11 for script in $(EXTRA_DIST); do \
12 cp -f $(srcdir)/$$script $(builddir); \
13 done; \
14 fi
15
16clean-local:
17 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
18 for script in $(EXTRA_DIST); do \
19 rm -f $(builddir)/$$script; \
20 done; \
21 fi
This page took 0.030502 seconds and 4 git commands to generate.