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