ctf-writer: externalize libbabeltrace2-ctf-writer
[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 \
67d2ce02 11 ctf-writer \
6fbd4105 12 plugins \
8d77550c 13 cli \
6fbd4105 14 bindings \
6fbd4105 15 doc \
312c056a 16 tests
eea91b68 17
52f120df
MJ
18# Directories added to EXTRA_DIST will be recursively copied to the distribution.
19EXTRA_DIST = \
20 extras
21
7722ed94 22dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \
f9ded0e0 23 std-ext-lib.txt README CONTRIBUTING.adoc
0bcabcbd
MD
24
25dist_noinst_DATA = CodingStyle
d0acc96d
YB
26
27pkgconfigdir = $(libdir)/pkgconfig
67d2ce02 28pkgconfig_DATA = babeltrace2.pc babeltrace2-ctf-writer.pc
f9ded0e0 29
4a9f5414
MJ
30# This is a convenience target, it's not part of the build process.
31CONTRIBUTING.html: CONTRIBUTING.adoc
32 $(ASCIIDOC) --verbose -a source-highlighter=pygments $<
f9ded0e0
PP
33
34CLEANFILES = CONTRIBUTING.html
This page took 0.048754 seconds and 4 git commands to generate.