Merge branch 'master' into benchmark
[lttng-tools.git] / benchmark / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
2
3 noinst_LTLIBRARIES = liblttng-benchmark.la
4
5 noinst_PROGRAMS = bench_sessions
6
7 UTILS=utils.h
8 SESSIONS=$(top_srcdir)/src/bin/lttng-sessiond/session.c
9
10 liblttng_benchmark_la_SOURCES = benchmark.c benchmark.h cpu.c cpu.h
11
12 bench_sessions_SOURCES = bench-sessions.c $(SESSIONS) $(UTILS)
13 bench_sessions_LDADD = $(top_builddir)/benchmark/liblttng-benchmark.la \
14 $(top_builddir)/src/common/libcommon.la
15
16 bench:
17 ./runall.sh
This page took 0.044266 seconds and 5 git commands to generate.