RCU Judy Array (rcuja) implementation
[userspace-rcu.git] / tests / utils / Makefile.am
CommitLineData
6893800a
MJ
1AM_CFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src
2
1b387491
MJ
3noinst_LIBRARIES = libtap.a
4libtap_a_SOURCES = tap.c tap.h
2ea58a69 5
db61f215
MD
6noinst_PROGRAMS = rcuja-testpop
7rcuja_testpop_SOURCES = rcuja-testpop.c
8
2ea58a69
MD
9SCRIPT_LIST = tap.sh
10
11dist_noinst_SCRIPTS = $(SCRIPT_LIST)
12
13all-local:
14 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
15 for script in $(SCRIPT_LIST); do \
16 cp -f $(srcdir)/$$script $(builddir); \
17 done; \
18 fi
19
20clean-local:
21 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
22 for script in $(SCRIPT_LIST); do \
23 rm -f $(builddir)/$$script; \
24 done; \
25 fi
This page took 0.026857 seconds and 4 git commands to generate.