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