Fix: out-of-tree benchmark/regtest
[urcu.git] / tests / utils / Makefile.am
1 noinst_LIBRARIES = libtap.a
2 libtap_a_SOURCES = tap.c tap.h
3
4 SCRIPT_LIST = tap.sh
5
6 dist_noinst_SCRIPTS = $(SCRIPT_LIST)
7
8 all-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
15 clean-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.031048 seconds and 5 git commands to generate.