projects
/
lttng-ust.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Copyright ownership transfer
[lttng-ust.git]
/
Makefile.am
1
# SPDX-License-Identifier: LGPL-2.1-only
2
3
ACLOCAL_AMFLAGS = -I m4
4
5
SUBDIRS = \
6
include \
7
src \
8
tools \
9
doc \
10
tests \
11
extras
12
13
dist_doc_DATA = \
14
ChangeLog \
15
LICENSE \
16
README.md
17
18
dist_noinst_DATA = \
19
CodingStyle \
20
CONTRIBUTING.md \
21
LICENSES/BSD-2-Clause \
22
LICENSES/BSD-3-Clause \
23
LICENSES/GPL-2.0 \
24
LICENSES/GPL-3.0 \
25
LICENSES/LGPL-2.1 \
26
LICENSES/MIT
27
28
check-loop:
29
cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop
30
.PHONY: check-loop
This page took
0.037162 seconds
and
4
git commands to generate.