Cleanup: Move build logic to python-plugin-provider Makefile
[babeltrace.git] / Makefile.am
... / ...
CommitLineData
1ACLOCAL_AMFLAGS = -I m4
2
3SUBDIRS = include \
4 common \
5 ctfser \
6 fd-cache \
7 compat \
8 logging \
9 lib \
10 python-plugin-provider \
11 plugins \
12 cli \
13 bindings \
14 doc \
15 tests
16
17# Directories added to EXTRA_DIST will be recursively copied to the distribution.
18EXTRA_DIST = \
19 extras
20
21dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \
22 std-ext-lib.txt README CONTRIBUTING.adoc
23
24dist_noinst_DATA = CodingStyle
25
26pkgconfigdir = $(libdir)/pkgconfig
27pkgconfig_DATA = babeltrace2.pc babeltrace2-ctf.pc
28
29# This is a convenience target, it's not part of the build process.
30CONTRIBUTING.html: CONTRIBUTING.adoc
31 $(ASCIIDOC) --verbose -a source-highlighter=pygments $<
32
33CLEANFILES = CONTRIBUTING.html
This page took 0.023257 seconds and 4 git commands to generate.