Cleanup: remove useless Makefiles from extras
[babeltrace.git] / Makefile.am
CommitLineData
ac65e355
MD
1ACLOCAL_AMFLAGS = -I m4
2
c3ddb532 3SUBDIRS = include \
6fbd4105 4 common \
6f4eefbe 5 ctfser \
8d7183bd 6 fd-cache \
beb0fb75 7 compat \
1f647869
MJ
8 logging \
9 lib
6fbd4105 10
de8bce8a 11if ENABLE_PYTHON_PLUGINS
c3ddb532
PP
12# Only build the Python plugin provider shared object if the
13# configuration doesn't ask to make it built-in.
6fbd4105
PP
14SUBDIRS += python-plugin-provider
15endif
16
17SUBDIRS += \
6fbd4105 18 plugins \
8d77550c 19 cli \
6fbd4105 20 bindings \
6fbd4105 21 doc \
a6918753 22 tests
eea91b68 23
19d7f3ff
MJ
24# Directories added to EXTRA_DIST will be recursively copied to the distribution.
25EXTRA_DIST = \
26 extras
27
7722ed94 28dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \
12e02f34 29 std-ext-lib.txt README CONTRIBUTING.adoc
0bcabcbd
MD
30
31dist_noinst_DATA = CodingStyle
d0acc96d
YB
32
33pkgconfigdir = $(libdir)/pkgconfig
40392cf1 34pkgconfig_DATA = babeltrace2.pc babeltrace2-ctf.pc
12e02f34 35
77a4634e
MJ
36# This is a convenience target, it's not part of the build process.
37CONTRIBUTING.html: CONTRIBUTING.adoc
38 $(ASCIIDOC) --verbose -a source-highlighter=pygments $<
12e02f34
PP
39
40CLEANFILES = CONTRIBUTING.html
This page took 0.047318 seconds and 4 git commands to generate.