eb6831a2b16a308835d6c5fcd7a9de081c494d1f
[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.030222 seconds and 4 git commands to generate.