Skip to content

Commit 675383b

Browse files
authored
Makefile.am files indentation (netdata#7252)
* Use 4 spaces for indentation of non-recipe lines in Makefile.am files * Be more consistent in the use of space before = in Makefile.am files
1 parent 9a8c320 commit 675383b

File tree

105 files changed

+660
-686
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+660
-686
lines changed

Makefile.am

+221-221
Large diffs are not rendered by default.

backends/Makefile.am

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ SUBDIRS = \
1010
prometheus \
1111
aws_kinesis \
1212
mongodb \
13-
$(NULL)
13+
$(NULL)
1414

1515
dist_noinst_DATA = \
16-
README.md \
17-
WALKTHROUGH.md \
18-
$(NULL)
16+
README.md \
17+
WALKTHROUGH.md \
18+
$(NULL)
1919

2020
dist_noinst_SCRIPTS = \
21-
nc-backend.sh \
22-
$(NULL)
21+
nc-backend.sh \
22+
$(NULL)

backends/aws_kinesis/Makefile.am

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ AUTOMAKE_OPTIONS = subdir-objects
44
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
55

66
dist_noinst_DATA = \
7-
README.md \
8-
$(NULL)
7+
README.md \
8+
$(NULL)
99

1010
dist_libconfig_DATA = \
1111
aws_kinesis.conf \
12-
$(NULL)
12+
$(NULL)

backends/mongodb/Makefile.am

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ AUTOMAKE_OPTIONS = subdir-objects
44
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
55

66
dist_noinst_DATA = \
7-
README.md \
8-
$(NULL)
7+
README.md \
8+
$(NULL)
99

1010
dist_libconfig_DATA = \
11-
mongodb.conf \
12-
$(NULL)
11+
mongodb.conf \
12+
$(NULL)

backends/prometheus/Makefile.am

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ AUTOMAKE_OPTIONS = subdir-objects
44
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
55

66
SUBDIRS = \
7-
remote_write \
8-
$(NULL)
7+
remote_write \
8+
$(NULL)
99

1010
dist_noinst_DATA = \
11-
README.md \
12-
$(NULL)
11+
README.md \
12+
$(NULL)

backends/prometheus/remote_write/Makefile.am

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ AUTOMAKE_OPTIONS = subdir-objects
44
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
55

66
CLEANFILES = \
7-
remote_write.pb.cc \
8-
remote_write.pb.h \
9-
$(NULL)
7+
remote_write.pb.cc \
8+
remote_write.pb.h \
9+
$(NULL)
1010

1111
dist_noinst_DATA = \
12-
remote_write.proto \
13-
README.md \
14-
$(NULL)
12+
remote_write.proto \
13+
README.md \
14+
$(NULL)

collectors/Makefile.am

+3-4
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ SUBDIRS = \
2525
slabinfo.plugin \
2626
statsd.plugin \
2727
tc.plugin \
28-
$(NULL)
29-
28+
$(NULL)
3029

3130
dist_noinst_DATA = \
32-
README.md \
33-
$(NULL)
31+
README.md \
32+
$(NULL)

collectors/apps.plugin/Makefile.am

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# SPDX-License-Identifier: GPL-3.0-or-later
22

33
AUTOMAKE_OPTIONS = subdir-objects
4-
54
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
65

76
dist_noinst_DATA = \
8-
README.md \
9-
$(NULL)
7+
README.md \
8+
$(NULL)
109

1110
dist_libconfig_DATA = \
1211
apps_groups.conf \

collectors/cgroups.plugin/Makefile.am

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ AUTOMAKE_OPTIONS = subdir-objects
44
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
55

66
CLEANFILES = \
7-
cgroup-name.sh \
8-
$(NULL)
7+
cgroup-name.sh \
8+
$(NULL)
99

1010
include $(top_srcdir)/build/subst.inc
1111
SUFFIXES = .in
1212

1313
dist_plugins_SCRIPTS = \
14-
cgroup-name.sh \
15-
cgroup-network-helper.sh \
16-
$(NULL)
14+
cgroup-name.sh \
15+
cgroup-network-helper.sh \
16+
$(NULL)
1717

1818
dist_noinst_DATA = \
19-
cgroup-name.sh.in \
20-
README.md \
21-
$(NULL)
19+
cgroup-name.sh.in \
20+
README.md \
21+
$(NULL)

collectors/charts.d.plugin/Makefile.am

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# SPDX-License-Identifier: GPL-3.0-or-later
22

33
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
4-
54
CLEANFILES = \
65
charts.d.plugin \
76
$(NULL)

collectors/checks.plugin/Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
44
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
55

66
dist_noinst_DATA = \
7-
README.md \
8-
$(NULL)
7+
README.md \
8+
$(NULL)

collectors/cups.plugin/Makefile.am

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# SPDX-License-Identifier: GPL-3.0-or-later
22

33
AUTOMAKE_OPTIONS = subdir-objects
4-
54
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
65

76
dist_noinst_DATA = \
8-
README.md \
9-
$(NULL)
7+
README.md \
8+
$(NULL)

collectors/diskspace.plugin/Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
44
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
55

66
dist_noinst_DATA = \
7-
README.md \
8-
$(NULL)
7+
README.md \
8+
$(NULL)

collectors/fping.plugin/Makefile.am

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ AUTOMAKE_OPTIONS = subdir-objects
44
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
55

66
CLEANFILES = \
7-
fping.plugin \
8-
$(NULL)
7+
fping.plugin \
8+
$(NULL)
99

1010
include $(top_srcdir)/build/subst.inc
1111
SUFFIXES = .in
1212

1313
dist_plugins_SCRIPTS = \
14-
fping.plugin \
15-
$(NULL)
14+
fping.plugin \
15+
$(NULL)
1616

1717
dist_noinst_DATA = \
18-
fping.plugin.in \
19-
README.md \
20-
$(NULL)
18+
fping.plugin.in \
19+
README.md \
20+
$(NULL)
2121

2222
dist_libconfig_DATA = \
2323
fping.conf \

collectors/freebsd.plugin/Makefile.am

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# SPDX-License-Identifier: GPL-3.0-or-later
22

33
AUTOMAKE_OPTIONS = subdir-objects
4-
54
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
65

76
dist_noinst_DATA = \
8-
README.md \
9-
$(NULL)
7+
README.md \
8+
$(NULL)

collectors/freeipmi.plugin/Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
44
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
55

66
dist_noinst_DATA = \
7-
README.md \
8-
$(NULL)
7+
README.md \
8+
$(NULL)

collectors/idlejitter.plugin/Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
44
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
55

66
dist_noinst_DATA = \
7-
README.md \
8-
$(NULL)
7+
README.md \
8+
$(NULL)

collectors/ioping.plugin/Makefile.am

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ AUTOMAKE_OPTIONS = subdir-objects
44
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
55

66
CLEANFILES = \
7-
ioping.plugin \
8-
$(NULL)
7+
ioping.plugin \
8+
$(NULL)
99

1010
include $(top_srcdir)/build/subst.inc
1111
SUFFIXES = .in
1212

1313
dist_plugins_SCRIPTS = \
14-
ioping.plugin \
15-
$(NULL)
14+
ioping.plugin \
15+
$(NULL)
1616

1717
dist_noinst_DATA = \
18-
ioping.plugin.in \
19-
README.md \
20-
$(NULL)
18+
ioping.plugin.in \
19+
README.md \
20+
$(NULL)
2121

2222
dist_libconfig_DATA = \
2323
ioping.conf \

collectors/macos.plugin/Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
44
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
55

66
dist_noinst_DATA = \
7-
README.md \
8-
$(NULL)
7+
README.md \
8+
$(NULL)

collectors/nfacct.plugin/Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
44
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
55

66
dist_noinst_DATA = \
7-
README.md \
8-
$(NULL)
7+
README.md \
8+
$(NULL)

collectors/node.d.plugin/Makefile.am

+20-20
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
44
CLEANFILES = \
5-
node.d.plugin \
6-
$(NULL)
5+
node.d.plugin \
6+
$(NULL)
77

88
include $(top_srcdir)/build/subst.inc
99
SUFFIXES = .in
@@ -13,13 +13,13 @@ dist_libconfig_DATA = \
1313
$(NULL)
1414

1515
dist_plugins_SCRIPTS = \
16-
node.d.plugin \
17-
$(NULL)
16+
node.d.plugin \
17+
$(NULL)
1818

1919
dist_noinst_DATA = \
20-
node.d.plugin.in \
21-
README.md \
22-
$(NULL)
20+
node.d.plugin.in \
21+
README.md \
22+
$(NULL)
2323

2424
usernodeconfigdir=$(configdir)/node.d
2525
dist_usernodeconfig_DATA = \
@@ -31,7 +31,7 @@ dist_nodeconfig_DATA = \
3131
$(NULL)
3232

3333
dist_node_DATA = \
34-
$(NULL)
34+
$(NULL)
3535

3636
include fronius/Makefile.inc
3737
include named/Makefile.inc
@@ -41,18 +41,18 @@ include stiebeleltron/Makefile.inc
4141

4242
nodemodulesdir=$(nodedir)/node_modules
4343
dist_nodemodules_DATA = \
44-
node_modules/netdata.js \
45-
node_modules/extend.js \
46-
node_modules/pixl-xml.js \
47-
node_modules/net-snmp.js \
48-
node_modules/asn1-ber.js \
49-
$(NULL)
44+
node_modules/netdata.js \
45+
node_modules/extend.js \
46+
node_modules/pixl-xml.js \
47+
node_modules/net-snmp.js \
48+
node_modules/asn1-ber.js \
49+
$(NULL)
5050

5151
nodemoduleslibberdir=$(nodedir)/node_modules/lib/ber
5252
dist_nodemoduleslibber_DATA = \
53-
node_modules/lib/ber/index.js \
54-
node_modules/lib/ber/errors.js \
55-
node_modules/lib/ber/reader.js \
56-
node_modules/lib/ber/types.js \
57-
node_modules/lib/ber/writer.js \
58-
$(NULL)
53+
node_modules/lib/ber/index.js \
54+
node_modules/lib/ber/errors.js \
55+
node_modules/lib/ber/reader.js \
56+
node_modules/lib/ber/types.js \
57+
node_modules/lib/ber/writer.js \
58+
$(NULL)

collectors/perf.plugin/Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
44
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
55

66
dist_noinst_DATA = \
7-
README.md \
8-
$(NULL)
7+
README.md \
8+
$(NULL)

collectors/proc.plugin/Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
44
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
55

66
dist_noinst_DATA = \
7-
README.md \
8-
$(NULL)
7+
README.md \
8+
$(NULL)

collectors/python.d.plugin/gearman/Makefile.inc

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ dist_pythonconfig_DATA += gearman/gearman.conf
1010

1111
# do not install these files, but include them in the distribution
1212
dist_noinst_DATA += gearman/README.md gearman/Makefile.inc
13+

collectors/python.d.plugin/nvidia_smi/Makefile.inc

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ dist_pythonconfig_DATA += nvidia_smi/nvidia_smi.conf
1010

1111
# do not install these files, but include them in the distribution
1212
dist_noinst_DATA += nvidia_smi/README.md nvidia_smi/Makefile.inc
13+

collectors/statsd.plugin/Makefile.am

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ AUTOMAKE_OPTIONS = subdir-objects
44
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
55

66
dist_noinst_DATA = \
7-
README.md \
8-
$(NULL)
7+
README.md \
8+
$(NULL)
99

1010
statsdconfigdir=$(libconfigdir)/statsd.d
1111
dist_statsdconfig_DATA = \
@@ -16,4 +16,3 @@ userstatsdconfigdir=$(configdir)/statsd.d
1616
dist_userstatsdconfig_DATA = \
1717
.keep \
1818
$(NULL)
19-

0 commit comments

Comments
 (0)