Cleanup: Move build logic to python-plugin-provider Makefile
[babeltrace.git] / Makefile.am
1 ACLOCAL_AMFLAGS = -I m4
2
3 SUBDIRS = 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.
18 EXTRA_DIST = \
19 extras
20
21 dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \
22 std-ext-lib.txt README CONTRIBUTING.adoc
23
24 dist_noinst_DATA = CodingStyle
25
26 pkgconfigdir = $(libdir)/pkgconfig
27 pkgconfig_DATA = babeltrace2.pc babeltrace2-ctf.pc
28
29 # This is a convenience target, it's not part of the build process.
30 CONTRIBUTING.html: CONTRIBUTING.adoc
31 $(ASCIIDOC) --verbose -a source-highlighter=pygments $<
32
33 CLEANFILES = CONTRIBUTING.html
This page took 0.030567 seconds and 5 git commands to generate.