RCU Judy Array (rcuja) implementation
[userspace-rcu.git] / tests / utils / Makefile.am
1 AM_CFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src
2
3 noinst_LIBRARIES = libtap.a
4 libtap_a_SOURCES = tap.c tap.h
5
6 noinst_PROGRAMS = rcuja-testpop
7 rcuja_testpop_SOURCES = rcuja-testpop.c
8
9 SCRIPT_LIST = tap.sh
10
11 dist_noinst_SCRIPTS = $(SCRIPT_LIST)
12
13 all-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
20 clean-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.029015 seconds and 4 git commands to generate.