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