forked from efficios/babeltrace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
34 lines (26 loc) · 702 Bytes
/
Copy pathMakefile.am
File metadata and controls
34 lines (26 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = include \
common \
compat \
logging \
lib
if ENABLE_PYTHON_PLUGINS
# Only build the Python plugin provider shared object if the
# configuration doesn't ask to make it built-in.
SUBDIRS += python-plugin-provider
endif
SUBDIRS += \
plugins \
cli \
bindings \
tests \
doc \
extras
dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \
std-ext-lib.txt README CONTRIBUTING.adoc
dist_noinst_DATA = CodingStyle
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = babeltrace.pc babeltrace-ctf.pc
CONTRIBUTING.html: $(srcdir)/CONTRIBUTING.adoc
asciidoc --verbose -a source-highlighter=pygments $<
CLEANFILES = CONTRIBUTING.html