File: Makefile.am

package info (click to toggle)
babeltrace2 2.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 42,660 kB
  • sloc: cpp: 106,162; ansic: 78,276; python: 27,115; sh: 9,053; makefile: 1,807; xml: 46
file content (28 lines) | stat: -rw-r--r-- 694 bytes parent folder | download | duplicates (2)
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
# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
#
# SPDX-License-Identifier: MIT

SUBDIRS = man

if ENABLE_API_DOC
SUBDIRS += api/libbabeltrace2
endif

if ENABLE_PYTHON_BINDINGS_DOC
SUBDIRS += bindings/python
endif

EXTRA_DIST = \
	contributing-images/bt-ref01.png \
	contributing-images/bt-ref02.png \
	contributing-images/bt-ref03.png \
	contributing-images/bt-ref04.png \
	contributing-images/bt-ref05.png \
	contributing-images/bt-ref06.png \
	contributing-images/bt-ref07.png \
	contributing-images/bt-ref08.png \
	contributing-images/bt-ref09.png \
	contributing-images/bt-ref10.png \
	contributing-images/bt-ref11.png \
	contributing-images/bt-ref12.png \
	contributing-images/bt-ref13.png