Cleanup: Move build logic to python-plugin-provider Makefile
[babeltrace.git] / Makefile.am
CommitLineData
ac65e355
MD
1ACLOCAL_AMFLAGS = -I m4
2
c3ddb532 3SUBDIRS = include \
6fbd4105 4 common \
013f35c6 5 ctfser \
1e638f98 6 fd-cache \
beb0fb75 7 compat \
2edd7dd4 8 logging \
172e6876
MJ
9 lib \
10 python-plugin-provider \
6fbd4105 11 plugins \
8d77550c 12 cli \
6fbd4105 13 bindings \
6fbd4105 14 doc \
312c056a 15 tests
eea91b68 16
52f120df
MJ
17# Directories added to EXTRA_DIST will be recursively copied to the distribution.
18EXTRA_DIST = \
19 extras
20
7722ed94 21dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \
f9ded0e0 22 std-ext-lib.txt README CONTRIBUTING.adoc
0bcabcbd
MD
23
24dist_noinst_DATA = CodingStyle
d0acc96d
YB
25
26pkgconfigdir = $(libdir)/pkgconfig
a12f3d62 27pkgconfig_DATA = babeltrace2.pc babeltrace2-ctf.pc
f9ded0e0 28
4a9f5414
MJ
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 $<
f9ded0e0
PP
32
33CLEANFILES = CONTRIBUTING.html
This page took 0.048635 seconds and 4 git commands to generate.