X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fust-elf%2FMakefile.am;h=f115eea4629af7ac18999aa85041e6aaebd31bc7;hb=37b3de59bcd96baf15c2361d64b47e4f20495fa4;hp=3cb544235c0551b1eb982a6dc89df2191ec30652;hpb=22609c7a82c5c8ebc07c19cade9b4d6ff61bd0d0;p=lttng-ust.git diff --git a/tests/ust-elf/Makefile.am b/tests/ust-elf/Makefile.am index 3cb54423..f115eea4 100644 --- a/tests/ust-elf/Makefile.am +++ b/tests/ust-elf/Makefile.am @@ -1,24 +1,22 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils -noinst_PROGRAMS = prog -prog_SOURCES = prog.c -prog_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \ +noinst_PROGRAMS = ust-elf +ust_elf_SOURCES = ust-elf.c +ust_elf_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \ $(top_builddir)/tests/utils/libtap.a -SCRIPT_LIST = test_ust_elf - -dist_noinst_SCRIPTS = $(SCRIPT_LIST) - -all-local: - @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ - for script in $(SCRIPT_LIST); do \ - cp -f $(srcdir)/$$script $(builddir); \ - done; \ - fi - -clean-local: - @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ - for script in $(SCRIPT_LIST); do \ - rm -f $(builddir)/$$script; \ - done; \ - fi +EXTRA_DIST = \ + $(srcdir)/data/main.c \ + $(srcdir)/data/aarch64_be/main.elf \ + $(srcdir)/data/aarch64_be/main.elf.debug \ + $(srcdir)/data/armeb/main.elf \ + $(srcdir)/data/armeb/main.elf.debug \ + $(srcdir)/data/x86/main.elf \ + $(srcdir)/data/x86/main.elf.debug \ + $(srcdir)/data/x86_64/main.elf \ + $(srcdir)/data/x86_64/main.elf.debug \ + $(srcdir)/data/pic/hello.exec \ + $(srcdir)/data/pic/hello.pie \ + $(srcdir)/data/pic/hello.pic \ + $(srcdir)/data/pic/hello.c \ + $(srcdir)/data/pic/libhello.c