projects
/
babeltrace.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add libbabeltrace2 C++ interface base
[babeltrace.git]
/
Makefile.am
1
# SPDX-License-Identifier: MIT
2
3
ACLOCAL_AMFLAGS = -I m4
4
5
SUBDIRS = \
6
include \
7
src \
8
doc \
9
tests
10
11
dist_doc_DATA = \
12
ChangeLog \
13
CONTRIBUTING.adoc \
14
LICENSE \
15
README.adoc
16
17
dist_noinst_DATA = CodingStyle
18
19
EXTRA_DIST = \
20
LICENSES/BSD-2-Clause \
21
LICENSES/BSD-4-Clause \
22
LICENSES/CC-BY-SA-4.0 \
23
LICENSES/GPL-2.0 \
24
LICENSES/GPL-3.0 \
25
LICENSES/LGPL-2.1 \
26
LICENSES/MIT \
27
std-ext-lib.txt \
28
tools/format-cpp \
29
version
This page took
0.032222 seconds
and
5
git commands to generate.