Cleanup: remove useless Makefiles from extras
[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
MJ
8 logging \
9 lib
6fbd4105 10
9ffc0257 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 \
312c056a 22 tests
eea91b68 23
52f120df
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 \
f9ded0e0 29 std-ext-lib.txt README CONTRIBUTING.adoc
0bcabcbd
MD
30
31dist_noinst_DATA = CodingStyle
d0acc96d
YB
32
33pkgconfigdir = $(libdir)/pkgconfig
a12f3d62 34pkgconfig_DATA = babeltrace2.pc babeltrace2-ctf.pc
f9ded0e0 35
4a9f5414
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 $<
f9ded0e0
PP
39
40CLEANFILES = CONTRIBUTING.html
This page took 0.047948 seconds and 4 git commands to generate.