Makefile.am files indentation (#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
This commit is contained in:
Konstantinos Natsakis 2019-11-11 01:30:00 +02:00 committed by GitHub
parent 9a8c320592
commit 675383b26a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
105 changed files with 658 additions and 684 deletions

View File

@ -1,89 +1,89 @@
# SPDX-License-Identifier: GPL-3.0-or-later
AUTOMAKE_OPTIONS=foreign subdir-objects 1.11
AUTOMAKE_OPTIONS = foreign subdir-objects 1.11
ACLOCAL_AMFLAGS = -I build/m4
MAINTAINERCLEANFILES= \
config.log config.status \
$(srcdir)/Makefile.in \
$(srcdir)/config.h.in $(srcdir)/config.h.in~ $(srcdir)/configure \
$(srcdir)/install-sh $(srcdir)/ltmain.sh $(srcdir)/missing \
$(srcdir)/compile $(srcdir)/depcomp $(srcdir)/aclocal.m4 \
$(srcdir)/config.guess $(srcdir)/config.sub \
$(srcdir)/m4/ltsugar.m4 $(srcdir)/m4/libtool.m4 \
$(srcdir)/m4/ltversion.m4 $(srcdir)/m4/lt~obsolete.m4 \
$(srcdir)/m4/ltoptions.m4 \
$(srcdir)/pkcs11-helper.spec $(srcdir)/config-w32-vc.h
MAINTAINERCLEANFILES = \
config.log config.status \
$(srcdir)/Makefile.in \
$(srcdir)/config.h.in $(srcdir)/config.h.in~ $(srcdir)/configure \
$(srcdir)/install-sh $(srcdir)/ltmain.sh $(srcdir)/missing \
$(srcdir)/compile $(srcdir)/depcomp $(srcdir)/aclocal.m4 \
$(srcdir)/config.guess $(srcdir)/config.sub \
$(srcdir)/m4/ltsugar.m4 $(srcdir)/m4/libtool.m4 \
$(srcdir)/m4/ltversion.m4 $(srcdir)/m4/lt~obsolete.m4 \
$(srcdir)/m4/ltoptions.m4 \
$(srcdir)/pkcs11-helper.spec $(srcdir)/config-w32-vc.h
CLEANFILES= \
$(srcdir)/$(distdir).tar.gz
CLEANFILES = \
$(srcdir)/$(distdir).tar.gz
EXTRA_DIST = \
.gitignore \
.csslintrc \
.eslintignore \
.eslintrc \
.github/CODEOWNERS \
build/m4/jemalloc.m4 \
build/m4/ax_c___atomic.m4 \
build/m4/ax_check_enable_debug.m4 \
build/m4/ax_c_mallinfo.m4 \
build/m4/ax_gcc_func_attribute.m4 \
build/m4/ax_check_compile_flag.m4 \
build/m4/ax_c_statement_expressions.m4 \
build/m4/ax_pthread.m4 \
build/m4/ax_c_lto.m4 \
build/m4/ax_c_mallopt.m4 \
build/m4/tcmalloc.m4 \
build/m4/ax_c__generic.m4 \
README.md \
CONTRIBUTORS.md \
CODE_OF_CONDUCT.md \
LICENSE \
REDISTRIBUTED.md \
CONTRIBUTING.md \
$(NULL)
.gitignore \
.csslintrc \
.eslintignore \
.eslintrc \
.github/CODEOWNERS \
build/m4/jemalloc.m4 \
build/m4/ax_c___atomic.m4 \
build/m4/ax_check_enable_debug.m4 \
build/m4/ax_c_mallinfo.m4 \
build/m4/ax_gcc_func_attribute.m4 \
build/m4/ax_check_compile_flag.m4 \
build/m4/ax_c_statement_expressions.m4 \
build/m4/ax_pthread.m4 \
build/m4/ax_c_lto.m4 \
build/m4/ax_c_mallopt.m4 \
build/m4/tcmalloc.m4 \
build/m4/ax_c__generic.m4 \
README.md \
CONTRIBUTORS.md \
CODE_OF_CONDUCT.md \
LICENSE \
REDISTRIBUTED.md \
CONTRIBUTING.md \
$(NULL)
SUBDIRS = \
diagrams \
system \
tests \
$(NULL)
diagrams \
system \
tests \
$(NULL)
dist_noinst_DATA= \
CHANGELOG.md \
cppcheck.sh \
configs.signatures \
contrib \
netdata.cppcheck \
netdata.spec \
package.json \
docs \
packaging/version \
packaging/go.d.version \
packaging/go.d.checksums \
packaging/installer/README.md \
packaging/installer/UNINSTALL.md \
packaging/installer/UPDATE.md \
netlify.toml \
$(NULL)
dist_noinst_DATA = \
CHANGELOG.md \
cppcheck.sh \
configs.signatures \
contrib \
netdata.cppcheck \
netdata.spec \
package.json \
docs \
packaging/version \
packaging/go.d.version \
packaging/go.d.checksums \
packaging/installer/README.md \
packaging/installer/UNINSTALL.md \
packaging/installer/UPDATE.md \
netlify.toml \
$(NULL)
# until integrated within build
# should be proper init.d/openrc/systemd usable
dist_noinst_SCRIPTS= \
coverity-scan.sh \
packaging/installer/netdata-updater.sh \
packaging/installer/netdata-uninstaller.sh \
packaging/installer/kickstart.sh \
packaging/installer/kickstart-static64.sh \
packaging/installer/functions.sh \
netdata-installer.sh \
docs/generator/buildhtml.sh \
docs/generator/buildyaml.sh \
docs/generator/checklinks.sh \
docs/generator/requirements.txt \
docs/generator/runtime.txt \
$(NULL)
dist_noinst_SCRIPTS = \
coverity-scan.sh \
packaging/installer/netdata-updater.sh \
packaging/installer/netdata-uninstaller.sh \
packaging/installer/kickstart.sh \
packaging/installer/kickstart-static64.sh \
packaging/installer/functions.sh \
netdata-installer.sh \
docs/generator/buildhtml.sh \
docs/generator/buildyaml.sh \
docs/generator/checklinks.sh \
docs/generator/requirements.txt \
docs/generator/runtime.txt \
$(NULL)
# -----------------------------------------------------------------------------
# Compile netdata binaries
@ -98,19 +98,19 @@ SUBDIRS += \
registry \
streaming \
web \
$(NULL)
$(NULL)
AM_CFLAGS = \
$(OPTIONAL_MATH_CFLAGS) \
$(OPTIONAL_NFACCT_CFLAGS) \
$(OPTIONAL_ZLIB_CFLAGS) \
$(OPTIONAL_UUID_CFLAGS) \
$(OPTIONAL_LIBCAP_LIBS) \
$(OPTIONAL_IPMIMONITORING_CFLAGS) \
$(OPTIONAL_CUPS_CFLAGS) \
$(OPTIONAL_XENSTAT_CFLAGS) \
$(NULL)
$(OPTIONAL_MATH_CFLAGS) \
$(OPTIONAL_NFACCT_CFLAGS) \
$(OPTIONAL_ZLIB_CFLAGS) \
$(OPTIONAL_UUID_CFLAGS) \
$(OPTIONAL_LIBCAP_LIBS) \
$(OPTIONAL_IPMIMONITORING_CFLAGS) \
$(OPTIONAL_CUPS_CFLAGS) \
$(OPTIONAL_XENSTAT_CFLAGS) \
$(NULL)
sbin_PROGRAMS =
dist_cache_DATA = packaging/installer/.keep
@ -160,20 +160,20 @@ LIBNETDATA_FILES = \
libnetdata/storage_number/storage_number.h \
libnetdata/threads/threads.c \
libnetdata/threads/threads.h \
libnetdata/url/url.c \
libnetdata/url/url.h \
libnetdata/json/json.c \
libnetdata/json/json.h \
libnetdata/json/jsmn.c \
libnetdata/json/jsmn.h \
libnetdata/health/health.c \
libnetdata/health/health.h \
libnetdata/url/url.c \
libnetdata/url/url.h \
libnetdata/json/json.c \
libnetdata/json/json.h \
libnetdata/json/jsmn.c \
libnetdata/json/jsmn.h \
libnetdata/health/health.c \
libnetdata/health/health.h \
libnetdata/string/utf8.h \
$(NULL)
APPS_PLUGIN_FILES = \
collectors/apps.plugin/apps_plugin.c \
$(LIBNETDATA_FILES) \
collectors/apps.plugin/apps_plugin.c \
$(LIBNETDATA_FILES) \
$(NULL)
CHECKS_PLUGIN_FILES = \
@ -182,29 +182,29 @@ CHECKS_PLUGIN_FILES = \
$(NULL)
FREEBSD_PLUGIN_FILES = \
collectors/freebsd.plugin/plugin_freebsd.c \
collectors/freebsd.plugin/plugin_freebsd.h \
collectors/freebsd.plugin/freebsd_sysctl.c \
collectors/freebsd.plugin/freebsd_getmntinfo.c \
collectors/freebsd.plugin/freebsd_getifaddrs.c \
collectors/freebsd.plugin/freebsd_devstat.c \
collectors/freebsd.plugin/freebsd_kstat_zfs.c \
collectors/freebsd.plugin/freebsd_ipfw.c \
collectors/proc.plugin/zfs_common.c \
collectors/proc.plugin/zfs_common.h \
collectors/freebsd.plugin/plugin_freebsd.c \
collectors/freebsd.plugin/plugin_freebsd.h \
collectors/freebsd.plugin/freebsd_sysctl.c \
collectors/freebsd.plugin/freebsd_getmntinfo.c \
collectors/freebsd.plugin/freebsd_getifaddrs.c \
collectors/freebsd.plugin/freebsd_devstat.c \
collectors/freebsd.plugin/freebsd_kstat_zfs.c \
collectors/freebsd.plugin/freebsd_ipfw.c \
collectors/proc.plugin/zfs_common.c \
collectors/proc.plugin/zfs_common.h \
$(NULL)
HEALTH_PLUGIN_FILES = \
health/health.c \
health/health.h \
health/health_config.c \
health/health_json.c \
health/health_log.c \
health/health.c \
health/health.h \
health/health_config.c \
health/health_json.c \
health/health_log.c \
$(NULL)
IDLEJITTER_PLUGIN_FILES = \
collectors/idlejitter.plugin/plugin_idlejitter.c \
collectors/idlejitter.plugin/plugin_idlejitter.h \
collectors/idlejitter.plugin/plugin_idlejitter.c \
collectors/idlejitter.plugin/plugin_idlejitter.h \
$(NULL)
CGROUPS_PLUGIN_FILES = \
@ -228,19 +228,19 @@ FREEIPMI_PLUGIN_FILES = \
$(NULL)
CUPS_PLUGIN_FILES = \
collectors/cups.plugin/cups_plugin.c \
$(LIBNETDATA_FILES) \
$(NULL)
collectors/cups.plugin/cups_plugin.c \
$(LIBNETDATA_FILES) \
$(NULL)
NFACCT_PLUGIN_FILES = \
collectors/nfacct.plugin/plugin_nfacct.c \
collectors/nfacct.plugin/plugin_nfacct.c \
$(LIBNETDATA_FILES) \
$(NULL)
SLABINFO_PLUGIN_FILES = \
collectors/slabinfo.plugin/slabinfo.c \
$(LIBNETDATA_FILES)
$(NULL)
collectors/slabinfo.plugin/slabinfo.c \
$(LIBNETDATA_FILES)
$(NULL)
XENSTAT_PLUGIN_FILES = \
collectors/xenstat.plugin/xenstat_plugin.c \
@ -253,62 +253,62 @@ PERF_PLUGIN_FILES = \
$(NULL)
PROC_PLUGIN_FILES = \
collectors/proc.plugin/ipc.c \
collectors/proc.plugin/plugin_proc.c \
collectors/proc.plugin/plugin_proc.h \
collectors/proc.plugin/proc_diskstats.c \
collectors/proc.plugin/proc_mdstat.c \
collectors/proc.plugin/proc_interrupts.c \
collectors/proc.plugin/proc_softirqs.c \
collectors/proc.plugin/proc_loadavg.c \
collectors/proc.plugin/proc_meminfo.c \
collectors/proc.plugin/proc_pagetypeinfo.c \
collectors/proc.plugin/proc_net_dev.c \
collectors/proc.plugin/proc_net_ip_vs_stats.c \
collectors/proc.plugin/proc_net_netstat.c \
collectors/proc.plugin/proc_net_rpc_nfs.c \
collectors/proc.plugin/proc_net_rpc_nfsd.c \
collectors/proc.plugin/proc_net_snmp.c \
collectors/proc.plugin/proc_net_snmp6.c \
collectors/proc.plugin/proc_net_sctp_snmp.c \
collectors/proc.plugin/proc_net_sockstat.c \
collectors/proc.plugin/proc_net_sockstat6.c \
collectors/proc.plugin/proc_net_softnet_stat.c \
collectors/proc.plugin/proc_net_stat_conntrack.c \
collectors/proc.plugin/proc_net_stat_synproxy.c \
collectors/proc.plugin/proc_self_mountinfo.c \
collectors/proc.plugin/proc_self_mountinfo.h \
collectors/proc.plugin/zfs_common.c \
collectors/proc.plugin/zfs_common.h \
collectors/proc.plugin/proc_spl_kstat_zfs.c \
collectors/proc.plugin/proc_stat.c \
collectors/proc.plugin/proc_sys_kernel_random_entropy_avail.c \
collectors/proc.plugin/proc_vmstat.c \
collectors/proc.plugin/proc_uptime.c \
collectors/proc.plugin/sys_kernel_mm_ksm.c \
collectors/proc.plugin/sys_block_zram.c \
collectors/proc.plugin/sys_devices_system_edac_mc.c \
collectors/proc.plugin/sys_devices_system_node.c \
collectors/proc.plugin/sys_fs_btrfs.c \
collectors/proc.plugin/sys_class_power_supply.c \
collectors/proc.plugin/ipc.c \
collectors/proc.plugin/plugin_proc.c \
collectors/proc.plugin/plugin_proc.h \
collectors/proc.plugin/proc_diskstats.c \
collectors/proc.plugin/proc_mdstat.c \
collectors/proc.plugin/proc_interrupts.c \
collectors/proc.plugin/proc_softirqs.c \
collectors/proc.plugin/proc_loadavg.c \
collectors/proc.plugin/proc_meminfo.c \
collectors/proc.plugin/proc_pagetypeinfo.c \
collectors/proc.plugin/proc_net_dev.c \
collectors/proc.plugin/proc_net_ip_vs_stats.c \
collectors/proc.plugin/proc_net_netstat.c \
collectors/proc.plugin/proc_net_rpc_nfs.c \
collectors/proc.plugin/proc_net_rpc_nfsd.c \
collectors/proc.plugin/proc_net_snmp.c \
collectors/proc.plugin/proc_net_snmp6.c \
collectors/proc.plugin/proc_net_sctp_snmp.c \
collectors/proc.plugin/proc_net_sockstat.c \
collectors/proc.plugin/proc_net_sockstat6.c \
collectors/proc.plugin/proc_net_softnet_stat.c \
collectors/proc.plugin/proc_net_stat_conntrack.c \
collectors/proc.plugin/proc_net_stat_synproxy.c \
collectors/proc.plugin/proc_self_mountinfo.c \
collectors/proc.plugin/proc_self_mountinfo.h \
collectors/proc.plugin/zfs_common.c \
collectors/proc.plugin/zfs_common.h \
collectors/proc.plugin/proc_spl_kstat_zfs.c \
collectors/proc.plugin/proc_stat.c \
collectors/proc.plugin/proc_sys_kernel_random_entropy_avail.c \
collectors/proc.plugin/proc_vmstat.c \
collectors/proc.plugin/proc_uptime.c \
collectors/proc.plugin/sys_kernel_mm_ksm.c \
collectors/proc.plugin/sys_block_zram.c \
collectors/proc.plugin/sys_devices_system_edac_mc.c \
collectors/proc.plugin/sys_devices_system_node.c \
collectors/proc.plugin/sys_fs_btrfs.c \
collectors/proc.plugin/sys_class_power_supply.c \
$(NULL)
TC_PLUGIN_FILES = \
collectors/tc.plugin/plugin_tc.c \
collectors/tc.plugin/plugin_tc.h \
collectors/tc.plugin/plugin_tc.c \
collectors/tc.plugin/plugin_tc.h \
$(NULL)
MACOS_PLUGIN_FILES = \
collectors/macos.plugin/plugin_macos.c \
collectors/macos.plugin/plugin_macos.h \
collectors/macos.plugin/macos_sysctl.c \
collectors/macos.plugin/macos_mach_smi.c \
collectors/macos.plugin/macos_fw.c \
collectors/macos.plugin/plugin_macos.c \
collectors/macos.plugin/plugin_macos.h \
collectors/macos.plugin/macos_sysctl.c \
collectors/macos.plugin/macos_mach_smi.c \
collectors/macos.plugin/macos_fw.c \
$(NULL)
PLUGINSD_PLUGIN_FILES = \
collectors/plugins.d/plugins_d.c \
collectors/plugins.d/plugins_d.h \
collectors/plugins.d/plugins_d.c \
collectors/plugins.d/plugins_d.h \
$(NULL)
RRD_PLUGIN_FILES = \
@ -407,24 +407,24 @@ STREAMING_PLUGIN_FILES = \
$(NULL)
REGISTRY_PLUGIN_FILES = \
registry/registry.c \
registry/registry.h \
registry/registry_db.c \
registry/registry_init.c \
registry/registry_internals.c \
registry/registry_internals.h \
registry/registry_log.c \
registry/registry_machine.c \
registry/registry_machine.h \
registry/registry_person.c \
registry/registry_person.h \
registry/registry_url.c \
registry/registry_url.h \
registry/registry.c \
registry/registry.h \
registry/registry_db.c \
registry/registry_init.c \
registry/registry_internals.c \
registry/registry_internals.h \
registry/registry_log.c \
registry/registry_machine.c \
registry/registry_machine.h \
registry/registry_person.c \
registry/registry_person.h \
registry/registry_url.c \
registry/registry_url.h \
$(NULL)
STATSD_PLUGIN_FILES = \
collectors/statsd.plugin/statsd.c \
collectors/statsd.plugin/statsd.h \
collectors/statsd.plugin/statsd.c \
collectors/statsd.plugin/statsd.h \
$(NULL)
WEB_PLUGIN_FILES = \
@ -470,36 +470,36 @@ MONGODB_BACKEND_FILES = \
$(NULL)
DAEMON_FILES = \
daemon/common.c \
daemon/common.h \
daemon/daemon.c \
daemon/daemon.h \
daemon/global_statistics.c \
daemon/global_statistics.h \
daemon/main.c \
daemon/main.h \
daemon/signals.c \
daemon/signals.h \
daemon/unit_test.c \
daemon/unit_test.h \
daemon/common.c \
daemon/common.h \
daemon/daemon.c \
daemon/daemon.h \
daemon/global_statistics.c \
daemon/global_statistics.h \
daemon/main.c \
daemon/main.h \
daemon/signals.c \
daemon/signals.h \
daemon/unit_test.c \
daemon/unit_test.h \
$(NULL)
NETDATA_FILES = \
collectors/all.h \
$(DAEMON_FILES) \
$(LIBNETDATA_FILES) \
$(API_PLUGIN_FILES) \
$(BACKENDS_PLUGIN_FILES) \
$(CHECKS_PLUGIN_FILES) \
$(HEALTH_PLUGIN_FILES) \
$(IDLEJITTER_PLUGIN_FILES) \
$(PLUGINSD_PLUGIN_FILES) \
$(REGISTRY_PLUGIN_FILES) \
$(RRD_PLUGIN_FILES) \
$(STREAMING_PLUGIN_FILES) \
$(STATSD_PLUGIN_FILES) \
$(WEB_PLUGIN_FILES) \
$(NULL)
$(LIBNETDATA_FILES) \
$(API_PLUGIN_FILES) \
$(BACKENDS_PLUGIN_FILES) \
$(CHECKS_PLUGIN_FILES) \
$(HEALTH_PLUGIN_FILES) \
$(IDLEJITTER_PLUGIN_FILES) \
$(PLUGINSD_PLUGIN_FILES) \
$(REGISTRY_PLUGIN_FILES) \
$(RRD_PLUGIN_FILES) \
$(STREAMING_PLUGIN_FILES) \
$(STATSD_PLUGIN_FILES) \
$(WEB_PLUGIN_FILES) \
$(NULL)
if FREEBSD
NETDATA_FILES += \
@ -524,22 +524,22 @@ if LINUX
endif
NETDATA_COMMON_LIBS = \
$(OPTIONAL_MATH_LIBS) \
$(OPTIONAL_ZLIB_LIBS) \
$(OPTIONAL_SSL_LIBS) \
$(OPTIONAL_UUID_LIBS) \
$(OPTIONAL_UV_LIBS) \
$(OPTIONAL_LZ4_LIBS) \
$(OPTIONAL_JUDY_LIBS) \
$(OPTIONAL_SSL_LIBS) \
$(OPTIONAL_JSONC_LIBS) \
$(NULL)
$(OPTIONAL_MATH_LIBS) \
$(OPTIONAL_ZLIB_LIBS) \
$(OPTIONAL_SSL_LIBS) \
$(OPTIONAL_UUID_LIBS) \
$(OPTIONAL_UV_LIBS) \
$(OPTIONAL_LZ4_LIBS) \
$(OPTIONAL_JUDY_LIBS) \
$(OPTIONAL_SSL_LIBS) \
$(OPTIONAL_JSONC_LIBS) \
$(NULL)
sbin_PROGRAMS += netdata
netdata_SOURCES = $(NETDATA_FILES)
netdata_LDADD = \
$(NETDATA_COMMON_LIBS) \
$(NULL)
$(NETDATA_COMMON_LIBS) \
$(NULL)
if ENABLE_CXX_LINKER
netdata_LINK = $(CXXLD) $(CXXFLAGS) $(LDFLAGS) -o $@
else
@ -550,7 +550,7 @@ if ENABLE_PLUGIN_APPS
plugins_PROGRAMS += apps.plugin
apps_plugin_SOURCES = $(APPS_PLUGIN_FILES)
apps_plugin_LDADD = \
$(NETDATA_COMMON_LIBS) \
$(NETDATA_COMMON_LIBS) \
$(OPTIONAL_LIBCAP_LIBS) \
$(NULL)
endif
@ -559,7 +559,7 @@ if ENABLE_PLUGIN_CGROUP_NETWORK
plugins_PROGRAMS += cgroup-network
cgroup_network_SOURCES = $(CGROUP_NETWORK_FILES)
cgroup_network_LDADD = \
$(NETDATA_COMMON_LIBS) \
$(NETDATA_COMMON_LIBS) \
$(NULL)
endif
@ -567,7 +567,7 @@ if ENABLE_PLUGIN_FREEIPMI
plugins_PROGRAMS += freeipmi.plugin
freeipmi_plugin_SOURCES = $(FREEIPMI_PLUGIN_FILES)
freeipmi_plugin_LDADD = \
$(NETDATA_COMMON_LIBS) \
$(NETDATA_COMMON_LIBS) \
$(OPTIONAL_IPMIMONITORING_LIBS) \
$(NULL)
endif

View File

@ -10,13 +10,13 @@ SUBDIRS = \
prometheus \
aws_kinesis \
mongodb \
$(NULL)
$(NULL)
dist_noinst_DATA = \
README.md \
WALKTHROUGH.md \
$(NULL)
README.md \
WALKTHROUGH.md \
$(NULL)
dist_noinst_SCRIPTS = \
nc-backend.sh \
$(NULL)
nc-backend.sh \
$(NULL)

View File

@ -4,9 +4,9 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)
dist_libconfig_DATA = \
aws_kinesis.conf \
$(NULL)
$(NULL)

View File

@ -4,9 +4,9 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)
dist_libconfig_DATA = \
mongodb.conf \
$(NULL)
mongodb.conf \
$(NULL)

View File

@ -4,9 +4,9 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
SUBDIRS = \
remote_write \
$(NULL)
remote_write \
$(NULL)
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,11 +4,11 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
CLEANFILES = \
remote_write.pb.cc \
remote_write.pb.h \
$(NULL)
remote_write.pb.cc \
remote_write.pb.h \
$(NULL)
dist_noinst_DATA = \
remote_write.proto \
README.md \
$(NULL)
remote_write.proto \
README.md \
$(NULL)

View File

@ -25,9 +25,8 @@ SUBDIRS = \
slabinfo.plugin \
statsd.plugin \
tc.plugin \
$(NULL)
$(NULL)
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -1,12 +1,11 @@
# SPDX-License-Identifier: GPL-3.0-or-later
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)
dist_libconfig_DATA = \
apps_groups.conf \

View File

@ -4,18 +4,18 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
CLEANFILES = \
cgroup-name.sh \
$(NULL)
cgroup-name.sh \
$(NULL)
include $(top_srcdir)/build/subst.inc
SUFFIXES = .in
dist_plugins_SCRIPTS = \
cgroup-name.sh \
cgroup-network-helper.sh \
$(NULL)
cgroup-name.sh \
cgroup-network-helper.sh \
$(NULL)
dist_noinst_DATA = \
cgroup-name.sh.in \
README.md \
$(NULL)
cgroup-name.sh.in \
README.md \
$(NULL)

View File

@ -1,7 +1,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
CLEANFILES = \
charts.d.plugin \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -1,9 +1,8 @@
# SPDX-License-Identifier: GPL-3.0-or-later
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,20 +4,20 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
CLEANFILES = \
fping.plugin \
$(NULL)
fping.plugin \
$(NULL)
include $(top_srcdir)/build/subst.inc
SUFFIXES = .in
dist_plugins_SCRIPTS = \
fping.plugin \
$(NULL)
fping.plugin \
$(NULL)
dist_noinst_DATA = \
fping.plugin.in \
README.md \
$(NULL)
fping.plugin.in \
README.md \
$(NULL)
dist_libconfig_DATA = \
fping.conf \

View File

@ -1,9 +1,8 @@
# SPDX-License-Identifier: GPL-3.0-or-later
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,20 +4,20 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
CLEANFILES = \
ioping.plugin \
$(NULL)
ioping.plugin \
$(NULL)
include $(top_srcdir)/build/subst.inc
SUFFIXES = .in
dist_plugins_SCRIPTS = \
ioping.plugin \
$(NULL)
ioping.plugin \
$(NULL)
dist_noinst_DATA = \
ioping.plugin.in \
README.md \
$(NULL)
ioping.plugin.in \
README.md \
$(NULL)
dist_libconfig_DATA = \
ioping.conf \

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -2,8 +2,8 @@
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
CLEANFILES = \
node.d.plugin \
$(NULL)
node.d.plugin \
$(NULL)
include $(top_srcdir)/build/subst.inc
SUFFIXES = .in
@ -13,13 +13,13 @@ dist_libconfig_DATA = \
$(NULL)
dist_plugins_SCRIPTS = \
node.d.plugin \
$(NULL)
node.d.plugin \
$(NULL)
dist_noinst_DATA = \
node.d.plugin.in \
README.md \
$(NULL)
node.d.plugin.in \
README.md \
$(NULL)
usernodeconfigdir=$(configdir)/node.d
dist_usernodeconfig_DATA = \
@ -31,7 +31,7 @@ dist_nodeconfig_DATA = \
$(NULL)
dist_node_DATA = \
$(NULL)
$(NULL)
include fronius/Makefile.inc
include named/Makefile.inc
@ -41,18 +41,18 @@ include stiebeleltron/Makefile.inc
nodemodulesdir=$(nodedir)/node_modules
dist_nodemodules_DATA = \
node_modules/netdata.js \
node_modules/extend.js \
node_modules/pixl-xml.js \
node_modules/net-snmp.js \
node_modules/asn1-ber.js \
$(NULL)
node_modules/netdata.js \
node_modules/extend.js \
node_modules/pixl-xml.js \
node_modules/net-snmp.js \
node_modules/asn1-ber.js \
$(NULL)
nodemoduleslibberdir=$(nodedir)/node_modules/lib/ber
dist_nodemoduleslibber_DATA = \
node_modules/lib/ber/index.js \
node_modules/lib/ber/errors.js \
node_modules/lib/ber/reader.js \
node_modules/lib/ber/types.js \
node_modules/lib/ber/writer.js \
$(NULL)
node_modules/lib/ber/index.js \
node_modules/lib/ber/errors.js \
node_modules/lib/ber/reader.js \
node_modules/lib/ber/types.js \
node_modules/lib/ber/writer.js \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -10,3 +10,4 @@ dist_pythonconfig_DATA += gearman/gearman.conf
# do not install these files, but include them in the distribution
dist_noinst_DATA += gearman/README.md gearman/Makefile.inc

View File

@ -10,3 +10,4 @@ dist_pythonconfig_DATA += nvidia_smi/nvidia_smi.conf
# do not install these files, but include them in the distribution
dist_noinst_DATA += nvidia_smi/README.md nvidia_smi/Makefile.inc

View File

@ -4,8 +4,8 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)
statsdconfigdir=$(libconfigdir)/statsd.d
dist_statsdconfig_DATA = \
@ -16,4 +16,3 @@ userstatsdconfigdir=$(configdir)/statsd.d
dist_userstatsdconfig_DATA = \
.keep \
$(NULL)

View File

@ -4,17 +4,17 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
CLEANFILES = \
tc-qos-helper.sh \
$(NULL)
tc-qos-helper.sh \
$(NULL)
include $(top_srcdir)/build/subst.inc
SUFFIXES = .in
dist_plugins_SCRIPTS = \
tc-qos-helper.sh \
$(NULL)
tc-qos-helper.sh \
$(NULL)
dist_noinst_DATA = \
tc-qos-helper.sh.in \
README.md \
$(NULL)
tc-qos-helper.sh.in \
README.md \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -3,19 +3,19 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
CLEANFILES = \
anonymous-statistics.sh \
$(NULL)
anonymous-statistics.sh \
$(NULL)
include $(top_srcdir)/build/subst.inc
SUFFIXES = .in
dist_noinst_DATA = \
README.md \
config/README.md \
anonymous-statistics.sh.in \
$(NULL)
README.md \
config/README.md \
anonymous-statistics.sh.in \
$(NULL)
dist_plugins_SCRIPTS = \
anonymous-statistics.sh \
system-info.sh \
$(NULL)
anonymous-statistics.sh \
system-info.sh \
$(NULL)

View File

@ -4,9 +4,9 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
SUBDIRS = \
engine \
$(NULL)
engine \
$(NULL)
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -3,22 +3,22 @@
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
dist_noinst_DATA = \
config.puml \
registry.puml \
netdata-for-ephemeral-nodes.xml \
netdata-proxies-example.xml \
netdata-overview.xml \
data_structures/netdata_config.svg \
data_structures/README.md \
data_structures/registry.svg \
data_structures/rrd.svg \
data_structures/web.svg \
data_structures/src/netdata_config.xml \
data_structures/src/registry.xml \
data_structures/src/rrd.xml \
data_structures/src/web.xml \
$(NULL)
config.puml \
registry.puml \
netdata-for-ephemeral-nodes.xml \
netdata-proxies-example.xml \
netdata-overview.xml \
data_structures/netdata_config.svg \
data_structures/README.md \
data_structures/registry.svg \
data_structures/rrd.svg \
data_structures/web.svg \
data_structures/src/netdata_config.xml \
data_structures/src/registry.xml \
data_structures/src/rrd.xml \
data_structures/src/web.xml \
$(NULL)
dist_noinst_SCRIPTS = \
build.sh \
$(NULL)
build.sh \
$(NULL)

View File

@ -8,11 +8,11 @@ SUBDIRS = \
$(NULL)
CLEANFILES = \
$(NULL)
$(NULL)
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)
userhealthconfigdir=$(configdir)/health.d
dist_userhealthconfig_DATA = \

View File

@ -4,8 +4,8 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
CLEANFILES = \
alarm-notify.sh \
$(NULL)
alarm-notify.sh \
$(NULL)
include $(top_srcdir)/build/subst.inc
SUFFIXES = .in
@ -16,15 +16,15 @@ dist_libconfig_DATA = \
$(NULL)
dist_plugins_SCRIPTS = \
alarm-notify.sh \
alarm-email.sh \
alarm-test.sh \
$(NULL)
alarm-notify.sh \
alarm-email.sh \
alarm-test.sh \
$(NULL)
dist_noinst_DATA = \
alarm-notify.sh.in \
README.md \
$(NULL)
alarm-notify.sh.in \
README.md \
$(NULL)
include alerta/Makefile.inc
include awssns/Makefile.inc

View File

@ -6,7 +6,7 @@
# install these files
dist_noinst_DATA += \
alerta/README.md \
alerta/Makefile.inc \
$(NULL)
alerta/README.md \
alerta/Makefile.inc \
$(NULL)

View File

@ -6,7 +6,7 @@
# install these files
dist_noinst_DATA += \
awssns/README.md \
awssns/Makefile.inc \
$(NULL)
awssns/README.md \
awssns/Makefile.inc \
$(NULL)

View File

@ -6,7 +6,7 @@
# install these files
dist_noinst_DATA += \
custom/README.md \
custom/Makefile.inc \
$(NULL)
custom/README.md \
custom/Makefile.inc \
$(NULL)

View File

@ -6,7 +6,7 @@
# install these files
dist_noinst_DATA += \
discord/README.md \
discord/Makefile.inc \
$(NULL)
discord/README.md \
discord/Makefile.inc \
$(NULL)

View File

@ -6,7 +6,7 @@
# install these files
dist_noinst_DATA += \
email/README.md \
email/Makefile.inc \
$(NULL)
email/README.md \
email/Makefile.inc \
$(NULL)

View File

@ -6,7 +6,7 @@
# install these files
dist_noinst_DATA += \
flock/README.md \
flock/Makefile.inc \
$(NULL)
flock/README.md \
flock/Makefile.inc \
$(NULL)

View File

@ -6,6 +6,7 @@
# install these files
dist_noinst_DATA += \
hangouts/README.md \
hangouts/Makefile.inc \
$(NULL)
hangouts/README.md \
hangouts/Makefile.inc \
$(NULL)

View File

@ -6,7 +6,7 @@
# install these files
dist_noinst_DATA += \
irc/README.md \
irc/Makefile.inc \
$(NULL)
irc/README.md \
irc/Makefile.inc \
$(NULL)

View File

@ -6,7 +6,7 @@
# install these files
dist_noinst_DATA += \
kavenegar/README.md \
kavenegar/Makefile.inc \
$(NULL)
kavenegar/README.md \
kavenegar/Makefile.inc \
$(NULL)

View File

@ -6,7 +6,7 @@
# install these files
dist_noinst_DATA += \
messagebird/README.md \
messagebird/Makefile.inc \
$(NULL)
messagebird/README.md \
messagebird/Makefile.inc \
$(NULL)

View File

@ -6,7 +6,7 @@
# install these files
dist_noinst_DATA += \
pagerduty/README.md \
pagerduty/Makefile.inc \
$(NULL)
pagerduty/README.md \
pagerduty/Makefile.inc \
$(NULL)

View File

@ -6,7 +6,7 @@
# install these files
dist_noinst_DATA += \
prowl/README.md \
prowl/Makefile.inc \
$(NULL)
prowl/README.md \
prowl/Makefile.inc \
$(NULL)

View File

@ -6,7 +6,7 @@
# install these files
dist_noinst_DATA += \
pushbullet/README.md \
pushbullet/Makefile.inc \
$(NULL)
pushbullet/README.md \
pushbullet/Makefile.inc \
$(NULL)

View File

@ -6,7 +6,7 @@
# install these files
dist_noinst_DATA += \
pushover/README.md \
pushover/Makefile.inc \
$(NULL)
pushover/README.md \
pushover/Makefile.inc \
$(NULL)

View File

@ -6,7 +6,7 @@
# install these files
dist_noinst_DATA += \
rocketchat/README.md \
rocketchat/Makefile.inc \
$(NULL)
rocketchat/README.md \
rocketchat/Makefile.inc \
$(NULL)

View File

@ -6,7 +6,7 @@
# install these files
dist_noinst_DATA += \
slack/README.md \
slack/Makefile.inc \
$(NULL)
slack/README.md \
slack/Makefile.inc \
$(NULL)

View File

@ -6,7 +6,7 @@
# install these files
dist_noinst_DATA += \
smstools3/README.md \
smstools3/Makefile.inc \
$(NULL)
smstools3/README.md \
smstools3/Makefile.inc \
$(NULL)

View File

@ -6,7 +6,7 @@
# install these files
dist_noinst_DATA += \
syslog/README.md \
syslog/Makefile.inc \
$(NULL)
syslog/README.md \
syslog/Makefile.inc \
$(NULL)

View File

@ -6,7 +6,7 @@
# install these files
dist_noinst_DATA += \
telegram/README.md \
telegram/Makefile.inc \
$(NULL)
telegram/README.md \
telegram/Makefile.inc \
$(NULL)

View File

@ -6,7 +6,7 @@
# install these files
dist_noinst_DATA += \
twilio/README.md \
twilio/Makefile.inc \
$(NULL)
twilio/README.md \
twilio/Makefile.inc \
$(NULL)

View File

@ -6,7 +6,7 @@
# install these files
dist_noinst_DATA += \
web/README.md \
web/Makefile.inc \
$(NULL)
web/README.md \
web/Makefile.inc \
$(NULL)

View File

@ -27,5 +27,5 @@ SUBDIRS = \
$(NULL)
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -3,7 +3,6 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -3,7 +3,6 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -3,7 +3,6 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -3,7 +3,6 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -3,7 +3,6 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -3,7 +3,6 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -3,7 +3,6 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -3,6 +3,5 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
$(NULL)
$(NULL)

View File

@ -3,7 +3,6 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -3,7 +3,6 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -3,7 +3,6 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -3,7 +3,6 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -3,7 +3,6 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -3,7 +3,6 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -3,7 +3,6 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -3,7 +3,6 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,9 +4,9 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
SUBDIRS = \
tests \
$(NULL)
tests \
$(NULL)
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -3,7 +3,6 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -3,7 +3,6 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -3,7 +3,6 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -8,5 +8,5 @@ dist_libconfig_DATA = \
$(NULL)
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -1,18 +1,17 @@
#
# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
# SPDX-License-Identifier: GPL-3.0-or-later
#
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
CLEANFILES = \
edit-config \
netdata-openrc \
netdata.logrotate \
netdata.service \
netdata-init-d \
netdata-lsb \
netdata-freebsd \
netdata.plist \
$(NULL)
netdata-openrc \
netdata.logrotate \
netdata.service \
netdata-init-d \
netdata-lsb \
netdata-freebsd \
netdata.plist \
$(NULL)
include $(top_srcdir)/build/subst.inc
SUFFIXES = .in
@ -22,23 +21,23 @@ dist_config_SCRIPTS = \
$(NULL)
nodist_noinst_DATA = \
netdata-openrc \
netdata.logrotate \
netdata.service \
netdata-init-d \
netdata-lsb \
netdata-freebsd \
netdata.plist \
$(NULL)
netdata-openrc \
netdata.logrotate \
netdata.service \
netdata-init-d \
netdata-lsb \
netdata-freebsd \
netdata.plist \
$(NULL)
dist_noinst_DATA = \
edit-config.in \
netdata-openrc.in \
netdata.logrotate.in \
netdata.service.in \
netdata-init-d.in \
netdata-lsb.in \
netdata-freebsd.in \
netdata.plist.in \
netdata.conf \
$(NULL)
edit-config.in \
netdata-openrc.in \
netdata.logrotate.in \
netdata.service.in \
netdata-init-d.in \
netdata-lsb.in \
netdata-freebsd.in \
netdata.plist.in \
netdata.conf \
$(NULL)

View File

@ -4,12 +4,12 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
CLEANFILES = \
health_mgmtapi/health-cmdapi-test.sh \
acls/acl.sh \
urls/request.sh \
alarm_repetition/alarm.sh \
template_dimension/template_dim.sh \
$(NULL)
health_mgmtapi/health-cmdapi-test.sh \
acls/acl.sh \
urls/request.sh \
alarm_repetition/alarm.sh \
template_dimension/template_dim.sh \
$(NULL)
include $(top_srcdir)/build/subst.inc
SUFFIXES = .in
@ -30,17 +30,16 @@ dist_noinst_DATA = \
urls/request.sh.in \
alarm_repetition/alarm.sh.in \
template_dimension/template_dim.sh.in \
$(NULL)
$(NULL)
dist_plugins_SCRIPTS = \
health_mgmtapi/health-cmdapi-test.sh \
acls/acl.sh \
urls/request.sh \
alarm_repetition/alarm.sh \
template_dimension/template_dim.sh \
$(NULL)
health_mgmtapi/health-cmdapi-test.sh \
acls/acl.sh \
urls/request.sh \
alarm_repetition/alarm.sh \
template_dimension/template_dim.sh \
$(NULL)
dist_noinst_SCRIPTS = \
stress.sh \
$(NULL)
stress.sh \
$(NULL)

View File

@ -47,7 +47,5 @@ statsd-stress: statsd-stress.c
test-eval: test-eval.c
gcc ${CFLAGS} -o $@ $^ ${COMMON_LDFLAGS}
clean:
rm -f benchmark-procfile-parser statsd-stress test-eval benchmark-dictionary benchmark-value-pairs

View File

@ -10,7 +10,7 @@ SUBDIRS = \
$(NULL)
dist_noinst_DATA = \
README.md \
gui/confluence/README.md \
gui/custom/README.md \
$(NULL)
README.md \
gui/confluence/README.md \
gui/custom/README.md \
$(NULL)

View File

@ -12,10 +12,10 @@ SUBDIRS = \
$(NULL)
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)
dist_web_DATA = \
netdata-swagger.yaml \
netdata-swagger.json \
$(NULL)
netdata-swagger.yaml \
netdata-swagger.json \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -9,5 +9,5 @@ SUBDIRS = \
$(NULL)
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -11,5 +11,5 @@ SUBDIRS = \
$(NULL)
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -16,5 +16,5 @@ SUBDIRS = \
$(NULL)
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

View File

@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
$(NULL)
README.md \
$(NULL)

Some files were not shown because too many files have changed in this diff Show More