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