Fix: Don't override user variables within the build system
[lttng-tools.git] / tests / regression / tools / mi / Makefile.am
CommitLineData
68270f0f
JRJ
1noinst_PROGRAMS = validate_xml extract_xml
2validate_xml_SOURCES = validate_xml.c
34707125
JG
3validate_xml_CPPFLAGS = $(libxml2_CFLAGS) $(AM_CPPFLAGS)
4validate_xml_LDADD = $(libxml2_LIBS)
68270f0f
JRJ
5
6extract_xml_SOURCES = extract_xml.c
34707125
JG
7extract_xml_CPPFLAGS = $(libxml2_CFLAGS) $(AM_CPPFLAGS)
8extract_xml_LDADD = $(libxml2_LIBS)
68270f0f 9
312dabc3 10noinst_SCRIPTS = test_mi
2f99314e 11EXTRA_DIST = test_mi
68270f0f
JRJ
12
13all-local:
14 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
15 for script in $(EXTRA_DIST); 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 $(EXTRA_DIST); do \
23 rm -f $(builddir)/$$script; \
24 done; \
25 fi
This page took 0.0291 seconds and 4 git commands to generate.