Fix: out-of-tree benchmark/regtest
[urcu.git] / tests / utils / Makefile.am
... / ...
CommitLineData
1noinst_LIBRARIES = libtap.a
2libtap_a_SOURCES = tap.c tap.h
3
4SCRIPT_LIST = tap.sh
5
6dist_noinst_SCRIPTS = $(SCRIPT_LIST)
7
8all-local:
9 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
10 for script in $(SCRIPT_LIST); do \
11 cp -f $(srcdir)/$$script $(builddir); \
12 done; \
13 fi
14
15clean-local:
16 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
17 for script in $(SCRIPT_LIST); do \
18 rm -f $(builddir)/$$script; \
19 done; \
20 fi
This page took 0.021955 seconds and 4 git commands to generate.