Tests: expand UST wildcard tests, move to regression/tools
[lttng-tools.git] / tests / regression / tools / wildcard / Makefile.am
CommitLineData
075ffe1f
MD
1AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests -I$(srcdir) -O2 -g
2AM_LDFLAGS =
3
4if LTTNG_TOOLS_BUILD_WITH_LIBDL
5LIBS += -ldl
6endif
7if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
8LIBS += -lc
9endif
10
11noinst_SCRIPTS = test_event_wildcard
12EXTRA_DIST = test_event_wildcard
13
14all-local:
15 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
16 for script in $(EXTRA_DIST); do \
17 cp -f $(srcdir)/$$script $(builddir); \
18 done; \
19 fi
20
21clean-local:
22 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
23 for script in $(EXTRA_DIST); do \
24 rm -f $(builddir)/$$script; \
25 done; \
26 fi
This page took 0.022921 seconds and 4 git commands to generate.