lib: add internal object pool API and use it; adapt plugins/tests
[babeltrace.git] / Makefile.am
1 ACLOCAL_AMFLAGS = -I m4
2
3 SUBDIRS = include \
4 common \
5 compat \
6 logging \
7 lib
8
9 if ENABLE_PYTHON_PLUGINS
10 # Only build the Python plugin provider shared object if the
11 # configuration doesn't ask to make it built-in.
12 SUBDIRS += python-plugin-provider
13 endif
14
15 SUBDIRS += \
16 plugins \
17 cli \
18 bindings \
19 doc \
20 extras \
21 tests
22
23 dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \
24 std-ext-lib.txt README CONTRIBUTING.adoc
25
26 dist_noinst_DATA = CodingStyle
27
28 pkgconfigdir = $(libdir)/pkgconfig
29 pkgconfig_DATA = babeltrace.pc babeltrace-ctf.pc
30
31 CONTRIBUTING.html: $(srcdir)/CONTRIBUTING.adoc
32 asciidoc --verbose -a source-highlighter=pygments $<
33
34 CLEANFILES = CONTRIBUTING.html
This page took 0.031072 seconds and 5 git commands to generate.