From 54ecdc1f832dd7aea92685052c972bf485ffa36a Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Sat, 28 Mar 2020 22:16:47 +0000 Subject: [PATCH] Import collectd_5.11.0.orig.tar.bz2 [dgit import orig collectd_5.11.0.orig.tar.bz2] --- AUTHORS | 429 + COPYING | 371 + ChangeLog | 4394 + Makefile.am | 2477 + Makefile.in | 11339 ++ README | 1187 + aclocal.m4 | 1418 + bindings/java/org/collectd/api/Collectd.java | 307 + .../collectd/api/CollectdConfigInterface.java | 38 + .../collectd/api/CollectdFlushInterface.java | 38 + .../collectd/api/CollectdInitInterface.java | 38 + .../collectd/api/CollectdLogInterface.java | 38 + .../api/CollectdMatchFactoryInterface.java | 54 + .../collectd/api/CollectdMatchInterface.java | 53 + .../api/CollectdNotificationInterface.java | 38 + .../collectd/api/CollectdReadInterface.java | 52 + .../api/CollectdShutdownInterface.java | 38 + .../api/CollectdTargetFactoryInterface.java | 54 + .../collectd/api/CollectdTargetInterface.java | 53 + .../collectd/api/CollectdWriteInterface.java | 38 + bindings/java/org/collectd/api/DataSet.java | 142 + .../java/org/collectd/api/DataSource.java | 153 + .../java/org/collectd/api/Notification.java | 88 + .../java/org/collectd/api/OConfigItem.java | 96 + .../java/org/collectd/api/OConfigValue.java | 101 + .../java/org/collectd/api/PluginData.java | 127 + bindings/java/org/collectd/api/ValueList.java | 128 + .../java/org/collectd/java/GenericJMX.java | 150 + .../java/GenericJMXConfConnection.java | 275 + .../collectd/java/GenericJMXConfMBean.java | 243 + .../collectd/java/GenericJMXConfValue.java | 598 + .../java/org/collectd/java/JMXMemory.java | 237 + bindings/perl/Makefile.PL | 9 + bindings/perl/lib/Collectd.pm | 631 + .../perl/lib/Collectd/Plugins/Monitorus.pm | 104 + bindings/perl/lib/Collectd/Plugins/OpenVZ.pm | 247 + bindings/perl/lib/Collectd/Unixsock.pm | 678 + bindings/perl/uninstall_mod.pl | 8 + build-aux/compile | 348 + build-aux/config.guess | 1480 + build-aux/config.sub | 1801 + build-aux/depcomp | 791 + build-aux/install-sh | 518 + build-aux/ltmain.sh | 11249 ++ build-aux/missing | 215 + build-aux/test-driver | 148 + build-aux/ylwrap | 247 + configure | 122843 +++++++++++++++ configure.ac | 7623 + contrib/GenericJMX.conf | 245 + contrib/README | 118 + contrib/SpamAssassin/Collectd.pm | 218 + contrib/SpamAssassin/example.cf | 5 + contrib/add_rra.sh | 67 + contrib/aix/collectd.spec | 75 + contrib/aix/init.d-collectd | 79 + contrib/collectd2html.pl | 258 + contrib/collectd_network.py | 337 + contrib/collectd_unix_sock.rb | 135 + contrib/collectd_unixsock.py | 243 + contrib/collection.cgi | 3541 + contrib/collection.conf | 3 + contrib/collection3/README | 43 + contrib/collection3/bin/.htaccess | 2 + contrib/collection3/bin/graph.cgi | 334 + contrib/collection3/bin/index.cgi | 502 + contrib/collection3/bin/json.cgi | 108 + contrib/collection3/etc/.htaccess | 1 + contrib/collection3/etc/collection.conf | 733 + contrib/collection3/lib/.htaccess | 1 + contrib/collection3/lib/Collectd/Config.pm | 144 + .../collection3/lib/Collectd/Graph/Common.pm | 840 + .../collection3/lib/Collectd/Graph/Config.pm | 143 + .../collection3/lib/Collectd/Graph/Type.pm | 513 + .../lib/Collectd/Graph/Type/ArcCounts.pm | 110 + .../collection3/lib/Collectd/Graph/Type/Df.pm | 83 + .../lib/Collectd/Graph/Type/GenericIO.pm | 140 + .../lib/Collectd/Graph/Type/GenericStacked.pm | 230 + .../lib/Collectd/Graph/Type/JavaMemory.pm | 162 + .../lib/Collectd/Graph/Type/Load.pm | 69 + .../lib/Collectd/Graph/Type/PsCputime.pm | 97 + .../lib/Collectd/Graph/Type/TableSize.pm | 236 + .../lib/Collectd/Graph/Type/Wirkleistung.pm | 90 + .../lib/Collectd/Graph/TypeLoader.pm | 270 + contrib/collection3/share/.htaccess | 2 + contrib/collection3/share/navigate.js | 299 + contrib/collection3/share/shortcut-icon.png | Bin 0 -> 279 bytes contrib/collection3/share/style.css | 88 + contrib/curl_json/php-fpm.conf | 27 + contrib/cussh.pl | 512 + contrib/docker/50docker-apt-conf | 4 + contrib/docker/Dockerfile | 25 + contrib/docker/collectd.conf | 16 + contrib/docker/collectd.conf.d/sample.conf | 4 + contrib/docker/rootfs_prefix/.gitignore | 1 + contrib/docker/rootfs_prefix/Makefile | 2 + contrib/docker/rootfs_prefix/rootfs_prefix.c | 88 + contrib/examples/MyPlugin.pm | 170 + contrib/examples/myplugin.c | 226 + contrib/exec-ksm.sh | 53 + contrib/exec-munin.conf | 6 + contrib/exec-munin.px | 272 + contrib/exec-nagios.conf | 15 + contrib/exec-nagios.px | 529 + contrib/exec-smartctl | 46 + contrib/format.sh | 21 + contrib/iptables/accounting.sh | 29 + contrib/migrate-3-4.px | 387 + contrib/migrate-4-5.px | 253 + contrib/network-proxy.py | 46 + contrib/oracle/create_schema.ddl | 264 + contrib/oracle/db_systat.sql | 55 + contrib/php-collection/browser.js | 790 + contrib/php-collection/config.php | 58 + contrib/php-collection/definitions.local.php | 79 + contrib/php-collection/definitions.php | 2105 + contrib/php-collection/functions.php | 841 + contrib/php-collection/graph.php | 217 + contrib/php-collection/index.php | 330 + contrib/postgresql/collectd_insert.sql | 234 + contrib/python/getsigchld.py | 21 + contrib/redhat/collectd.spec | 3216 + contrib/redhat/collection3.conf | 5 + contrib/redhat/init.d-collectd | 106 + contrib/redhat/php-collection.conf | 6 + contrib/rrd_filter.px | 874 + contrib/sles10.1/collectd.spec | 231 + contrib/sles10.1/init.d-collectd | 75 + contrib/snmp-data.conf | 524 + contrib/snmp-probe-host.px | 439 + contrib/solaris-smf/README | 331 + contrib/solaris-smf/collectd | 42 + contrib/solaris-smf/collectd.xml | 56 + contrib/systemd.collectd.service | 41 + contrib/upstart.collectd.conf | 51 + contrib/wiki2changelog.pl | 75 + m4/ax_compare_version.m4 | 177 + m4/ax_compiler_vendor.m4 | 87 + m4/libtool.m4 | 8388 + m4/ltoptions.m4 | 437 + m4/ltsugar.m4 | 124 + m4/ltversion.m4 | 23 + m4/lt~obsolete.m4 | 99 + proto/collectd.proto | 61 + proto/prometheus.proto | 72 + proto/types.proto | 70 + src/aggregation.c | 745 + src/amqp.c | 1104 + src/amqp1.c | 778 + src/apache.c | 565 + src/apcups.c | 448 + src/apple_sensors.c | 193 + src/aquaero.c | 159 + src/ascent.c | 575 + src/barometer.c | 1657 + src/battery.c | 776 + src/battery_statefs.c | 122 + src/bind.c | 1587 + src/buddyinfo.c | 134 + src/capabilities.c | 413 + src/capabilities_test.c | 283 + src/ceph.c | 1459 + src/ceph_test.c | 189 + src/cgroups.c | 224 + src/check_uptime.c | 273 + src/chrony.c | 1038 + src/collectd-email.5 | 202 + src/collectd-email.pod | 74 + src/collectd-exec.5 | 414 + src/collectd-exec.pod | 315 + src/collectd-java.5 | 745 + src/collectd-java.pod | 702 + src/collectd-lua.5 | 269 + src/collectd-lua.pod | 165 + src/collectd-nagios.1 | 242 + src/collectd-nagios.c | 668 + src/collectd-nagios.pod | 126 + src/collectd-perl.5 | 861 + src/collectd-perl.pod | 797 + src/collectd-python.5 | 783 + src/collectd-python.pod | 775 + src/collectd-snmp.5 | 494 + src/collectd-snmp.pod | 396 + src/collectd-tg.1 | 186 + src/collectd-tg.c | 426 + src/collectd-tg.pod | 67 + src/collectd-threshold.5 | 331 + src/collectd-threshold.pod | 205 + src/collectd-unixsock.5 | 383 + src/collectd-unixsock.pod | 265 + src/collectd.1 | 256 + src/collectd.conf.5 | 11479 ++ src/collectd.conf.in | 2101 + src/collectd.conf.pod | 12735 ++ src/collectd.pod | 153 + src/collectdctl.1 | 264 + src/collectdctl.c | 604 + src/collectdctl.pod | 162 + src/collectdmon.1 | 190 + src/collectdmon.c | 385 + src/collectdmon.pod | 75 + src/config.h.in | 1615 + src/connectivity.c | 1031 + src/conntrack.c | 95 + src/contextswitch.c | 138 + src/cpu.c | 892 + src/cpufreq.c | 253 + src/cpusleep.c | 75 + src/cpython.h | 196 + src/csv.c | 297 + src/curl.c | 703 + src/curl_json.c | 1000 + src/curl_json_test.c | 148 + src/curl_xml.c | 975 + src/daemon/cmd.c | 271 + src/daemon/cmd.h | 41 + src/daemon/cmd_windows.c | 40 + src/daemon/collectd.c | 443 + src/daemon/collectd.h | 254 + src/daemon/configfile.c | 1272 + src/daemon/configfile.h | 140 + src/daemon/filter_chain.c | 999 + src/daemon/filter_chain.h | 103 + src/daemon/globals.c | 54 + src/daemon/globals.h | 51 + src/daemon/plugin.c | 2756 + src/daemon/plugin.h | 485 + src/daemon/plugin_mock.c | 246 + src/daemon/types_list.c | 183 + src/daemon/types_list.h | 32 + src/daemon/utils_cache.c | 1055 + src/daemon/utils_cache.h | 146 + src/daemon/utils_cache_mock.c | 70 + src/daemon/utils_complain.c | 99 + src/daemon/utils_complain.h | 115 + src/daemon/utils_llist.c | 169 + src/daemon/utils_llist.h | 65 + src/daemon/utils_random.c | 97 + src/daemon/utils_random.h | 53 + src/daemon/utils_subst.c | 139 + src/daemon/utils_subst.h | 91 + src/daemon/utils_subst_test.c | 138 + src/daemon/utils_threshold.c | 135 + src/daemon/utils_threshold.h | 63 + src/daemon/utils_time.c | 234 + src/daemon/utils_time.h | 132 + src/daemon/utils_time_test.c | 169 + src/dbi.c | 797 + src/dcpmm.c | 297 + src/df.c | 361 + src/disk.c | 1122 + src/dns.c | 401 + src/dpdk_telemetry.c | 397 + src/dpdkevents.c | 704 + src/dpdkstat.c | 523 + src/drbd.c | 151 + src/email.c | 706 + src/entropy.c | 62 + src/ethstat.c | 321 + src/exec.c | 934 + src/fhcount.c | 126 + src/filecount.c | 555 + src/fscache.c | 219 + src/gmond.c | 986 + src/gps.c | 337 + src/gpu_nvidia.c | 242 + src/grpc.cc | 808 + src/hddtemp.c | 280 + src/hugepages.c | 275 + src/intel_pmu.c | 806 + src/intel_rdt.c | 1324 + src/intel_rdt_test.c | 309 + src/interface.c | 399 + src/ipc.c | 315 + src/ipmi.c | 1327 + src/ipstats.c | 238 + src/iptables.c | 442 + src/ipvs.c | 290 + src/irq.c | 172 + src/java.c | 2847 + src/libcollectdclient/client.c | 1039 + src/libcollectdclient/collectd/client.h | 93 + src/libcollectdclient/collectd/lcc_features.h | 64 + .../collectd/lcc_features.h.in | 64 + src/libcollectdclient/collectd/network.h | 80 + .../collectd/network_buffer.h | 58 + .../collectd/network_parse.h | 56 + src/libcollectdclient/collectd/server.h | 88 + src/libcollectdclient/collectd/stdendian.h | 262 + src/libcollectdclient/collectd/types.h | 97 + src/libcollectdclient/libcollectdclient.pc.in | 11 + src/libcollectdclient/network.c | 452 + src/libcollectdclient/network_buffer.c | 790 + src/libcollectdclient/network_parse.c | 632 + src/libcollectdclient/network_parse_test.c | 518 + src/libcollectdclient/server.c | 232 + src/liboconfig/aux_types.h | 16 + src/liboconfig/oconfig.c | 197 + src/liboconfig/oconfig.h | 70 + src/liboconfig/parser.c | 1775 + src/liboconfig/parser.h | 102 + src/liboconfig/parser.y | 290 + src/liboconfig/scanner.c | 4796 + src/liboconfig/scanner.l | 174 + src/load.c | 197 + src/log_logstash.c | 332 + src/logfile.c | 205 + src/logparser.c | 700 + src/logparser_test.c | 448 + src/lpar.c | 243 + src/lua.c | 583 + src/madwifi.c | 893 + src/madwifi.h | 304 + src/match_empty_counter.c | 81 + src/match_hashed.c | 168 + src/match_regex.c | 367 + src/match_timediff.c | 143 + src/match_value.c | 318 + src/mbmon.c | 258 + src/mcelog.c | 692 + src/md.c | 191 + src/memcachec.c | 470 + src/memcached.c | 820 + src/memory.c | 496 + src/mic.c | 365 + src/modbus.c | 1123 + src/mqtt.c | 762 + src/msr-index.h | 87 + src/multimeter.c | 219 + src/mysql.c | 954 + src/netapp.c | 3084 + src/netlink.c | 786 + src/network.c | 3323 + src/network.h | 80 + src/network_test.c | 255 + src/nfs.c | 687 + src/nginx.c | 268 + src/notify_desktop.c | 168 + src/notify_email.c | 313 + src/notify_nagios.c | 149 + src/ntpd.c | 935 + src/numa.c | 151 + src/nut.c | 398 + src/olsrd.c | 630 + src/onewire.c | 529 + src/openldap.c | 519 + src/openvpn.c | 572 + src/oracle.c | 712 + src/ovs_events.c | 664 + src/ovs_stats.c | 1425 + src/pcie_errors.c | 795 + src/pcie_errors_test.c | 570 + src/perl.c | 2722 + src/pf.c | 123 + src/pinba.c | 667 + src/pinba.proto | 24 + src/ping.c | 694 + src/postgresql.c | 1271 + src/postgresql_default.conf | 391 + src/powerdns.c | 944 + src/processes.c | 2689 + src/procevent.c | 1303 + src/protocols.c | 214 + src/pyconfig.c | 223 + src/python.c | 1488 + src/pyvalues.c | 1311 + src/redfish.c | 979 + src/redfish_test.c | 616 + src/redis.c | 817 + src/routeros.c | 467 + src/rrdcached.c | 513 + src/rrdtool.c | 1083 + src/sensors.c | 430 + src/serial.c | 109 + src/sigrok.c | 377 + src/slurm.c | 610 + src/smart.c | 266 + src/snmp.c | 2196 + src/snmp_agent.c | 2354 + src/snmp_agent_test.c | 831 + src/statsd.c | 915 + src/swap.c | 717 + src/synproxy.c | 112 + src/sysevent.c | 1148 + src/syslog.c | 152 + src/table.c | 502 + src/tail.c | 306 + src/tail_csv.c | 581 + src/tape.c | 126 + src/target_notification.c | 264 + src/target_replace.c | 565 + src/target_scale.c | 459 + src/target_set.c | 429 + src/target_v5upgrade.c | 453 + src/tcpconns.c | 1036 + src/teamspeak2.c | 721 + src/ted.c | 297 + src/testing.h | 147 + src/thermal.c | 201 + src/threshold.c | 756 + src/tokyotyrant.c | 152 + src/turbostat.c | 1715 + src/types.db | 315 + src/types.db.5 | 200 + src/types.db.pod | 68 + src/ubi.c | 148 + src/unixsock.c | 401 + src/uptime.c | 203 + src/users.c | 123 + src/utils/avltree/avltree.c | 648 + src/utils/avltree/avltree.h | 169 + src/utils/avltree/avltree_test.c | 180 + src/utils/cmds/cmds.c | 308 + src/utils/cmds/cmds.h | 209 + src/utils/cmds/cmds_test.c | 336 + src/utils/cmds/flush.c | 177 + src/utils/cmds/flush.h | 42 + src/utils/cmds/getthreshold.c | 182 + src/utils/cmds/getthreshold.h | 34 + src/utils/cmds/getval.c | 165 + src/utils/cmds/getval.h | 43 + src/utils/cmds/listval.c | 103 + src/utils/cmds/listval.h | 40 + src/utils/cmds/parse_option.c | 148 + src/utils/cmds/parse_option.h | 33 + src/utils/cmds/putnotif.c | 181 + src/utils/cmds/putnotif.h | 34 + src/utils/cmds/putval.c | 327 + src/utils/cmds/putval.h | 47 + src/utils/common/common.c | 1640 + src/utils/common/common.h | 405 + src/utils/common/common_test.c | 390 + src/utils/config_cores/config_cores.c | 372 + src/utils/config_cores/config_cores.h | 136 + src/utils/config_cores/config_cores_test.c | 249 + src/utils/curl_stats/curl_stats.c | 252 + src/utils/curl_stats/curl_stats.h | 56 + src/utils/db_query/db_query.c | 1036 + src/utils/db_query/db_query.h | 85 + src/utils/deq/deq.h | 214 + src/utils/dmi/dmi.c | 191 + src/utils/dmi/dmi.h | 163 + src/utils/dns/dns.c | 1077 + src/utils/dns/dns.h | 90 + src/utils/dpdk/dpdk.c | 886 + src/utils/dpdk/dpdk.h | 90 + src/utils/format_graphite/format_graphite.c | 377 + src/utils/format_graphite/format_graphite.h | 42 + .../format_graphite/format_graphite_test.c | 213 + src/utils/format_json/format_json.c | 695 + src/utils/format_json/format_json.h | 48 + src/utils/format_json/format_json_test.c | 184 + src/utils/format_kairosdb/format_kairosdb.c | 358 + src/utils/format_kairosdb/format_kairosdb.h | 49 + .../format_stackdriver/format_stackdriver.c | 773 + .../format_stackdriver/format_stackdriver.h | 79 + .../format_stackdriver_test.c | 82 + src/utils/gce/gce.c | 284 + src/utils/gce/gce.h | 52 + src/utils/heap/heap.c | 207 + src/utils/heap/heap.h | 99 + src/utils/heap/heap_test.c | 78 + src/utils/ignorelist/ignorelist.c | 340 + src/utils/ignorelist/ignorelist.h | 75 + src/utils/latency/latency.c | 344 + src/utils/latency/latency.h | 68 + src/utils/latency/latency_config.c | 158 + src/utils/latency/latency_config.h | 62 + src/utils/latency/latency_test.c | 251 + src/utils/lookup/vl_lookup.c | 630 + src/utils/lookup/vl_lookup.h | 87 + src/utils/lookup/vl_lookup_test.c | 242 + src/utils/match/match.c | 376 + src/utils/match/match.h | 179 + src/utils/message_parser/message_parser.c | 347 + src/utils/message_parser/message_parser.h | 153 + .../message_parser/message_parser_test.c | 451 + src/utils/metadata/meta_data.c | 747 + src/utils/metadata/meta_data.h | 71 + src/utils/metadata/meta_data_test.c | 117 + src/utils/mount/mount.c | 765 + src/utils/mount/mount.h | 186 + src/utils/mount/mount_test.c | 115 + src/utils/oauth/oauth.c | 638 + src/utils/oauth/oauth.h | 66 + src/utils/oauth/oauth_test.c | 157 + src/utils/ovs/ovs.c | 1413 + src/utils/ovs/ovs.h | 236 + src/utils/proc_pids/proc_pids.c | 361 + src/utils/proc_pids/proc_pids.h | 231 + src/utils/proc_pids/proc_pids_test.c | 511 + src/utils/rrdcreate/rrdcreate.c | 660 + src/utils/rrdcreate/rrdcreate.h | 53 + src/utils/tail/tail.c | 225 + src/utils/tail/tail.h | 88 + src/utils/taskstats/taskstats.c | 307 + src/utils/taskstats/taskstats.h | 47 + src/utils_fbhash.c | 257 + src/utils_fbhash.h | 50 + src/utils_lua.c | 315 + src/utils_lua.h | 52 + src/utils_tail_match.c | 330 + src/utils_tail_match.h | 140 + src/uuid.c | 208 + src/valgrind.FreeBSD.suppress | 7 + src/valgrind.suppress | 7 + src/varnish.c | 1802 + src/virt.c | 3167 + src/virt_test.c | 95 + src/vmem.c | 261 + src/vserver.c | 314 + src/wireless.c | 183 + src/write_graphite.c | 585 + src/write_http.c | 891 + src/write_influxdb_udp.c | 670 + src/write_kafka.c | 505 + src/write_log.c | 138 + src/write_mongodb.c | 406 + src/write_prometheus.c | 1006 + src/write_redis.c | 276 + src/write_riemann.c | 900 + src/write_riemann_threshold.c | 226 + src/write_riemann_threshold.h | 36 + src/write_sensu.c | 1248 + src/write_stackdriver.c | 690 + src/write_syslog.c | 639 + src/write_tsdb.c | 648 + src/xencpu.c | 150 + src/xmms.c | 68 + src/zfs_arc.c | 379 + src/zone.c | 189 + src/zookeeper.c | 244 + testwrapper.sh | 30 + version-gen.sh | 13 + 534 files changed, 417032 insertions(+) create mode 100644 AUTHORS create mode 100644 COPYING create mode 100644 ChangeLog create mode 100644 Makefile.am create mode 100644 Makefile.in create mode 100644 README create mode 100644 aclocal.m4 create mode 100644 bindings/java/org/collectd/api/Collectd.java create mode 100644 bindings/java/org/collectd/api/CollectdConfigInterface.java create mode 100644 bindings/java/org/collectd/api/CollectdFlushInterface.java create mode 100644 bindings/java/org/collectd/api/CollectdInitInterface.java create mode 100644 bindings/java/org/collectd/api/CollectdLogInterface.java create mode 100644 bindings/java/org/collectd/api/CollectdMatchFactoryInterface.java create mode 100644 bindings/java/org/collectd/api/CollectdMatchInterface.java create mode 100644 bindings/java/org/collectd/api/CollectdNotificationInterface.java create mode 100644 bindings/java/org/collectd/api/CollectdReadInterface.java create mode 100644 bindings/java/org/collectd/api/CollectdShutdownInterface.java create mode 100644 bindings/java/org/collectd/api/CollectdTargetFactoryInterface.java create mode 100644 bindings/java/org/collectd/api/CollectdTargetInterface.java create mode 100644 bindings/java/org/collectd/api/CollectdWriteInterface.java create mode 100644 bindings/java/org/collectd/api/DataSet.java create mode 100644 bindings/java/org/collectd/api/DataSource.java create mode 100644 bindings/java/org/collectd/api/Notification.java create mode 100644 bindings/java/org/collectd/api/OConfigItem.java create mode 100644 bindings/java/org/collectd/api/OConfigValue.java create mode 100644 bindings/java/org/collectd/api/PluginData.java create mode 100644 bindings/java/org/collectd/api/ValueList.java create mode 100644 bindings/java/org/collectd/java/GenericJMX.java create mode 100644 bindings/java/org/collectd/java/GenericJMXConfConnection.java create mode 100644 bindings/java/org/collectd/java/GenericJMXConfMBean.java create mode 100644 bindings/java/org/collectd/java/GenericJMXConfValue.java create mode 100644 bindings/java/org/collectd/java/JMXMemory.java create mode 100644 bindings/perl/Makefile.PL create mode 100644 bindings/perl/lib/Collectd.pm create mode 100644 bindings/perl/lib/Collectd/Plugins/Monitorus.pm create mode 100644 bindings/perl/lib/Collectd/Plugins/OpenVZ.pm create mode 100644 bindings/perl/lib/Collectd/Unixsock.pm create mode 100644 bindings/perl/uninstall_mod.pl create mode 100755 build-aux/compile create mode 100755 build-aux/config.guess create mode 100755 build-aux/config.sub create mode 100755 build-aux/depcomp create mode 100755 build-aux/install-sh create mode 100644 build-aux/ltmain.sh create mode 100755 build-aux/missing create mode 100755 build-aux/test-driver create mode 100755 build-aux/ylwrap create mode 100755 configure create mode 100644 configure.ac create mode 100644 contrib/GenericJMX.conf create mode 100644 contrib/README create mode 100644 contrib/SpamAssassin/Collectd.pm create mode 100644 contrib/SpamAssassin/example.cf create mode 100755 contrib/add_rra.sh create mode 100644 contrib/aix/collectd.spec create mode 100755 contrib/aix/init.d-collectd create mode 100644 contrib/collectd2html.pl create mode 100644 contrib/collectd_network.py create mode 100644 contrib/collectd_unix_sock.rb create mode 100644 contrib/collectd_unixsock.py create mode 100755 contrib/collection.cgi create mode 100644 contrib/collection.conf create mode 100644 contrib/collection3/README create mode 100644 contrib/collection3/bin/.htaccess create mode 100755 contrib/collection3/bin/graph.cgi create mode 100755 contrib/collection3/bin/index.cgi create mode 100755 contrib/collection3/bin/json.cgi create mode 100644 contrib/collection3/etc/.htaccess create mode 100644 contrib/collection3/etc/collection.conf create mode 100644 contrib/collection3/lib/.htaccess create mode 100644 contrib/collection3/lib/Collectd/Config.pm create mode 100644 contrib/collection3/lib/Collectd/Graph/Common.pm create mode 100644 contrib/collection3/lib/Collectd/Graph/Config.pm create mode 100644 contrib/collection3/lib/Collectd/Graph/Type.pm create mode 100644 contrib/collection3/lib/Collectd/Graph/Type/ArcCounts.pm create mode 100644 contrib/collection3/lib/Collectd/Graph/Type/Df.pm create mode 100644 contrib/collection3/lib/Collectd/Graph/Type/GenericIO.pm create mode 100644 contrib/collection3/lib/Collectd/Graph/Type/GenericStacked.pm create mode 100644 contrib/collection3/lib/Collectd/Graph/Type/JavaMemory.pm create mode 100644 contrib/collection3/lib/Collectd/Graph/Type/Load.pm create mode 100644 contrib/collection3/lib/Collectd/Graph/Type/PsCputime.pm create mode 100644 contrib/collection3/lib/Collectd/Graph/Type/TableSize.pm create mode 100644 contrib/collection3/lib/Collectd/Graph/Type/Wirkleistung.pm create mode 100644 contrib/collection3/lib/Collectd/Graph/TypeLoader.pm create mode 100644 contrib/collection3/share/.htaccess create mode 100644 contrib/collection3/share/navigate.js create mode 100644 contrib/collection3/share/shortcut-icon.png create mode 100644 contrib/collection3/share/style.css create mode 100644 contrib/curl_json/php-fpm.conf create mode 100755 contrib/cussh.pl create mode 100644 contrib/docker/50docker-apt-conf create mode 100644 contrib/docker/Dockerfile create mode 100644 contrib/docker/collectd.conf create mode 100644 contrib/docker/collectd.conf.d/sample.conf create mode 100644 contrib/docker/rootfs_prefix/.gitignore create mode 100644 contrib/docker/rootfs_prefix/Makefile create mode 100644 contrib/docker/rootfs_prefix/rootfs_prefix.c create mode 100644 contrib/examples/MyPlugin.pm create mode 100644 contrib/examples/myplugin.c create mode 100755 contrib/exec-ksm.sh create mode 100644 contrib/exec-munin.conf create mode 100755 contrib/exec-munin.px create mode 100644 contrib/exec-nagios.conf create mode 100755 contrib/exec-nagios.px create mode 100755 contrib/exec-smartctl create mode 100755 contrib/format.sh create mode 100755 contrib/iptables/accounting.sh create mode 100755 contrib/migrate-3-4.px create mode 100755 contrib/migrate-4-5.px create mode 100644 contrib/network-proxy.py create mode 100644 contrib/oracle/create_schema.ddl create mode 100644 contrib/oracle/db_systat.sql create mode 100644 contrib/php-collection/browser.js create mode 100644 contrib/php-collection/config.php create mode 100644 contrib/php-collection/definitions.local.php create mode 100644 contrib/php-collection/definitions.php create mode 100644 contrib/php-collection/functions.php create mode 100644 contrib/php-collection/graph.php create mode 100644 contrib/php-collection/index.php create mode 100644 contrib/postgresql/collectd_insert.sql create mode 100644 contrib/python/getsigchld.py create mode 100644 contrib/redhat/collectd.spec create mode 100644 contrib/redhat/collection3.conf create mode 100644 contrib/redhat/init.d-collectd create mode 100644 contrib/redhat/php-collection.conf create mode 100755 contrib/rrd_filter.px create mode 100644 contrib/sles10.1/collectd.spec create mode 100755 contrib/sles10.1/init.d-collectd create mode 100644 contrib/snmp-data.conf create mode 100755 contrib/snmp-probe-host.px create mode 100644 contrib/solaris-smf/README create mode 100755 contrib/solaris-smf/collectd create mode 100644 contrib/solaris-smf/collectd.xml create mode 100644 contrib/systemd.collectd.service create mode 100644 contrib/upstart.collectd.conf create mode 100755 contrib/wiki2changelog.pl create mode 100644 m4/ax_compare_version.m4 create mode 100644 m4/ax_compiler_vendor.m4 create mode 100644 m4/libtool.m4 create mode 100644 m4/ltoptions.m4 create mode 100644 m4/ltsugar.m4 create mode 100644 m4/ltversion.m4 create mode 100644 m4/lt~obsolete.m4 create mode 100644 proto/collectd.proto create mode 100644 proto/prometheus.proto create mode 100644 proto/types.proto create mode 100644 src/aggregation.c create mode 100644 src/amqp.c create mode 100644 src/amqp1.c create mode 100644 src/apache.c create mode 100644 src/apcups.c create mode 100644 src/apple_sensors.c create mode 100644 src/aquaero.c create mode 100644 src/ascent.c create mode 100644 src/barometer.c create mode 100644 src/battery.c create mode 100644 src/battery_statefs.c create mode 100644 src/bind.c create mode 100644 src/buddyinfo.c create mode 100644 src/capabilities.c create mode 100644 src/capabilities_test.c create mode 100644 src/ceph.c create mode 100644 src/ceph_test.c create mode 100644 src/cgroups.c create mode 100644 src/check_uptime.c create mode 100644 src/chrony.c create mode 100644 src/collectd-email.5 create mode 100644 src/collectd-email.pod create mode 100644 src/collectd-exec.5 create mode 100644 src/collectd-exec.pod create mode 100644 src/collectd-java.5 create mode 100644 src/collectd-java.pod create mode 100644 src/collectd-lua.5 create mode 100644 src/collectd-lua.pod create mode 100644 src/collectd-nagios.1 create mode 100644 src/collectd-nagios.c create mode 100644 src/collectd-nagios.pod create mode 100644 src/collectd-perl.5 create mode 100644 src/collectd-perl.pod create mode 100644 src/collectd-python.5 create mode 100644 src/collectd-python.pod create mode 100644 src/collectd-snmp.5 create mode 100644 src/collectd-snmp.pod create mode 100644 src/collectd-tg.1 create mode 100644 src/collectd-tg.c create mode 100644 src/collectd-tg.pod create mode 100644 src/collectd-threshold.5 create mode 100644 src/collectd-threshold.pod create mode 100644 src/collectd-unixsock.5 create mode 100644 src/collectd-unixsock.pod create mode 100644 src/collectd.1 create mode 100644 src/collectd.conf.5 create mode 100644 src/collectd.conf.in create mode 100644 src/collectd.conf.pod create mode 100644 src/collectd.pod create mode 100644 src/collectdctl.1 create mode 100644 src/collectdctl.c create mode 100644 src/collectdctl.pod create mode 100644 src/collectdmon.1 create mode 100644 src/collectdmon.c create mode 100644 src/collectdmon.pod create mode 100644 src/config.h.in create mode 100644 src/connectivity.c create mode 100644 src/conntrack.c create mode 100644 src/contextswitch.c create mode 100644 src/cpu.c create mode 100644 src/cpufreq.c create mode 100644 src/cpusleep.c create mode 100644 src/cpython.h create mode 100644 src/csv.c create mode 100644 src/curl.c create mode 100644 src/curl_json.c create mode 100644 src/curl_json_test.c create mode 100644 src/curl_xml.c create mode 100644 src/daemon/cmd.c create mode 100644 src/daemon/cmd.h create mode 100755 src/daemon/cmd_windows.c create mode 100644 src/daemon/collectd.c create mode 100644 src/daemon/collectd.h create mode 100644 src/daemon/configfile.c create mode 100644 src/daemon/configfile.h create mode 100644 src/daemon/filter_chain.c create mode 100644 src/daemon/filter_chain.h create mode 100644 src/daemon/globals.c create mode 100644 src/daemon/globals.h create mode 100644 src/daemon/plugin.c create mode 100644 src/daemon/plugin.h create mode 100644 src/daemon/plugin_mock.c create mode 100644 src/daemon/types_list.c create mode 100644 src/daemon/types_list.h create mode 100644 src/daemon/utils_cache.c create mode 100644 src/daemon/utils_cache.h create mode 100644 src/daemon/utils_cache_mock.c create mode 100644 src/daemon/utils_complain.c create mode 100644 src/daemon/utils_complain.h create mode 100644 src/daemon/utils_llist.c create mode 100644 src/daemon/utils_llist.h create mode 100644 src/daemon/utils_random.c create mode 100644 src/daemon/utils_random.h create mode 100644 src/daemon/utils_subst.c create mode 100644 src/daemon/utils_subst.h create mode 100644 src/daemon/utils_subst_test.c create mode 100644 src/daemon/utils_threshold.c create mode 100644 src/daemon/utils_threshold.h create mode 100644 src/daemon/utils_time.c create mode 100644 src/daemon/utils_time.h create mode 100644 src/daemon/utils_time_test.c create mode 100644 src/dbi.c create mode 100644 src/dcpmm.c create mode 100644 src/df.c create mode 100644 src/disk.c create mode 100644 src/dns.c create mode 100755 src/dpdk_telemetry.c create mode 100644 src/dpdkevents.c create mode 100644 src/dpdkstat.c create mode 100644 src/drbd.c create mode 100644 src/email.c create mode 100644 src/entropy.c create mode 100644 src/ethstat.c create mode 100644 src/exec.c create mode 100644 src/fhcount.c create mode 100644 src/filecount.c create mode 100644 src/fscache.c create mode 100644 src/gmond.c create mode 100644 src/gps.c create mode 100644 src/gpu_nvidia.c create mode 100644 src/grpc.cc create mode 100644 src/hddtemp.c create mode 100644 src/hugepages.c create mode 100644 src/intel_pmu.c create mode 100644 src/intel_rdt.c create mode 100644 src/intel_rdt_test.c create mode 100644 src/interface.c create mode 100644 src/ipc.c create mode 100644 src/ipmi.c create mode 100644 src/ipstats.c create mode 100644 src/iptables.c create mode 100644 src/ipvs.c create mode 100644 src/irq.c create mode 100644 src/java.c create mode 100644 src/libcollectdclient/client.c create mode 100644 src/libcollectdclient/collectd/client.h create mode 100644 src/libcollectdclient/collectd/lcc_features.h create mode 100644 src/libcollectdclient/collectd/lcc_features.h.in create mode 100644 src/libcollectdclient/collectd/network.h create mode 100644 src/libcollectdclient/collectd/network_buffer.h create mode 100644 src/libcollectdclient/collectd/network_parse.h create mode 100644 src/libcollectdclient/collectd/server.h create mode 100644 src/libcollectdclient/collectd/stdendian.h create mode 100644 src/libcollectdclient/collectd/types.h create mode 100644 src/libcollectdclient/libcollectdclient.pc.in create mode 100644 src/libcollectdclient/network.c create mode 100644 src/libcollectdclient/network_buffer.c create mode 100644 src/libcollectdclient/network_parse.c create mode 100644 src/libcollectdclient/network_parse_test.c create mode 100644 src/libcollectdclient/server.c create mode 100644 src/liboconfig/aux_types.h create mode 100644 src/liboconfig/oconfig.c create mode 100644 src/liboconfig/oconfig.h create mode 100644 src/liboconfig/parser.c create mode 100644 src/liboconfig/parser.h create mode 100644 src/liboconfig/parser.y create mode 100644 src/liboconfig/scanner.c create mode 100644 src/liboconfig/scanner.l create mode 100644 src/load.c create mode 100644 src/log_logstash.c create mode 100644 src/logfile.c create mode 100644 src/logparser.c create mode 100644 src/logparser_test.c create mode 100644 src/lpar.c create mode 100644 src/lua.c create mode 100644 src/madwifi.c create mode 100644 src/madwifi.h create mode 100644 src/match_empty_counter.c create mode 100644 src/match_hashed.c create mode 100644 src/match_regex.c create mode 100644 src/match_timediff.c create mode 100644 src/match_value.c create mode 100644 src/mbmon.c create mode 100644 src/mcelog.c create mode 100644 src/md.c create mode 100644 src/memcachec.c create mode 100644 src/memcached.c create mode 100644 src/memory.c create mode 100644 src/mic.c create mode 100644 src/modbus.c create mode 100644 src/mqtt.c create mode 100644 src/msr-index.h create mode 100644 src/multimeter.c create mode 100644 src/mysql.c create mode 100644 src/netapp.c create mode 100644 src/netlink.c create mode 100644 src/network.c create mode 100644 src/network.h create mode 100644 src/network_test.c create mode 100644 src/nfs.c create mode 100644 src/nginx.c create mode 100644 src/notify_desktop.c create mode 100644 src/notify_email.c create mode 100644 src/notify_nagios.c create mode 100644 src/ntpd.c create mode 100644 src/numa.c create mode 100644 src/nut.c create mode 100644 src/olsrd.c create mode 100644 src/onewire.c create mode 100644 src/openldap.c create mode 100644 src/openvpn.c create mode 100644 src/oracle.c create mode 100644 src/ovs_events.c create mode 100644 src/ovs_stats.c create mode 100644 src/pcie_errors.c create mode 100644 src/pcie_errors_test.c create mode 100644 src/perl.c create mode 100644 src/pf.c create mode 100644 src/pinba.c create mode 100644 src/pinba.proto create mode 100644 src/ping.c create mode 100644 src/postgresql.c create mode 100644 src/postgresql_default.conf create mode 100644 src/powerdns.c create mode 100644 src/processes.c create mode 100644 src/procevent.c create mode 100644 src/protocols.c create mode 100644 src/pyconfig.c create mode 100644 src/python.c create mode 100644 src/pyvalues.c create mode 100644 src/redfish.c create mode 100644 src/redfish_test.c create mode 100644 src/redis.c create mode 100644 src/routeros.c create mode 100644 src/rrdcached.c create mode 100644 src/rrdtool.c create mode 100644 src/sensors.c create mode 100644 src/serial.c create mode 100644 src/sigrok.c create mode 100644 src/slurm.c create mode 100644 src/smart.c create mode 100644 src/snmp.c create mode 100644 src/snmp_agent.c create mode 100644 src/snmp_agent_test.c create mode 100644 src/statsd.c create mode 100644 src/swap.c create mode 100644 src/synproxy.c create mode 100644 src/sysevent.c create mode 100644 src/syslog.c create mode 100644 src/table.c create mode 100644 src/tail.c create mode 100644 src/tail_csv.c create mode 100644 src/tape.c create mode 100644 src/target_notification.c create mode 100644 src/target_replace.c create mode 100644 src/target_scale.c create mode 100644 src/target_set.c create mode 100644 src/target_v5upgrade.c create mode 100644 src/tcpconns.c create mode 100644 src/teamspeak2.c create mode 100644 src/ted.c create mode 100644 src/testing.h create mode 100644 src/thermal.c create mode 100644 src/threshold.c create mode 100644 src/tokyotyrant.c create mode 100644 src/turbostat.c create mode 100644 src/types.db create mode 100644 src/types.db.5 create mode 100644 src/types.db.pod create mode 100644 src/ubi.c create mode 100644 src/unixsock.c create mode 100644 src/uptime.c create mode 100644 src/users.c create mode 100644 src/utils/avltree/avltree.c create mode 100644 src/utils/avltree/avltree.h create mode 100644 src/utils/avltree/avltree_test.c create mode 100644 src/utils/cmds/cmds.c create mode 100644 src/utils/cmds/cmds.h create mode 100644 src/utils/cmds/cmds_test.c create mode 100644 src/utils/cmds/flush.c create mode 100644 src/utils/cmds/flush.h create mode 100644 src/utils/cmds/getthreshold.c create mode 100644 src/utils/cmds/getthreshold.h create mode 100644 src/utils/cmds/getval.c create mode 100644 src/utils/cmds/getval.h create mode 100644 src/utils/cmds/listval.c create mode 100644 src/utils/cmds/listval.h create mode 100644 src/utils/cmds/parse_option.c create mode 100644 src/utils/cmds/parse_option.h create mode 100644 src/utils/cmds/putnotif.c create mode 100644 src/utils/cmds/putnotif.h create mode 100644 src/utils/cmds/putval.c create mode 100644 src/utils/cmds/putval.h create mode 100644 src/utils/common/common.c create mode 100644 src/utils/common/common.h create mode 100644 src/utils/common/common_test.c create mode 100644 src/utils/config_cores/config_cores.c create mode 100644 src/utils/config_cores/config_cores.h create mode 100644 src/utils/config_cores/config_cores_test.c create mode 100644 src/utils/curl_stats/curl_stats.c create mode 100644 src/utils/curl_stats/curl_stats.h create mode 100644 src/utils/db_query/db_query.c create mode 100644 src/utils/db_query/db_query.h create mode 100644 src/utils/deq/deq.h create mode 100644 src/utils/dmi/dmi.c create mode 100644 src/utils/dmi/dmi.h create mode 100644 src/utils/dns/dns.c create mode 100644 src/utils/dns/dns.h create mode 100644 src/utils/dpdk/dpdk.c create mode 100644 src/utils/dpdk/dpdk.h create mode 100644 src/utils/format_graphite/format_graphite.c create mode 100644 src/utils/format_graphite/format_graphite.h create mode 100644 src/utils/format_graphite/format_graphite_test.c create mode 100644 src/utils/format_json/format_json.c create mode 100644 src/utils/format_json/format_json.h create mode 100644 src/utils/format_json/format_json_test.c create mode 100644 src/utils/format_kairosdb/format_kairosdb.c create mode 100644 src/utils/format_kairosdb/format_kairosdb.h create mode 100644 src/utils/format_stackdriver/format_stackdriver.c create mode 100644 src/utils/format_stackdriver/format_stackdriver.h create mode 100644 src/utils/format_stackdriver/format_stackdriver_test.c create mode 100644 src/utils/gce/gce.c create mode 100644 src/utils/gce/gce.h create mode 100644 src/utils/heap/heap.c create mode 100644 src/utils/heap/heap.h create mode 100644 src/utils/heap/heap_test.c create mode 100644 src/utils/ignorelist/ignorelist.c create mode 100644 src/utils/ignorelist/ignorelist.h create mode 100644 src/utils/latency/latency.c create mode 100644 src/utils/latency/latency.h create mode 100644 src/utils/latency/latency_config.c create mode 100644 src/utils/latency/latency_config.h create mode 100644 src/utils/latency/latency_test.c create mode 100644 src/utils/lookup/vl_lookup.c create mode 100644 src/utils/lookup/vl_lookup.h create mode 100644 src/utils/lookup/vl_lookup_test.c create mode 100644 src/utils/match/match.c create mode 100644 src/utils/match/match.h create mode 100644 src/utils/message_parser/message_parser.c create mode 100644 src/utils/message_parser/message_parser.h create mode 100644 src/utils/message_parser/message_parser_test.c create mode 100644 src/utils/metadata/meta_data.c create mode 100644 src/utils/metadata/meta_data.h create mode 100644 src/utils/metadata/meta_data_test.c create mode 100644 src/utils/mount/mount.c create mode 100644 src/utils/mount/mount.h create mode 100644 src/utils/mount/mount_test.c create mode 100644 src/utils/oauth/oauth.c create mode 100644 src/utils/oauth/oauth.h create mode 100644 src/utils/oauth/oauth_test.c create mode 100644 src/utils/ovs/ovs.c create mode 100644 src/utils/ovs/ovs.h create mode 100644 src/utils/proc_pids/proc_pids.c create mode 100644 src/utils/proc_pids/proc_pids.h create mode 100644 src/utils/proc_pids/proc_pids_test.c create mode 100644 src/utils/rrdcreate/rrdcreate.c create mode 100644 src/utils/rrdcreate/rrdcreate.h create mode 100644 src/utils/tail/tail.c create mode 100644 src/utils/tail/tail.h create mode 100644 src/utils/taskstats/taskstats.c create mode 100644 src/utils/taskstats/taskstats.h create mode 100644 src/utils_fbhash.c create mode 100644 src/utils_fbhash.h create mode 100644 src/utils_lua.c create mode 100644 src/utils_lua.h create mode 100644 src/utils_tail_match.c create mode 100644 src/utils_tail_match.h create mode 100644 src/uuid.c create mode 100644 src/valgrind.FreeBSD.suppress create mode 100644 src/valgrind.suppress create mode 100644 src/varnish.c create mode 100644 src/virt.c create mode 100644 src/virt_test.c create mode 100644 src/vmem.c create mode 100644 src/vserver.c create mode 100644 src/wireless.c create mode 100644 src/write_graphite.c create mode 100644 src/write_http.c create mode 100644 src/write_influxdb_udp.c create mode 100644 src/write_kafka.c create mode 100644 src/write_log.c create mode 100644 src/write_mongodb.c create mode 100644 src/write_prometheus.c create mode 100644 src/write_redis.c create mode 100644 src/write_riemann.c create mode 100644 src/write_riemann_threshold.c create mode 100644 src/write_riemann_threshold.h create mode 100644 src/write_sensu.c create mode 100644 src/write_stackdriver.c create mode 100644 src/write_syslog.c create mode 100644 src/write_tsdb.c create mode 100644 src/xencpu.c create mode 100644 src/xmms.c create mode 100644 src/zfs_arc.c create mode 100644 src/zone.c create mode 100644 src/zookeeper.c create mode 100755 testwrapper.sh create mode 100755 version-gen.sh diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..c1fa48d --- /dev/null +++ b/AUTHORS @@ -0,0 +1,429 @@ +Permanent project members +========================= + +Florian "octo" Forster + - Initial author. + +Marc Fournier + - Various fixes to the varnish plugin. + - RPM specfile maintenance. + - libmnl support in the netlink plugin. + - linux support in the zfs_arc plugin. + - openldap plugin. + - continuous integration system. + +Matthias Runge + - general house keeping. + +Pierre-Yves Ritschard + - Write-Riemann plugin. + - Write-Graphite plugin: Notification support. + - Write-Kafka plugin. + - Log-Logstash plugin. + - Normalization in the CPU plugin. + - Relative values in the Load plugin. + +Ruben Kerkhof + - Bugfixes and enhancements in many places all around the project. + - Fedora and EPEL packages. + +Sebastian "tokkee" Harl + - Bugfixes and enhancements in many places all around the project. + - grpc plugin. + - perl plugin. + - postgresql plugin. + - users plugin. + - vserver plugin. + - Debian package. + + +Contributors (sorted alphabetically) +==================================== + +Adrian Boczkowski + - Logparser plugin. + - Redfish plugin. + +Akkarit Sangpetch + - write_mongodb plugin. + +Alessandro Iurlano + - Initial filecount plugin. + +Alex Deymo + - aquaero plugin. + +Alvaro Barcellos + - Don't-fork patch. + +Amit Gupta + - Multiple servers in the apache plugin. + - curl_xml plugin. + +Andreas Henriksson + - libmnl support in the netlink plugin. + +Andrew Bays + - connectivity plugin. + - procevent plugin. + - sysevent plugin. + - connectivity plugin. + +Andy Parkins + - battery plugin: sysfs code. + +Aneesh Puttur + - connectivity plugin. + +Andy Smith + - AMQP 1.0 plugin. + +Aneesh Puttur + - connectivity plugin. + +Anthony Dewhurst + - zfs_arc plugin. + +Anthony Gialluca + - apcups plugin. + +Antony Dovgal + - memcached plugin. + +Asaf Kahlon + - buddyinfo plugin + +Aurélien Reynaud + - LPAR plugin. + - Various fixes for AIX, HP-UX and Solaris. + +Benjamin Gilbert + - Improvements to the LVM plugin. + +Bert Vermeulen + - sigrok plugin + +Brett Hawn + - write_tsdb plugin for http://opentsdb.net/ + +Bruno Prémont + - BIND plugin. + - Many bug reports and -fixes in various plugins, + especially a nasty bug in the network plugin. + - Wireshark dissector. + +Carlos Peon Costa + - Write_Influxdb_UDP plugin + +Chad Malfait + - LVM plugin. + +Chris Brown + - Zookeeper plugin, add quorum stat. + +Chris Lundquist + - Improvements to the write_mongodb plugin. + +Christophe Kalt + - The version 3 `log' mode. + - Many Solaris related hints and fixes. + +Claudius Zingerli + - chrony plugin. + +Cyril Feraudet + - ethstat plugin. + +Dagobert Michelsen + - zone plugin. + - Many Solaris related hints and fixes. + - Capabilities plugin. + - NFS plugin for BSD + +Dan Berrange + - uuid plugin. + +Dan Ryder + - ceph plugin. + +David Bacher + - serial plugin. + +Denis Pompilio + - Improvements to the write_http plugin. + +Dheeraj Gupta + - Tail_CSV plugin, field separator option + +Doug MacEachern + - The `-T' option (config testing mode). + - OpenVPN plugin. + - jcollectd (two-way JMX integration). + - A few other patches to various plugins. + - curl_json plugin. + +Edgar Fuß + - NFS plugin implementation on NetBSD + +Edward “Koko” Konetzko + - fscache plugin. + +Evan Felix + - mic plugin. + +Fabian Linzberger + - Percentage aggregation for `collectd-nagios'. + +Fabien Wernli + - Solaris improvements in the memory and interfaces plugin. + +Fabrice A. Marie + - write_sensu plugin. + +Flavio Stanchina + - mbmon plugin. + +Franck Lombardi + - UNIX socket code for the memcached plugin. + +Gergely Nagy + - Write-Riemann plugin. + +Hari TG + - dcpmm plugin. + +Jason Pepas + - nfs plugin. + +J. Javier Maestro + - Write-Graphite plugin: UDP support and LogSendErrors flag. + +Jeremy Katz + - percentage reporting in memory and swap plugins. + - zookeeper plugin. + +Jérôme Renard + - varnish plugin. + +Jiri Tyr + - fhcount plugin. + +Julien Ammous + - Lua plugin. + +Kamil Wiatrowski + - Capabilities plugin. + - Logparser plugin. + +Kevin Bowling + - write_tsdb plugin for http://opentsdb.net/ + +Kimo Rosenbaum + - openldap plugin. + +Kris Nielander + - tail_csv plugin. + +Krzysztof Kepka + - Redfish plugin. + +Krzysztof Matczak + - Logparser plugin. + +LuboÅ¡ Staněk + - sensors plugin improvements. + - Time and effort to find a nasty bug in the ntpd-plugin. + +Luke Herberling + - powerdns plugin. + - Initial `tail' subsystem by: + +Lyonel Vincent + - processes plugin. + +Man Singh + - Redfish plugin. + +Manuel Sanmartin + - AIX port of the following plugins: + + cpu + + disk + + interface + + load + + memory + + processes + + swap + - Various AIX-related fixes and hacks. + +Marcin Mozejko + - Logparser plugin. + - Redfish plugin. + +Marco Chiappero + - uptime plugin. + - ip6tables support in the iptables plugin. + - openvpn plugin (support for more status file formats) + +Märt Bakhof + - TLS support for AMQP plugin + +Mathijs Möhlmann + - zone plugin. + +Michael Hanselmann + - md plugin. + +Michael Schenck + - IO time support to disk plugin. + +Michael Stapelberg + - OpenBSD port of the tcpconns plugin. + - cgroups plugin. + +Michal Kobylinski + - Redfish plugin. + +Michał Mirosław + - thermal plugin. + - Streamlines recursive directory traversion. + +Mirko Buffoni + - Port/Socket selection in the MySQL plugin. + +Nicolas Jourden + - gps plugin. + +Niki W. Waibel + - Initial autotools fixes. + - libltdl code. + - getmnt-wizardry. + +Oleg King + - Added support for the statgrab library to + + the cpu plugin, + + the disk plugin, and + + the users plugin. + +Ondrej Zajicek + - madwifi plugin. + +Pablo Llopis + - Slurm plugin + - RestoreAffinityPolicy in turbostat plugin + +Patrik Weiskircher + - Contextswitch plugin. + - Forkrate counter in the processes plugin. + - INode count in the DF plugin. + +Paul Sadauskas + - tokyotyrant plugin. + - `ReportByDevice' option of the df plugin. + - write_http plugin. + +Pavel Rochnyack + - xencpu plugin. + - Bugfixes and enhancements in many places all around the project. + +Peter Holik + - cpufreq plugin. + - multimeter plugin. + - irq plugin. + - Some bugfixes in the exec plugin. + - Notifications in the ipmi plugin. + +Pierre Lebleu + - UBI plugin. + +Phoenix Kayo + - pinba plugin. + +Piotr Hosowicz + - SMF manifest for collectd. + +Radoslaw Jablonski + - Logparser plugin. + +Reshma Pattan + - DPDK Telemetry plugin. + +Richard W. M. Jones + - virt plugin. + - uuid plugin. + +Roman Klesel + - Oracle schema and sample SQL statements to be used with the Oracle plugin. + +Rodolphe Quiédeville + - Lock statistics in the mysql plugin. + +Scott Garrett + - tape plugin. + +Scott Sanders + - Write-Graphite plugin. + +Sebastien Pahl + - AMQP 0.9 plugin. + +Serhiy Pshyk + - intel_pmu plugin + - intel_rdt plugin + - snmp_agent plugin + +Shirly Radco + - write_syslog plugin. + +Simon Kuhnle + - OpenBSD code for the cpu and memory plugins. + +Sjoerd van der Berg + - iptables plugin. + +Stefan Hacker + - teamspeak2 plugin. + +Steven Bell + - nut plugin. + +Sven Trenkel + - netapp plugin. + - python plugin. + +Takuro Ashie + - Network plugin fixes. + +Tim Laszlo + - drbd plugin. + +Thomas Meson + - Graphite support for the AMQP plugin. + +Tomasz Pala + - conntrack plugin. + +Tommie Gannert + - PID-file patch. + +Vincent Bernat + - smart plugin. + +Vincent Brillault + - turbostat plugin, based on Len Brown kernel tool + +Vincent Stehlé + - hddtemp plugin. + +Wilfried Goesgens + - linux support in the zfs_arc plugin. + +Xin Li + - FreeBSD port of the ZFS-ARC plugin. + +Zoltan Szabo + - Redfish plugin. + +collectd is available at: + + +Enjoy :) diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..191af71 --- /dev/null +++ b/COPYING @@ -0,0 +1,371 @@ +collectd consists of a daemon and numerous plugins. The daemon is licensed +under the "MIT License"; its source files are located at src/daemon/. The +plugins are licenses individually, please check the top of the plugin's source +file(s) to see which license applies. The majority of plugins is licensed +either under the "MIT License" or the "GNU General Public License". + +The "MIT License" and "GNU General Public License" follow. Other licenses, not +included in this file, should be considered "as published by the Open Source +Initiative (OSI)". + +MIT License +=========== +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +GNU General Public License (GPL) +================================ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..ff42834 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,4394 @@ +2020-03-15, Version 5.11.0 + * collectd: A Code of Conduct has been added. Thanks to Florian Forster. + #3401 + * text protocol: Support for meta_data in PUTVAL has been added. Thanks + to Rafael Marinheiro, Dagobert Michelsen. #3381, #2726 + * utils_cache: Internal API has changed - exposed meta_data_toc + function. Thanks to Javier Kohen. #3339 + * filter_chain: Auto load matches and targets if AutoLoadPlugin option + is set. Thanks to Manuel Luis Sanmartín Rozada. #1034 + * AMQP plugin: TLS support has been added. Thanks to Märt Bakhoff. + #3391 + * Battery plugin: Read from Linux sysfs charge files has been added. + Thanks to Nimrod Maclomhair. #3190 + * Buddyinfo plugin: New plugin for memory fragmentation info has been + added. Thanks to Asaf Kahlon. #3303 + * capabilities plugin: New plugin to read static platform data has been + added. Thanks to Kamil Wiatrowski, Dagobert Michelsen. #3384, #3292 + * DCPMM plugin: New plugin for Intel Optane DC Presistent Memory (DCPMM) + has been added. Thanks to Hari TG. #3274 + * DF plugin: LogOnce option has been added. Thanks to themylogin. #2910 + * DPDK Telemetry plugin: New plugin to fetch DPDK metrics (with intent + to replace dpdk_stat) has been added. Thanks to Reshma Pattan. #3273 + * Disk plugin: A native (sysctl-based) implementation for NetBSD has + been added. Thanks to Edgar Fuß, Dagobert Michelsen. #3379, #3334 + * GPU_Nvidia‏‎ plugin: Configurable plugin instance by GPU name + and/or GPU index has been added. Thanks to Robert Dietrich. #3264 + * Intel_PMU plugin: Support for uncore multi pmu has been added. Thanks + to Kamil Wiatrowski. #3388 + * Ipstats plugin: New plugin to count incoming, outgoing, forwarded + packets on FreeBSD has been added. Thanks to Marco van Tol. #3187 + * Java plugin: Support boolean input has been added. Thanks to Caden. + #3044 + * Logparser plugin: New plugin for filtering and parsing log messages + has been added. Thanks to Kamil Wiatrowski, Krzysztof Matczak, Marcin + Możejko, Adrian Boczkowski, Radosław Jabłonski. #3045 + * Network plugin: New metadata "network:ip_address" has been added. + Thanks to Takuro Ashie. #3191 + * NFS plugin: An implementation for NetBSD (using sysctl) has been + added. Thanks to Edgar Fuß, Dagobert Michelsen. #3377, #3333 + * NUT plugin: Support for the "output.realpower" value from the ups code + has been added. Thanks to Michael Poetters. #2528 + * Redfish plugin: New read plugin to collect out-of-band sensor data + from Redfish endpoints has been added. Thanks to Marcin Możejko, + Adrian Boczkowski, Michal Kobyliński, Krzysztof Kepka, Man Singh, + Zoltan Szabo. #2926 + * Slurm plugin: The new SLURM plugin gathers metrics from the SLURM + workload manager has been added. Thanks to Pablo Llopis. #3037 + * Tail_CSV plugin: FieldSeparator option has been added. Thanks to + Dheeraj Gupta. #3394 + * UBI plugin: The new "ubifs" plugin reports block state for flash + memory devices with UBIFS filesystem has been added. Thanks to Pierre + Lebleu. #3204 + * Write_HTTP plugin: Ability to configure cURL statistics has been + added. Thanks to Nelson. #3265 + * Write_Influxdb_UDP plugin: New plugin to send values to InfluxDB using + line protocol via udp has been added. Thanks to Carlos Peón Costa. + #3162 + * Zookeeper plugin: 'quorum' stat has been added. Thanks to Chris Brown. + #2991 + * collectd: Missing package in specfile has been fixed. Thanks to Fabien + Wernli. #3399 + * collectd: Factored out read_text_file_contents for reading text files + and used it to fix a potential unterminated string in the thermal + plugin. Thanks to Igor Peshansky. #3359 + * collectd: Error/warning messages has been extended with more + information. Thanks to Dagobert Michelsen. #3386 + * collectd: Regression caused by #3217 has been fixed. Thanks to Pavel + Rochnyak. #3349 + * build: version-gen.sh has been cleaned up. Thanks to William Pursell. + #2635 + * build: Linking with Python 3.8 has been fixed. Thanks to Alexander + Meshcheryakov. #3344 + * build: Avoid $< (implied source) in non-inference rules / Building + grpc with non-GNU make has been fixed. Thanks to Edgar Fuß, Dagobert + Michelsen. #3376, #3330 + * filter_chain: Constant for max plugin name length introduced in #1034 + has been fixed. Thanks to Dagobert Michelsen. #3385 + * ignorelist: Coding style has been fixed. Thanks to Dagobert Michelsen. + #3397 + * match_regex: Accept all data types of meta data. Thanks to Takuro + Ashie. #3231 + * perl unixsock: Made the module robust against socket errors and + disconnects. Thanks to Guillem Jover. #3083 + * tree-wide: Race condition when setting thread names has been fixed. + Thanks to Michael Kaufmann. #2762 + * types.db: ping_droprate range spec has been fixed. Thanks to Yousong + Zhou. #3244 + * utils/format_graphite: Comma sign has been added to the list of + prohibited characters. Thanks to Marat Salimzianov. #2998 + * Aggregation plugin: Unreachable clause where both tmp_plugin and + tmp_plugin_instance are non-empty has been fixed. Thanks to Ling + Huang. #3350 + * AMQP1 plugin: Leaks on error paths has been fixed. Thanks to Ryan + McCabe. #3352 + * Apache plugin: BusyWorkers/IdleWorkers update has been fixed. Thanks + to Christian W. Zuckschwerdt. #3131 + * CPU plugin, Memory plugin, Swap plugin, UUID plugin: Contain use of + sysctl / sysctrlbyname to BSD variants, as deprecated on Linux. Thanks + to Zebity Spring. #3342 + * Exec plugin: Select has been replaced with poll to allow more then + 1024 open file descriptors. Thanks to Kamil Wiatrowski. #3363 + * GPU_Nvidia plugin: Build issues has been fixed. Thanks to Ruben + Kerkhof. #3393 + * Interface plugin: Reorder so that Linux-specific code is actually + executed. Thanks to Dagobert Michelsen. #3378 + * NFS plugin: Condition on existence of libkstat has been fixed. Thanks + to Dagobert Michelsen. #3382 + * Network plugin: Memory leak has been fixed. Thanks to Ryan McCabe. + #3352 + * Processes plugin: Number of running processes has been fixed. Thanks + to Bart De Vos. #3243 + * Write_Riemann plugin: Memory leak has been fixed. Thanks to Fabien + Wernli. #3351 + * Write_Stackdriver plugin: NaN value handing with gauge metrics has + been fixed. Thanks to Jaroslaw Przybylowicz. #3226 + + +2019-10-17, Version 5.10.0 + * turbostat plugin: Power metrics update for recent server CPUs. Thanks + to Chris MacNamara. #3276 + * turbostat plugin: Fix warnings generated by the turbostat plugin. + Thanks to Ryan Mccabe. #3340 + * ZFS ARC plugin: New cache values are now read on Linux. Thanks to + Jan-Philipp Litza. #3247, #2843 + * connectivity plugin: monitor the network interface up/down status via + the netlink library. Thanks to Andrew Bays. #2622 + * sysevent plugin: A new plugin that monitors rsyslog for system events. + Thanks to Andrew Bays. #2624 + * procevent plugin: A new plugin that monitors process starts/stops via + netlink library. Thanks to Andrew Bays. #2623 + * daemon: Check if plugin actually loaded before reporting configuration + issues. Thanks to Pavel Rochnyak. #3217 + * daemon: Recover setlocale() call in src/daemon/collectd.c do_init(). + Thanks to Pavel Rochnyak. #3181, #3214 + * Build System: Only include when needed. Thanks to Ruben + Kerkhof. #3298 + * Build System: Link to libnsl.so if needed for inet_ntop(). Thanks to + Dagobert Michelsen. #3291 + * Build System: Remove double "without" added by commit b781871. Thanks + to Fabrice Fontaine. #3261 + * Build System: fix compile time issues. Thanks to Matthias Runge. + #3179, #3242, #3245 + * Build System: Fix activation of snmp_agent. Thanks to Fabrice + Fontaine. #3241 + * Build System: Fix bug that leads to CPPFLAGS gets overridden with + CFLAGS when libxmms is enabled. Thanks to Dagobert Michelsen. #3207 + * perl module: Collectd::Plugins::Openvz: Fix indentation of some + closing curlies. Thanks to Christian Bartolomäus. #3239 + * tree-wide: Fix a few issues found with LGTM. Thanks to Ruben Kerkhof. + #3252 + * tree-wide: fix ssnprintf wrapper. Thanks to Fabien Wernli. + #3237, #3232, #3235, #3236 + * tree-wide: Fix make check. Thanks to Ruben Kerkhof. #3306 + * CI System: Travis: switch to Bionic. Thanks to Ruben Kerkhof. #3307 + * CI System: Travis improvements for MacOS. Thanks to Ruben Kerkhof. + #3308 + * MySQL plugin: Minor documentation improvements. Thanks to Christian + Bartolomäus. #3288 + * Java plugin: Fix typo in an error message. Thanks to Matthias Runge. + #3285, #3286 + * sysevent plugin: Add a few missing calloc result checks in the + sysevent_init function. Thanks to Andrew Bays. #3282 + * ZFS ARC plugin: A bug that caused the first to values to be skipped + was fixed. Thanks to Jan-Philipp Litza. #3246 + * SysLog plugin: restore previous behaviour: fallback to info for + unsupported level. Thanks to Fabien Wernli. #3236, #3238 + * virt plugin: Fix memory leak with libvirt MetadataXPath enabled. + Thanks to Pavel Rochnyak. #3225, #3228 + * GPU NVidia plugin: Fix build of the plugin. Thanks to Ruben Kerkhof. + #3320 + +2019-10-01, Version 5.9.2 + * syslog plugin: Don't fail if syslog loglevel doesn't match. Thanks to + Fabien Wernli. #3236 #3238 + * collectd: Fix ssnprintf wrapper. Thanks to Fabien Wernli. #3237 + * rdt plugin: Fix compile time issues. Thanks to Matthias Runge. #3245 + +2019-07-24, Version 5.9.1 + * collectd: redhat spec: fix build due to new upstream plugins. Thanks + to Fabien Wernli. #3175 + * collectd: regex match: Fix unexpected match with empty meta data . + Thanks to Takuro Ashie. #3178 + * collectd: Fix return value or loglevel for several plugins. Thanks to + Fabien Wernli. #3182 + * collectd: Add standard include early or _FILE_OFFSET_BITS will have + definition … . Thanks to Dagobert Michelsen. #3193 + * collectd: Use GCC-specific flags only when compiling with GCC. Thanks + to Dagobert Michelsen. #3195 + * Use test_utils_proc_pids only when compiling the plugin that uses it. + Thanks to Dagobert Michelsen. #3197 + * DNS plugin: Do not use headers from glibc. Thanks to Pavel Rochnyak. + #3156, #3145 + * collectd: Add missing definitions for libnetsnmpagent. Thanks to + Dagobert Michelsen. #3203 + * collectd: Move Makefile rules for pid_test inside conditional for + code. Thanks to Dagobert Michelsen. #3206 + * collectd: Recover setlocale() call in src/daemon/collectd.c do_init(). + Thanks to Pavel Rochnyak. #3214, #3181 + * collectd: Add snprintf wrapper for GCC 8.2/3. Thanks to zebity. #3153, + #2895, #3038 + * collectd: Fix bug that leads to CPPFLAGS gets overridden with CFLAGS + when libxmms is enabled. Thanks to Dagobert Michelsen. #3207 + * Write_Riemann plugin: Copy MetaData to Riemann events in + write_riemann. Thanks to Romain Tartière. #3158 + * virt plugin: Fix memory leak with libvirt MetadataXPath enabled. + Thanks to Pavel Rochnyak. #3225, #3230 + +2019-06-13, Version 5.9.0 + * Build System: configure.ac: option "--with-libxml2" has been added. + Thanks to Dimitrios Apostolou, Pavel Rochnyak. #2864 + * Build System: configure.ac: run dpdk build tests only if pkgconfig + fails. Thanks to Luca Boccassi, Pavel Rochnyak. #3015 + * Build System: The "df" plugin is now built when "getmntent_r()" is + available. Thanks to Florian Forster. #3095 + * Build System: The ability to turn on collectd "debug" feature in RPMs + has been added. Thanks to dehotot. #2755 + * collectd: A new "UNKNOWN" state as the initial state of metrics has + been added. Thanks to Luis Fernández Álvarez, Florian Forster. #2976 + * collectd: Base port to Windows. Thanks to Sean Campbell. #2810 + * collectd: Code ownership of five plugins has been handed out to folks + from Intel. Thanks to Florian Forster. #3053 + * collectd: config parser: Improved error reporting on global options. + Thanks to Pavel Rochnyak. #2813 + * collectd: daemon: make plugin_dispatch_multivalue() obey write queue + limits. Thanks to Adam Romanek. #2898 + * collectd: Macros "STRERROR" and "STRERRNO" have been added. Thanks to + Florian Forster. #2519 + * collectd: Plugin name field has been added to plugin context to + improve error reporting. Thanks to Pavel Rochnyak. #2821 + * collectd-tg: Use "CLOCK_REALTIME" for collectd-tg times. Thanks to + Andrew Bays. #2837 + * tree-wide: Don't initialize static pointers to NULL, use "bool" from + "stdbool.h" (instead of "_Bool"). Thanks to Ruben Kerkhof. #2771, + #2772 + * tree-wide: Replace zu with "PRIsz" and llu with "PRIu64". Thanks to + Sean Campbell. #2512 + * tree-wide: Use interval value from plugin context, do not set + "vl->interval" in plugins more. Thanks to Pavel Rochnyak. #2847 + * tree-wide: Utilities and libraries have been moved to "src/utils/". + Thanks to Florian Forster. #2961 + * AMPQ1 plugin: A new plugin to write to amqp1 protocol. Thanks to Andy + Smith. #2618 + * Chrony plugin: Ignoring late responses has been added. Thanks to + Miroslav Lichvar, Pavel Rochnyak. #2896 + * CPUFreq plugin: Read number of p-state transitions and time spent in + each p-state. Thanks to Sexton Rory. #2803 + * cURL, cURL-XML plugins: Option "Interval" has been added. Thanks to + Pavel Rochnyak. #2847 + * Disk plugin: Report number of in progress disk IO requests on FreeBSD. + Thanks to Nathan Huff. #2878 + * Exec plugin: Dynamic allocation of grname buffer has been added. + Thanks to sreedi, Florian Forster. #2937 + * GPU NVML plugin: New plugin to collect NVIDIA GPU stats. Thanks to + Evgeny Naumov. #2923 + * gRPC plugin: The "VerifyPeer" option for servers has been added. + Thanks to Florian Forster. #2593 + * Intel RDT plugin: Support for groups of PIDs has been added. Thanks to + Wojciech Andralojc, Mateusz Starzyk, Michal Aleksinski. #2891 + * IPMI plugin: Config options "SELSensor" and "SELIgnoreSelected" have + been added. Thanks to Mariusz Szafranski. #2796 + * Modbus plugin: Support for 64 bit vals has been added, support for + CDAB endian 32-bit modbus polls has been added. Thanks to Anthony + Vickers, PJ Bostley. #2670, #2660 + * Modbus plugin: The "Scale" and "Shift" metrics have been added. Thanks + to cekstam. #2729 + * Netlink plugin: Handle new counter from Linux kernel version 4.6+. + Thanks to Pavel Rochnyak. #2767 + * Network plugin: Option "BindAddress" has been added. Thanks to Ofir + Hermesh. #2831 + * Ping plugin: An "AddressFamily" configuration option has been added. + Thanks to 依云 lilydjwg. #2961 + * OVS Stats plugin: Extended metrics "ovs-dpdk" have been added. Thanks + to Matteo Croce, Ryan McCabe. #3000 + * OVS Stats plugin: Support of bond interface and a "InterfaceStats" + config option have been added. Thanks to Andrew Bays. #2880 + * PCIe Errors plugin: New plugin to read "PCIe" errors. Thanks to Kamil + Wiatrowski. #2733 + * Processes plugin: Support for Linux Delay Accounting has been added. + Thanks to Florian Forster. #2598 + * Redis plugin: Keyspace "hitratio" metric has been added, metric + "operations_per_second" has been removed, an option for connecting via + UNIX socket has been added. Thanks to Pavel Rochnyak. #2838, #2845, + #2904 + * RouterOS plugin: Support for temperature and voltage data has been + added, use MAC-address when Radio-name is missing. Thanks to Pavel + Rochnyak. #2851, #2854 + * RRDCacheD plugin: Time resolution has been improved to microseconds. + Thanks to Brian T. O'Neill. #3065 + * Sensors plugin: Checks for upper limit of "SENSORS_API_VERSION" have + been removed, support for libsensors older than 3.0.0 has been + dropped. Thanks to Pavel Rochnyak. #3013, #3014 + * SNMP plugin: New options "PluginInstance", "TypeInstance", + "TypeInstanceOID", "PluginInstanceOID", "FilterOID", "FilterValues" + and "FilterIgnoreSelected" have been added. Thanks to Pavel Rochnyak. + #2817, #2819 + * SNMP Agent plugin: Multiple key indexes to snmp table and other new + features have been added, refactoring, coverity scan issues have been + fixed. Thanks to Marcin Mozejko. #2702, #2844 + * Swap plugin: Support for Linux 2.4 has been dropped. Thanks to Pavel + Rochnyak. #2979 + * Turbostat plugin: Configuration option "RestoreAffinityPolicy" has + been added. Thanks to Pablo Llopis. #2627 + * Turbostat plugin: New metrics "P-states", "Turboboost", "Platform + TDP", "Uncore bus ratio" have been added. Thanks to Sexton Rory. #2806 + * Turbostat plugin: Support of reporting GPU power on SKL has been + added. Thanks to Gordon Kelly. #2605 + * virt plugin: Allow read "Hostname" from libvirt metadata. Thanks to + Mehdi ABAAKOUK. #2807 + * virt plugin: Block info statistics for disk devices have been added. + Thanks to Radoslaw Jablonski. #2874 + * Wireless plugin: A "bitrate" metric has been added. Thanks to Florian + Forster. #2950 + * Write Graphite, Write Kafka plugins: Support for Graphite 1.1+ tag has + been added. Thanks to Dan Cech. #2631 + * Write Prometheus plugin: Option "Host" has been added. Thanks to Pavel + Rochnyak. #2969 + * Write Stackdriver plugin: New plugin to write to Google Stackdriver + Monitoring. Thanks to Florian Forster. #2472 + * Write Syslog plugin: "write_syslog" plugin writes values lists as + syslog messages. Thanks to Shirly Radco. #3019 + * Build System: A warning that pkgdatadir and pkglibdir were previously + defined has been fixed, additional plugins have been enabled, + GNULIB_DIR has been added to LDFLAGS in configure.ac on Windows. + Thanks to Sean Campbell. #2907, #2885, #2882 + * Build System: Including "utils/mount/mount.h" has been fixed. Thanks + to Florian Forster. #3097 + * Build System: The amount of output from ./configure has been reduced, + rendering of collectd-lua(5) manpage has been fixed, don't hide errors + when creating manpage. Thanks to Ruben Kerkhof. #3086, #3088, #3092 + * collectd: A bug in "c_avl_iterator_prev" has been fixed. Thanks to + volth. #2917 + * collectd: A stringop compiler warning has been fixed. Thanks to Ruben + Kerkhof, Juan Osorio Robles. #3021 + * collectd: An invalid memory access in the "strjoin()" function has + been fixed. Thanks to Florian Forster. #3063 + * collectd: collectd binary has been refactored. Thanks to Sean + Campbell, Sebastian Harl. #2745 + * collectd: collectdmon cannot exit command line options parse loop has + been fixed. Thanks to takahashi-tsc. #2774 + * collectd: Endianness checks for AIX have been added, gcc issue on Mac + byteorder has been fixed, fallback for endianness conversion has been + added. Thanks to Dagobert Michelsen. #2761, #2741, #2717 + * collectd: Handle failure of simple config callbacks. Thanks to Ruben + Kerkhof. #3085 + * collectd: Include "kstat.h" if available to provide "kstat_ctl_t", + include "kstat.h" when available. Thanks to Dagobert Michelsen. #2716, + #2711 + * collectd: Parsing option for avoiding making BaseDir has been fixed. + Thanks to Mariusz Białończyk. #2856 + * collectd: Remove empty "cmd_listval_t" data structure and related + no-op code. Thanks to Pavel Rochnyak. #2779 + * collectd: src/daemon/plugin.c: Refactor plugin_load_file(), + src/utils_format_json.c: Remove chatty debug messages. Thanks to + Florian Forster. #2558, #2938 + * collectd: Stop poisoning function in debug mode. Thanks to Ruben + Kerkhof. #2804 + * collectd: The number of allocations when parsing types.db has been + reduced. Thanks to Ruben Kerkhof. #3091 + * collectd: The organization of the source repository has been improved. + Thanks to Florian Forster. #2961 + * collectd: Typos have been fixed. Thanks to Florian Forster, Jakub + Jankowski, William Pursell. #2944, #2692, #2643 + * tree-wide: cleanup: cf_util_get* instead of local copy in plugins, + prefixed error reporting. Thanks to Pavel Rochnyak. #2833 + * tree-wide: Some style issues have been fixed. Thanks to Ruben Kerkhof. + #3022 + * tree-wide: "sstrerror()" has been replaced with "STRERRNO". Thanks to + Pavel Rochnyak. #2735 + * AMQP1 plugin: Potential memory leaks found via scan-build have been + fixed, a typo in error log message has been fixed, cleanups. Thanks to + Andy Smith, Andrew Bays, Ruben Kerkhof. #2802, #2876, #2797 + * Barometer plugin: Support to "libi2c-4.0" has been added. Thanks to + Pavel Rochnyak. #2783 + * DBI, Oracle, PostgreSQL plugins: Fixes and improvements. Thanks to + Pavel Rochnyak. #1705 + * Disk plugin: "HAVE_UDEV_H" has been changed to "HAVE_LIBUDEV_H". + Thanks to Dylan Stephano-Shachter. #2668 + * Disk plugin: In linux, reset the disk when it disappears from + "/proc/diskstats". Thanks to Nikita Kozlov, Pavel Rochnyak. #2551 + * DPDK Events, DPDK Stats plugins: Buffer size for parsing lcores has + been increased, a deprecation warning has been fixed, runtime config + file path has been fixed. Thanks to Kevin Laatz. #2722, #2840, #2924 + * DPDK Stats plugin: A compilation issue has been fixed. Thanks to + Volodymyr Mytnyk. #2524 + * GPS plugin: Build with gpsd version 3.18 has been fixed. Thanks to + Baruch Siach. #2947 + * Intel RDT plugin: Compiler warnings have been fixed. Thanks to Ruben + Kerkhof. #3104 + * Log Logstash plugin: Non-portable struct initialization with "{}" has + been fixed. Thanks to Florian Forster. #2988 + * LUA plugin: A memory leak has been fixed. Thanks to Ruben Kerkhof. + #3090 + * MySQL plugin: Properly cleanup dropped MySQL connections. Thanks to + Dhrupad Bhardwaj. #2704 + * Netlink plugin: Truncation warnings have been fixed. Thanks to Ruben + Kerkhof. #2777 + * NFS plugin: Message "Unexpected number of fields for NFSv4 server + statistics: 62" has been fixed. Thanks to Yedidyah Bar David. #2076 + * NFS plugin: Number of fields for "NFSv4" has been fixed. Thanks to + Jan-Philipp Litza. #2915 + * Notify Email plugin: All notification parameters have been included + into email. Thanks to Pavel Rochnyak. #2834 + * NTPd plugin: Don't treat normal peers as refclocks, skip "0.0.0.0" + hosts in ntpd plugin. Thanks to Pavel Rochnyak, Ivan Kurnosov. #2822, + #2376 + * OAuth plugin: src/utils_oauth.c: Renew OAuth tokens 30 seconds before + they expire. Thanks to Florian Forster. #2970 + * OVS Stats plugin: A macro to populate counters list has been added, + value of "OpenFlow" has been corrected. Thanks to Matteo Croce. #2966, + #2963 + * OVS Stats plugin: Code style, cleanup and improvements. Thanks to + Pavel Rochnyak. #3011, #3012 + * OVS Stats, OVS Events plugins: utils_ovs: Avoid potential access of + freed memory, fixes. Thanks to Ciara Loftus, Mark Kavanagh. #2801, + #2731 + * Processes plugin: Compilation has been fixed when ps_delay() is not + used. Thanks to Pavel Rochnyak. #2610 + * Python plugin: A compilation warning with Python 3.7 has been fixed. + Thanks to Manoj Srivastava. #3042 + * Redis plugin: Bugfixes, extended error reporting, persistent + connections and parallel polling, ability to select db for queries has + been fixed. Thanks to Pavel Rochnyak, skob. #2826, #2789 + * Router OS plugin: Unset radio-name showing up as "(null)" has been + fixed. Thanks to melak. #2740 + * RRDCacheD plugin: Cleanup rrdcached plugin a bit. Thanks to Pavel + Rochnyak. #3080 + * RRDTool plugin: Error reporting has been extended. Thanks to Pavel + Rochnyak. #2825 + * Sensors plugin: Support for humidity sensors has been added. Thanks to + Sarah Fischmann. #2913 + * Sensu, OVS Stat, Turbostat, virt, OAuth, Write Prometheus, Intel RDT + plugins: Compiler warnings have been fixed. Thanks to Ruben Kerkhof. + #3093, #3098, #3099, #3100, #3102, #3103, #3104 + * virt plugin: Code "do {} while(0)" around macro has been removed. + Thanks to Florian Forster. #2579 + * virt plugin: Compiler warnings, a segfault in libvirt, typo in error + messages have been fixed. Thanks to Antoine Naud, Ruben Kerkhof, sarah + niuxu18. #2808, #2919, #2957 + * virt plugin: Optional "virDomainGetCPUStats()" has been removed from + main flow, cleanup. Thanks to Pavel Rochnyak. #2972, #2978 + * virt plugin: Tracking of VM state changes has been fixed. Thanks to + Radoslaw Jablonski. #2701 + * Write MongoDB plugin: Plugin dependencies have been fixed. Thanks to + Pavel Rochnyak. #3010 + * Write Prometheus plugin: A compilation issue on Mac OS X has been + fixed. Thanks to Florian Forster. #3059 + * Write Redis plugin: Bug ""max_set_duration" deletes unexpected data" + has been fixed. Thanks to takahashi-tsc. #2773 + * Write Stackdriver plugin: Potential NULL dereference and error + reporting have been fixed. Thanks to Florian Forster. #2960 + * collectd.conf(5): a typo has been fixed, the tail plugin's + documentation has been improved. Thanks to Ruben Kerkhof, Florian + Forster. #3087, #2994 + * collectd.conf.pod: virt: "Instances" option has been documented, a + clarifying example has been added. Thanks to Pavel Rochnyak, Fabien + Wernli. #2990, #2903 + * collectd-python: "Import" configuration option has been documented. + Thanks to Tyler Harper. #2985 + * collectd-snmp.pod: Document thread usage correctly. Thanks to Nathan + Ward. #3078 + * CONTRIBUTING.md: Improve wording around ChangeLog; fix example, + document the new change log requirement / behavior. Thanks to Florian + Forster. #3061, #3054 + * docs/review_comments.md: document with frequent review comments has + been started. Thanks to Florian Forster. #2964 + * README: Include compiler defenses suggestion, do not point users to + non-existing file. Thanks to Kevin Laatz, Ruben Kerkhof. #2721, #2045 + +2018-10-23, Version 5.8.1 + * collectd: Fix "BaseDir" option. Thanks to Mariusz Białończyk and + Pavel Rochnyak. #2857 + * collectd: improve error handling, check return values. Thanks to + Florian Forster. + * Build System: use "kstat.h", when available. Thanks to Dagobert + Michelsen and Pavel Rochnyak. #2784 + * Build System: Fix distcheck on MacOS. Thanks to Ruben Kerkhof. + * Build System: add missing include of ""collectd.h"" to fix builds on + Solaris. Thanks to Pavel Rochnyak. + * Build System: add endianess checks for AIX, fix GCC issue on Mac + byteorder, fix byteorder on Solaris, add fallback for endianess + conversion. Thanks to Dagobert Michelsen (multiple cherry picks from + master). + * Build System: Out-of-tree builds have been fixed. Thanks to Florian + Forster. #2602 + * Configuration: Error handling in the config parsing code has been + improved. Thanks to Florian Forster. + * Documentation: Fix typo in collectd.conf(5). Thanks to Pavel Rochnyak. + #2760 + * Documentation: update note on dpdkstat. Thanks to Maryam Tahhan. #2613 + * Various plugins: Errors found by the static code analysis tool + Coverity were fixed. Thanks to Florian Forster. #2559, #2560, #2561, + #2562, #2563, #2565, #2568, #2575, #2579, #2580, #2588, #2589 + * Ceph plugin: A segfault has been fixed. Thanks to Aleksei Zakharov and + Matthias Runge. #2572 + * DF plugin: fix memory leak in error case. Thanks to Takahashi tsc. + * Exec plugin: check return value of "plugin_thread_create()". Thanks to + Florian Forster. + * Exec plugin: Handling of large groups has been fixed. Thanks to + Sridhar Mallem. #2696 + * Exec plugin: Incorrect use of *putenv(3)* has been fixed. Thanks to + Daniel Vrátil. + * Exec plugin: A deadlock related to setting environment variables after + *fork()* has been fixed. Thanks to Daniel Vrátil. + * Intel PMU plugin: add core groups feature. Thanks to Kamil Wiatrowski. + #2681 + * Intel PMU plugin: fix compatibility issue with collectd 5.8. Thanks to + Kamil Wiatrowski. + * Intel PMU plugin: fix possible "NULL" pointer dereference. Thanks to + Kamil Wiatrowski. #2676 + * IPMI plugin: A segfault caused by a wrong data type has been fixed. + Thanks to Mariusz Szafrański. #2742 + * IPMI plugin: The sensor configuration option has been fixed. Thanks to + Pavel Rochnyak. #2629 + * memcached plugin: A deadlock situation has been fixed. Thanks to Pavel + Rochnyak. #2612 + * NFS plugin: Support for NFSv4 has been fixed. Thanks to Jan-Philipp + Litza. #2076 + * NTPd plugin: A memory leak in the error handling path has been fixed. + Thanks to Ruben Kerkhof. #2942 + * OVS Stats plugin: A deadlock situation has been fixed. Thanks to + Volodymyr Mytnyk. #2590 + * OVS Stats plugin: Fix reconnect after thread terminated. Thanks to + Volodymyr Mytnyk and Maram Tahhan. #2574 + * Perl plugin: A compilation failure has been fixed. Thanks to Pavel + Rochnyak. #2732 + * Perl plugin: Fix exporting notification meta data. Thanks to Florian + Forster. + * RRDtool plugin: Handling of very large "GAUGE" metrics has been fixed. + Thanks to Miroslav Lichvar. #2566 + * Tail plugin: Several regressions have been fixed. Thanks to Pavel + Rochnyak. #2535, #2587, #2611 + * turbostat plugin: A potential segfault due to an incorrect *free()* + has been fixed. Thanks to Ruben Kerkhof. #2948 + * UUID plugin: Fix hostname setting. Thanks to Pavel Rochnyak. #2723 + * virt plugin: A segfault during error handling has been fixed. Thanks + to Ruben Kerkhof. {{Issue|2919]} + * Write Kafka plugin: A build failure due to a deprecated API call has + been fixed. Thanks to Pavel Rochnyak. #2607, #2628, #2640 + * Write Prometheus plugin: Fix "MHD_USE_INTERNAL_POLLING_THREAD" flag in + newer libmicrohttpd. Thanks to Pavel Rochnyak. #2849 + * Write Prometheus plugin: set "SO_REUSEADDRESS" on listening socket. + Thanks to Pavel Rochnyak. #2570, #2673 + * Write Syslog plugin: The new "write_syslog" plugin writes value + lists as syslog messages. Thanks to Shirly Radco. #3019 + +2017-11-17, Version 5.8.0 + * collectd: The core daemon is now completely licensed under the MIT + license. + * collectd: Added daemon option to avoid making BaseDir. Thanks to + Nathaniel Wesley Filardo and Florian Forster. #2422 + * collectd: Global variables have been moved to their own module to make + porting collectd easier. Thanks to Sean Campbell. #2467 + * collectd as well as Apache, memcached, OpenLDAP, Perl, RouterOS, SNMP, + Tail-CSV plugins: Free userdata for "plugin_register_complex_read()". + Thanks to Pavel Rochnyack. #2349 + * Collectd client library: Added parsing and server code. Thanks to + Florian Forster. #2258 + * Build system: Dependency on libltdl has been removed, support for + libtool 1 has been dropped. Thanks to Ruben Kerkhof. #1898 + * Build system: The build system has been switched to non-recursive + make. Thanks to Ruben Kerkhof. #2085 + * APC UPS plugin: The plugin's configuration is now optional. Without a + "" block reasonable defaults will be used. Thanks to Pavel + Rochnyack. #2351 + * Chrony plugin: Several issues found when working with a stratum-1 + server have been fixed. Thanks to Miroslav Lichvar. #2190 + * Ceph plugin: Support for the Ceph version "Luminous" has been added. + Thanks to Aleksei Zakharov. #2464 + * CPU plugin : Linux-specific "guest" states have been added. Thanks to + Xavier G. #2439 + * cURL plugin, cURL-JSON, cURL-XML, DBI, FileCount, memcachec, Oracle, + PostgreSQL, Table, Tail, Tail CSV plugins: The ability to configure + the "plugin" field of generated metrics has been added. Thanks to + Pavel Rochnyack. #1944, #1681, #1558 + * cURL-JSON plugin: Parsing of arrays has been fixed. Thanks to Florian + Forster. #2281 + * DPDKEvents plugin: This new plugin reports link status and keep alive + events. Thanks to Maryam Tahhan, Harry van Haaren, Serhiy Pshyk, + Kim-Marie Jones, Krzysztof Matczak, Przemyslaw Szczerbik, Christian + Ehrhardt and Luca Boccassi. #2157, #2348, #2400, #2405, #2417 + * DPDKStat plugin: The plugin has been refactored to make DPDK related + utility functions reusable. Thanks to Krzysztof Matczak, Przemyslaw + Szczerbik, Christian Ehrhardt and Luca Boccassi. #2130, #2348, #2400, + #2405, #2417 + * DPDKStat plugin: The "LogLevel" and "RteDriverLibPath" config options + have been added. Thanks to Jiri Prokes. #2505 + * Email plugin as well as Exec and Unixsock plugins: Use + "_SC_GETPW_R_SIZE_MAX". Thanks to Florian Forster. #2451 + * FileCount plugin: Custom values for reported plugin, type and type + instance. Thanks to Pavel Rochnyack. #1979 + * GenericJMX plugin: Support for "AtomicInteger" and "AtomicLong" has + been added. Thanks to Pierre Mauduit. #2158 + * gRPC plugin: Support for meta data has been added. Thanks to Taylor + Cramer. #2378 + * IPC plugin: Fixed failed compilation on AIX. Thanks to Pavel + Rochnyack. #2357 + * Intel PMU plugin: This new plugin collects CPU performance metrics + using Intel's Performance Monitoring Unit (PMU). Scaling information + added to metadata. Thanks to Serhiy Pshyk and Roman Korynkevych. + #2276, #2398, #2374 + * Intel RDT plugin: Support for collectd's logging infrastructure has + been added. PQoS monitoring groups are being reset on start-up to fix + potential previous unclean shutdowns. Thanks to Roman Korynkevych. + #2089. + * IPMI plugin: Support for System Event Log (SEL) has been added. Thanks + to Roman Korynkevych. #2091 + * IPMI plugin: Support for remote IPMI controllers has been added. + Thanks to Pavel Rochnyack. #2024 + * LVM plugin: A check for the "CAP_SYS_ADMIN" capability has been added. + This will give users an informative warning when the process is not + running with the required privileges for this plugin. Thanks to + Florian Forster. #2426, #2499 + * mcelog plugin: This new plugin subscribes to Machine Check Exceptions + (MCE) and dispatches notifications. Metadata reset. Thanks to Maryam + Tahhan, Volodymyr Mytnyk, Taras Chornyi, Krzysztof Matczak and Roman + Korynkevych. #2003, #2246, #2380 + * MQTT plugin: Add support for TLS in "Subscriber" blocks. Thanks to + Florian Forster. #2434 + * memcached plugin: Persistent connections have been implemented. Fix + hit ratio reporting, add connections rate report. Thanks to Pavel + Rochnyack. #2388, #2385 + * memcached plugin: The type of the "listen_disabled" metric has been + changed to "total_events". Thanks to Florian Forster. #2386, #2468 + * Netlink plugin: The dropped packets metric has been added. Thanks to + Denys Fedoryshchenko. #2053 + * NFS plugin: Support for NFS 4.2 metrics has been added. Thanks to + Marek Becka. #2369 + * NFS plugin: Config options to ignore specified NFS versions have been + added. Thanks to Christian Bartolomäus. #2430 + * NUT plugin: The "ConnectTimeout", "ForceSSL", "VerifyPeer" and + "CAPath" options have been added. Thanks to Pavel Rochnyack and Steven + Bell. #2145, #2354 + * OpenLDAP plugin: A segfault after a connection failure has been fixed. + Thanks to Pavel Rochnyack. #2377 + * Openvpn plugin: Added support for status files from latest OpenVPN-2.4 + and possible from future versions. Thanks to Pavel Rochnyack. #2352 + * OVS Events plugin: This new plugin reports link state changes from + Open vSwitch (OVS). Thanks to Volodymyr Mytnyk. #1971 + * OVS Stats plugin: This new plugin reports bridge / interface + statistics from Open vSwitch (OVS). Thanks to Volodymyr Mytnyk and + Taras Chornyi. #2137 + * Perl plugin: Bugfix, added check of proper interpreter initialization. + Thanks to Pavel Rochnyack. #2391 + * PostgreSQL plugin: The plugin now sets the "application_name" + parameter when connecting to the database. Thanks to daniacs. #2497 + * Processes plugin: The I/O operations reported for selected processes + has been fixed. The metric "ps_disk_octets" has been renamed to + "io_octets" because it actually contains the number of I/O operation + by the process, not just disk related I/O. Same for "io_ops" + (previously "ps_disk_ops"). The new metric "disk_octets" has been + added and is reporting disk I/O only. Add option to collect the count + of active memory maps for Linux processes. The "CollectFileDescriptor" + and "CollectContextSwitch" options have been added. Thanks to Pavel + Rochnyack and to Wilfried Goesgens. #2232, #2454, #1989 + * Processes and TCPConns plugins: The OpenBSD implementation has been + changed to use "kvm_openfiles" with "KVM_NO_FILES". Thanks to Jeremie + Courreges-Anglas. #2061 + * Python plugin: Extend Notification class to include metadata. Thanks + to Volodymyr Mytnyk. #2135 + * Python plugin: The "CollectdException" class has been added. This + allows to throw an exception without a stack trace being logged. + Thanks to Sven Trenkel. #2330, #2346 + * Sensors plugin: Support for (electrical) current has been added. + Thanks to Clemens Gruber. #2255 + * SNMP plugin: Error handling has been improved: a potential double-free + is now avoided (potentially leaking memory) and handling of + non-failing subtrees has been fixed. Thanks to Pavel Rochnyack. #2449 + * SNMP plugin: The "Timeout" and "Retries" config options have been + added. Thanks to Carlos Vicente. #1472, #2488 + * SNMP Agent plugin: This new plugin implements an SNMP AgentX subagent + that receives and handles queries from SNMP master agent and returns + configured metrics. Thanks to Roman Korynkevych, Serhiy Pshyk and + Pavel Rochnyack. #2105, #2362 + * Synproxy plugin: This new plugin provides statistics for Linux + SYNPROXY. Thanks to Marek Bečka. #2381 + * Tail plugin: Allow the calculation of several distributions in one + "tail" instance through a "bucket" type. Thanks to Pavel Rochnyack. + #2442 + * Turbostat plugin: Import "msr-index.h" header from Linux and better + support for mutliple packages. Thanks to Vincent Brillault. #2445, + #2446 + * Uptime plugin: Changed implementation to read from "/proc/uptime" + instead of "/proc/stat". Update for Linux and AIX, uptime is read + directly using a system call. Update for BSD and Solaris, uptime is + calculated by subtracting boot time from current time. Thanks to Ivan + Kurnosov and Marcin Jurkowski. #2431, #2034 + * UUID plugin: Support for libhal has been removed. Thanks to Ruben + Kerkhof. #2080 + * Varnish plugin: Extended the varnish plugin with varnish-plus + counters. Fixed invalid data source type. Thanks to Denes Matetelki. + #2453, #2463 + * virt plugin: The plugin has been updated to use + "virConnectListAllDomains()". Thanks to Denis Silakov. #2051 + * virt plugin: Support for domain tags has been added. Thanks to + Francesco Romani. #2048 + * virt plugin: Connection handling has been improved. Thanks to + Francesco Romani. #2100, #2101 + * virt plugin: Many metrics have been added, including disk, hypervisor + CPU usage, performance monitoring events, domain state, CPU pinning + (affinity), file system, and job statistics. Thanks to Francesco + Romani and Przemyslaw Szczerbik. #2103, #2175, #2168 + * Write Graphite plugin: Additional tests have been added. Thanks to + Florian Forster. + * Write HTTP plugin: The "Attribute" and "TTL" options for the KairosDB + format have been added. Implementation of "Prefix" option. Thanks to + jaroug, Denis Pompilio and Pavel Rochnyack. #2199, #2252, #2482 + * Write MongoDB plugin: Memory leaks have been fixed. Thanks to + Saikrishna Arcot. #2307 + * Write Prometheus plugin: Label values are now properly escaped. Thanks + to Florian Forster. #2035 + * Write Redis plugin: Add "max_set_duration" to set duration for value. + Thanks to Tomofumi Hayashi. #2440 + * Write Riemann plugin: Export times with microsecond resolution. Thanks + to mcorbin. #2315 + * Write TSDB plugin: The options "ResolveInterval" and "ResolveJitter" + have been added to control DNS lookup behavior. This prevents DNS + flooding in case TSDB is not available. Thanks to Yves Mettier and + Florian Forster. #2059 + * ZFS ARC plugin: Header lines are now ignored in the Linux + implementation. Thanks to YmrDtnJu. #2097 + +2017-06-06, Version 5.7.2 + * Build system: The Notify Email plugin is no longer linked with + indirect dependencies. Thanks to Marc Fournier. + * collectd: A race condition when calculating a metric's rate has been + fixed. Thanks to Florian Forster. #1193 + * AMQP, Exec, UnixSock, Write Kafka plugins: Parsing of the PUTVAL + command with multiple values has been fixed. Thanks to Florian + Forster. #2274 + * AMQP plugin: The "ExchangeType" option is now also valid for + publishers. Thanks to Florian Forster. #2286 + * BIND plugin: Fix parsing of the sample time provided by BIND. + Previously, the time was assumed to be in the local timezone when in + fact it was in UTC. Thanks to Ed Ravin. #1268 + * BIND plugin: Memory leaks have been fixed. Thanks to Ruben Kerkhof. + #2303 + * cURL-JSON plugin: Handling of arrays has been fixed. Thanks to Florian + Forster. #2266 + * DPDKStat plugin: Error handling during initialization has been + improved. Thanks to Ruben Kerkhof. + * DPDKStat plugin: Handling of a number of metrics has been improved, + for example "rx_q0bytes". Thanks to Przemyslaw Szczerbik. #2167 + * Intel RDT plugin: Configuration handling has been changed to be more + graceful. Thanks to Maryam Tahhan. #2165 + * Log Logstash plugin: If writing the log entry fails, print it to + "STDERR" instead. Thanks to Marc Fournier. + * LogFile plugin: If writing to the file fails, print log messages on + "STDERR" instead. Thanks to Marc Fournier. + * memcachec, Tail plugins: A resource leak in the matching + infrastructure has been fixed. Thanks to Krzysztof Matczak. #2192 + * MQTT plugin: Invalid symbols in topic names are now replaced and a + resource leak has been fixed. Thanks to Denys Fedoryshchenko. #2123 + * Network plugin: A potential endless-loop has been fixed. This can be + triggered remotely by sending a signed network packet to a server + which is not set up to check signatures. Thanks to Marcin Kozlowski + and Pavel Rochnyack. #2174, #2233, CVE-2017-7401 + * Perl plugin: A potential double-free has been fixed. Thanks to Florian + Forster. #2278 + * Processes plugin: A compilation error on AIX has been fixed. Thanks to + Pavel Rochnyack. #2210 + * SMART plugin: A check for the "CAP_SYS_RAWIO" capability has been + added. Thanks to Marc Fournier. + * Write Graphite plugin: Error handling in the case that calculating a + metric's rate fails has been improved. Previously, the raw counter + values were sent to Graphite. Thanks to Iain Buclaw. #2209 + * Write Prometheus plugin: An incorrect use of "realloc(3)" has been + fixed. Thanks to Florian Forster. #2275 + +2017-01-23, Version 5.7.1 + * collectd: Handling of boolean configuration options has been unified. + Thanks to Sebastian Harl. #2083, #2098 + * collectd: Reporting of internal statistics has been fixed. Thanks to + Florian Forster. #2108 + * collectd, various plugins: Bugs and issues reported by scan-build and + coverity-scan have been fixed. Thanks to Ruben Kerkhof and Florian + Forster. + * Build system: Parallel build have been fixed. Thanks to Ruben Kerkhof. + #2110 + * DPDKStat plugin: Portability issues and a double-close bug have been + fixed. Thanks to Ruben Kerkhof and Marc Fournier. + * Intel RDT plugin: A check for the libpqos library version has been + added. Thanks to Serhiy Pshyk. + * NetApp plugin: Compilation problems have been corrected. Thanks to + Florian Forster. #2120 + * Write Prometheus plugin: A memory leak has been fixed. Thanks to Ruben + Kerkhof. + +2016-12-12, Version 5.7.0 + * Documentation: The Turbostat plugin section has been improved. Thanks + to Florian Forster + * Documentation: The semantics of the "TypesDB" option have been + improved. Thanks to Florian Forster. + * collectd: A generic interface for parsing the text protocol has been + added. Thanks to Sebastian Harl. #1749 + * collectd: Threads now get named, making them easier to track using + tools such as top, ps, etc. Thanks to Manuel Luis Sanmartín Rozada + and Marc Fournier. #547 + * AMQP plugin, Write Graphite plugin, Write Kafka plugin: The new + "[Graphite]PreserveSeparator" option allows retaining the default dot + separator rather than escaping it. Thanks to Florian Forster. #419 + * Battery plugin: A StateFS backend for gathering statistics has been + added. Thanks to Rinigus. #1795 + * CPU plugin: CPU aggregation on AIX was fixed. Thanks to Chao Yang. + #1957 + * Collectd::Unixsock: Fractional seconds support has been made more + robust. Thanks to Matthias Bethke. #2052 + * DPDKStat plugin: This new plugin collects DPDK interface statistics. + Thanks to Maryam Tahhan, Harry van Haaren, Taras Chornyi and Kim + Jones. #1649 + * gRPC plugin: The "DispatchValues" option has been renamed to + "PutValues". Thanks to Florian Forster. + * HDDTemp plugin: The 32 devices limit has been removed. Thanks to + Benjamin Gilbert. #631 + * Hugepages plugin: This new plugin reports the number of used and free + hugepages on Linux. Thanks to Jaroslav Safka, Maryam Tahhan, Kim Jones + and Florian Forster. #1799 + * Intel RDT plugin: This new plugin collects statistics exposed by + Intel's Resource Director Technology . Thanks to SerhiyX. #1970 + * memcached plugin: The new "Address" option allows connecting to a + different server than specified by the "Host" option. Thanks to Pavel + Rochnyack. #1975 + * nginx plugin: Support for reporting failed connections has been added. + Thanks to Pavel Rochnyack. #1609 + * Perl plugin: Significant internal reworking has been made. The new + "RegisterLegacyFlush" option has been added. Thanks to Pavel + Rochnyack. #1731 + * PostgreSQL plugin: Timestamps are now RFC 3339-formatted local time. + Thanks to Igor Peshansky and Dave Cunningham. #1918 + * Processes plugin: Internal performance improvements have been made. + Thanks to Pavel Rochnyack. #1980, #1981 + * RRDCacheD plugin: The plugin now tries to reconnect upon failed + operations. Thanks to Sebastian Harl. #1959 + * SpamAssassin: The plugin can now run in Perl's "tainted mode" ("-T"). + Thanks to Akos Vandra. #1962 + * Tail plugin: Support for calculating latency distribution of matching + values has been added. Thanks to Pavel Rochnyack and Florian Forster. + #1700 + * Tail plugin: The new "GaugePersist" option has been added. Thanks to + Florian Forster. #2015 + * Target:Set, Target:Replace, Match:RegEx: MetaData support has been + added . Thanks to Igor Peshansky. #1922, #1923, #1930 + * turbostat plugin: The new "LogicalCoreNames" option allows switching + to per-core naming rather than per-CPU. Thanks to Brock Johnson. #2056 + * virt plugin: The new "BlockDeviceFormat" and + "BlockDeviceFormatBasename" options help controlling the names + reported for block-device metrics. Thanks to Deyan Chepishev. #2004 + * Write Graphite plugin: A new "DropDuplicateFields" option has been + added. Thanks to Michael Leinartas. #1915 + * Write Kafka plugin: The "Key Random" setting has been reintroduced. + Thanks to Florian Forster. #1977 + * Write Log plugin: Support for formatting output in JSON has been + added, using the new "Format" configuration option. Thanks to Igor + Peshansky. #1924 + * Write Prometheus plugin: This new plugin publishes values using an + embedded HTTP server, in a format compatible with Prometheus' + collectd_exporter. Thanks to Florian Forster. #1967 + +2017-10-06, Version 5.6.3 + * collectd: support for boolean string config values has been + reintroduced. Thanks to Sebastian Harl. #2083, #2098 + * collectd: The capability checking has been changed to use + "cap_get_proc()". Thanks to Marc Fournier. #2151 + * Documentation: A section documenting ignore lists has been added to + collectd.conf(5). Thanks to Florian Forster. + * AMQP plugin: The "ExchangeType" option is now also valid for + publishers. Thanks to Florian Forster. #2286 + * Apache, Ascent, BIND, cURL, cURL-JSON, cURL-XML, nginx, Write HTTP + plugins: Handling of URLs that redirect elsewhere has been fixed. + Thanks to Pavel Rochnyack. #2328 + * BIND plugin: Fix parsing of the sample time provided by BIND. + Previously, the time was assumed to be in the local time zone when in + fact it was in UTC. Thanks to Ed Ravin. #1268 + * BIND plugin: Memory leaks have been fixed. Thanks to Ruben Kerkhof. + #2303 + * Chrony plugin: Build flags have been fixed. Thanks to Thomas Jost and + Marc Fournier. #2133 + * cURL-JSON plugin: The timeout value has been changed to default to the + collection interval. This fixes a regression. Thanks to Marc Fournier. + * cURL-JSON plugin: Handling of arrays has been fixed. Thanks to Florian + Forster. #2266 + * DBI plugin: Memory leaks at shutdown have been fixes. Thanks to Pavel + Rochnyack and Florian Forster. + * E-Mail, Exec, UnixSock plugins: Group ID lookup on systems with many + groups has been fixed. Thanks to Ruben Kerkhof and Florian Forster. + #2208 + * IPC plugin: A compilation error on AIX has been fixed. Thanks to Pavel + Rochnyack. #2305 + * LogFile plugin: If writing to the file fails, print log messages on + "STDERR" instead. Thanks to Marc Fournier. + * Log Logstash plugin: If writing the log entry fails, print it to + "STDERR" instead. Thanks to Marc Fournier. + * memcachec, Tail plugins: A resource leak in the matching + infrastructure has been fixed. Thanks to Krzysztof Matczak. #2192 + * MQTT plugin: Invalid symbols in topic names are now replaced and a + resource leak has been fixed. Thanks to Denys Fedoryshchenko. #2123 + * Network plugin: A potential endless-loop has been fixed. This can be + triggered remotely by sending a signed network packet to a server + which is not set up to check signatures. Thanks to Marcin Kozlowski + and Pavel Rochnyack. #2174, #2233, CVE-2017-7401 + * Network plugin: A use-after-free has been fixed. Thanks to Pavel + Rochnyack. #2375 + * Notify Email plugin: The plugin is no longer explicitly linked against + libssl and libcrypto, relies on libesmtp being linked correctly. + Thanks to Marc Fournier. Debian#852924 + * NTPd plugin: Calculation of loop offset and error has been fixed. + Thanks to Neil Wilson. #2188 + * OpenLDAP plugin: An incorrect use of the ldap library, leading to a + crash, has been fixed. Thanks to Marc Fournier. #2331 + * Perl plugin: A potential double-free has been fixed. Thanks to Florian + Forster. #2278 + * Perl plugin: Print an error when an incorrect configuration is + encountered. Thanks to Pavel Rochnyack. #927 + * RRDtool plugin: Incorrect handling of the flushes timeout option has + been fixed. Handling of the "RandomTimeout" has been fixed. Thanks to + Pavel Rochnyack. #2363 + * SMART plugin: Some warning messages have been removed and the code has + been cleaned up. Thanks to Florian Forster. #2062 + * SMART plugin: A check for the "CAP_SYS_RAWIO" capability has been + added. Thanks to Marc Fournier. + * SNMP plugin: A double free has been fixed. Thanks to Pavel Rochnyack. + #2291 + * Write Graphite plugin: Error handling in the case that calculating a + metric's rate fails has been improved. Previously, the raw counter + values were sent to Graphite. Thanks to Iain Buclaw. #2209 + * Write Kafka plugin: A 32 bit random number is now used when formatting + a random key. Thanks to Florian Forster. #2074 + + +2016-11-30, Version 5.6.2 + * collectd: A compile error on AIX has been fixed: "MSG_DONTWAIT" is not + available on AIX. Thanks to Chao Yang. + * collectd: The capability checking has been rewritten to be more + portable. Thanks to Florian Forster. #2009 + * collectd.conf(5): Various typos have been fixed. Thanks to Marc + Fournier. + * collectd-tg: Incorrect usage of "nanosleep()" has been fixed which + caused the tool to sleep (almost) indefinitely. Thanks to Florian + Forster. + * Build system: Detection of the Java environment has been made + deterministic to allow for reproducible builds. Thanks to Marc + Fournier. #1523 + * Build system: Detection of the Lua headers has been improved. Thanks + to Ruben Kerkhof. + * APC UPS plugin: Unavailable metrics are now skipped instead of + reported as 0 (zero). Thanks to Florian Forster. #2025 + * Modbus plugin: Build issues on FreeBSD have been fixed. Thanks to + Florian Forster. + * OpenVPN plugin: Gracefully handle empty configurations. Thanks to + Pavel Rochnyack. #1932 + * PowerDNS plugin: The "recursor command" has been fixed so PowerDNS can + correctly parse all requested fields. Thanks to Ruben Kerkhof. + * Write Graphite and AMQP plugins: A bug that could lead to a missing + null-termination has been fixed. Thanks to Markus Linnala. + * Write HTTP plugin: A logic error when checking the correctness of the + data set has been fixed. Thanks to Pavel Rochnyack. #1996 + * Write Kafka plugin: The "Key Random" config option has been fixed. + Thanks to Florian Forster. #1977 + * Write Kafka plugin: Support for librdkafka 0.9.0 has been added. + Thanks to Florian Forster. + * Write Riemann plugin: Build issues on Solaris have been fixed. Thanks + to Florian Forster. + * ZFS ARC plugin: A duplicate metric has been removed. Thanks to Ruben + Kerkhof. #1963 + +2016-10-07, Version 5.6.1 + * Build system: Unnecessary linking of the Write Graphite plugin with + libyajl has been removed. Thanks to Marc Fournier. + Debian#839771, #1976 + * collectd: A bug in the "FlushInterval" option that caused a + segmentation fault in the Write HTTP plugin has been fixed. Thanks to + Florian Forster. #1954 + * Apache plugin: A syntax error has been fixed. Thanks to Florian + Forster. + * cURL-JSON plugin: A segmentation fault that occurred when handling + JSON with unexpected structure has been fixed. Thanks to Florian + Forster. #1896 + * PostgreSQL plugin: Handling of "NULL" values in the "query_plans" and + "query_plans_by_table" queries has been fixed. Thanks to Bernd + Zeimetz. #1905 + * RRDCacheD plugin: Reconnection behavior has been added. Thanks to + Sebastian Harl. Debian#657877 + * VServer plugin: Use of a deprecated API ("readdir_r()") has been + fixed. Thanks to Sebastian Harl. + * Write Graphite plugin: Make default values configurable at compile + time again. Thanks to Florian Forster. #1953 + * Write HTTP plugin: A bug has been fixed that lead to flush callbacks + being registered twice. Thanks to Florian Forster. #1955 + +2016-09-11, Version 5.6.0 + * Build system: An option to to avoid building the DF plugin against XFS + has been added. Thanks to Ruben Kerkhof. #1878 + * Build system: Autoconf ≥ 2.60, a C99-capable compiler and pkg-config + are now required. Thanks to Ruben Kerkhof. + * Build system: Building with "-Werror" is now optional. Thanks to Ruben + Kerkhof. #1222 + * Build system: Many compilation issues on non-Linux platforms have been + fixed, leading to wider plugin support. Thanks to Ruben Kerkhof, + Dagobert Michelsen, Havard Eidnes and Robert Viduya. + * Build system: The configuration summary now also ends up in + config.log. Thanks to Sebastian Harl. + * collectd: All command-line options now override global options from + the config file. Thanks to Sebastian Harl. #366 + * collectd: A number of unit tests for commonly used functions have been + added. Thanks to Florian Forster. + * collectd: Plugins start up and read timeouts are now logged. Thanks to + Marc Fournier. #1293, #1254 + * collectd: Support for a timeout has been added to "FLUSH" callbacks. + Thanks to Manuel Luis Sanmartín Rozada. + * collectd: The "-T" command line switch now reports more errors. Thanks + to Corey Kosak. #1642 + * collectd: The max size of value list elements ("DATA_MAX_NAME_LEN") + has been doubled and is now configurable at build time. Thanks to Amy + Lin, Florian Forster and Radu Brumariu. #1120 + * Set target: The "MetaData" option has been added. Thanks to Yves + Mettier and Kevin Bowling. #1106, #1656, #1913 + * AMQP, Write_HTTP, Write_Kafka plugins: Support for libyajl < 2 has + been added. Thanks to Florian Forster. + * APC UPS plugin: Parsing of end markers has been fixed. Thanks to + Florian Forster #617 + * APC UPS plugin: The "PersistentConnection" option has been added. + Thanks to Florian Forster #617 + * ceph, DNS, Exec, IPTables, Ping, turbostat plugins: When running + unprivileged, these plugins will now warn about insuffiscient + permissions or capabilities(7). Thanks to Marc Fournier. #1530 + * Chrony plugin: This new plugin collects NTP data from the chrony NTP + server. Thanks to Claudius Zingerli. #1548 + * cpusleep plugin: This new plugin measures time spent by CPU in deep + sleep mode. Thanks to Rinigus. #1826 + * CPU plugin: The "ReportNumCpu" option has been added. Thanks to Fabien + Wernli. + * cURL, cURL-JSON, cURL-XML plugins: The new "Statistics" reports + various per-HTTP connection timers. Thanks to Sebastian Harl. #1004 + * DBI plugin: The "Interval" option has been added to "Database" blocks. + Thanks to Michal Bebjak. + * Disk plugin: Support for FreeBSD has been added. Thanks to Xin Li, + Brad Davis, Ruben Kerfhof and Kevin Bowling. + * Empty Counter match: Support for derives has been implemented. Thanks + to Florian Forster. #1813 + * GenericJMX plugin: Support for TabularData and the "PluginName" option + have been added. Thanks to David Crane. #1290, #1291 + * GPS plugin: This new plugin reports the number of sattelites seen by + and precision of a GPS receiver. Thanks to Nicolas Jourden. #1346 + * gRPC plugin: This new client and server plugin allows sending and + receiving metrics using the gRPC protocol. Comparable to the UnixSock + plugin, but using TCP and TLS. Thanks to Sebastian Harl and Florian + Forster. + * Interface plugin: Reporting dropped packets has been added. Thanks to + Marc Falzon. #1555 + * Interface plugin: The "ReportInactive" has been added, letting users + skip inactive network interfaces. Thanks to Rinigus. #1791 + * Interface plugin: The new, Solaris-only "UniqueName" option has been + added. Thanks to Yoga Ramalingam. #1416 + * Lua plugin: This new language binding allows writing plugins using the + Lua programming language. Thanks to Julien Ammous, Florian Forster and + Ruben Kerkhof. + * Memory plugin: Reporting of ARC memory on Solaris has been added. + Thanks to Brian ONeill. + * MQTT plugin: This new plugin sends metrics to and/or receives metrics + from an MQTT broker. Thanks to Marc Falzon, Jan-Piet Mens, Nicholas + Humfrey and Florian Forster. #805, #1124 + * MySQL plugin: Connection to the database server can now be done over + SSL. Thanks to Brian Lalor. #1256 + * MySQL plugin: Monitoring slow queries has been added. Thanks to skob. + #1773 + * MySQL plugin: mysql_bpool_pages-flushed has been renamed to + mysql_bpool_counters-pages_flushed because the value is cumulative. + Thanks to Marek Becka. + * MySQL plugin: Support for Galera statistics has been added. Thanks to + Rachid Zarouali. #1849 + * MySQL plugin: Support for InnoDB metrics was improved. Thanks to Aman + Gupta. #1111 + * MySQL plugin: The "mysql_sort" type has been split into 3 different + types. Thanks to Pavel Rochnyack. #1592 + * Network plugin: Decryption error logging has been improved. Thanks to + Pavel Rochnyack. #1735 + * Notify Nagios plugin: This new plugin sends notifications to Nagios as + a passive check result. Thanks to Florian Forster. + * NTPd plugin: The plugin now detects if the ntp daemon reports + nanoseconds instead of microseconds. Thanks to Matwey V. Kornilov. + #1783 + * OpenLDAP plugin: Several connection-related improvements have been + made. Thanks to Marc Fournier. #1308 + * OpenLDAP plugin: Support for "simple authentication" has been added. + Thanks to Marek Becka. #1087 + * Ping plugin: The "Size" option has been added, allowing the ICMP data + payload size to be configured. Thanks to Witold Baryluk. #1395 + * PostgreSQL, DBI, Oracle plugins: The new "PluginInstanceFrom" option + has been added. Thanks to Pavel Rochnyack. #1707 + * PowerDNS plugin: The recursor metrics have been updated to 3.7.3 and + missing rr types have been added. Thanks to Ruben Kerkhof. + * Processes plugin: Counting of context switches was added for Linux. + Thanks to Manuel Luis Sanmartín Rozada. #1036 + * Processes plugin: Improve reliability of thread counts on Linux. + Thanks to Manuel Luis Sanmartín Rozada. + * Python plugin: Minimal Python version requirement has been bumped to + 2.6. Thanks to Ruben Kerkhof. #1864 + * Redis plugin: Several additional metrics are now collected. Thanks to + Marc Falzon and Matteo Contrini. #1807, #1483 + * Sensors plugin: The "UseLabels" option has been added. Thanks to + Christian Fetzer. + * SMART plugin: The new "IgnoreSleepMode" option has been added. Thanks + to Scott Talbert. #1770 + * SMART plugin: The new "UseSerial" option allows identifying devices in + a stable way. Thanks to Scott Talbert. #1794 + * SNMP plugin: The "IpAddress" can now be used for instances. Thanks to + Vincent Bernat. #1397 + * StatsD plugin: Latency calculation histogram is now able to shrink + automatically to optimal size. Thanks to Pavel Rochnyack. #1622 + * StatsD plugin: The "CounterSum" option has been added. Thanks to + Florian Forster. #929, #1282, #1311 + * UUID plugin: The plugin now also looks in in smbios system table and + "/sys/class/dmi". Thanks to Ruben Kerkhof. #1490 + * virt plugin: The "PluginInstanceFormat" option has been added. Thanks + to Ruben Kerkhof. #1100 + * Write Graphite plugin: The "ReconnectInterval" option has been added. + Thanks to Toni Moreno and Florian Forster. + * Write HTTP plugin: A KairosDB formatter has been added. Thanks to + Aurélien Rougemont. #1809 + * Write HTTP plugin: Notifications are now handled by this plugin. + Thanks to Florian Forster. + * Write HTTP plugin: The "LogHttpError" option has been added. Thanks to + vzubko. + * Write HTTP plugin: The new "Headers" option allows setting custom HTTP + headers in outgoing requests. Thanks to Brandon Arp. #1634 + * Write Kafka plugin: Key handling has been made more comprehensive and + reliable. Thanks to Florian Forster, Pierre-Yves Ritschard and Vincent + Bernat. #1765, #1695, #1393 + * Write Redis plugin: The "Database", "MaxSetSize", "Prefix" and + "StoreRates" options have been added. Thanks to Brian Kelly and + Sebastian Pfahl. + * Write Riemann plugin: The new "BatchFlushTimeout" and "Timeout" option + have been added. Thanks to Pierre-Yves Ritschard and Gergely Nagy. + * Write Riemann plugin: This plugin now requires the riemann-c-client + library, version 1.6.0+. This adds support for submitting values to + Riemann over TLS. Thanks to Gergely Nagy. #986 + * Write TSDB, Write Sensu, Write Riemann, Write Graphite, Write TSDB + plugin: TCP keepalive is now enabled, helping graceful recovery from + unclean network disconnections. Thanks to Marc Fournier. #1549 + * XenCPU plugin: This new plugin collects XEN Hypervisor CPU stats. + Thanks to Pavel Rochnyack. #1608 + * ZFS ARC plugin: Several new statistics have been added and a couple of + obsolete ones removed. Thanks to Brad Davis, Brian ONeill and Ruben + Kerkhof. + * Zone plugin: This new plugin reads per-zone CPU usage on Solaris. + Thanks to Mathijs Mohlmann and Dagobert Michelsen. + +2016-11-28, Version 5.5.3 + * collectd: Write threads are stopped before shutdown callbacks are + called. Thanks to Florian Forster. #1110 + * collectd: A compile error on AIX has been fixed: "MSG_DONTWAIT" is not + available on AIX. Thanks to Chao Yang. + * libcollectdclient: Lines printed to "STDERR" are now guarded by the + environment variable "COLLECTD_TRACE". Thanks to Florian Forster. #105 + * collectd.conf(5): Various typos have been fixed. Thanks to Marc + Fournier. + * Build system: Detection of the Java environment has been made + deterministic to allow for reproducible builds. Thanks to Marc + Fournier. #1523 + * APC UPS plugin: Unavailable metrics are now skipped instead of + reported as 0 (zero). Thanks to Florian Forster. #2025 + * Battery plugin: The minimum value has been removed from the power type + to allow the plugin to report discharging batteries as negative power. + Thanks to Florian Forster. + * DBI, Oracle and PostgreSQL plugins: An error message when the type + instance is truncated has been added. Thanks to Florian Forster. #4 + * cURL-JSON plugin: A possible segmentation fault when parsing + unexpected JSON has been fixed. Thanks to Florian Forster. #1896 + * DF plugin: Compilation with xfsprogs ≥ 4.7.0 has been fixed. Thanks + to Thomas Deutschmann. #1877 + * Modbus plugin: Build issues on FreeBSD have been fixed. Thanks to + Florian Forster. + * Network plugin: An error message has been corrected. Thanks to Florian + Forster. + * Network plugin: Handling of errors form secure memory initialization + has been improved: the plugin fails gracefully now instead of calling + "abort()". Thanks to Sebastian Harl. + * Network plugin: The gcrypt library is only initialized when it is + actually required due to the network plugin's configuration. Thanks to + Florian Forster. #1902 + * Ping plugin: The init callback has been changed to be idempotent, + fixing errors being reported on Solaris. Thanks to Florian Forster. + #869 + * PostgreSQL plugin: The query_plans and query_plans_by_table queries + have been improved to return 0 (zero) instead of "NULL" when not + available. Thanks to Bernd Zeimetz. #1905 + * PowerDNS plugin: The "recursor command" has been fixed so PowerDNS can + correctly parse all requested fields. Thanks to Ruben Kerkhof. + * Python plugin: Handling of data sets with multiple data sources of + different type has been fixed. Thanks to Sebastian Harl. + * RRDCacheD plugin: Reconnection behavior after failed operations has + been added. Thanks to Sebastian Harl. Debian#657877 + * Write Graphite and AMQP plugins: A bug that could lead to a missing + null-termination has been fixed. Thanks to Markus Linnala. + * Write Kafka plugin: Support for librdkafka 0.9.0 has been added. + Thanks to Florian Forster. + * Write Riemann plugin: Build issues on Solaris have been fixed. Thanks + to Florian Forster. + +2016-07-25, Version 5.5.2 + * collectd: A division by zero has been fixed in the + "plugin_dispatch_multivalue()" function. Thanks to Corey Kosak. + * collectd: The address of the Free Software Foundation has been fixed + in GPL license headers. Thanks to Ruben Kerkhof. + * Build system: Detection and handling of librrd 1.6 and later has been + fixed. Thanks to Ruben Kerkof. + * Apache plugin: A warning about a possible misconfiguration has been + added. Thanks to Marc Fournier. + * cURL, cURL-JSON and cURL-XML plugins: A memory leak when allocating + more memory fails has been fixed. Thanks to Brandon Arp. + * DF plugin: A build issue on DragonFlyBSD has been fixed. Thanks to + Ruben Kerkhof. #1575 + * Ethstat plugin: Code to strip leading whitespace from device names. + This works around an issue in the VMXNet3 driver. Thanks to Thomas + Guthmann. #1059 + * Exec plugin: A problem in the error handling of an fdopen() failure + has been fixed. Thanks to @ciomaire. + * Modbus plugin: The debug output has been disabled by default. It is + now only enabled when building with "--enable-debug". Thanks to Eric + Sandeen and Marc Fournier. + * Network plugin: A check for the initialization of secure memory has + been added. Previously, failure to initialize this memory was + ignored. Thanks to @yujokang. #1665 + * Network plugin: A heap overflow has been fixed in the server code. + This issue can be triggered remotely and is potentially exploitable. + Thanks to Emilien Gaspar. CVE-2016-6254 + * Perl plugin: Init callbacks have been changed to run essentially + single-threaded to avoid race conditions by init functions which + create additional threads. Thanks to Pavel Rochnyack. #1706 + * Processes plugin: A warning about too long process names has been + added. Thanks to Marc Fournier. #1284 + * Redis plugin: A memory leak in an error handling code path has been + fixed. Thanks to Andrés J. Díaz. + * Redis plugin: The data source type of the expired_keys metric has been + corrected to "DERIVE". Thanks to Marc Falzon and Marc Fournier. #1483. + * SMART plugin: A build dependency on libudev has been added. Thanks to + Pavel Rochnyack. #1724 + * StatsD plugin: A deadlock on plugin shutdown has been fixed. Thanks to + Pavel Rochnyack #1703 + * Write HTTP plugin: Freeing of memory holding HTTP headers during + shutdown has been fixed. Thanks to Tolga Ceylan. + * Write Sensu plugin: A segfault when the Tag was unset has been fixed. + Thanks to Marc Fournier. + * ZFS ARC plugin: The cache_operation-stolen metric has been removed for + FreeBSD 10.2 and later. Thanks to Ruben Kerkhof. #1580 + +2016-01-22, Version 5.5.1 + * Build system: Compilation errors have been avoided by correctly + defining package name and version used by autoconf. Thanks to Nathan + Berkley. #1063 + * Build system: Dependency ordering was fixed to ensure parallel builds + work reliably. Thanks to Gustavo Zacarias. #1125 + * Build system: Error messages have been improved and building the unit + tests has been fixed on Solaris. Thanks to Florian Forster and + Dagobert Michelsen. #1077 + * Build system: The move of the "utils_ignorelist" functions has been + reverted. This fixes build issues of numerous plugins. Thanks to + Benjamin Drung;. #1323 + * Build system: The fhcount plugin has been restricted to Linux. Thanks + to Ruben Kerkhof. #1195 + * Build system: Detection of header files for the turbostat plugin has + been fixed. Thanks to Marc Fournier. #1075 + * collectd: The "LC_NUMERIC" locale is now forced, to prevent issues + with some plugins on environments using a comma as decimal separator. + Thanks to Florian Forster. #1237 + * Documentation: Some precisions related to the virt plugin have beed + added. Thanks to Wojtek Bocer and Ruben Kerkhof. + * Documentation: The CollectdInternalStats documentation has been + improved. Thanks to Yves Mettier and Florian Forster. + * Battery plugin: A missing Type has been added. Thanks to Marc + Fournier. #1338 + * Bind plugin: An off-by-one error has been fixed: an index was checked + against a wrong variable, which may lead to an out-of-bounds read. + Thanks to Michal Humpula. #1123 + * Ceph plugin: JSON parsing has been refactored to support ceph 10.0.0 + and fixes several buffer overflows. Thanks to Florian Forster. #1350 + * CPU plugin: A Mac OS X specific bug has been fixed: the plugin + expected an incorrect number of CPU states, resulting in failing read + callbacks. This regression was introduced in 5.5.0. Thanks to Robert + Viduya. + * Disk plugin: Support for Mac OS X 10.10 has been added. Thanks to + Robert Viduya. #1065 + * IPC plugin: Support for building with musl-libc has been added. Thanks + to Natanael Copa. #1147 + * Log Logstash plugin: A segfault when using libyajl, version 1 was + fixed. Thanks to Vincent Bernat. #1190 + * Log Logstash plugin: The timestamp is now ISO 8601 compliant. Thanks + to Marc Fournier. #1132 + * memcached plugin: The Type of the listen-disabled metric was fixed. + Thanks to Florian Forster. #1356 + * MySQL plugin: The Type used by Innodb_buffer_pool_pages_flushed was + fixed. Thanks to Marek Becka. #1085 + * OpenLDAP plugin: A crash when using LDAPI (LDAP-over-IPC) got fixed. + Thanks to Marek Becka. #1080 + * OpenLDAP plugin: Support for Mac OS X has been added. Thanks to Ruben + Kerkhof. #1489 + * SMART plugin: A memory leak has been fixed. Thanks to Florian + Schüller and Pierre-Yves Ritschard. #1076 + * Swap plugin: A regression that would lead to swap usage being reported + in kilobytes (instead of bytes) has been fixed. Thanks to Marek Becka. + #1071 + * Varnish plugin: Support for FreeBSD has been added. Thanks to Ruben + Kerkhof. #1182 + * Varnish plugin: Support for versions 3 and 4 has been made more + tolerant to minor changes in Varnish point releases. Thanks to Marc + Fournier. #1302 + * virt plugin: A copy-and-paste mistake in an error message has been + fixed. Thanks to Ruben Kerkhof. #1101 + * Write Kafka plugin: Support for Solaris has been added. Thanks to + Shahul Hameed. #1171 + * Write Redis plugin: Dead code has been removed. Thanks to Brian Kelly. + #1143 + * 27 patches have been applied to numerous plugins and core components, + fixing various programming errors which were reported by scan-build, + libasan, FBInfer, coverity-scan and clang: Thanks to Ruben Kerkhof, + Florian Forster and Marek Becka. + * Collectd::Unixsock: A Perl error got corrected. Thanks to Ciaran Mac + An Iomaire. #1295 + +2015-05-27, Version 5.5.0 + * Build system: Ability to make out-of-tree builds has been fixed. + Thanks to Vincent Bernat. #792 + * Build system, Disk and Users plugins: Detection and use of libstatgrab + ≧ 0.90 has been added. Thanks to Vincent Bernat. #445, #795, #806, + #807, #908 + * Build system, Memory, CPU, TCPConns and Processes plugins: Numerous + fixes related to OpenBSD support have been added. Thanks to Landry + Breuil. #777, #778, #779, #808 + * Build system: Plugins now only export "module_register()". Thanks to + Florian Forster. + * Build system: Various cleanups and improvements have been done. Thanks + to Marc Fournier. + * collectd: Numerous internal changes and improvements to the daemon and + the plugin API have been make. Thanks to Florian Forster, Pierre-Yves + Ritschard and Alex Petrov. #512, #727 + * collectd: Numerous spelling mistakes have been corrected in comments + and documentation and several error messages have been improved. + Thanks to Ruben Kerkhof, Abhinav Upadhyay, Olivier Bazoud, Pierre-Yves + Ritschard, Tim Smith, Moshe Zada, Katelyn Perry and Marc Fournier. + * collectd: Rules/Targets can now be appended to existing Filter Chains. + Thanks to Marc Falzon. #444 + * collectd: Failing Filter Chains destinations will now log the list of + available write targets. Thanks to Wilfried Goesgens. #650, #1043 + * collectd: Support for process signaling and management by upstart and + systemd has been implemented for the Linux platform. Thanks to + Pierre-Yves Ritschard and Marc Fournier. #798, #811, #814 + * collectd: The "CollectInternalStats" option has been added. Thanks to + Yves Mettier. #691 + * collectd: The daemon source code and dependencies have moved to the + "src/daemon/" directory. Thanks to Florian Forster. + * collectd: The new "MaxReadInterval" option allows to cap the + exponential retry interval of plugins read errors. Thanks to Alexey + Remizov and Florian Forster. #713 + * collectd: The "-P" command-line option now has precedence over the + "PIDFile" option. Thanks to Thomas D. #553 + * collection.cgi: Various data-source related adjustments have been + made. Thanks to Fabiano Pires and Sebastian Harl. + * libcollectdclient: Now propagates errors when signing / encrypting + network packets. Thanks to Florian Forster. + * Configuration: Support for unquoted IPv6 addresses has been added. + Thanks to Sebastian Harl. #489 + * Documentation: Various improvements have been done. Thanks to Florian + Forster and Marc Fournier. + * Examples: the sample C plugin has been updated to the current plugin + API. Thanks to Sebastian Harl. + * Licensing: The following components have been relicensed to the MIT + license: the Apple Sensors, Ascent, DBI, E-Mail, Entropy, GenericJMX, + gmond, LogFile, nginx, Notify Desktop, NTPd, NUT, olsrd, Perl, Ping, + PostgreSQL, Protocols, RouterOS, RRDCacheD, SNMP, StatsD, SysLog, + Table, Tail, UnixSock, vmem, VServer, Wireless, Write Riemann and XMMS + plugins, the core collectd daemon, the collectdmon, collectd-nagios + and collectd-tg utilities, all the Targets and Matches, liboconfig, + most of the "utils_*" files and the plugin API. + * Tests: A test suite has been added. Thanks to Florian Forster. + * Threshold: The hysteresis calculation has been made more reliable. + Thanks to Jan Kundrát. #581 + * Threshold: Various fixes and improvements have been made. Thanks to + Manuel Luis Sanmartín Rozada. #649, #644 + * AMQP plugin: The "ConnectionRetryDelay" option has been added, + allowing to delay reconnection. Thanks to Yoga Ramalingam and Marc + Fournier. #833 + * AMQP plugin: The "QueueDurable" and "QueueAutoDelete" options have + been added, giving control over queue creation and deletion. Thanks to + David Blundell and Marc Fournier. #623 + * Apache, Ascent, BIND, cURL, cURL-JSON, cURL-XML, nginx and Write HTTP + plugins: Customizing the "User-Agent" field is now possible at + compile-time. Thanks to Jeremy Katz. #440 + * Apache, Ascent, BIND, cURL, cURL-JSON, cURL-XML, nginx plugins: The + connection will be reset if it hasn't completed within the configured + "Interval". The new "Timeout" option gives control over this behavior. + Thanks to Jan Kundrát and Marc Fournier. #982, #983, #993 + * Apache, Ascent, cURL, cURL-JSON, cURL-XML, nginx, Write HTTP plugins: + Allow usernames and passwords to contain colons if built against + libcurl ≧ 7.19.1. Thanks to Marc Fournier. #695, #947 + * Apache plugin: The "SSLCiphers" option gives control over the + encryption algorithms to use with TLS connections. Thanks to Toni + Moreno. #946 + * Barometer plugin: This new plugin reads sensor data from various + Freescale and Bosch digital barometers. Thanks to Tomas Menzl. #69, + #693 + * Battery plugin: Reporting values as percentages and reporting degraded + batteries has been added. Thanks to Florian Forster. + * Battery plugin: Support for reading values from sysfs on Linux has + been added. Thanks to Andy Parkins, Nicholas Humfrey, Peter Wu and + Florian Forster. #725, #810, #998 + * Battery plugin: The value for current is no longer supplied unless the + battery provides this information. Thanks to Florian Forster. + * BIND plugin: Bind's XML v3 API is now supported; Thanks to Victor + Berger, Bruno Prémont and Michal Humpula. #742, #847 + * Ceph plugin: This new plugin collects statistics from the Ceph + distributed storage system. Thanks to Dan Ryder, Dennis Zou, Colin + McCabe, Sage Weil. #522, #598 + * ConnTrack plugin: Support for reporting values as percentages as well + as legacy conntrack files in "/proc" has been added. Thanks to + Pierre-Yves Ritschard. #497, #680 + * CPU plugin: The plugin is now able to report values as percentages and + aggregate values per-state and per-CPU. Thanks to Pierre-Yves + Ritschard, Florian Forster, Fabien Wernli, Nicholas Humfrey and + Wilfried Goesgens. #499, #516, #639 #734, #812, #802 + * cURL-JSON plugin: Extracting values from complex JSON structures has + been enhanced. Thanks to Jim Radford. #408, #411 + * cURL-JSON plugin: Intervals can now be configured on a per-URL basis. + Thanks to Stan Sawa. #685 + * cURL-JSON, cURL-XML, Write HTTP plugins: These plugins now also follow + HTTP redirects. Thanks to Marc Fournier. + * cURL, cURL-JSON, cURL-XML plugins: HTTP Digest authentication has been + implemented. Thanks to Frank Cornelis. #482 + * DBI, Oracle, PostgreSQL plugins: A "MetadataFrom" parameter has been + added which allows to set metadata from database columns. Thanks to + Mark Wong. #317, #321 + * DBI plugin: Querying several databases in parallel is now possible. + Thanks to Vincent Bernat. #453 + * Disk plugin: On the Linux platform, disk names can now get looked up + in udev with the "UdevNameAttr" option. Thanks to Patrick Mooney. #537 + * Disk plugin: This plugin now collects several additional I/O-related + metrics on the Linux platform. Thanks to Florian Forster and Michael + Schenck. #705, #759 + * DRBD plugin: This new plugin reads Linux's Distributed Replicated + Block Device (DRBD) statistics. Thanks to Tim Laszlo. #566, #700 + * Exec, UnixSock plugins: The "PUTNOTIF" command now allows to set + metadata on notifications. Thanks to John-John Tedro. #416 + * fhcount plugin: This new plugin reports the number of used file + handles. Thanks to Jiri Tyr. #1009 + * GenericJMX plugin: A Class Loader for "JMXConnectorFactory" has been + added, allowing the plugin to work with JBOSS > 7. Thanks to Alexandre + Moutot. #452 + * IPC plugin: This new plugin collects information related to shared + memory. Thanks to Andrés J. Díaz. #925 + * Java plugin: Now uses the hostname defined in the configuration file. + Thanks to Pierre-Yves Ritschard. #530, #681 + * Load plugin: The plugin is now able to report values as percentages. + Thanks to Vedran Bartonicek and Pierre-Yves Ritschard. #344, #498 + * Log Logstash plugin: This new plugin writes collectd logs and events + as Logstash JSON formatted events. Thanks to Pierre-Yves Ritschard. + #360 + * LVM plugin: The plugin collects thin pool data volumes size, and no + longer reports virtual volumes. Thanks to Benjamin Gilbert. #603 + * memcached plugin: "listen_disabled_num" are now also reported. Thanks + to Matt Cottingham. #622 + * Memory plugin: Slab memory reporting on the Linux platform has been + added. Thanks to Manuel CISSÉ and Marc Fournier. #560, #697 + * Memory plugin: The plugin is now able to report values as percentages. + Thanks to Jeremy Katz, Florian Forster and Manuel CISSÉ. #501, #511, + #559 + * Modbus plugin: Selecting between holding and input registers is now + possible. Thanks to Jan Vitek. #338 + * Modbus plugin: Support for accessing devices through an RS-485 serial + port has been added. Thanks to Eric Sandeen. + * Multimeter plugin: This plugin isn't built by default on the AIX + platform anymore. Thanks to Manuel Luis Sanmartin Rozada. #549, #684 + * MySQL and PostgreSQL plugins: Passing "127.0.0.1" as a host will now + result in the global Hostname being used in metric names. Thanks to + Jeremy Katz. #441 + * MySQL plugin: InnoDB, Select and Sort statistics collection has been + added. Thanks to Wilson Felipe, Marek Becka and Pierre-Yves Ritschard. + #248, #621, #699, #824 + * MySQL plugin: The "Alias" and "ConnectTimeout" options have been + added. Thanks to William Tisäter. + * Netlink plugin: Support for 64bit netlink counters has been added. + Thanks to Marek Becka. #435 + * Network plugin: The "ReconnectInterval" configuration option has been + added. Thanks to John Ferlito. #732 + * NFS plugin: Support for NFSv4.0 has been implemented. Thanks to Marek + Becka. #550 + * OneWire plugin: Support for more temperature-providing sensor families + has been added. Thanks to Tomasz Torcz. #672 + * OneWire plugin: Support for full OWFS path and more device families + has been implemented. Thanks to Tomas Menzl. #68 + * OpenLDAP plugin: This new plugin reads monitoring information from + OpenLDAP's "cn=Monitor" subtree. Thanks to Kimo Rosenbaum, Marc + Fournier and Nicholas Humfrey. #719 + * OpenVPN plugin: Support for OpenVPN 2.3.0 has been implemented. Thanks + to Ed Okerson. #252 + * OpenVZ plugin: Various improvements have been made, making the plugin + report values like the other collectd plugins do. Thanks to Chris + Lundquist. #264 + * Perl plugin: A new "listval_filter" method has been added, various + internal cleanups and improvements have been made and a test suite has + been added. Thanks to Matthias Bethke. #728 + * PostgreSQL plugin: The new "ExpireDelay" option allows skipping older + values pending write when the database slows down. Thanks to Stephen + O'Dor. #593 + * PowerDNS plugin: The plugin was updated for stats from pdns 3.4.3. + Thanks to Ruben Kerkhof. #965 + * Processes plugin: A memory-usage related optimization for low-profile + systems has been added. Thanks to Florian Forster. #652 + * Python plugin: Support for Python3 has been improved, "ModulePath" is + now prepended to "sys.path", and the "get_dataset()" function has been + added to the Python API. Thanks to Sven Trenkel and Patrick Browne. + #890, #751, #771 + * Redis and Write_Redis plugins: The support library has been switched + from credis to hiredis. Thanks to Andrés J. Díaz, Victor Seva, Marc + Fournier, Johan Bergström, Michael Spiegle and brianpkelly. #296, + #464, #475, #799, #1030 + * Redis plugin: Custom commands can now be used to fetch values stored + in Redis. Thanks to Pierre-Yves Ritschard. #816 + * Redis plugin: Support for passwords up to 512 characters long has been + added. Thanks to Jeremy Katz. #532 + * Sensors plugin: Support for lm_sensors' power sensors has been added. + Thanks to Jan Kundrát. #571 + * SMART plugin: This new plugin collects SMART statistics from disk + drives. Thanks to Vincent Bernat. #797 + * SNMP plugin: A blacklist/whitelist feature can now be used to filter + which OIDs to collect. Thanks to Christophe Courtaut. #414 + * SNMP plugin: SNMPv3 authentication and encryption support has been + implemented. Thanks to Michael Pilat. #362 + * SNMP plugin: Two error messages have been disambiguated. Thanks to + Sergey. #939, #952 + * Swap plugin: The plugin is now able to report values as percentages. + Thanks to Jeremy Katz and Florian Forster. #500, #510 + * Swap plugin: The plugin no longer fails on Linux systems where + "SwapCached" isn't exposed by the kernel. Thanks to Florian Forster. + #733 + * Tail plugin: "GaugeInc" and "GaugeAdd" options have been implemented. + Thanks to Andre Ferraz. #673 + * Tail plugin: Intervals can now be configured on a per-File basis. + Thanks to Tom Leaman. #446 + * TCPConns plugin: The "AllPortsSummary" option, allowing to summarize + all connections, has been added. Thanks to Marek Becka. #488 + * TCPConns plugin: Three metrics were renamed on the AIX platform, for + the sake of consistency. Thanks to Manuel Luis Sanmartín Rozada. #546 + * Turbostat plugin: This new plugin reads CPU frequency and C-state + residency on modern Intel turbo-capable processors. Thanks to Vincent + Brillault, Jean Delvare and Nicolas Iooss. #651 + * UnixSock plugin: The "GETTHRESHOLD" command has been re-added. Thanks + to Manuel Luis Sanmartín Rozada. #674 + * Varnish plugin: Varnish 4 support has been added, as well as as + monitoring metrics only available in Varnish 4. Thanks to Marc + Fournier. #618, #783 + * virt plugin: Guests memory usage is now also collected. Thanks to + Tiago Carvalho, jazzmes and Zollner Robert. + * virt plugin: It is now possible to chose between using guests' name or + UUID as plugin_instance. Thanks to Remi Ferrand. #385 + * virt plugin: The libvirt plugin has been renamed to virt. Thanks to + Florian Forster. + * Write Graphite plugin: When the connection to graphite fails, + reconnection attempts are now limited to once per second. Thanks to + Florian Forster. #625 + * Write HTTP plugin: Multi-instance support of this plugin has been + improved. The "" block has been deprecated in favor of + "". Thanks to Marc Fournier. #902 + * Write HTTP plugin: Several TLS-related configuration options have been + added. Thanks to Ingmar Runge. #666 + * Write HTTP plugin: The "LowSpeedLimit" and "Timeout" options allow to + reset slow/stalled network connections. Thanks to loginator17 and Marc + Fournier. #752, #985 + * Write HTTP plugin: The size of the payload posted to the HTTP server + can now be controlled with the "BufferSize" option. Thanks to Florian + Forster. #722 + * Write Kafka plugin: This new plugin sends data to Apache Kafka, a + distributed messaging queue. Thanks to Pierre-Yves Ritschard, + ciomaire, Vincent Bernat, Marc Fournier. #670, #694, #794, #853, #014 + * Write Log plugin: This new plugin dispatches collected values to the + configured log destination(s). Thanks to Pierre-Yves Ritschard. #886 + * Write Riemann plugin: Extra meta strings are now added as attributes + in notifications. Thanks to John-John Tedro. #417 + * Write Riemann plugin: Notification message are now sent to the Riemann + server via the description field. Thanks to Adrian Miron. #575 + * Write Riemann plugin: Support for custom attributes has been added. + Thanks to Pierre-Yves Ritschard. #459 + * Write Riemann plugin: Support had been implemented for sending events + to Riemann in batches (when using TCP), and is enabled by default. + Thanks to Pierre-Yves Ritschard. #800 + * Write Riemann plugin: The "EventServicePrefix" option has been added, + which adds a prefix to event service names. Thanks to Moshe Zada. #706 + * Write Riemann plugin: Threshold checks can now be passed down to the + Riemann server. Thanks to Pierre-Yves Ritschard. #518 + * Write Sensu plugin: This new plugin submits values to Sensu, a stream + processing and monitoring system. Thanks to Fabrice A. Marie and Marc + Fournier. #912, #1001, #1016 + * Write TSDB plugin: This new plugin sends data to OpenTSDB, a scalable + time series database. Thanks to Kevin Bowling, Florian Forster, Dallin + Young, Michael Schenck and Pierre-Yves Ritschard. #703, #772, #945 + * ZFS ARC plugin: Support for ZFS-on-Linux has been added. Thanks to + Marc Fournier and Wilfried Goesgens. #552 + * Zookeeper plugin: This new plugin reads data from the Apache Zookeeper + "MNTR" command. Thanks to Jeremy Katz. #826 + +2016-07-26, Version 5.4.3 + * Build system: A deprecation warning has been removed. Thanks to + Florian Forster. + * Build system: An ordering issue when build the AMQP plugin was + corrected. Thanks to Shahul Hameed. + * Build system: Building the gmond plugin against recent libganglia + versions has been added. Thanks to Marc Fournier. #1129 + * Build system: "collectd-tg" now builds on AIX. Thanks to Manuel Luis + Sanmartín Rozada. #542 + * Build system: "version-gen.sh" portablility was improved. Thanks to + Marc Fournier and Ruben Kerkhof. + * Build system: Compiling utils_dns.c on Solaris has beed fixed. Thanks + to Yves Mettier, Dagobert Michelsen and Florian Forster. #348 + * Build system: Default JDK detection got improved. Thanks to Ruben + Kerkhof and Marc Fournier. + * Build system: Detection and handling of librrd 1.6 and later has been + fixed. Thanks to Ruben Kerkhof. + * Build system: notify_email build options got corrected to make it + build on non-GNU libc systems. Thanks to Marc Fournier. + * Build system: Protobuf building and logging has been improved. Thanks + to Ruben Kerkhof. + * Build system: The "make distcheck" target was fixed to properly handle + java build artifacts. Thanks to Florian Forster. + * Build system: The configure script got fixed to work properly when + called with "CC="gcc -Wall -Werror"" . Thanks to Marc Fournier. + * Build system: The configure script will now fail if pkg-config isn't + available. Thanks to Ruben Kerkhof. + * Build system: The users plugin now builds properly on Solaris when + libstatgrab is available. Thanks to Dagobert Michelsen. #1061 + * Build system: Various fixes have been done to improve library + detection on FreeBSD. Thanks to Ruben Kerkhof. + * collectd2html: Several perl errors have been corrected. Thanks to Ruud + van Melick. #1103 + * collectd: A global gauge format-string is now used to avoid loss of + precision. Thanks to Florian Forster. #1039 + * collectd: A race condition at plugin initialization time was fixed. + Thanks to Jan Andres. #1316 + * collectd: Autoloading now properly sets plugin context, allowing + plugins to determine the interval. Thanks to Florian Forster. #1069 + * collectd: Empty "Plugin" blocks are now supported by the configuration + file parser. Thanks to Manuel Luis Sanmartín Rozada. #1035 + * collectd: The address of the Free Software Foundation has been fixed + in GPL license headers. Thanks to Ruben Kerkhof. + * collectd: Writing to a closed TCP socket is now properly handled. + Thanks to Tamás Földesi. #1104 + * Documentation: iptables plugin: IPv6 configuration option has been + added to the collectd.conf(5) manpage. Thanks to 'Marc Fournier''. + #1496 + * AMQP plugin: The plugin was fixed to build against librabbitmq 0.6.0. + Thanks to Remi Collet. #1008 + * Apache plugin: A warning about a possible misconfiguration has been + added. Thanks to Marc Fournier. + * Apache plugin: The plugin was extended to parse the whole response, + required to support Apache versions greater than 2.4.17. Thanks to + Marc Fournier and Florian Forster. #1170, #1343 + * APC UPS plugin: Log messages are now prefixed with the plugin name. + Thanks to Sergey. #1329 + * Bind plugin: The type_instance now gets properly sanitized. Thanks to + Thomas Kho. #992 + * CPU plugin: Error messages on MacOSX have been improved. Thanks to + Florian Forster. #22 + * cURL plugin: A typo in an error message got corrected. Thanks to Marc + Fournier. + * cURL, cURL-JSON and cURL-XML plugins: A memory leak when allocating + more memory fails has been fixed. Thanks to Brandon Arp. + * DF plugin: An bug preventing filesystems which don't report inodes + such as btrfs has been corrected. Thanks to Marek Becka. #1096 + * DF plugin: Duplicate entries are no longer reported twice. Thanks to + Stefan Brüns and Florian Forster. #1402 + * DF plugin: Legacy code for skipping "rootfs" mount points has been + removed. Thanks to Marc Fournier. #1402 + * DF plugin: Legacy references to the "ReportReserved" option have been + removed. Thanks to Marc Fournier. + * DF plugin: Reading the mtab now uses a reentrant function when + possible. Thanks to Ruben Kerkhof. #1163 + * Ethstat plugin: Code to strip leading whitespace from device names. + This works around an issue in the VMXNet3 driver. Thanks to Thomas + Guthmann. #1059 + * Exec plugin: A file descriptor leak when the plugin is configured to + run as a non-existing user was corrected. Thanks to Gautam BT and Marc + Fournier. #762 + * Exec plugin: A problem in the error handling of an fdopen() failure + has been fixed. Thanks to @ciomaire. + * Interface plugin: Documentation about regular expressions in the + ignore list has been added. Thanks to Jakub Jankowski. + * IRQ plugin: The "FIQ" line is now skipped as it doesn't contain any + counter. Thanks to Ruben Kerkhof. #971 + * Modbus plugin: The debug output has been disabled by default. It is + now only enabled when building with "--enable-debug". Thanks to Eric + Sandeen and Marc Fournier. + * MongoDB plugin: A memory leak has been fixed and some adaptations to + the current API of the mongo-c-driver have been made. Thanks to + Florian Forster. #956 + * Network plugin: A check for the initialization of secure memory has + been added. Previously, failure to initialize this memory was ignored. + Thanks to @yujokang. #1665 + * Network plugin: A heap overflow has been fixed in the server code. + This issue can be triggered remotely and is potentially exploitable. + Thanks to Emilien Gaspar. CVE-2016-6254 + * Network plugin: The TimeToLive option handling was made more robust. + Thanks to Tim Laszlo. #654 + * NTPd plugin: Documentation about the required "mode 7" has been added. + Thanks to Jakub Jankowski. + * NTPd plugin: Reporting of "time_offset-loop" was corrected to match + the values from ntpq/ntpdc. Thanks to Pierre Fersing and Florian + Forster. #1300 + * OpenVPN plugin: The plugin was fixe to avoid signaling an error when + no clients were connected. Thanks to Florian Forster. #731 + * Perl plugin: Init callbacks have been changed to run essentially + single-threaded to avoid race conditions by init functions which + create additional threads. Thanks to Pavel Rochnyack. #1706 + * PF plugin and DNS plugin: These plugins have been fixed to build + properly on OpenBSD again. Thanks to Ruben Kerkhof. + * Processes plugin: A compilation error on systems without "regex.h" has + been fixed. Thanks to Corey Kosak. + * Processes plugin: A memory leak on Solaris has been fixed. Thanks to + Jim Quinn. + * Processes plugin and Swap plugin: These plugins have been corrected to + also work inside FreeBSD jails. Thanks to biancalana. #1019 + * Processes plugin: A warning about too long process names has been + added. Thanks to Marc Fournier. #1284 + * Processes plugin: Process counting on the FreeBSD and OpenBSD + platforms has been fixed. Thanks to Herve COMMOWICK. #1298 + * Processes plugin: The plugin was fixed to work properly on Solaris. + Thanks to Jan Andres. #919 + * Python plugin: A double-free bug got fixed. Thanks to Sven Trenkel. + #1285 + * RRDtool plugin: A race condition leading to corrupt RRD file creation + has been fixed. Thanks to Manuel Luis Sanmartín Rozada. #1031 + * SNMP plugin: The "Gauge32" signedness was corrected to match RFC1902. + Thanks to Nathan Ward. #1325 + * StatsD plugin: A deadlock on plugin shutdown has been fixed. Thanks to + Pavel Rochnyack #1703 + * StatsD plugin: A memory leak was corrected. Thanks to Florian Forster. + #997 + * StatsD plugin: A symbol lookup error was fixed by properly linking the + plugin against libm. Thanks to Florian Forster. + * StatsD plugin: "utils_latency": Support for including values above + 1000 in percentile calculation has been added. Thanks to Yoga + Ramalingam. #401 + * StatsD plugin: "utils_latency": Two division by zero error conditions + have been corrected. Thanks to Wilfried Goesgens. #655 + * StatsD plugin: Counters absolute counts are now also reported. Thanks + to Pierre-Yves Ritschard. #1311 + * StatsD plugin: The plugin now emits NaN values when no timer event is + recorded. Thanks to Florian Forster. #1038, #1039 + * StatsD plugin: The plugin was corrected to avoid crashing when + negative timer values are submitted. Thanks to Florian Forster. #1131 + * Tail CSV plugin: The plugin was fixed to work properly with multiple + "Collect" options and a bug got fixed when no "TimeFrom" is specified. + Thanks to Manuel Luis Sanmartín Rozada and Florian Forster. #1032 + * TCPConns plugin: A memory leak was fixed. Thanks to Florian Forster. + #1074 + * TCPConns plugin: An bug causing collectd to enter an inifinite loop on + OpenBSD was fixed. Thanks to Landry Breuil. #1094 + * Threshold plugin: Threshold configuration blocks can now be defined in + different files. Thanks to Michael Salmon. #551 + * vmem plugin: Support for pgsteal in recent Linux kernels has been + added. Thanks to Jakub Jankowski. #1307 + * vmem plugin: The DSType for nr_dirtied and nr_written was corrected to + report a derive. Thanks to Marek Becka. #1072 + * Write Graphite plugin: Error handling when submitting metrics to the + server is now more robust. Thanks to Sam Pointer. #1364 + * Write HTTP plugin: Freeing of memory holding HTTP headers during + shutdown has been fixed. Thanks to Tolga Ceylan. + * Write Redis plugin: Multi-Valued key was made easier to parse by + adding a "|" character as a delimiter. Thanks to brianpkelly and + Florian Forster. #1070 + * Write Redis plugin: The timestamp format was corrected. Thanks to + Florian Forster. + * ZFS ARC plugin: The plugin was will not emit warning about missing + "l2_size" stats anymore. Thanks to Jan Andres. #919 + * 152 patches have been applied to numerous plugins and core components, + fixing various programming errors which were reported by scan-build, + libasan, FBInfer, coverity-scan, clang and gcc-6: Thanks to Ruben + Kerkhof, Florian Forster, Marc Fournier, Corey Kosak, Laurent, + Claudius Zingerli and Fabien Wernli. + +2015-02-26, Version 5.4.2 + * Build system: Numerous fixes. Thanks to Bjørn Nordbø, Jim Radford, + KOMEDA Shinji, Lauri Tirkkonen, Manuel Luis Sanmartin Rozada, Marc + Fournier, Rainer Müller, Yoga Ramalingam and Yves Mettier. #326, + #373, #653, #828 + * collectd: A use-after-free has been fixed in the "parse_value()" + function. Thanks to Matthias Urlichs. + * collectd: Fix carriage return sign in types_list Thanks to Marc + Fournier and @NsLib. + * collectd: Fix programming error in src/configfile.c. Thanks to + Wilfried Goesgens. + * collectd: An off-by-one error has been fixed in the + "strstripnewline()" function. Patch by Florian Forster. + * collectd: Use the complain mechanism to report filter chain write + failures. Thanks to Sebastian Harl. + * collectd: Spelling and grammar of error messages have been fixed. + Thanks to Katelyn Perry and Tim Laszlo. + * collectdctl: Fixed buffering issues which caused trouble on AIX and + Solaris. Thanks to Yoga Ramalingam. + * Documentation: Details and example about multi-instance filterchain + targets have been added. Thanks to Marc Fournier. + * Documentation: The "CollectStatistics" option of the rrdcached has + been documented. Thanks to Micha Krause. #907 + * Documentation: The write_redis has been documented. Thanks to Marc + Fournier. + * Documentation: The "GraphiteSeparateInstances" and + "GraphiteAlwaysAppendDS" options of the amqp have been documented. + Thanks to Marc Fournier. + * Documentation: Documentation of the "AutoLoadPlugin" option has been + improved. Thanks to Florian Forster. #715 + * aggregation: "utils_vl_lookup": A race when creating user objects + has been fixed. Thanks to Sebastian Harl. #535 + * cpu: Temperature code for Mac OS X has been removed. + Thanks to Florian Forster and Marc Fournier. #22 + * cURL, cURL-JSON, cURL-XML and Write HTTP plugins: Call + "curl_global_init()" in the plugins' "init()" callback. Thanks to + Jeremy Katz. + * cURL and memcachec plugins: Fix calculation of gauge, average, + minimum and maximum. Previously, they were calculated from the start + of the daemon, which is not the documented behavior. Thanks to + Florian Forster. #663 + * curl-json: A bug, which triggered when two URLs with a long common + prefix were configured, was fixed. Thanks to Marc Fournier. #582 + * dbi: Compatibility with new versions of libdbi has been restored. + Thanks to Florian Forster. #950 + * Exec, UnixSock plugins: Fix parsing of the "time" option of the + "PUTNOTIF" command. Thanks to Adrian Miron. #477 + * ipmi: A conflict with the java over the "SIGUSR2" signal has been + fixed. Thanks to Vincent Bernat. #114 + * java: Conversion from Java's time representation to collectd's + representation has been fixed. Thanks to Manuel Luis Sanmartín + Rozada. + * java: Make sure "cjni_thread_detach()" is called on all paths. + Thanks to Florian Forster. + * LogFile and SysLog plugins: Avoid total silence in case of a + misconfiguration. Thanks to Marc Fournier and Wilfried Goesgens. + * network: Support for recent versions of gcrypt has been added. + Thanks to Vincent Bernat. #632 + * network: Robustness of the client connecting behavior has been + improved. Thanks to Florian Forster. #627 + * python: Don't create empty "meta_data_t" objects. Thanks to Florian + Forster. #716 + * python: Fix Py list length check in "cpy_build_meta()". Thanks to + Yoga Ramalingam. + * python: The "interval" member was fixed to export seconds as a + double. Thanks to Justin Burnham. + * RRDtool and RRDCacheD plugins: A memory leak when creating RRD files + has been fixed. Thanks to Yves Mettier. #661 + * snmp: Fix a memory leak. Thanks to Marc Fournier and Pierre-Yves + Ritschard. #610, #804 + * statsd: Support for samplerates in timer metrics was added. Thanks + to John Leach. #461 + * swap: Fix behavior under OpenVZ by making "cached" optional. Thanks + to Florian Forster. #733 + * threshold: Population of the "time" field in notifications has been + added. Thanks to Manuel Luis Sanmartín Rozada. + * libvirt: Only gather stats for running domains. Thanks to Ruben + Kerkhof. + * lvm: An issue with Volume Groups (VGs) without Logical Volumes (LVs) + has been fixed. Thanks to Jan Kundrát. + * write_graphite: Escape characters not supported by Graphite. Thanks + to Pierre-Yves Ritschard and Marc Fournier. + * write_http: Make callback names context-dependent. Thanks to Marc + Fournier. #821 + * write_redis: A formatting bug, which resulted in totally unusable + numbers being transmitted to Redis, was fixed. Thanks to Marc + Fournier. + * write_riemann: Receive acknowledge message when using TCP. Thanks to + John-John Tedro. + +2014-01-26, Version 5.4.1 + * amqp plugin: Add support for RabbitMQ 0.4.x to avoid compiler + warnings. Thanks to Sebastian Harl for implementing this. + * apache / network plugins: Improved initialization order hopefully + resolved gcrypt initialization problems. + * aquaero plugin: The type used to submit fan utilization was fixed. + Thanks to Alex Deymo for the patch. + * cgroups plugin: A small memory leak was fixed. Checking the existence + of a mount option without a value was fixed. More permissive parsing + of the cpuacct.stats file fixes support for some versions of Linux. + Thanks to Marc Fournier for bug reports and patches. + * curl plugin: Fix blocks without an instance. Thanks to + Alexander Golovko for reporting and Sebastian Harl for fixing this. + * curl_json plugin: Potentially invalid memory access has been + sanitized. Thanks to Jim Radford for his patch. + * interface plugin: Fix behavior under FreeBSD 10: Reporting of + per-address statistics caused duplicate updates to the same metric. + Thanks to demon / @trtrmitya for the patch. + * write_graphite plugin: Use TCP to connect to Graphite by default. The + default changed from TCP to UDP between 5.3.1 and 5.4.0, which is a + regression. Thanks to Marc Fournier for fixing this. Reconnect + behavior was improved. Thanks to Michael Hart for his patch. + * zfs_arc plugin: Collect "allocated" and "stolen" on FreeBSD only. + +2013-08-18, Version 5.4.0 + * collectd: The "LoadPlugin" config option no longer attempts to load + plugins twice. If more than one "LoadPlugin" statement or block is + encountered, only the first will have any effect. + * collectd: The "AutoLoadPlugin" option allows to automatically load + plugins for which a configuration is found. + * collectd: The "WriteQueueLimitHigh" and "WriteQueueLimitLow" options + allow collectd to drop values when under stress, to avoid running out + of memory. Thanks to Yves Mettier for his patch. + * amqp plugin: The "GraphiteSeparateInstances" and + "GraphiteAlwaysAppendDS" options have been added. Thanks to Laurent + for the patch. + * aquaero plugin: This new plugin reads various metrics, e.g. fan + speeds and temperatures, from Aquaero 5, a fan and water cooling + control panel. Thanks to Alex Deymo for his patch. + * curl plugin: The "MeasureResponseCode" option has been added. Thanks + to Jan Matějka for his patch. + * curl_json plugin: Support for UNIX domain sockets and array wildcards + has been added. Thanks to Jim Radford for his patch. + * curl_xml plugin: Support for long URLs has been improved. + * cgroups plugin: This new plugin collects CPU accounting information + for processes in a cgroup. Thanks to Michael Stapelberg for his patch. + * df plugin: The "ValuesAbsolute" and "ValuesPercentage" options have + been added. Thanks to Vedran Bartonicek for the patch. + * exec plugin: Do UID / GID lookups before forking. This should prevent + a race condition in the NSS library. Thanks to Ceri Storey for the + patch. + * lvm plugin: This new plugin collects size information from Linux' + Logical Volume Manager (LVM). Thanks to Chad Malfait for his work. + * memcached plugin: Support for increment and decrement counts has been + added. Thanks to Blake Matheny for the patch. + * mic plugin: This new plugin collects CPU and memory usage, power + consumption and temperatures of Intel's Many-Integrated-Core (MIC) + architecture, such as Xeon Phi cards. Thanks to Evan Felix for his + work. + * netlink plugin: This plugin has been converted to use the supported + "libmnl" library. Thanks to Andreas Henriksson for his patch. + * nginx plugin: Collection of accepted and handled connections has been + added. Thanks to Patrick Shan for his patch. + * sigrok plugin: This new plugin collects metrics from sigrok, a signal + processing framework reading various hardware devices, from light + meters to spectrum analyzers. Thanks to Bert Vermeulen for his patch. + * statsd plugin: This new plugin listens to a UDP socket and reads + metrics in the StatsD format. + * varnish plugin: Many additional metrics have been added. Thanks to + Nick Stenning for his patch. + * write_graphite plugin: Support for "UDP" has been added. Thanks to + Javier Maestro for his patch. + * write_riemann plugin: The "TTLFactor" option has been added. + * zfs_arc plugin: Support for FreeBSD has been added. Thanks to Xin Li + for his patch. + +2015-02-26, Version 5.3.2 + * Build system: Numerous fixes. Thanks to Bjørn Nordbø, Jim Radford, + KOMEDA Shinji, Lauri Tirkkonen, Manuel Luis Sanmartin Rozada, Marc + Fournier, Rainer Müller, Yoga Ramalingam and Yves Mettier. #326, + #373, #653, #828 + * collectd: A use-after-free has been fixed in the "parse_value()" + function. Thanks to Matthias Urlichs. + * collectd: Fix carriage return sign in types_list Thanks to Marc + Fournier and @NsLib. + * collectd: Fix programming error in src/configfile.c Thanks to + Wilfried Goesgens. + * collectd: An off-by-one error has been fixed in the + "strstripnewline()" function. Patch by Florian Forster. + * collectd: Use the complain mechanism to report filter chain write + failures. Thanks to Sebastian Harl. + * collectd: Spelling and grammar of error messages have been fixed. + Thanks to Katelyn Perry and Tim Laszlo. + * collectdctl: Fixed buffering issues which caused trouble on AIX and + Solaris. Thanks to Yoga Ramalingam. + * Documentation: Details and example about multi-instance filterchain + targets have been added. Thanks to Marc Fournier. + * Documentation: The "CollectStatistics" option of the rrdcached has + been documented. Thanks to Micha Krause. #907 + * Documentation: The write_redis has been documented. Thanks to Marc + Fournier. + * Documentation: The synopsis of the threshold has been fixed. Thanks + to Fabien Wernli. + * Documentation: The "GraphiteSeparateInstances" and + "GraphiteAlwaysAppendDS" options of the amqp have been documented. + Thanks to Marc Fournier. + * aggregation: "utils_vl_lookup": A race when creating user objects + has been fixed. Thanks to Sebastian Harl. #535 + * cpu: Temperature code for Mac OS X has been removed. + Thanks to Florian Forster and Marc Fournier. #22 + * csv: A regression which would lead to the "DataDir" option to be + ignored has been fixed. Thanks to Manuel Luis Sanmartin Rozada. + * curl, curl-json, curl-xml and write_http plugins: Call + "curl_global_init()" in the plugins' "init()" callback. Thanks to + Jeremy Katz. + * curl and memcachec plugins: Fix calculation of gauge, average, + minimum and maximum. Previously, they were calculated from the start + of the daemon, which is not the documented behavior. Thanks to + Florian Forster. #663 + * dbi plugin: Compatibility with new versions of libdbi has been + restored. Thanks to Florian Forster. #950 + * exec, unixsock plugins: Fix parsing of the "time" option of the + "PUTNOTIF" command. Thanks to Adrian Miron. #477 + * java: Conversion from Java's time representation to collectd's + representation has been fixed. Thanks to Manuel Luis Sanmartín + Rozada. + * ipmi: A conflict with the java over the "SIGUSR2" signal has been + fixed. Thanks to Vincent Bernat. #114 + * java: Make sure "cjni_thread_detach()" is called on all paths. + Thanks to Florian Forster. + * logfile and syslog plugins: Avoid total silence in case of a + misconfiguration. Thanks to Marc Fournier and Wilfried Goesgens. + * memcached: Connecting to a UNIX socket has been fixed. Thanks to Jim + Radford. + * network: Support for recent versions of gcrypt has been added. + Thanks to Vincent Bernat. #632 + * network: Robustness of the client connecting behavior has been + improved. Thanks to Florian Forster. #627 + * python: Don't create empty "meta_data_t" objects. Thanks to Florian + Forster. #716 + * python: Fix Py list length check in "cpy_build_meta()". Thanks to + Yoga Ramalingam. + * python: The "interval" member was fixed to export seconds as a + double. Thanks to Justin Burnham. + * replace and set targets: Fix error message. Thanks to Marc Fournier. + #448 + * rrdtool and rrdcached plugins: Honor the "DataDir" config option; + this fixes a regression. Thanks to Florian Forster. #380 + * rrdtool and rrdcached plugins: A memory leak when creating RRD files + has been fixed. Thanks to Yves Mettier. #661 + * snmp: Fix a memory leak. Thanks to Marc Fournier and Pierre-Yves + Ritschard. #610, #804 + * swap: Fix behavior under OpenVZ by making "cached" optional. Thanks + to Florian Forster. #733 + * threshold: Population of the "time" field in notifications has been + added. Thanks to Manuel Luis Sanmartín Rozada. + * libvirt: Only gather stats for running domains. Thanks to Ruben + Kerkhof. + * write_graphite: Escape characters not supported by Graphite. Thanks + to Pierre-Yves Ritschard and Marc Fournier. + * write_http: Make callback names context-dependent. Thanks to Marc + Fournier. #821 + * write_riemann: Receive acknowledge message when using TCP. Thanks to + John-John Tedro. + +2013-07-13, Version 5.3.1 + * Documentation: Various fixes. + * Configuration: Fix error handling: Errors in included files were + ignored, causing configuration mistakes to go unnoticed. + * dns plugin: Don't abort when PCAP returns an error. + * modbus plugin: The reconnection strategy was improved, fixing a + segfault in the libmodbud library. Thanks to Stefan Nickl and + Fabien Wernli for their patches. + * mysql plugin: The notification about a newly running MySQL slave + thread has been fixed. Thanks to Joaquín Cuenca Abela for the patch. + * snmp plugin: A build issue has been fixed (C99 mixed declaration). + The end-of-tree check has been improved by Pierre-Yves Ritschard. + * threshold plugin: Handling of the "Interesting" configuration option + has been fixed. Thanks to Björn for the patch. + * write_riemann plugin: A memory leak has been fixed. Thanks to Dave + Cottlehuber for reporting it. + +2013-04-09, Version 5.3.0 + * collectd: The "Include" statements can now be limited to include + only matching files in a directory. Thanks to Sebastian Harl for his + patch. + * collectd: Dispatches / writes are now handled by a thread pool. This + improves reliability and throughput for instances configured to act + as a "server". Thanks to Sebastian Harl and Dan Fandrich for + reviewing this change and fixing bugs. + * aggregation plugin: Selection of value lists is now possible using + regular expressions. Parts of the identifier of the resulting metric + can now be set via the configuration file. + * apcups plugin: The "ReportSeconds" option has been implemented. + * curl* plugins: Support for POST requests and custom request headers + has been added. Thanks to Dan Fandrich for his patch. + * curl_xml plugin: Support for XML namespaces has been added. Thanks + to Dan Fandrich for his patch. + * dbi plugin: Support for numeric options has been added. The + "Host" option has been added. Thanks to Daniel Hilst for his patch. + * disk plugin: Support for systems with >256 has been fixed. Thanks to + Greg Mason for his patch. + * libvirt plugin: Support for memory allocation has been added. Thanks + to Johan Wirén for his patch. + * netapp plugin: Support for "SnapVault", "VFiler" and deduplication / + compression and quota metrics. Thanks to Sebastian Harl for his + patches and teamix GmbH for sponsoring this work. + * postgresql plugin: The reconnection logic has been improved. Thanks + to Sebastian Harl for his patches. + * rrdtool, rrdcached plugins: The "CreateFilesAsync" option has been + implemented. When enabled, new RRD files will be created + asynchronously, which improved throughput of "server" instances. + Many thanks to Yves Mettier for all his input and code. + * tail_csv plugin: This new plugins allows to read metrics from CSV + files, such as Snort's statistics file. Thanks to Kris Nielander for + his patch. + * write_mongodb plugin: Authentication options have been added. + * write_riemann plugin: This new plugin allows sending metrics to + Riemann, a stream processing and alerting tool. Big thanks to + Pierre-Yves Ritschard for his work. + +2013-04-08, Version 5.2.2 + * Build system: A bad interaction between the Java detection code and + libltdl has been fixed. Thanks to Dave Cottlehuber for his patch. + Installation of the Perl bindings has been improved / fixed. Thanks + to Sebastian Harl for his patch. + * collectd: Fixed read callback scheduling at startup. + * apache, ascent, bind, curl, curl_json, curl_xml, nginx and + write_http plugins: Portability fixes, protection from infinite + redirect loops, improved error handling and incorrect dereferences + have been fixed. Most of these are related to the cURL library. + Thanks to Dan Fandrich for his patches. + * logfile plugin: Flush the output file handle. This works around + caching when logging to STDOUT and redirecting into a file. Thanks + to Nathan Huff for the patch. + * mysql plugin: Fix a memory leak in the error handling. Thanks to + Tomas Doran for his patch. + * netapp plugin: Fix the interval with which values are dispatched. + * network plugin: Build issues under FreeBSD and initialization have + been fixed. Thanks to Ed Schouten for his patch. + * nfs plugin: A compilation problem has been fixed. + * notify_email plugin: Add a character set to the mail header. Thanks + to Manuel Cissé for his patch. + * pf plugin: Build issues have been fixed. + * postgresql plugin: Build issues have been fixed. + * rrdcached plugin: Connect to the daemon from the read callback. + * snmp plugin: Matching of SNMP subtrees has been improved. Thanks to + "jkrabbe" for the patch. + * thermal plugin: The initialization of dispatched value lists has + been fixed. Thanks to Markus Knetschke for his patch. + * unixsock plugin: Parsing of options with an underscore, e.g. + "plugin_instance" has been fixed. Thanks to Tommie Gannert for his + patch. + +2013-01-27, Version 5.2.1 + * Build system: "make distcheck" has been fixed. Build fixes Solaris + and systems without gcrypt. Thanks to Yves Mettier for his patches. + * collectd: The complaint mechanism was fixed. It reported messages + more frequently than intended. + * collectd-tg: A manual page has been added. + * dns plugin: Build issues on FreeBSD have been fixed. Thanks to + Ed Schouten for his patch. + * ethstat plugin: Fix the "Map" config option. An incorrectly used + character pointer may lead to a segmentation fault. + * network plugin: Build issues on FreeBSD have been fixed. Thanks to + Ed Schouten for his patch. + * postgresql plugin: A memory leak in the writing code has been fixed. + A use-after-free issue that happened when more than one database was + configured was fixed. Thanks to Sebastian Harl for fixing these + problems. + * redis plugin: A build failure has been fixed. Thanks to Pierre-Yves + Ritschard for his patch. + * varnish plugin: Fix a problem with instances without name. + * write_graphite plugin: A regression which rendered the + "SeparateInstances" and "AlwaysAppendDS" options unusable has been + fixed. A failed assertion when using types with many data sources + has been fixed. Improve reporting of connection errors to not spam + log files too much. Thanks to Pierre-Yves Ritschard for reporting + the logging problem. + * zfs_arc plugin: Fix the type used for mutex misses. Thanks to Yves + Mettier for reporting this bug. + +2012-11-17, Version 5.2.0 + * collectd: The performance of the LISTVAL command has been improved. + Thanks to Yves Mettier for the patch. + * collectd: The possibility to configure the collection interval on a + per-plugin basis has been added. Huge thanks to Sebastian Harl for + his work. + * collectd-tg: This new binary allows to generate random but real + looking collectd network traffic. This can be used to load-test new + plugin, for example. + * libcollectdclient: Code for constructing and sending network packets + in the binary format has been added. + * aggregation plugin: This new plugin allows to aggregate multiple + value lists into one. + * amqp and write_http plugins: Meta data is now included in the JSON + output format. Thanks to Mark Wong for the patch. + * amqp plugin: Support for "Graphite" output has been added. Thanks to + Thomas Meson for the patch. + * contextswitch plugin: Support for AIX has been added. Thanks to + Manuel Rozada for his patch. + * disk plugin: The "UseBSDName" config option has been added to the + Mac OS X version. + * GenericJMX plugin: Automatically determine the host name if it isn't + configured. + * libvirt plugin: The "number" interface format has been added. Thanks + to "Davide Guerri" for the patch. + * memcached plugin: Support for multiple connections has been added. + Thanks to Nicolas Szalay for the patch. + * ntpd plugin: The "IncludeUnitID" config option has been added. The + behavior when a peer is unreachable has been improved. Thanks to + Johan Kiviniemi for the patches. + * oracle plugin: The "Host" config option has been added. + * pf plugin: This new plugin allows to collect statistics from BSD's + packet filter "pf". Thanks to Pierre-Yves Ritschard and Stefan Rinkes + for their work. + * postgresql plugin: The "Instance" config option has been added. + Support for writing values to a PostgreSQL database has been added. + Thanks to Sebastian Harl for the patches. + * processes plugin: Support for Solaris has been added. Thanks to + Cosmin Ioiart for the patch. + * redis plugin: Support for authenticating via password has been added. + Thanks to biancalana for the patch. + * rrdcached plugin: The "HeartBeat", "RRARows", "RRATimespan", + "StepSize" and "XFF" config options have been added. + * swap plugin: The "ReportBytes" config option has been added. The AIX + version now also exports "reserved" pages and swap-in / swap-out + "traffic". Thanks to Manuel Rozada for the patch. + * tcpconns plugin: Use a netlink socket rather than reading from /proc + for improved performance. Thanks to Michael Stapelberg for the patch. + +2013-04-08, Version 5.1.3 + * Build system: A bad interaction between the Java detection code and + libltdl has been fixed. Thanks to Dave Cottlehuber for his patch. + * collectd: Fixed read callback scheduling at startup. + * apache, ascent, bind, curl, curl_json, curl_xml, nginx and + write_http plugins: Portability fixes, protection from infinite + redirect loops, improved error handling and incorrect dereferences + have been fixed. Most of these are related to the cURL library. + Thanks to Dan Fandrich for his patches. + * logfile plugin: Flush the output file handle. This works around + caching when logging to STDOUT and redirecting into a file. Thanks + to Nathan Huff for the patch. + * mysql plugin: Fix a memory leak in the error handling. Thanks to + Tomas Doran for his patch. + * netapp plugin: Fix the interval with which values are dispatched. + * network plugin: Build issues under FreeBSD and initialization have + been fixed. Thanks to Ed Schouten for his patch. + * nfs plugin: A compilation problem has been fixed. + * notify_email plugin: Add a character set to the mail header. Thanks + to Manuel Cissé for his patch. + * rrdcached plugin: Connect to the daemon from the read callback. + * snmp plugin: Matching of SNMP subtrees has been improved. Thanks to + "jkrabbe" for the patch. + * thermal plugin: The initialization of dispatched value lists has + been fixed. Thanks to Markus Knetschke for his patch. + * unixsock plugin: Parsing of options with an underscore, e.g. + "plugin_instance" has been fixed. Thanks to Tommie Gannert for his + patch. + +2013-01-25, Version 5.1.2 + * Build system: "make distcheck" has been fixed. Thanks to Yves + Mettier for his patches. + * collectd: The complaint mechanism was fixed. It reported messages + more frequently than intended. + * dns plugin: Build issues on FreeBSD have been fixed. Thanks to + Ed Schouten for his patch. + * ethstat plugin: Fix the "Map" config option. An incorrectly used + character pointer may lead to a segmentation fault. + * network plugin: Build issues on FreeBSD have been fixed. Thanks to + Ed Schouten for his patch. + * varnish plugin: Fix a problem with instances without name. + * write_graphite: Improve reporting of connection errors to not spam + log files too much. Thanks to Pierre-Yves Ritschard for reporting + this problem. + * zfs_arc plugin: Fix the type used for mutex misses. Thanks to Yves + Mettier for reporting this bug. + +2012-11-11, Version 5.1.1 + * collectd: Create new directories with mode 0777 and let umask remove + unwanted permission bits. + * collectd: Build issues have been fixed. + * collectd: An incorrect assertion has been fixed in some common code + for Solaris. This should resolve pseudo-random assertion failures + under Solaris. Thanks to Jeff Blane for his help debugging this. + * collectd: A couple of memory leaks through PThread thread attributes + have been fixed. Thanks to Gerrie Roos for fixing these. + * collectdctl: Fix PUTVAL for data sets with multiple data sources. + Thanks to Cyril Feraudet for reporting this problem. + * contrib/migrate-4-5.px: Handle to "df" to "df_complex" conversion + correctly. + * apcups plugin: Improve the reconnect behavior. + * curl_xml plugin: The "Host" setting was silently ignored. Thanks to + Fabien Wernli for fixing this. + * df plugin: Ignore "rootfs" devices under Linux to avoid having them + reported twice. Thanks to Brune Prémont for fixing this. + * disk plugin: Fix incorrect computation of read and write latency (the + "disk_time" type). Previously, the numbers reported where too small + by a factor of "interval", e.g. when the interval is set to 10 + seconds, the values were too low by a factor of 10. Thanks to Manuel + Sanmartin for reporting this problem. + * dns plugin: A build issue under Solaris has been fixed. A erroneous + define that could lead to the reporting of bad data has been fixed by + Daniel Sutto. + * ethstat plugin: An off-by-one error and potential use of + uninitialized memory has been fixed. Thanks to Mark Voelker for + reporting these problems. + * memcachec plugin: A bug in the configuration handling has been fixed. + Thanks to Pascal Hofmann for fixing this issue. + * mysql plugin: Fix a bug when registering multiple databases. Thanks + to Sebastian Harl for fixing this. + * netapp plugin: Correctly close the connection on communication + errors. + * netlink plugin: The function used to query statistics has been + changed to be more in line with iproute2's behavior. Thanks to + "KIvosak" for the patch. + * network plugin: Initialization of libgcrypt has been fixed. Thanks to + Chris Lundquist for his patch. + * oracle plugin: Error messages have been improved. + * ping plugin: Don't enter the exponential back-off mode when + ping_send() fails. This should make recovery after a network failure + much faster. + * python plugin: Memory leaks have been fixed. Thanks to Tommie Gannert + and Sven Trenkel for fixing this. + * redis plugin: Fix a compilation problem on FreeBSD. Thanks to + "biancalana" for the fix. + * rrdtool plugin: Fix an out-of-bounds array access when printing a + warning message. Thanks to Will Hawkins for fixing this bug. + * snmp plugin: Support for the SNMP_ENDOFMIBVIEW return value has been + added. Support for more complex / unusual MIBs / subtrees has been + added. Thanks to Mark Juric to test the changes and point out these + problems. + * varnish plugin: Support for multiple instances of Varnish 3 has been + fixed. Thanks to Jonathan Huot for the patch. + * write_mongodb plugin: Add compatibility with libmongo 0.6.0 and + later. Thanks to Chris Lundquist for this patch. + +2012-04-01, Version 5.1.0 + * Build system, iptables plugin: The shipped version of libiptc has + been removed. + * collectd-nagios: A list of value lists can now be queried using + "-n LIST". Thanks to Sebastian Harl for his patches. + * bind plugin: The "ParseTime" option has been added. It allows to use + the system time rather than the time reported by BIND. + * curl, memcachec, tail plugins: The "ExcludeRegexp" option has been + added. Thanks to Peter Warasin for his initial patch. + * ethstat plugin: The new "ethstat" plugin reads performance statistics + directly from ethernet cards. Thanks to Cyril Feraudet for his patch. + * GenericJMX plugin: Support for querying MBean "Operations" (in + addition to "Attributes") has been added. Thanks to Pierre-Yves + Ritschard for his patch. + * irq plugin: The selection / ignore code now uses the default + ignorelist infrastructure, providing the standard feature set, e.g. + regex matching. + * md plugin: The new "md" plugin reports the number of disks in various + states in Linux software RAID devices. Thanks to Michael Hanselmann + for his patch. + * modbus plugin: Support for signed integer register types has been + added. + * nfs plugin: Support for Solaris has been added. Thanks to Cosmin + Ioiart for his patch. + * numa plugin: The new "numa" plugin reports statistics of the + Non-Uniform Memory Access (NUMA) subsystem of Linux. + * processes plugin: Various fixes for the FreeBSD implementation. + Thanks to Phil Kulin for his patch. + * rrdcached plugin: Passing flushes to the caching daemon has been + added. + * sensors plugin: The initialization code has been improved. Thanks to + Henrique de Moraes Holschuh for his patch. + * swap plugin: The "ReportByDevice" option has been added. + * syslog plugin: Support for writing notifications has been added. + Thanks to Fabien Wernli for his patch. + * tcpconns plugin: Support for AIX has been added. Thanks to Manuel + Luis Sanmartín Rozada for his patch. + * threshold plugin: The "PersistOK" option has been added. Thanks to + Aaron Brady for his patch. + * varnish plugin: Support for Varnish 3.0 has been added. Thanks to + Jérôme Renard for his patches. + * write_mongodb plugin: The new "write_mongodb" plugin writes value + lists to MongoDB, a shema-less database. Thanks to Akkarit Sangpetch + and Chris Lundquist for their work. + * write_graphite plugin: The new "write_graphite" plugin writes value + lists to Carbon, the storage layer of the Graphite time-series + database. Thanks to Scott Sanders and Pierre-Yves Ritschard for their + work. + * zfs_arc plugin: Several new statistics have been added. Thanks to + Aurelien Rougemont for his patches. + * scale target: Support for scaling specific data sources only has been + added. Thanks to Gerrie Roos for his patch. + +2012-11-11, Version 5.0.5 + * collectd: Create new directories with mode 0777 and let umask remove + unwanted permission bits. + * collectd: Build issues have been fixed. + * collectd: An incorrect assertion has been fixed in some common code + for Solaris. This should resolve pseudo-random assertion failures + under Solaris. Thanks to Jeff Blane for his help debugging this. + * collectd: A couple of memory leaks through PThread thread attributes + have been fixed. Thanks to Gerrie Roos for fixing these. + * collectdctl: Fix PUTVAL for data sets with multiple data sources. + Thanks to Cyril Feraudet for reporting this problem. + * contrib/migrate-4-5.px: Handle to "df" to "df_complex" conversion + correctly. + * apcups plugin: Improve the reconnect behavior. + * curl_xml plugin: The "Host" setting was silently ignored. Thanks to + Fabien Wernli for fixing this. + * df plugin: Ignore "rootfs" devices under Linux to avoid having them + reported twice. Thanks to Brune Prémont for fixing this. + * disk plugin: Fix incorrect computation of read and write latency (the + "disk_time" type). Previously, the numbers reported where too small + by a factor of "interval", e.g. when the interval is set to 10 + seconds, the values were too low by a factor of 10. Thanks to Manuel + Sanmartin for reporting this problem. + * dns plugin: A build issue under Solaris has been fixed. A erroneous + define that could lead to the reporting of bad data has been fixed by + Daniel Sutto. + * memcachec plugin: A bug in the configuration handling has been fixed. + Thanks to Pascal Hofmann for fixing this issue. + * mysql plugin: Fix a bug when registering multiple databases. Thanks + to Sebastian Harl for fixing this. + * netapp plugin: Correctly close the connection on communication + errors. + * netlink plugin: The function used to query statistics has been + changed to be more in line with iproute2's behavior. Thanks to + "KIvosak" for the patch. + * network plugin: Initialization of libgcrypt has been fixed. Thanks to + Chris Lundquist for his patch. + * oracle plugin: Error messages have been improved. + * ping plugin: Don't enter the exponential back-off mode when + ping_send() fails. This should make recovery after a network failure + much faster. + * python plugin: Memory leaks have been fixed. Thanks to Tommie Gannert + and Sven Trenkel for fixing this. + * redis plugin: Fix a compilation problem on FreeBSD. Thanks to + "biancalana" for the fix. + * rrdtool plugin: Fix an out-of-bounds array access when printing a + warning message. Thanks to Will Hawkins for fixing this bug. + * snmp plugin: Support for the SNMP_ENDOFMIBVIEW return value has been + added. Support for more complex / unusual MIBs / subtrees has been + added. Thanks to Mark Juric to test the changes and point out these + problems. + +2012-04-01, Version 5.0.4 + * Build system: Fix the use of a libltdl macro. Thanks to Clemens Lang + for fixing this. Adresses some issues with building the iptables + plugin under Gentoo. + * libcollectdclient: A memory leak in the lcc_getval() function has + been fixed. Thanks to Jason Schmidlapp for finding and fixing this + issue. + * bind plugin: The use of 'QType" types has been fixed. + * df plugin: Fixed compiler issue under Mac OS X 10.7. + * conntrack plugin: Support zero as legitimate value. Thanks to Louis + Opter for his patch. + * memcached plugin: Increased the size of a static buffer, which was + truncating status messages form memcached. Thanks to Timon for the + patch. + * network plugin: Forwarding of notifications has been disabled. This + was a contition not checked for before, which may retult in an + endless loop. + * processes plugin: Support for process names with spaces has been + added to the Linux implementation. Thanks to Darrell Bishop for his + patch. + * perl plugin: A race condition in several callbacks, including log and + write callbacks, has been fixed. Thanks to "Rrpv" for reporting this + bug. + * snmp plugin: A bug when casting unsigned integers to gauge values has + been fixed: Unsigned integers would be cast to a signed integer and + then to a gauge, possibly resulting in a negative value. + * tcpconns plugin: Compilation with newer versions of the FreeBSD + runtime has been fixed. + +2012-02-19, Version 5.0.3 + * Build system: Fix problems when building the ipvs and iptables + plugins. Thanks to Sebastian Harl for his patch. A bashism in the + version-gen.sh script has been fixed. Thanks to Jo-Philipp Wich for + his patch. + * csv and rrdtool plugins: Print a more helpful error message when the + DataDir is a symlink pointing to a non-existing location. Thanks to + Jonathan Nieder for his patch. + * exec plugin: Fix a problem when using select(2) to read from file + handles. Thanks to Gerrie Roos for his patch. + * network plugin: An incorrect error message in the handling of the + "Interface" configuration option has been fixed. Thanks to Gerrie + Roos for his patch. + * oracle plugin: A potential endless loop in the error handling has + been fixed. + * python plugin: A crash bug in the configuration handling has been + fixed. Thanks to Sven Trenkel for his patch. + * interfaces plugin: The change which was supposed to ignore "bogus" + interfaces has been reverted, since it ignored legit interfaces, such + as bonding pseudo-devices as well. + +2012-01-21, Version 5.0.2 + * curl_xml plugin: Fix handling of file:// and other URLs (which don't + follow HTTP status codes). Thanks to Fabien Wernli for his patch! + * df plugin: Fix handling of negative "available" counts. This can + occur with some file systems, for example UFS. Thanks to Toni Ylenius + for his patch. + * interface plugin: "mac" interfaces are now ignored on Solaris. These + pseudo-interfaces occur multiple times, causing warnings. Also switch + to 64-bit counters on Solaris, improving overflow behavior for + high-speed interfaces. Thanks to Eddy Geez and Fabien Wernli for + their patches. + * memory plugin: Account kernel and unused memory under Solaris. Thanks + to Fabien Wernli for his patch. + * network plugin: A bug in the interaction between the Network plugin + and filter chains has been fixed: When a filter modified a field such + as the hostname, subsequent values in the same network packets could + have ended up using the modified name rather than the original name. + Thanks to Sebastian Harl for identifying the problem. + * oracle plugin: A memory leak has been fixed in the parameter handling. + * python plugin: A memory leak has been fixed. Thanks to Sven Trenkel + for fixing this bug! + +2011-10-07, Version 5.0.1 + * collectd: A mutex leak has been fixed in the meta data code. Thanks + to Rafal Lesniak for his patch. + * collectd: Compatibility fixes for GCC 4.6 have been applied. Thanks + to Peter Green for his patch. + * csv plugin: The line buffer size has been increased. Thanks to Colin + McCabe for the patch. + * curl_json plugin: Don't use the "parent" node to build the type + instance, if it is empty. Compatibility with libyajl 2 has been + added. Thanks to "spupykin" of the Arch Linux project for the initial + code. Formatting of time has been fixed in the JSON module. + * exec plugin: Fix the timestamp value passed to notification scripts. + Thanks to Alexander Kovalenko for fixing this. + * iptables plugin: Fix linking with some versions of libiptc. + * irq plugin: Fix support for interrupts under Linux. The old code + assumed that interrupts have a numeric value -- this is no longer + true for Linux. Thanks to Bostjan Skufca for implementing this. + * notify_desktop plugin: Compatibility with libnotify 0.7 has been + added. Thanks to Samuli Suominen for his patch. + * processes plugin: Fix handling of regular expressions containing + spaces. Thanks for Sebastian Harl for fixing this. + * rrdtool, rrdcached plugins: Improve precision of the XFF parameter. + Previously, values like 0.999 would have been rounded to 1.0. Thanks + to Francois-Xavier Bourlet for fixing this. + * varnish plugin: Fix data type handling of some metrics. Some values + were submitted as gauge even though they were derives. + * Various plugin: Set a multi-threading flag in libcurl. Thanks to Mike + Flisher for the fix. + +2011-03-28, Version 5.0.0 + * collectd: The "FQDNLookup" option is now enabled by default. + * collectd: The internal representation of time has been changed to + allow a higher accuracy than one second. + * collectdcmd: This new command line utility can send various commands + to collectd using the UnixSock plugin. Thanks to HÃ¥kon Dugstad + Johnsen and Sebastian Harl for their code. + * collectd-nagios: The "-m" option has been implemented (treat NaNs as + critical). + * collectd-tg: Traffic generator creating bogus network traffic + compatible to the Network plugin. This utility can be used to + stress-test new write plugins and collectd in general. + * libcollectdclient: Creating and sending network packets has been + added to the collectd client library. + * All data sets: The data source name of all data sets with exactly + one data source has been changed to "value". + * All plugins: All "counter" data sources have been converted to + "derive" data sources. All plugins now use "derive" by default, but + plugins such as the network plugin can still handle "counter", of + course. The minimum value of all derive data sources is zero, the + maximum value is unspecified. + * amqp plugin: The new AMQP plugin can send data to and receive data + from an AMQP broker. Thanks to Sebastien Pahl for his code. + * apache plugin: Backwards compatibility code has been removed. + Support for the IBM HTTP Server has been added. Thanks to Manuel + Luis Sanmartín Rozada for his patch. + * contextswitch plugin: Support for sysctlbyname(3) has been added. + Thanks to Kimo Rosenbaum for his patch. + * df plugin: The default behavior has been changed to be equivalent to + the "ReportReserved" behavior of v4. + * dns plugin: Improved RFC 1035 name parsing has been imported from + "dnstop". + * exec plugin: Backwards compatibility code has been removed. + * GenericJMX plugin: The "InstancePrefix" option has been added to + "Connection" blocks. + * hddtemp plugin: The "TranslateDevicename" config option has been + removed. + * interface plugin: Use the "plugin instance" to store the interface + value. + * libvirt plugin: The "InterfaceFormat" option has been added. Thanks + to Ruben Kerkhof for his patch. + * lpar plugin: New plugins for "logical partitions", a virtualization + technique of POWER CPUs. Thanks to Aurélien Reynaud for his code and + patience. + * modbus plugin: Support for libmodbus 2.9.2 has been added and the + license has been changed to LGPLv2.1. + * mysql plugin: Backwards compatibility code has been removed. The + data sets used have been improved. + * network plugin: The default buffer size has been increased to + 1452 bytes. + * perl plugin: Backwards compatibility code has been removed. + * postgresql plugin: Backwards compatibility code has been removed. + * redis plugin: Plugin for collecting statistics from Redis, a key- + value store, has been added. Thanks to Andres J. Diaz for his code. + * swap plugin: Implement collection of physical and virtual memory + statistics under Solaris. The new default is collecting physical + memory. Thanks to Aurélien Reynaud for his patches. + * threshold plugin: The threshold configuration has been moved into + this separate plugin. + * unixsock plugin: The "DeleteSocket" option has been added. + * varnish plugin: The new Varnish plugin reads statistics from + Varnish, a web accelerator. Thanks to Jérôme Renard and Marc + Fournier for their contributions. + * write_redis: New plugin for writing data to Redis, a key-value + store. + * zfs_arc plugin: The data sets have been replaced by more elegant + alternatives. + * v5upgrade target: Target for converting v4 data sets to the v5 + schema. + +2013-04-07, Version 4.10.9 + * Build system: A bad interaction between the Java detection code and + libltdl has been fixed. Thanks to Dave Cottlehuber for his patch. + * apache, ascent, bind, curl, curl_json, curl_xml, nginx and + write_http plugins: Portability fixes, protection from infinite + redirect loops, improved error handling and incorrect dereferences + have been fixed. Most of these are related to the cURL library. + Thanks to Dan Fandrich for his patches. + * logfile plugin: Flush the output file handle. This works around + caching when logging to STDOUT and redirecting into a file. Thanks + to Nathan Huff for the patch. + * network plugin: Build issues under FreeBSD and initialization have + been fixed. Thanks to Ed Schouten for his patch. + * mysql plugin: Fix a memory leak in the error handling. Thanks to + Tomas Doran for his patch. + * thermal plugin: The initialization of dispatched value lists has + been fixed. Thanks to Markus Knetschke for his patch. + * unixsock plugin: Parsing of options with an underscore, e.g. + "plugin_instance" has been fixed. Thanks to Tommie Gannert for his + patch. + +2012-11-11, Version 4.10.8 + * collectd: Create new directories with mode 0777 and let umask remove + unwanted permission bits. + * collectd: Build issues have been fixed. + * collectd: An incorrect assertion has been fixed in some common code + for Solaris. This should resolve pseudo-random assertion failures + under Solaris. Thanks to Jeff Blane for his help debugging this. + * collectd: A couple of memory leaks through PThread thread attributes + have been fixed. Thanks to Gerrie Roos for fixing these. + * apcups plugin: Improve the reconnect behavior. + * df plugin: Ignore "rootfs" devices under Linux to avoid having them + reported twice. Thanks to Brune Prémont for fixing this. + * disk plugin: Fix incorrect computation of read and write latency (the + "disk_time" type). Previously, the numbers reported where too small + by a factor of "interval", e.g. when the interval is set to 10 + seconds, the values were too low by a factor of 10. Thanks to Manuel + Sanmartin for reporting this problem. + * dns plugin: A build issue under Solaris has been fixed. A erroneous + define that could lead to the reporting of bad data has been fixed by + Daniel Sutto. + * memcachec plugin: A bug in the configuration handling has been fixed. + Thanks to Pascal Hofmann for fixing this issue. + * netapp plugin: Correctly close the connection on communication + errors. + * netlink plugin: The function used to query statistics has been + changed to be more in line with iproute2's behavior. Thanks to + "KIvosak" for the patch. + * network plugin: Initialization of libgcrypt has been fixed. Thanks to + Chris Lundquist for his patch. + * oracle plugin: Error messages have been improved. + * ping plugin: Don't enter the exponential back-off mode when + ping_send() fails. This should make recovery after a network failure + much faster. + * python plugin: Memory leaks have been fixed. Thanks to Tommie Gannert + and Sven Trenkel for fixing this. + * rrdtool plugin: Fix an out-of-bounds array access when printing a + warning message. Thanks to Will Hawkins for fixing this bug. + * snmp plugin: Support for the SNMP_ENDOFMIBVIEW return value has been + added. Support for more complex / unusual MIBs / subtrees has been + added. Thanks to Mark Juric to test the changes and point out these + problems. + +2012-04-01, Version 4.10.7 + * Build system: Fix the use of a libltdl macro. Thanks to Clemens Lang + for fixing this. Adresses some issues with building the iptables + plugin under Gentoo. + * libcollectdclient: A memory leak in the lcc_getval() function has + been fixed. Thanks to Jason Schmidlapp for finding and fixing this + issue. + * bind plugin: The use of 'QType" types has been fixed. + * df plugin: Fixed compiler issue under Mac OS X 10.7. + * conntrack plugin: Support zero as legitimate value. Thanks to Louis + Opter for his patch. + * memcached plugin: Increased the size of a static buffer, which was + truncating status messages form memcached. Thanks to Timon for the + patch. + * network plugin: Forwarding of notifications has been disabled. This + was a contition not checked for before, which may retult in an + endless loop. + * processes plugin: Support for process names with spaces has been + added to the Linux implementation. Thanks to Darrell Bishop for his + patch. + * perl plugin: A race condition in several callbacks, including log and + write callbacks, has been fixed. Thanks to "Rrpv" for reporting this + bug. + * snmp plugin: A bug when casting unsigned integers to gauge values has + been fixed: Unsigned integers would be cast to a signed integer and + then to a gauge, possibly resulting in a negative value. + * tcpconns plugin: Compilation with newer versions of the FreeBSD + runtime has been fixed. + +2012-02-19, Version 4.10.6 + * Build system: Fix problems when building the ipvs and iptables + plugins. Thanks to Sebastian Harl for his patch. A bashism in the + version-gen.sh script has been fixed. Thanks to Jo-Philipp Wich for + his patch. + * csv and rrdtool plugins: Print a more helpful error message when the + DataDir is a symlink pointing to a non-existing location. Thanks to + Jonathan Nieder for his patch. + * exec plugin: Fix a problem when using select(2) to read from file + handles. Thanks to Gerrie Roos for his patch. + * network plugin: An incorrect error message in the handling of the + "Interface" configuration option has been fixed. Thanks to Gerrie + Roos for his patch. + * oracle plugin: A potential endless loop in the error handling has + been fixed. + * python plugin: A crash bug in the configuration handling has been + fixed. Thanks to Sven Trenkel for his patch. + * interfaces plugin: The change which was supposed to ignore "bogus" + interfaces has been reverted, since it ignored legit interfaces, such + as bonding pseudo-devices as well. + +2012-01-21, Version 4.10.5 + * curl_xml plugin: Fix handling of file:// and other URLs (which don't + follow HTTP status codes). Thanks to Fabien Wernli for his patch! + * df plugin: Fix handling of negative "available" counts. This can + occur with some file systems, for example UFS. Thanks to Toni Ylenius + for his patch. + * interface plugin: "mac" interfaces are now ignored on Solaris. These + pseudo-interfaces occur multiple times, causing warnings. Also switch + to 64-bit counters on Solaris, improving overflow behavior for + high-speed interfaces. Thanks to Eddy Geez and Fabien Wernli for + their patches. + * memory plugin: Account kernel and unused memory under Solaris. Thanks + to Fabien Wernli for his patch. + * network plugin: A bug in the interaction between the Network plugin + and filter chains has been fixed: When a filter modified a field such + as the hostname, subsequent values in the same network packets could + have ended up using the modified name rather than the original name. + Thanks to Sebastian Harl for identifying the problem. + * oracle plugin: A memory leak has been fixed in the parameter handling. + * python plugin: A memory leak has been fixed. Thanks to Sven Trenkel + for fixing this bug! + +2011-10-14, Version 4.10.4 + * collectd: A mutex leak has been fixed in the meta data code. Thanks + to Rafal Lesniak for his patch. + * collectd: Compatibility fixes for GCC 4.6 have been applied. Thanks + to Peter Green for his patch. + * csv plugin: The line buffer size has been increased. Thanks to Colin + McCabe for the patch. + * curl_json plugin: Don't use the "parent" node to build the type + instance, if it is empty. Compatibility with libyajl 2 has been + added. Thanks to "spupykin" of the Arch Linux project for the initial + code. + * iptables plugin: Fix linking with some versions of libiptc. + * irq plugin: Fix support for interrupts under Linux. The old code + assumed that interrupts have a numeric value -- this is no longer + true for Linux. Thanks to Bostjan Skufca for implementing this. + * notify_desktop plugin: Compatibility with libnotify 0.7 has been + added. Thanks to Samuli Suominen for his patch. + * processes plugin: Fix handling of regular expressions containing + spaces. Thanks for Sebastian Harl for fixing this. + * rrdtool, rrdcached plugins: Improve precision of the XFF parameter. + Previously, values like 0.999 would have been rounded to 1.0. Thanks + to Francois-Xavier Bourlet for fixing this. + * Various plugin: Set a multi-threading flag in libcurl. Thanks to Mike + Flisher for the fix. + +2011-03-26, Version 4.10.3 + * Documentation: Several updates and additions. Thanks to Sebastian Harl. + * collectd: Build issues (compiler warnings) have been fixed. Thanks to + Bruno Prémont. + * collectd: Threshold subsection: Handling of NAN values in the + percentage calculation has been fixed. + * collectd, java plugin, ntpd plugin: Several diagnostic messages have + been improved. + * curl_json plugin: Handling of arrays has been fixed. + * libvirt plugin: A bug in reading the virtual CPU statistics has been + fixed. Thanks to “JLPC” for reporting this problem. + * modbus plugin: Compatibility with libmodbus 2.0.3 has been restored. + * processes plugin: Potentially erroneous behavior has been fixed in an + error handling case. + * python plugin: Fix dispatching of values from Python scripts to + collectd. Thanks to Gregory Szorc for finding and fixing this + problem. + +2010-11-27, Version 4.10.2 + * Documentation: Various documentation fixes. + * collectd: If including one configuration file fails, continue with + the rest of the configuration if possible. + * collectd: Fix a bug in the read function scheduling. In rare cases + read functions may not have been called as often as requested. + * collectd: Concurrency issues with errno(3) under AIX have been + fixed: A thread-safe version of errno has to be requested under AIX. + Thanks to Aurélien Reynaud for his patch. + * collectd: A left-over hard-coded 2 has been replaced by the + configurable timeout value. + * curl, memcachec, tail plugins: Fix handling of "DERIVE" data + sources. Matching the end of a string has been improved; thanks to + Sebastian Harl for the patch. + * curl_json plugin: Fix a problem when parsing 64bit integers. Reading + JSON data from non-HTTP sources has been fixed. + * netapp plugin: Pass the interval setting to the dispatch function. + Restore compatibility to NetApp Release 7.3. Thanks to Sven Trenkel + for the patch. + * network plugin: Be less verbose about unchecked signatures, in order + to prevent spamming the logs. + * notify_email plugin: Concurrency problems have been fixed. + * python plugin: Set "sys.argv", since many scripts don't expect that + it may not be set. Thanks to Sven Trenkel for the patch. + * rrdtool, rrdcached plugin: Fix a too strict assertion when creating + RRD files. + * swap plugin: A bug which lead to incorrect I/O values has been + fixed. + * value match: A minor memory leak has been fixed. Thanks to Sven + Trenkel for the patch. + +2010-07-09, Version 4.10.1 + * Build system: Checking for "strtok_r" under Solaris has been fixed. + * Portability: Fixes for Solaris 8 have been applied. Thanks to + Alexander Wuerstlein for his patch. + * collectd: The shutdown speed when terminating the read threads has + been improved. + * libcollectdclient: A format error in the PUTVAL command has been + removed. Thanks to Johan Van den Brande for fixing this. + * df plugin: An error message shown when "cu_mount_getlist" fails has + been added. + * processes plugin: Missing initialization code for IO members of a + struct has been added. Thanks to Aurélien Reynaud for fixing this. + * python plugin: Memory leaks in the write and notification callbacks + have been fixed. A possible crash when the plugin was loaded but not + configured has been fixed. Thanks to Sven Trenkel for his patches. + * snmp plugin: Verbosity with regard to unknown ASN types has been + increased. A build problem on PowerPC and ARM processors has been + fixed by Aurélien Reynaud; thanks! + * powerdns plugin: Compatibility changes for PowerDNS 2.9.22 and above + have been applied. Thanks to Luke Heberling for his changes. + +2010-05-01, Version 4.10.0 + * collectd: JSON output now includes the "dstypes" and "dsnames" + fields. This makes it easier for external applications to interpret + the data. Thanks to Chris Buben for his work. + * collectd: The new "Timeout" option can be used to specify a + "timeout" for missing values. This is used in the threshold checking + code to detect missing values. Thanks to Andrés J. Díaz for the + patch. + * apache plugin: Support for "IdleWorkers" (Apache 1.*: "IdleServers") + has been added. + * curl plugin: The new "ExcludeRegex" allows to easily exclude certain + lines from the match. + * curl_xml plugin: This new plugin allows to read XML files using cURL + and extract metrics included in the files. Thanks to Amit Gupta for + his work. + * filecount plugin: The new "IncludeHidden" option allows to include + "hidden" files and directories in the statistics. Thanks to Vaclav + Malek for the patch. + * logfile plugin: The new "PrintSeverity" option allows to include the + severity of a message in the output. Thanks to Clément Stenac for + his patch. + * memcachec plugin: The new "ExcludeRegex" allows to easily exclude + certain lines from the match. + * modbus plugin: This new plugin allows to read registers from + Modbus-TCP enabled devices. + * network plugin: The new "Interface" option allows to set the + interface to be used for multicast and, if supported, unicast + traffic. Thanks to Max Henkel for his work. + * openvpn plugin: The "CollectUserCount" and "CollectIndividualUsers" + options allow more detailed control over how to report sessions of + multiple users. Thanks to Fabian Schuh for his work. + * pinba plugin: This new plugin receives timing information from the + Pinba PHP extension, which can be used for profiling PHP code and + webserver performance. Thanks to Phoenix Kayo for his work. + * ping plugin: The new "MaxMissed" allows to re-resolve a hosts + address when it doesn't reply to a number of ping requests. Thanks + to Stefan Völkel for the patch. + * postgresql plugin: The "Interval" config option has been added. The + plugin has been relicensed under the 2-clause BSD license. Thanks to + Sebastian Harl for his work. + * processes plugin: Support for "code" and "data" virtual memory sizes + has been added. Thanks to Clément Stenac for his patch. + * python plugin: Support for Python 3 has been implemented. Thanks to + Sven Trenkel for his work. + * routeros plugin: Support for collecting CPU load, memory usage, used + and free disk space, sectors written and number of bad blocks from + MikroTik devices has been added. + * swap plugin: Support for Linux < 2.6 has been added. Thanks to Lorin + Scraba for his patch. + * tail plugin: The new "ExcludeRegex" allows to easily exclude certain + lines from the match. Thanks to Peter Warasin for his patch. + * write_http plugin: The "StoreRates" option has been added. Thanks to + Paul Sadauskas for his patch. + * regex match: The "Invert" option has been added. Thanks to Julien + Ammous for his patch. + +2011-03-26, Version 4.9.5 + * Documentation: Several updates and additions. Thanks to Sebastian Harl. + * collectd: Build issues (compiler warnings) have been fixed. Thanks to + Bruno Prémont. + * collectd: Threshold subsection: Handling of NAN values in the + percentage calculation has been fixed. + * collectd, java plugin, ntpd plugin: Several diagnostic messages have + been improved. + * libvirt plugin: A bug in reading the virtual CPU statistics has been + fixed. Thanks to “JLPC” for reporting this problem. + * processes plugin: Potentially erroneous behavior has been fixed in an + error handling case. + * python plugin: Fix dispatching of values from Python scripts to + collectd. Thanks to Gregory Szorc for finding and fixing this + problem. + +2010-11-27, Version 4.9.4 + * Documentation: Various documentation fixes. + * collectd: If including one configuration file fails, continue with + the rest of the configuration if possible. + * collectd: Fix a bug in the read function scheduling. In rare cases + read functions may not have been called as often as requested. + * collectd: Concurrency issues with errno(3) under AIX have been + fixed: A thread-safe version of errno has to be requested under AIX. + Thanks to Aurélien Reynaud for his patch. + * curl, memcachec, tail plugins: Fix handling of "DERIVE" data + sources. Matching the end of a string has been improved; thanks to + Sebastian Harl for the patch. + * curl_json plugin: Fix a problem when parsing 64bit integers. Reading + JSON data from non-HTTP sources has been fixed. + * netapp plugin: Pass the interval setting to the dispatch function. + Restore compatibility to NetApp Release 7.3. Thanks to Sven Trenkel + for the patch. + * network plugin: Be less verbose about unchecked signatures, in order + to prevent spamming the logs. + * notify_email plugin: Concurrency problems have been fixed. + * python plugin: Set "sys.argv", since many scripts don't expect that + it may not be set. Thanks to Sven Trenkel for the patch. + * rrdtool, rrdcached plugin: Fix a too strict assertion when creating + RRD files. + * value match: A minor memory leak has been fixed. Thanks to Sven + Trenkel for the patch. + +2010-07-09, Version 4.9.3 + * Build system: Checking for "strtok_r" under Solaris has been fixed. + * Portability: Fixes for Solaris 8 have been applied. Thanks to + Aurélien Reynaud and Alexander Wuerstlein for their patches. + * collectd: The shutdown speed when terminating the read threads has + been improved. + * collectd-nagios: The format of the performance data has been fixed. + * libcollectdclient: A format error in the PUTVAL command has been + removed. Thanks to Johan Van den Brande for fixing this. + * df plugin: An error message shown when "cu_mount_getlist" fails has + been added. + * processes plugin: Missing initialization code for IO members of a + struct has been added. Thanks to Aurélien Reynaud for fixing this. + * python plugin: Memory leaks in the write and notification callbacks + have been fixed. A possible crash when the plugin was loaded but not + configured has been fixed. Thanks to Sven Trenkel for his patches. + * rrdcached plugin: A build issue has been resolved. Thanks to + Thorsten von Eicken for the patch. + * snmp plugin: Verbosity with regard to unknown ASN types has been + increased. A build problem on PowerPC and ARM processors has been + fixed by Aurélien Reynaud; thanks! + * powerdns plugin: Compatibility changes for PowerDNS 2.9.22 and above + have been applied. Thanks to Luke Heberling for his changes. + +2010-04-22, Version 4.9.2 + * Build system, various plugins: Fixes for AIX compatibility have been + added. Thanks to Manuel Sanmartin for his patches. + * Build system: Checking for "nanosleep" on old Solaris machines has + been fixed. Thanks to Vincent McIntyre and Sebastian Harl for + figuring out a way to make this work. + * collectd: Append a newline to messages written to STDERR. + * collectd: Serialization of NANs in JSON format has been fixed. + Thanks to Chris Buben for pointing out the resulting syntax error. + * collectd: Checks whether a "sleep" returned early have been added; + the cases are now handled correctly. Thanks to Michael Stapelberg + for the patch. + * collectd: Continue reading files in a directory when parsing one + file fails. + * apache plugin: Collection of the number of active connections has + been fixed for Apache 2.*. + * contextswitch plugin: Handle large counter/derive values correctly. + Thanks to Martin Merkel for reporting the bug. + * exec plugin: Error messages have been improved. The "running" flag + is now cleared correctly when forking a child fails. + * iptables plugin: Fix a violation of aliasing rules. This resolves a + warning / error with new GCC versions. Thanks to Jan Engelhardt for + the work-around. + * java plugin: The Java API files are now packaged into a .jar file. + Thanks to Amit Gupta for his patch. + * network plugin: Fix a segmentation fault when receiving packets with + an unknown data source type. + * network plugin: A memory leak when receiving encrypted network + packets has been fixed. + * openvpn plugin: Fix naming schema when reading "MULTI1" type status + files. + * oracle plugin: Fix checking for lost connections and reconnect in + this case. Thanks to Sven Trenkel for pointing out the problem. + * unixsock plugin: A memory leak in the "LISTVAL" command has been + fixed. Thanks to Peter Warasin for pointing it out. + * write_http plugin: Use the "any" authentication schema. This used to + be "digest". Thanks to Paul Sadauskas for the patch. + +2010-01-14, Version 4.9.1 + * Documentation: Some manpage fixes. + * Default config: Added sample configuration for missing plugins. + * apache plugin: Fix a segmentation fault in the config handling of + VerifyPeer / VerifyHost. Thanks to "plazmus" for his or her patch. + * processes plugin: Fix handling of derive data sources. + * rrdtool plugin: Fix a bug with random write timeouts. Due to an + incorrect initialization some files may be suspended basically + indefinitely. After flushing the files they were written regularly + again. + * routeros plugin: Use the node name for the "host" field. + * Monitorus.pm: Put the plugin into the "Collectd::Plugins" namespace. + * Perl bindings: Fix a warning that was printed when building + debugging output. + +2009-12-21, Version 4.9.0 + * contextswitch plugin: The new ContextSwitch plugin gathers the + number of context switches done by the CPU. Thanks to Patrik + Weiskircher for the patch. + * cpu plugin: Support for SMP (multiple processors) under FreeBSD has + been added. Thanks to Doug MacEachern for the patch. + * curl plugin: The “MeasureResponseTime” option has been added. Thanks + to Aman Gupta for the patch. + * df plugin: Collecting the inode count and reserved space has been + added. Thanks to Patrik Weiskircher for the patch. + * exec plugin: The environment variables “COLLECTD_INTERVAL” and + “COLLECTD_HOSTNAME” are now set before executing the application. + * Monitorus plugin: This Perl-based plugin to query statistics from + mon.itor.us has been added. Thanks to Jeff Green for the patch. + * netapp plugin: New plugin to collect statistics from NetApp filers. + Thanks to Sven Trenkel of the noris network AG for the patch. + * network plugin: Statistics collection about the plugin itself has + been implemented. + * openvpn plugin: Add support for more versions of the “status file”. + Thanks to Marco Chiappero for the patch. + * OpenVZ plugin: This Perl-based plugin to gather OpenVZ statistics + has been added. Thanks to Jonathan Kolb for the patch. + * ping plugin: The config options "SourceAddress" and "Device" + have been added. Thanks to Sebastian Harl for the patch. + * processes plugin: Collection of IO-metrics has been added. Thanks to + Andrés J. Díaz for the patch. + * python plugin: The new Python plugin integrates a Python interpreter + into collectd and allows to execute plugins written in the scripting + language. Thanks to Sven Trenkel for his work. + * routeros plugin: The new RouterOS plugin queries interface and + wireless registration statistics from RouterOS. + * Various plugins: AIX support has been added to the cpu, disk, + interface, load, memory, processes, and swap plugins. Thanks to + Manuel Sanmartin for his patches. + * hashed match: This match for simple load balancing and redundant + storage has been added. + * scale target: This target to scale (multiply) values by an arbitrary + value has been added. + +2010-04-22, Version 4.8.5 + * collectd: Append a newline to messages written to STDERR. + * network plugin: Fix a segmentation fault when receiving packets with + an unknown data source type. + +2010-04-07, Version 4.8.4 + * Build system, various plugins: Fixes for AIX compatibility have been + added. Thanks to Manuel Sanmartin for his patches. + * Build system: Checking for "nanosleep" on old Solaris machines has + been fixed. Thanks to Vincent McIntyre and Sebastian Harl for + figuring out a way to make this work. + * collectd: Serialization of NANs in JSON format has been fixed. + Thanks to Chris Buben for pointing out the resulting syntax error. + * collectd: Checks whether a "sleep" returned early have been added; + the cases are now handled correctly. Thanks to Michael Stapelberg + for the patch. + * collectd: Continue reading files in a directory when parsing one + file fails. + * apache plugin: Collection of the number of active connections has + been fixed for Apache 2.*. + * exec plugin: Error messages have been improved. The "running" flag + is now cleared correctly when forking a child fails. + * iptables plugin: Fix a violation of aliasing rules. This resolves a + warning / error with new GCC versions. Thanks to Jan Engelhardt for + the work-around. + * java plugin: The Java API files are now packaged into a .jar file. + Thanks to Amit Gupta for his patch. + * network plugin: A memory leak when receiving encrypted network + packets has been fixed. + * oracle plugin: Fix checking for lost connections and reconnect in + this case. Thanks to Sven Trenkel for pointing out the problem. + * unixsock plugin: A memory leak in the "LISTVAL" command has been + fixed. Thanks to Peter Warasin for pointing it out. + * write_http plugin: Use the "any" authentication schema. This used to + be "digest". Thanks to Paul Sadauskas for the patch. + +2010-01-14, Version 4.8.3 + * Documentation: Some manpage fixes. + * rrdtool plugin: Fix a bug with random write timeouts. Due to an + incorrect initialization some files may be suspended basically + indefinitely. After flushing the files they were written regularly + again. + +2009-12-18, Version 4.8.2 + * Build system, java plugin: Don't use “find -L” to search for Java + headers, because it's a GNU extension. + * Build system: Support for parallel builds has been improved. Thanks + Sebastian Harl and Stefan Völkel for looking into this. + * collectd: Print error messages to STDERR if no log plugin has been + loaded. + * genericjmx plugin: Close and re-open the connection upon I/O-errors. + * gmond plugin: Fix typos which caused syntax errors. + * memory plugin: Handling of >4 Gbyte of memory has been fixed. + * network plugin: The license has been changed to LGPL 2.1. + * oracle plugin: Reconnect to the database if the connection dies. + * rrdcached plugin: Work-around for a bug in RRDtool 1.4rc2 has been + added. + * snmp plugin: Handling of negative values has been fixed. Strings + containing control characters are now interpreted as hex-strings. + * unixsock plugin: A memory leak in the LISTVAL command has been + fixed. Thanks to Ben Knight for his patch. + +2009-10-04, Version 4.8.1 + * Build system: Issues when building the iptables plugin have been + fixed. + * exec plugin: Clear the signal block mask before calling exec(2). + * perl plugin: Declare the “environ” variable. This solves build + issues on some platforms. + * processes plugin: Remove unnecessary call of realloc(3). Thanks to + Andrés J. Díaz for the patch. + * unixsock plugin: Fix a (well hidden) race condition related to file + descriptor handling. + +2009-09-13, Version 4.8.0 + * collectd: Two new data source types, “DERIVE” and “ABSOLUTE”, have + been added. “DERIVE” can be used for counters that are reset + occasionally. Thanks to Mariusz Gronczewski for implementing this. + * thresholds: The advanced threshold options “Percentage”, “Hits”, and + “Hysteresis” have been added. Thanks to Andrés J. Díaz for his + patches. + * curl_json plugin: The new cURL-JSON plugin reads JSON files using + the cURL library and parses the contents according to user + specification. Among other things, this allows to read statistics + from a CouchDB instance. Thanks to Doug MacEachern for the patch. + * df plugin: Using the new “ReportByDevice” option the device rather + than the mount point can be used to identify partitions. Thanks to + Paul Sadauskas for the patch. + * dns plugin: The possibility to ignore numeric QTypes has been added. + Thanks to Mirko Buffoni for the patch. + * GenericJMX plugin: The new, Java-based GenericJMX plugin allows to + query arbitrary data from a Java process using the “Java Management + Extensions” (JMX). + * madwifi plugin: The new MadWifi plugin collects information about + Atheros wireless LAN chipsets from the MadWifi driver. Thanks to + Ondrej Zajicek for his patches. + * network plugin: The receive- and send-buffer-sizes have been made + configurable, allowing for bigger and smaller packets. Thanks to + Aman Gupta for the patch. + * olsrd plugin: The new OLSRd plugin queries routing information from + the “Optimized Link State Routing” daemon. + * rrdtool plugin: A new configuration option allows to define a random + write delay when writing RRD files. This spreads the load created by + writing RRD files more evenly. Thanks to Mariusz Gronczewski for the + patch. + * swap plugin: The possibility to collect swapped in/out pages has + been added to the Swap plugin. Thanks to Stefan Völkel for the + patch. + * tokyotyrant plugin: The new TokyoTyrant plugin reads the number of + records and file size from a running Tokyo Tyrant server. Thanks to + Paul Sadauskas for the patch. + * unixsock plugin: Add the “GETTHRESHOLD” command. This command can be + used to query the thresholds configured for a particular identifier. + * write_http plugin: The new Write HTTP plugin sends the values + collected by collectd to a web-server using HTTP POST requests. + Thanks to Paul Sadauskas for the patch. + * zfs_arc plugin: The new ZFS ARC plugin collects information about + the “Adaptive Replacement Cache” (ARC) of the “Zeta File-System” + (ZFS). Thanks to Anthony Dewhurst for the patch. + * empty_counter match: The new Empty Counter match matches value + lists, where at least one data source is of type COUNTER and the + counter value of all counter data sources is zero. + +2009-12-18, Version 4.7.5 + * Build system, java plugin: Don't use “find -L” to search for Java + headers, because it's a GNU extension. + * Build system: Support for parallel builds has been improved. Thanks + Sebastian Harl and Stefan Völkel for looking into this. + * collectd: Print error messages to STDERR if no log plugin has been + loaded. + * memory plugin: Handling of >4 Gbyte of memory has been fixed. + * network plugin: The license has been changed to LGPL 2.1. + * oracle plugin: Reconnect to the database if the connection dies. + * rrdcached plugin: Work-around for a bug in RRDtool 1.4rc2 has been + added. + * snmp plugin: Handling of negative values has been fixed. Strings + containing control characters are now interpreted as hex-strings. + * unixsock plugin: A memory leak in the LISTVAL command has been + fixed. Thanks to Ben Knight for his patch. + +2009-10-03, Version 4.7.4 + * Build system: Issues when building the iptables plugin have been + fixed. + * exec plugin: Clear the signal block mask before calling exec(2). + * perl plugin: Declare the “environ” variable. This solves build + issues on some platforms. + * processes plugin: Remove unnecessary call of realloc(3). Thanks to + Andrés J. Díaz for the patch. + * unixsock plugin: Fix a (well hidden) race condition related to file + descriptor handling. + +2009-09-13, Version 4.7.3 + * collectd: Fix a possible but very rare invalid “free” in the caching + code. Thanks to Sebastian Harl for the patch. + * collectd: Remove old values when a cache entry is marked as missing. + This way the “GETVAL” command of the UnixSock plugin doesn't return + old, no longer valid values when this happens. Thanks to Andrés J. + Díaz for the patch. + * collectd: The “plugin_unregister_read” function has been fixed. + * apache, ascent, bind, curl, nginx plugins: Advise the cURL library + to follow redirects. Thanks to Joey Hess for reporting this bug. + * df plugin: Check the ignorelist before stating the file system, + possibly reducing the number of stats considerably. Thanks to Joey + Hess for reporting this bug. + * iptables plugin: Support for the new libiptc API has been added. + Thanks to Sebastian Harl for the patch. The build system has been + updated to the plugin only includes the shipped header files when it + is linked with the shipped library, too. + * java plugin: Delay creating the JVM until after the daemon has + forked. The JVM internally creates threads that are lost when + forking. This means that Java-based plugins are now configured + during the init-phase, i. e. later than other plugins. + * libvirt plugin: Re-connect to libvirtd if connecting fails. Thanks + to Alan Pevec for the patch. + * network plugin: Fix the handling of the “CacheFlush” option: The + value was assigned to a wrong variable. The initialization of the + gcrypt library, which is used for signing / encrypting traffic, has + been fixed. Thanks to Luke Heberling for the patch. + * powerdns plugin: Set a timeout when reading data from the datagram + socket. Handling of the “LocalSocket” option has been fixed. An + incorrectly used “type” has been corrected. Thanks to Luke Heberling + for his patches. + +2009-07-19, Version 4.7.2 + * Build system: Support for `DESTDIR' has been fixed in the Java + bindings. + * collectd: Okay-notifications have been fixed. Thanks to Andrés J. + Díaz for fixing this bug. + * collectd: A programming error has been fixed in the notification + code. The bug may result in an assertion failure. + * memcached plugin: Portability fix for Solaris. Thanks to Amit Gupta + for reporting the bug. + * ping plugin: Link the plugin with libm. + +2009-06-02, Version 4.7.1 + * Build system: Detection of Java has been improved and missing + details have been added to the configuration summary. Support for + libtool 2.2 has been added. + * collectd: Two bugs with the threshold checking have been fixed. The + first one prevented thresholds to be checked at all, the second one + caused wrong behavior with the persistency option. Thanks to Andrés + J. Díaz for fixing these problems. + * collectd: Handling of the `Include' configuration option has been + fixed. + * rrdtool plugin: Make sure initialization is run only once. This + resolves problems under Solaris and potentially other systems. + Thanks to Amit Gupta for reporting this bug. + * java plugin: Make it possible to use dots ('.') instead of slashes + ('/') as the class separator. Thanks to Randy Rizun for pointing + this out. + * swap plugin: A work-around for 32-bit Solaris has been added. Thanks + to Doug MacEachern for the patch. + +2009-05-11, Version 4.7.0 + * apache plugin: Support to query multiple servers has been added. + Thanks to Amit Gupta for the patch. + * apache plugin: Handling of lighttpd's scoreboard statistics has been + improved. Thanks to Amit Gupta for the patch. + * conntrack plugin: The new conntrack plugin collects the connection + tracking table size. Thanks to Tomasz Pala for the patch. + * fscache plugin: The new fscache plugin collects statistics about + Linux' file-system based caching framework. Thanks to Edward + Konetzko for the patch. + * gmond plugin: The new gmond plugin can receive and interpret + multicast traffic from Ganglia's gmond daemon. + * java plugin: The new java plugin exports the collectd API to Java, + making it possible to write extensions to collectd in Java. + * memcachec plugin: The new memcachec plugin queries data from a + memcached daemon and parses it similar to the cURL plugin. Thanks to + Doug MacEachern for the initial code. + * memcached plugin: Support for connections over UNIX domain sockets + has been added. Thanks to Franck Lombardi for the patch. + * memory plugin: Support for OpenBSD and possibly other *BSDs has been + added. Thanks to Simon Kuhnle for the patch. + * mysql plugin: Support to query multiple databases has been added. + Thanks to Doug MacEachern for the patch. + * mysql plugin: Master/slave statistics have been added. + * mysql plugin: Lock statistics have been added. Thanks to Rodolphe + Quiédeville for the patch. + * network plugin: The possibility to sign or encrypt network traffic + has been added. + * protocols plugin: The new protocols plugin provides information + about network protocols, such as IP, TCP and UDP. + * snmp plugin: The intervals given in the configuration of the SNMP + plugin must no longer be a multiple of the global interval. + * table plugin: The new Table plugin provides parsing for table-like + structured files, such as many files beneath /proc. + * ted plugin: The new TED plugin reads power consumption measurements + from “The Energy Detective” (TED). Thanks to Eric Reed for this + plugin. + * onewire plugin: The new `Interval' option allows collecting + information from OneWire sensors at arbitrary intervals. + * ping plugin: Support for collecting the drop rate and standard + deviation of round-trip times has been added. + * uptime plugin: The new uptime plugin can collect the server's + uptime. Thanks to Marco Chiappero for the patch. + +2009-09-10, Version 4.6.5 + * collectd: Remove old values when a cache entry is marked as missing. + This way the “GETVAL” command of the UnixSock plugin doesn't return + old, no longer valid values when this happens. Thanks to Andrés J. + Díaz for the patch. + * apache, ascent, bind, curl, nginx plugins: Advise the cURL library + to follow redirects. Thanks to Joey Hess for reporting this bug. + * df plugin: Check the ignorelist before stating the file system, + possibly reducing the number of stats considerably. Thanks to Joey + Hess for reporting this bug. + * iptables plugin: Support for the new libiptc API has been added. + Thanks to Sebastian Harl for the patch. The build system has been + updated to the plugin only includes the shipped header files when it + is linked with the shipped library, too. + * libvirt plugin: Re-connect to libvirtd if connecting fails. Thanks + to Alan Pevec for the patch. + * powerdns plugin: Set a timeout when reading data from the datagram + socket. Handling of the “LocalSocket” option has been fixed. An + incorrectly used “type” has been corrected. Thanks to Luke Heberling + for his patches. + +2009-07-18, Version 4.6.4 + * collectd: Okay-notifications have been fixed. Thanks to Andrés J. + Díaz for fixing this bug. + * collectd: A programming error has been fixed in the notification + code. The bug may result in an assertion failure. + * memcached plugin: Portability fix for Solaris. Thanks to Amit Gupta + for reporting the bug. + +2009-06-02, Version 4.6.3 + * Build system, various plugins: Many build fixes for FreeBSD, + OpenBSD, NetBSD, Solaris and Mac OS X. Big thanks to Doug MacEachern + for many fixes and providing a build system for many platforms, + Ulf Zimmermann for providing a FreeBSD system and Simon Kuhnle for + providing an OpenBSD system. + * collectd: Two bugs with the threshold checking have been fixed. The + first one prevented thresholds to be checked at all, the second one + caused wrong behavior with the persistency option. Thanks to Andrés + J. Díaz for fixing these problems. + * collectd: Handling of the `Include' configuration option has been + fixed. + * battery plugin: Don't complain about a missing directory every + interval. + * exec plugin: Allow executed programs to close STDERR. Thanks to + Thorsten von Eicken for reporting this problem. + * irq plugin: Fix handling of overflowing 32-bit counters. Thanks to + Tomasz Pala for the patch. + * perl plugin: Portability build-fixes. Thanks to Doug MacEachern for + the patch. + * memory plugin: Fix a potential problem under Solaris. + * swap plugin: A work-around for 32-bit Solaris has been added. Thanks + to Doug MacEachern for the patch. + +2009-03-18, Version 4.6.2 + * collectd: Some Solaris utility code has been improved. + * filter subsystem: Allow `Chains' without default targets. + * liboping: A patch to comply with strict aliasing rules has been + added. + * timediff match: Fix a typo: The match was registered with a wrong + name which prevented this match to be used as documented. Thanks to + Bruno Prémont for finding this problem. + * bind plugin: Fix collection of the cached RR sets. The number of RR + sets currently in the cache was collected as a counter value, which + is nonsense. Thanks to Bruno Prémont for implementing this. + * dns plugin: Don't pass NULL to `pcap_open_live': Some systems, + primarily BSDs, don't take it well and crash. + * oracle plugin: Portability to 64 bit systems has been improved. + * postgresql plugin: The default configuration has been improved. + * rrdtool plugin: Fix a possible race condition: If the network plugin + is brought and dispatches a value before the rrdtool plugin is + initialized, the daemon may crash. + +2009-02-22, Version 4.6.1 + * collectd: Many documentation fixes. + * Collectd::Unixsock: Error handling has been improved. + * regex match: Don't link with the PCRE library. + * bind plugin: Various bugs have been fixed. Thanks to Bruno Prémont + for finding and fixing most of them. + * ipmi plugin: Fix an off-by-one error which could cause segmentation + faults. Thanks to Peter Holik for his patch. + +2009-02-16, Version 4.6.0 + * collectd: Added the `filter chain' infrastructure, which allows the + user to use `matches' and `targets' to control value processing. + * collectd: The new `-T' command line argument allows more in-depth + testing of a configuration. Thanks to Doug MacEachern for the patch. + * collectd-nagios: The Nagios integration command has been updated to + use libcollectdclient. The `percentage' aggregation function has + been added. Thanks to Fabian Linzberger for the patch. + * libcollectdclient: A library which abstracts communication with the + unixsock plugin for clients has been added. + * regex match: Match values by their identifies using regular + expressions. + * timediff match: Match for values with an invalid timestamp. + * value match: Select values by their data sources' values. + * notification target: Create and dispatch a notification. + * replace target: Replace parts of an identifier using regular + expressions. + * set target: Set (overwrite) entire parts of an identifier. + * bind plugin: This new plugin uses the new HTTP/XML interface to BIND + statistics, allowing very detailed name server statistics. Thanks to + Bruno Prémont for this plugin. + * cpu plugin: Report `interrupt' separately when using + sysctlbyname(3) (used under *BSD). Support for sysctl(3), for + example for native OpenBSD support, has been added. Thanks to Simon + Kuhnle for the patch. + * csv plugin: Make it possible to write values to STDOUT instead of + files. This is meant for testing purposes mostly. The output written + to STDOUT is compatible with the exec plugin. Thanks to Doug + MacEachern for the patch. + * curl plugin: This new plugin can be used to read web pages and parse + them using the same mechanism that's used in the tail plugin. + * dbi plugin: This new plugin allows you to connect to a variety of + relational databases and use SQL to gather custom statistics from + it. It is similar to the already existing PostgreSQL plugin but uses + libdbi to communicate with the database(s). + * interface plugin: Use the ignorelist framework when selecting / + ignoring interfaces. This allows one to use regular expressions to + select interfaces, too. + * ipmi plugin: Handle temporary IPMI error conditions more gracefully. + Thanks to Bruno Prémont for this patch. + * memcached plugin: Add hit-ratio metric. Thanks to Doug MacEachern + for the patch. + * mysql plugin: Allow connecting to a database via the UNIX domain + socket, too. Thanks to Mirko Buffoni for the patch. + * network plugin: Further performance improvements for the receive + code. This hopefully will help very large setups. + * openvpn plugin: This new plugin collects statistics provided by the + OpenVPN daemon. Thanks to Doug MacEachern for the patch. + * oracle plugin: This new plugin allows you to connect to an Oracle + database and use SQL to gather custom statistics from it. It is + similar to the already existing PostgreSQL plugin. + * perl plugin: Compatibility fixes for broken versions of Perl 5.10 + have been added. + * perl plugin: Export the newly added plugin_write() to Perl plugins. + * perl plugin: Added support for `notification meta data'. + * perl plugin: Added support for the `filter chain' infrastructure by + allowing plugins to register `matches' and `targets'. + * postgresql plugin: The preferred configuration syntax has been + updated to be in line with the syntax used by the new dbi and oracle + plugins. The compatibility code for the old syntax is present. + Support for the new `Result' blocks and the interval parameter has + been added. + * processes plugin: Stacksize and virtual memory usage statistics have + been added. Portability fixes. + * rrdcached plugin: This new plugin uses the (still in development) + RRD accelerator daemon, rrdcached. This daemon works very similar to + the original rrdtool plugin of collectd, but adds some more nice + features. + * swap plugin: Code for OpenBSD (and possibly other *BSDs) has been + added. + +2009-05-09, Version 4.5.4 + * Build system, various plugins: Many build fixes for FreeBSD, + OpenBSD, NetBSD, Solaris and Mac OS X. Big thanks to Doug MacEachern + for many fixes and providing a build system for many platforms, + Ulf Zimmermann for providing a FreeBSD system and Simon Kuhnle for + providing an OpenBSD system. + * collectd: Fix a potential race condition when creating directories. + * battery plugin: Don't complain about a missing directory every + interval. + * dns plugin: Slight portability fixes. + * exec plugin: Allow executed programs to close STDERR. Thanks to + Thorsten von Eicken for reporting this problem. + * irq plugin: Fix handling of overflowing 32-bit counters. Thanks to + Tomasz Pala for the patch. + * perl plugin: Portability build-fixes. Thanks to Doug MacEachern for + the patch. + * rrdtool plugin: Fix a possible race condition: If the network plugin + is initialized and dispatches a value before the rrdtool plugin is + initialized, the daemon may crash. + * memory plugin: Fix a potential problem under Solaris. + +2009-02-22, Version 4.5.3 + * build system: The check for libupsclient even when `pkg-config' is + not available. + * collectd: Fix error handling in the global cache. + * Collectd::Unixsock: Error handling has been improved. + * ascent plugin: Fix a memory leak. Thanks to Bruno Prémont for his + patch. + * ipmi plugin: Fix an off-by-one error which could cause segmentation + faults. Thanks to Peter Holik for his patch. + * tcpconns plugin: An endianness problem has been fixed in the *BSD + code. Thanks to "thated" for reporting this. + +2009-01-02, Version 4.5.2 + * build system: Check for `mysql.h' and `mysql/mysql.h', since the + file may be in both locations, especially when the database was + installed in a non-standard path. Thanks to Dusty Doris for + reporting this. + * build system: Handle the _POSIX_PTHREAD_SEMANTICS defined, needed by + Solaris, in the configure script automatically. + * build system, tcpconns plugin: Check for `kvm_nlist' and + `kvm_openfiles' before enabling the plugin: Solaris provides a KVM + library with similar functions to the BSD variant, but doesn't + provide these necessary functions. + * collectd.conf(5): Various fixes and clarifications. + * collectd: Remove a GNUism (unnamed unions), thus improving + portability. + * collectd, apcups plugin: Include "collectd.h" before . + This solves portability problems, especially for Solaris. + * dns plugin: Fix a portability problem with NetBSD. + * filecount plugin: Fix an off-by-one error. This error may cause a + segmentation fault. + * network plugin: Fix the handling of `type' in the network protocol. + Due to a programming mistake, only 4 or 8 bytes would be copied to a + much larger buffer. This caused the `type' to be transferred much + more often than necessary. In some cases, e. g. the `cpu' and + `cpufreq' plugins being used at the same time, data may be corrupted + in those files. Thanks to Bruno Prémont for debugging and reporting + this issue. + * processes plugin: Fix a possible segmentation fault when specifying + invalid configuration options. + * unixsock plugin: Make sure the initialization function is run only + once. This resolves a file descriptor leak under systems which run + the initialization more than once, such as Solaris. + +2008-10-16, Version 4.5.1 + * build system: Change `--enable-' to abort with an error if + dependencies are not met. Thanks to Bruno Prémont for the patch. + Also, the poisoning of various string functions has been restricted + to debug builds. + * collectd: Fix a memory leak in the global value cache. With every + *missing* value a couple of bytes would be leaked. Another memory + leak in the configuration handling code has been fixed. Thanks to + Niraj Tolia for reporting these issues. + * collectd: Fix an off-by-one error in the ignorelist functionality. + When using regular expressions, the last character would be missing, + possibly matching differently from what one would expect. + * collectdmon: Don't block SIGCHLD. This fixes a potential portability + problem. + * collectd-nagios: Fix handling of the `-d' option. Thanks to Fabian + Linzberger for reporting the bug. + * iptables plugin: Fix an off-by-one error. If a string was just one + character too long, it was truncated instead of reporting an error. + * network plugin: Fix a memory leak in the configuration handling + code. Thanks to Niraj Tolia for reporting this issue. + * perl plugin: Log an error message if bootstrapping `Collectd' fails. + * postgresql plugin: Don't reopen connection during reinitialization. + This fixes a bug under Solaris and potentially other platforms. + Missing calls to `PQclear' have been added, too. This fixes memory + leaks. Thanks to ``Admin'' for reporting these bugs. + * snmp plugin: Don't expect null-terminated strings from the Net-SNMP + library. + * tail plugin: Call `clearerr(3)' after reading an EOF. This fixes + problems with some `libc's. Thanks to Matthias Lay for reporting the + bug. + +2008-09-04, Version 4.5.0 + * collectd: Added the ability to flush certain identifiers. + * collectd: The concept of `notification meta data' has been + introduced. + * filecount plugin: The new filecount plugin counts the number of + files in a directory and its subdirectories. + * ipmi plugin: Sensor names have been changed to ensure unique names. + Notifications upon added and removed sensors can now be generated. + * notify_desktop plugin: This new plugin sends notifications to the + X desktop using the structure defined in the `Desktop Notification + Specification'. + * notify_email plugin: This new plugin sends out notifications via + email, using the `esmtp' library. + * onewire plugin: The new experimental(!) onewire plugin reads values, + such as temperatures, from sensors connected to the computer via the + onewire bus. + * perl plugin: Improved synchronized access to internal data structures + and fixed a possible dead-lock. + * perl plugin: Added the ability to flush certain identifiers and marked + plugin_flush_all() and plugin_flush_one() as deprecated in favor of + plugin_flush(). + * perl plugin: Added the ability to configure Perl plugins. + * postgresql plugin: The new postgresql plugin collects statistics + about or from a PostgreSQL database. + * processes plugin: The `ProcessMatch' option has been added. + * rrdtool plugin: Implement throttling of the `update queue' to lessen + IO load. + * tcpconns plugin: This plugin has been ported to OpenBSD. + * thermal plugin: The new thermal plugin collects system temperatures + using Linux ACPI thermal zone data. + +2009-01-02, Version 4.4.5 + * build system: Check for `mysql.h' and `mysql/mysql.h', since the + file may be in both locations, especially when the database was + installed in a non-standard path. Thanks to Dusty Doris for + reporting this. + * build system: Handle the _POSIX_PTHREAD_SEMANTICS defined, needed by + Solaris, in the configure script automatically. + * collectd.conf(5): Various fixes and clarifications. + * apcups plugin: Include "collectd.h" before . This solves + portability problems, especially for Solaris. + * dns plugin: Fix a portability problem with NetBSD. + * network plugin: Fix the handling of `type' in the network protocol. + Due to a programming mistake, only 4 or 8 bytes would be copied to a + much larger buffer. This caused the `type' to be transferred much + more often than necessary. In some cases, e. g. the `cpu' and + `cpufreq' plugins being used at the same time, data may be corrupted + in those files. Thanks to Bruno Prémont for debugging and reporting + this issue. + * unixsock plugin: Make sure the initialization function is run only + once. This resolves a file descriptor leak under systems which run + the initialization more than once, such as Solaris. + +2008-10-16, Version 4.4.4 + * build system: Change `--enable-' to abort with an error if + dependencies are not met. Thanks to Bruno Prémont for the patch. + Also, the poisoning of various string functions has been restricted + to debug builds. + * collectd: Fix a memory leak in the global value cache. With every + *missing* value a couple of bytes would be leaked. Another memory + leak in the configuration handling code has been fixed. Thanks to + Niraj Tolia for reporting these issues. + * collectd: Fix an off-by-one error in the ignorelist functionality. + When using regular expressions, the last character would be missing, + possibly matching differently from what one would expect. + * collectdmon: Don't block SIGCHLD. This fixes a potential portability + problem. + * collectd-nagios: Fix handling of the `-d' option. Thanks to Fabian + Linzberger for reporting the bug. + * network plugin: Fix a memory leak in the configuration handling + code. Thanks to Niraj Tolia for reporting this issue. + * perl plugin: Log an error message if bootstrapping `Collectd' fails. + * tail plugin: Call `clearerr(3)' after reading an EOF. This fixes + problems with some `libc's. Thanks to Matthias Lay for reporting the + bug. + +2008-09-01, Version 4.4.3 + * collectd: Fix a memory leak in the threshold checking code. + * memcached plugin: Fix a too short timeout and a related file + descriptor leak. + * memory plugin: A typo in the libstatgrab code has been fixed. + * snmp plugin: Fix a possible memory leak. + +2008-07-15, Version 4.4.2 + * build system: Use pkg-config to detect the upsclient library. + * collectd: Try even harder to determine the endianness of the + architecture collectd is being built on. + * disk plugin: Fix for Linux 2.4: A wrong field was used as the name + of disks. + * dns plugin: Fix compilation errors with BIND versions 19991001 + through 19991005. + * network plugin: Bugfix in the init routine: The init function + cleared a buffer regardless of its contents. This could lead to lost + values under Solaris. + * nginx plugin: Remove usage of the thread-unsafe `strtok' function. + * vserver plugin: Remove usage of the thread-unsafe `readdir' + function. + * wireless plugin: Work around incorrect noise and power values + returned by some broken drivers. + +2008-06-03, Version 4.4.1 + * collectd: Fix the `DataSource' option within `Type' blocks. Thanks + to kyrone for reporting this. + * collectd: Fixed min/max output in notifications generated by + threshold checking. + * collectd-nagios: Fix the protocol used to communicate with the + daemon. + * perl plugin: Fail noisily, but don't shutdown the daemon, if + initialization has errors. An issue with Perl 5.10 has been fixed. + * teamspeak2 plugin: Fixed an out of bound array access. Thanks to + René Rebe and Siegmund Gorr for reporting this. + +2008-05-06, Version 4.4.0 + * collectd: Internal code cleanups. + * collectd: Added support for a `Flush' command in the unixsock and + exec plugins. This command can be used to force a plugin (or all) to + flush its values to disk. + * collectd: Thresholds can now be configured to apply to one data + source only, making it possible to configure different thresholds + for each data source. + * apache, nginx plugins: Added the possibility to disable host and/or + peer verification. + * ascent plugin: The new ascent plugin reads and parses the statistics + page of an Ascent server. + * cpu plugin: Support for the statgrab library has been added. + * disk plugin: The possibility to ignore certain disks or collect only + specific disks has been added. + * disk plugin: Support for the statgrab library has been added. + * ipmi plugin: The new ipmi plugin uses the OpenIPMI library to read + sensor values via IPMI, the intelligent platform management + interface. + * iptables plugin: The iptc library that is used by the iptables + plugin has been added to the distribution, because it is not + provided by all distributions and removed from at least one. + * powerdns plugin: The new powerdns plugin reads statistics from an + authoritative or a recursing PowerDNS name server. + * rrdtool plugin: The size of the files generated with the default + configuration has been decreased. + * tail plugin: The new tail plugin can be used to gather statistics by + continuously reading from log files. + * teamspeak2 plugin: The new teamspeak2 plugin connects to a + TeamSpeak2 server and collects statistics about the number of users + and number of channels. + * users plugin: Support for the statgrab library has been added. + * vmem plugin: The new vmem plugin collects very detailed statistics + about the virtual memory subsystem of Linux. + +2008-08-30, Version 4.3.4 + * Build system: Improved detection of and linking with the statgrab + library. + * collectd: Portability fixes, especially to determine endianness more + reliable. + * Various plugins: Fix format strings. + * disk plugin: A fix for giving disks under Linux 2.4 the right names + again has been applied. + * memcached plugin: Fix a too short timeout and a related file + descriptor leak. + * memory plugin: A typo in the libstatgrab code has been fixed. + * network plugin: A fix in the initialization function solves problems + under Solaris. + * nginx plugin: A thread-unsafe function has been replaced. + * vserver plugin: A thread-unsafe function has been replaced. + * wireless plugin: A work-around for broken wireless drivers has been + added. + +2008-04-22, Version 4.3.3 + * build system: Improved detection of several libraries, especially if + they are in non-standard paths. + * build system: Portability fixes: Automatically define "_REENTRANT" + if the libc expects it. + * collectd: Error and warning messages have been improved. + * collectd: Check for the BYTE_ORDER and BIG_ENDIAN defines before + using them. + * apache plugin: Allocate new memory when reading a webpage instead of + using a buffer of static size. + * exec plugin: Close (almost) all filedescriptors before exec(2)ing + the program. + * hddtemp plugin: Error and warning messages have been improved. + * sensors plugin: Fix sensor collection for some chip types. + +2008-03-29, Version 4.3.2 + * collectd: Fix configuration of the `FailureMax', `WarningMax', and + `Persist' threshold options. + * collectd: Fix handling of missing values in the global value cache. + * collectd: Improved error messages when parsing the configuration. + * sensors plugin: Fix temperature collection with libsensors4. + * unixsock plugin: Fix mixed input and output operation on streams. + * wireless plugin: Fix reading noise value. + +2008-03-05, Version 4.3.1 + * exec plugin: Set supplementary group IDs. + * network plugin: + + Use `memcpy' when constructing/parsing a package to avoid + alignment problems on weird architectures, such as Sparc. + + Translate doubles to/from the x86 byte representation to ensure + cross-platform compatibility. + * ping plugin: Correct the handling of the `TTL' setting. + * swap plugin: Reapply a patch for Solaris. + * tcpconns plugin: Portability improvements. + +2008-02-18, Version 4.3.0 + * collectd: Notifications have been added to the daemon. Notifications + are status messages that may be associated with a data instance. + * collectd: Threshold checking has been added to the daemon. This + means that you can configure threshold values for each data + instance. If this threshold is exceeded a notification will be + created. + * collectd: The new `FQDNLookup' option tells the daemon to use the + full qualified domain name as the hostname, not just the host part + es returned by `gethostname(2)'. + * collectd: Support for more than one `TypesDB' file has been added. + This is useful when one such file is included in a package but one + wants to add custom type definitions. + * collectd: The `Include' config option has been expanded to handle + entire directories and shell wildcards. + * collectdmon: The new `collectdmon' binary detects when collectd + terminates and automatically restarts it again. + * csv plugin: The CSV plugin is now able to store counter values as a + rate, using the `StoreRates' configuration option. + * exec plugin: Handling of notifications has been added and the + ability to pass arguments to the executed programs has been added. + * hddtemp plugin: The new `TranslateDevicename' option lets you + disable the translation from device names to major-minor-numbers. + * logfile plugin: Handling of notifications has been added. + * ntpd plugin: The new `ReverseLookups' can be used to disable reverse + domain name lookups in this plugin. + * perl plugin: Many internal changes added support for handling multiple + threads making the plugin reasonably usable inside collectd. The API has + been extended to support notifications and export global variables to + Perl plugins; callbacks now have to be identified by name rather than a + pointer to a subroutine. The plugin is no longer experimental. + * uuid plugin: The new UUID plugin sets the hostname to an unique + identifier for this host. This is meant for setups where each client + may migrate to another physical host, possibly going through one or + more name changes in the process. Thanks to Richard Jones from + Red Hat's Emerging Technology group for this plugin. + * libvirt: The new libvirt plugin uses the `libvirt' library to query + CPU, disk and network statistics about guest systems on the same + physical server. Thanks to Richard Jones from Red Hat's Emerging + Technology group for this plugin. + +2008-04-22, Version 4.2.7 + * build system: Improved detection of several libraries, especially if + they are in non-standard paths. + * build system: Portability fixes: Automatically define "_REENTRANT" + if the libc expects it. + * collectd: Error and warning messages have been improved. + * collectd: Check for the BYTE_ORDER and BIG_ENDIAN defines before + using them. + * apache plugin: Allocate new memory when reading a webpage instead of + using a buffer of static size. + * exec plugin: Close (almost) all filedescriptors before exec(2)ing + the program. + * hddtemp plugin: Error and warning messages have been improved. + * sensors plugin: Fix sensor collection for some chip types. + +2008-03-29, Version 4.2.6 + * collectd: Improved error messages when parsing the configuration. + * sensors plugin: Fix temperature collection with libsensors4. + * unixsock plugin: Fix mixed input and output operation on streams. + * wireless plugin: Fix reading noise value. + +2008-03-04, Version 4.2.5 + * apache plugin: Improved initialization and error messages. + * exec plugin: Set supplementary group IDs. + * network plugin: + + Create separate threads for reading from the socket and parsing + and dispatching incoming packets. Versions prior to this may have + problems in high-load situations, where the socket receive buffers + overflows, resulting in gaps in the data. + + Use `memcpy' when constructing/parsing a package to avoid + alignment problems on weird architectures, such as Sparc. + + Translate doubles to/from the x86 byte representation to ensure + cross-platform compatibility. + * ping plugin: Correct the handling of the `TTL' setting. + * rrdtool plugin: Ensure correct handling of the `RRATimespan' option. + * swap plugin: Reapply a patch for Solaris. + * tcpconns plugin: Portability improvements. + +2008-01-21, Version 4.2.4 + * unixsock plugin: A bug in the unixsock plugin caused it not to set + the permission on the socket as documented in the manpage. Thanks to + Evgeny Chukreev for fixing this issue. + * collectd: The documentation has been improved. + +2007-12-28, Version 4.2.3 + * sensors plugin: Updated the plugin to build and work with version 3 + of the libsensors library. + +2007-12-15, Version 4.2.2 + * nginx plugin: Incorrect comparison of strings lead to a segfault + when using the plugin. Thanks to Saulius Grigaliunas for fixing + this. + * logfile plugin: The config option `Timestamp' was handled + incorrectly and basically always active. Thanks to Luke Heberling + for fixing this. + +2007-11-08, Version 4.2.1 + * tcpconns plugin: Don't complain about a missing file if IPv6 is not + enabled on the host. + * snmp plugin: Fix a memory leak. + +2007-10-27, Version 4.2.0 + * collectd: The new config option `Include' lets you include other + configfiles and thus split up your config into smaller parts. This + may be especially interesting for the snmp plugin to keep the data + definitions separate from the host definitions. + * ipvs plugin: The new `ipvs' plugin collects IPVS connection statistics + (number of connections, octets and packets for each service and + destination). Thanks to Sebastian Harl for this plugin. + * memcached plugin: The new `memcached' plugin connects to a memcached + daemon process and collects statistics of this distributed caching + system. Thanks to Antony Dovgal for contributing this plugin. + * nginx plugin: The new `nginx' plugin reads the status page of an + nginx daemon and saves the handled connections and requests. + * perl plugin: Many changes, including the added `EnableDebugger' + config option which lets you debug your Perl plugins more easily. + * rrdtool plugin: Use the thread-safe RRD-library if available. Try to + be more thread-safe otherwise by locking calls to the library. + * snmp plugin: Added the options `Scale' and `Shift' to Data-blocks to + correct the values returned by SNMP-agents. If a block is + defined as `table' the instance is now optional. The sequence number + is used as the type-instance in this case. The new `InstancePrefix' + option allows to add arbitrary prefixes to the type-instance. + * tcpconns plugin: The new `tcpconns' plugin collects the number of + certain TCP connections and what state they're in. This can be used + to see how many connections your FTP server has to handle or how + many outgoing connections your mailserver has open. + +2008-01-11, Version 4.1.6 + * unixsock plugin: A bug in the unixsock plugin caused it not to set + the permission on the socket as documented in the manpage. Thanks to + Evgeny Chukreev for fixing this issue. + * collectd: The documentation has been improved. + +2007-12-27, Version 4.1.5 + * rrdtool plugin: Fix a memory leak that only occurred in very-low- + memory situations. + * sensors plugin: Updated the plugin to build and work with version 3 + of the libsensors library. + +2007-11-08, Version 4.1.4 + * Build system: Improve detection of the rrd library, especially if + it's in a non-standard location. + * Build system: A bug when parsing the argument for + `--with-libnetsnmp' has been fixed. + * collectd: Implement `strerror_r' if the libc doesn't provide it. + * rrdtool plugin: Fix a bug in the shutdown sequence that might cause + a deadlock or delay when shutting down the daemon. + * snmp plugin: Fix a memory leak. + +2007-10-24, Version 4.1.3 + * collectd: A build issue under Solaris has been resolved by renaming + data types. + * rrdtool plugin: Use the thread-safe RRD-library if available. Try to + be more thread-safe otherwise by locking calls to the library. + +2007-09-28, Version 4.1.2 + * apcups plugin: Fix reporting of the `load percent' data. + * wireless plugin: Correct the handling of cards returning signal and + noise quality as percentage. + * perl plugin: Fix a possible buffer overflow in get_module_name(). + * build system: Further improve the detection of libraries. + * netlink plugin: Build issues under some older versions of the Linux + includes (i. e. Debian Sarge) have been fixed. + * snmp plugin: Fix a potential segfault when a host times out. Add + support for the `timeticks' type. + +2007-09-12, Version 4.1.1 + * Build system: The detection of `libnetlink' has been improved. + * collectd: The documentation has been fixed in numerous places. + * exec plugin: Setting the group under which to run a program has been + fixed. + * collectd: The `sstrerror' function was improved to work correctly + with the broken GNU version of `strerror_r'. + * collectd: Write an error message to STDERR when loading of a plugin + fails. + * apcups plugin: Fix the `types' used to submit the values: They still + has an `apcups_' prefix which doesn't work anymore. + * rrdtool plugin: Create new RRD-files with the `begin' time set to + whatever the client thinks is `now'.. + +2007-09-01, Version 4.1.0 + * Build system: The build system has been changed to automatically + disable all plugins, which are missing dependencies. The dependency + checking has been removed from the plugins themselves to remove + redundancy. + * Flexible interval: The interval of collected data is now sent along + with the data itself over the network, so that the interval-settings + of server and clients no longer needs to match. + * netlink plugin: The new `netlink' plugin connects to the Linux + kernel using a netlink socket and uses it to query information about + interfaces, qdiscs and classes. + * rrdtool plugin: The cache is now dumped to disk in an extra thread + to not block data collection. + * snmp plugin: The new `snmp' plugin can read values from SNMP enabled + network devices, such as switches, routers, thermometers, rack + monitoring servers, etc. The collectd-snmp(5) manpage documents this + plugin. + * unixsock plugin: Added the `LISTVAL' command. + * xmms plugin: The new `xmms' plugin graphs the bitrate and frequency + of music played with xmms. + +2007-09-28, Version 4.0.9 + * apcups plugin: Fix reporting of the `load percent' data. + * wireless plugin: Correct the handling of cards returning signal and + noise quality as percentage. + * perl plugin: Fix a possible buffer overflow in get_module_name(). + +2007-09-12, Version 4.0.8 + * collectd: The `sstrerror' function was improved to work correctly + with the broken GNU version of `strerror_r'. + * collectd: Write an error message to STDERR when loading of a plugin + fails. + * apcups plugin: Fix the `types' used to submit the values: They still + has an `apcups_' prefix which doesn't work anymore. + * rrdtool plugin: Create new RRD-files with the `begin' time set to + whatever the client thinks is `now'.. + +2007-08-26, Version 4.0.7 + * documentation: Some typos have been fixed and some information has + been improved. + * build system: Many fixes for detecting libraries in unusual places, + such as on RedHat systems. The affected libraries are `libcurl', + `libmysql', and `libupsclient'. + * network plugin: Allow the `Port' option to be specified as a number + (i. e. without quotes). + * nut plugin: A fix allows linking the nut plugin against + libupsclient, version >= 2.2.0. + * processes plugin: Fix a potential segmentation fault. + +2007-07-30, Version 4.0.6 + * sensors plugin: Fix the ignorelist functionality: Only the `type + instance' was used to match against the list, but the documentation + told otherwise. This release fixes the code, so it complies with the + documentation. + * syslog plugin: Call `openlog' right when the plugin is loaded, so + configuration messages will end up in the logging facility. + * conrtib/fedora: The contributed specfile for Fedora has been + updated. + +2007-07-05, Version 4.0.5 + * Portability: More fixes for OpenBSD have been included. + +2007-06-24, Version 4.0.4 + * cpu plugin: Fixed the Solaris code. + * dns plugin: Fixed a build issue for OpenBSD. + * interface plugin: Fixed the Solaris code. + * load plugin: Fixed the alternative `/proc' Linux code. + * memory plugin: Fixed the Solaris code. + * oconfig: Don't require `-lfl' anymore. + +2007-06-19, Version 4.0.3 + * cpu plugin: Fix the Darwin / Mac OS X code. + * ping plugin: Use the return value of `getpid', not its address. + * csv, rrdtool plugin: Fixed a bug that prevented an buffer to be + initialized correctly. + * configure: Added `--with-nan-emulation' to aid cross compilation. + +2007-06-12, Version 4.0.2 + * hddtemp and ntpd plugin: Corrected the parsing of port numbers when + they're given in numerically form. + +2007-06-07, Version 4.0.1 + * iptables plugin: A bug in the configuration routine has been fixed. + Setting a comment in the configfile will no longer cause a + segmentation fault. + +2007-06-03, Version 4.0.0 + * collectd: The plugin-infrastructure has been changed to allow for + more types of plugins, namely `write' and `log' plugins. + * collectd: The read-function has been changed to read many plugins in + parallel, using threads. Thus, plugins generally need to use + thread-safe functions from now on. + * collectd: The '-t' command line options allows to perform syntax tests + of the configuration file and exit immediately. + * csv plugin: The new `csv' plugin handles output to `comma separated + values'-files. + * rrdtool plugin: The new `rrdtool' plugin handles output to + RRD-files. Data can be cached to combine multiple updates into one + write to increase IO-performance. + * network plugin: The new `network' plugin handles IO via the network. + It implements a different, much more extensible protocol which can + combine many values in one packet, decreasing the number of UDP- + packets being sent. It can read from and send to the network and + with the appropriate configuration even forward packets to other + networks. + * unixsock plugin: The new `unixsock' plugin provides an interface to + communicate with the daemon while it is running. Right now the + commands `GETVAL' and `PUTVAL' are implemented, but more are to + come. + * perl plugin: The new `perl' plugin allows you to write extensions + for collectd in the scripting-language Perl. + * logfile plugin: The new `logfile' plugin writes logmessages to files + or STDOUT or STDERR. + * syslog plugin: The new `syslog' plugin sends logmessages to the + system's syslog daemon. + * entropy plugin: The new `entropy' plugin collects the amount of + entropy currently being available to the system. + * exec plugin: The new `exec' plugin forks child processes and reads + back values provided by the forked processes. + * iptables plugin: The new `iptables' plugin reads counters from + iptables rules. Thanks to Sjoerd van der Berg for contributing this + plugin. + * irq plugin: The new `irq' plugin collects the IRQ-counters. Thanks + to Peter Holik for contributing this plugin. + * nut plugin: The new `nut' plugin connects the upsd of the `network + ups tools' and reads information about the connected UPS. + * apache plugin: Support for lighttpd's `BusyServers' (aka. + connections) field was added by Florent Monbillard. + * collectd-nagios: The new `collectd-nagios' binary queries values + from collectd, parses them and exits according to Nagios-standards. + * manpages: The manpages have been improved a lot. + +2007-09-28, Version 3.11.7 + * wireless plugin: Correct the handling of cards returning signal and + noise quality as percentage. + +2007-08-31, Version 3.11.6 + * processes plugin: Fix a potential segmentation fault. + +2007-05-29, Version 3.11.5 + * configure: Added `AC_SYS_LARGEFILE' for LFS. + * ntpd plugin: Fix a potential buffer overflow. + * processes plugin: Fix a bug when run under Linux 2.4. All processes + were accounted as `zombies'. + +2007-04-10, Version 3.11.4 + * dns plugin: Change the order of includes to make the plugin compile + under FreeBSD. + +2007-03-30, Version 3.11.3 + * configure: Have the configure-script define `HAVE_LIBKSTAT' instead + of the unused `COLLECT_KSTAT'. + +2007-02-11, Version 3.11.2 + * plugin: Catch NULL-pointer and try to fix them. Otherwise the + NULL-pointer may have been passed to `printf' which causes a + segfault with some libcs. + +2007-02-10, Version 3.11.1 + * df plugin: Some wrong defines have been fixed so the plugin works + under Solaris again. + * dns plugin: The usage of a struct has been fixed to work with + non-GNU libcs. + * processes plugin: Some missing defines have been added so the plugin + compiles cleanly under FreeBSD and presumably other UNIXes. + +2006-12-22, Version 3.11.0 + * collectd: The new command line option `-P' makes it easier for + distributors to change the location of PID-files. + * collectd: The daemon shuts down faster now which makes it easier to + write init.d-scripts for it. + * apache plugin: Increase the buffersize to 16k, because the 4k buffer + caused problems every now and then. + * df plugin: New config options allow to ignore certain mountpoints, + filesystem types or devices. + * dns plugin: The new dns plugin uses `libpcap' to capture DNS traffic + and interprets it. It collects traffic as well as qtype, opcode and + rcode counts. + * email plugin: Sebastian Harl has contributed this plugin which + counts received mails in categories (e. g. ham, spam, virus), spam + score (as given by SpamAssassin) and check types. + * mbmon plugin: Flavio Stanchina has contributed this plugin which + uses `mbmon' to gather information from sensors on the motherboard. + * processes plugin: Collect detailed statistics for configured + processes, that's process and thread count, CPU usage, resident + segment size and pagefaults. + * multimeter plugin: Peter Holik contributed a new plugin which + queries multimeters. + * sensors plugin: Lubos Stanek has put much effort into improving this + plugin, including `extended naming', collection of voltage values + and the possibility to ignore certain values. + +2006-12-21, Version 3.10.4 + * Max Kellermann has identified a bug in the server routine: When + opening a socket fails the daemon will (re)try opening the socket in + an endless loop, ultimately leading to a `EMFILE' error. + +2006-11-04, Version 3.10.3 + * Lubos Stanek has identified a bug in the ntpd-plugin: When the + ntpd's reply was sent in more than one packet, the buffer size was + calculated incorrectly, resulting in the reading of uninitialized or + freed memory. + +2006-11-01, Version 3.10.2 + * The sample config file has been improved. + * Errors in the manpages have been corrected. + * The ping-plugin now adds hosts during initialization, not during + startup. This speeds up startup when no network connectivity is + available. Also, the hosts are being added later when the network is + available. + * Improved BSD-support for the df-plugin. + * Fixed syntax errors in the swap-plugin for Mac OS X. + * Fix a wrong structure being passed to `getnameinfo' in the ntpd- + plugin. + * Don't disable the mysql-plugin if connecting to the database fails + during initialization. Instead, try again in increasing intervals. + +2006-07-19, Version 3.10.1 + * A bug in the apcups plugin was fixed: Is the plugin is loaded, but + the apcups cannot be reached, unconnected sockets will pile up and + eventually lead to `Too many open files' errors. + +2006-07-09, Version 3.10.0 + * The `disk' plugin has been ported to Darwin. + * The `battery' plugin should work on many Apple computers now. + * The `traffic' plugin can now ignore certain interfaces. Also, + statistics for sent/received packets and errors have been added. + * A plugin to monitor APC UPSes using `apcupsd' has been added. Thanks + to Anthony Gialluca for contributing this plugin and providing me + with a test environment :) + * A plugin for monitoring an NTP instance and the local clock drift + has been added. + +2006-06-25, Version 3.9.4 + * The Solaris code in the `swap' plugin has been changed to reflect + the numbers returned by `swap -s'. Thanks to Christophe Kalt for + working this out. + * The debugging system has been fixed to work with the Sun libc. + * When built without librrd the variable `operating_mode' could be + uninitialized. Thanks to David Elliot for reporting the bug. + +2006-06-01, Version 3.9.3 + * Fixed the ping-plugin under FreeBSD and Mac OS X. Potentially other + operating systems also profit from the changes, but I wasn't able to + check that. + * Changed the build system to find the netinet-includes under FreeBSD + and therefore successfully build the `liboping' library there. + +2006-05-09, Version 3.9.2 + * Applied a patch to the `liboping' library. Due to a bug in the + sequence checking the `ping' plugin stopped working after + approximately 7.6 days. + +2006-05-09, Version 3.8.5 + * Applied a patch to the `liboping' library. Due to a bug in the + sequence checking the `ping' plugin stopped working after + approximately 7.6 days. + +2006-04-21, Version 3.9.1 + * Build issues with Solaris and possible other architectures have been + resolved. + * Problems when building the `apache'-plugin without `libcurl' have + been resolved. + * A bug in the `ping' plugin has been fixed. Sorry folks. + +2006-04-02, Version 3.9.0 + * A plugin to monitor the Apache webserver has been added. + + * A plugin to collect statistics about virtual servers using VServer. + Thanks to Sebastian Harl for writing + this plugin :) + * A plugin for wireless LAN cards has been added. It monitors signal + strength, link quality and noise ratio.. + * A plugin for Apple hardware sensors has been added. + * An option to compile collectd with different `step' and `heartbeat' + settings has been added. The size of RRAs is no longer static but + calculated based on the settings for `step' and `width'. + * The `ping' plugin can now be configured to use a certain TTL. + * A plugin to monitor the hardware sensors of Apple computers has been + added. + * The plugins `cpu', `memory', `processes' and `traffic' have been + ported to Mach/Darwin (Mac OS X). + * The `log mode' has been contributed by Christophe Kalt. It writes + the data into text files rather than RRD files. + +2006-04-09, Version 3.8.4 + * Applied patch by Vincent Stehlé which improves the disk-name + resolution in the `hddtemp' plugin for Linux systems. + +2006-04-02, Version 3.8.3 + * Applied a patch by James Byers: The MySQL plugin was not working + with MySQL 5.0.2 or later. + +2006-03-14, Version 3.8.2 + * `utils_mount.c' has been changed to not use the `MNTTAB' defined by + the GNU libc, because it points to `/etc/fstab' rather than + `/etc/mtab'. + +2006-03-13, Version 3.8.1 + * Fixes for building collectd under FreeBSD, Mac OS X and Solaris. + * Fixes in the debian `postinst' and `init.d' scripts. + +2006-03-09, Version 3.8.0 + * The `ping' plugin no longer uses `libping' but a self written + library named `liboping'. With this library it's possible to ping + multiple IPv4 and IPv6 addresses and hostnames - in parallel. + +2006-02-18, Version 3.7.2 + * A simple bug in the `battery' plugin has been fixed. It should now + work with ACPI based batteries as well. Thanks to Sebastian for + fixing this. + * Fixing a bug that prevented collectd to be built without librrd. + Thanks to Werner Heuser for reporting it. + +2006-02-04, Version 3.7.1 + * The new network code has been improved to build with older versions + of glibc. + * Fix in `libping' sets the ICMP sequence on outgoing packets. Thanks + to Tommie Gannert for this patch. + +2006-01-30, Version 3.7.0 + * The `battery' plugin has been added. It collects information about + laptop batteries.. + * The MySQL plugin has been improved: It now writes two more RRD + files, `mysql_qcache.rrd' and `mysql_threads.rrd'. + * The `cpufreq' plugin now reads another file since the file it did + read so far causes much overhead in the kernel. Also, you need root + to read the old file, but not to read the new one. + * The `hddtemp' plugin can now be configured to connect to another + address and/or port than localhost. + * The `df' plugin now prefers `statvfs' over `statfs'. + * The network code has been rewritten. collectd now supports unicast + and multicast, and IPv4 and IPv6. Also, the TTL of sent packages can + be set in the configfile. + +2006-01-24, Version 3.6.2 + * Due to a bug in the configfile handling collectd wouldn't start in + client mode. This released fixes this. + +2006-01-20, Version 3.6.1 + * Due to a bug in `configure.in' all modules and the binary were + linked against `libmysqlclient'. This issue is solved by this + release. + +2006-01-17, Version 3.6.0 + * A config file has been added. This allows for loading only specific + plugins. + * A `df' plugin has been added. + * A `mysql' plugin has been added. + * The `ping' plugin doesn't entirely give up hope when a socket error + occurred, but will back of and increase the intervals between tries. + +2006-01-21, Version 3.5.2 + * Fixed yet another bug in the signal handling.. Stupid typo.. + * Improved the ping plugin to not give up on socket errors (backport + from 3.6.0). + +2005-12-18, Version 3.5.1 + * The PID-file is now deleted correctly when shutting down the daemon. + * SIGINT and SIGTERM are now handled correctly. + +2005-12-16, Version 3.5.0 (Revision 326) + * A bug in the `load' module under Solaris has been fixed. + * The `users' module has been contributed by Sebastian Harl. It counts + currently logged in users. + * The CPU module now works under FreeBSD without the use of + `libstatgrab', however SMP support is missing. + * The default directories for the RRD files and the PID file now + depend on the compile time setting of `localstatedir'. + +2005-11-15, Version 3.4.0 (Revision 236) + * A PID-file is written to /var/run upon startup. Thanks to `Tommie' + from gentoo's bugzilla for writing the patch. + * The build dependency for librrd has been removed. Binaries built + without librrd are client-only and will multicast their value as + with the `-c' argument. + * A patch by Peter Holik adds a module for monitoring CPU frequencies. + * The newly introduced `-f' switch prevents daemon initialization + (forking, closing standard filehandles, etc.) Thanks to Alvaro + Barcellos for this patch. + +2005-11-04, Version 3.3.0 (Revision 216) + * New modules have been added: + - `serial', for monitoring traffic on the serial interfaces + - `nfs', for graphing NFS procedure calls + - `tape', traffic from/to tape devices + * The memory.rrd now accepts more than 4Gig of memory. + +2005-10-26, Version 3.2.0 (Revision 200) + * Support for graphing the processes has been added (thanks to Lyonel + Vincent) + * If reading from hddtemp fails collectd will increase the time + between polls up to one day. + * The init.d files have been improved. + * Problems with the spec file have been fixed. + +2005-10-16, Version 3.1.0 (Revision 194) + * Added the `setsid' syscall to the startup code. + * Support for hddtemp has been added (thanks to Vincent Stehlé) + +2005-09-30, Version 3.0.0 (Revision 184) + * The ability to send/receive data to/from the network (think + multicast) has been added. + * Modules have been split up into shared libraries can be loaded at + runtime. The biggest advantage is that the core program doesn't need + to be linked against an external library. + * A patch by George Kargiotakis has been applied: It fixes the sensors + behaviour then more than one sensor is being queried. + +2005-09-16, Version 2.1.0 (Revision 172) + * A module for swap statistics has been added. + +2005-09-09, Version 2.0.0 (Revision 135) + * Filenames can no longer be configured at program startup. The only + options as of this version are the directory and ping hosts. + * CPU statistics now include Wait-IO. If provided under Linux IRQ and + Soft-IRQ statistics are added to `System'. + * Diskstats now collect read and write bytes, not sectors. + * Ping statistics can now be collected for more than one host. There + is no default any more: If no host is given no host will be pinged. + * A self-written patch for libping has been applied so it builds + cleanly. + +2005-09-01, Version 1.8.1 (Revision 123) + * Much improved configure-script: libraries and features may now be + disabled. + * More detailed warnings/error messages when RRD update fails. + +2005-08-29, Version 1.8.0: + * Support for collecting disk statistics under Solaris. + +2005-08-25, Version 1.7.0: + * Support for libstatgrab[1] for load, memory usage and network + traffic. CPU- and disk-usage are not (yet) supported, since + libstatgrab returns insufficient information. I will contact the + authors. + * Improved the CPU-initialization code for Solaris. Apparently CPUs + aren't necessarily counted linear which is now handled correctly. + [1]: http://www.i-scream.org/libstatgrab/ + +2005-08-21, Version 1.6.0: + * Basic support for Solaris: System load and cpu-usage can be + collected under Solaris, too. Other stats will follow later. + * Many fixes in the autoconf-script + * Collection/Museum scripts have been added under contrib/museum + * collectd may now be started in unprivileged mode, though ping + statistics will not work. + +2005-07-17, Version 1.5.1: + * Diskstats-RRDs now use major/minor for naming. Some systems have + weird strings as disk-names.. + +2005-07-17, Version 1.5: + * A new module, diskstats, has been added. It collects information + about the disks and partitions. + +2005-07-11, Version 1.4.2: + * The meminfo module has been changed to work with more platforms + and/or kernel versions. + +2005-07-10, Version 1.4.1: Correct traffic stats + * The traffic rrd-file is now created with DS-type `COUNTER' which I + forgot to correct when I changed that module. + +2005-07-09, Version 1.4: More traffic stats + * Traffic is now collected for all interfaces that can be found + * Temperature-statistics are read from lm-sensors if available + +2005-07-08, Version 1.3: CPU stats + * Collecting CPU statistics now + +2005-07-12, Version 1.2: Using syslog + * collectd is now using the syslog facility to report errors, warnings + and the like.. + * The default directory is now /var/db/collectd + +2005-07-10, Version 1.1: Minor changes + * Nothing really useful to say ;) + +2005-07-09, Version 1.0: Initial Version + * The following modules are provided: + * Load average + * Ping time + * Traffic + * Memory info diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..591ac7c --- /dev/null +++ b/Makefile.am @@ -0,0 +1,2477 @@ +ACLOCAL_AMFLAGS = -I m4 +AM_YFLAGS = -d + +if BUILD_WIN32 +cpkgdatadir=$(datadir) +cpkglibdir=$(libdir)/plugins +cpkglocalstatedir=${localstatedir} +else +cpkgdatadir=$(pkgdatadir) +cpkglibdir=$(pkglibdir) +cpkglocalstatedir=${localstatedir}/lib/${PACKAGE_NAME} +endif + +BUILT_SOURCES = \ + src/libcollectdclient/collectd/lcc_features.h \ + src/liboconfig/parser.h \ + $(dist_man_MANS) + + +CLEANFILES = \ + .perl-directory-stamp \ + bindings/buildperl/Collectd.pm \ + bindings/buildperl/Collectd/Plugins/OpenVZ.pm \ + bindings/buildperl/Collectd/Unixsock.pm \ + bindings/buildperl/Makefile.PL \ + collectd-api.jar \ + collectd.grpc.pb.cc \ + collectd.grpc.pb.h \ + collectd.pb.cc \ + collectd.pb.h \ + generic-jmx.jar \ + org/collectd/api/*.class \ + org/collectd/java/*.class \ + prometheus.pb-c.c \ + prometheus.pb-c.h \ + src/pinba.pb-c.c \ + src/pinba.pb-c.h \ + types.pb.cc \ + types.pb.h + + +EXTRA_DIST = \ + bindings/perl/Makefile.PL \ + bindings/perl/lib/Collectd.pm \ + bindings/perl/lib/Collectd/Plugins/Monitorus.pm \ + bindings/perl/lib/Collectd/Plugins/OpenVZ.pm \ + bindings/perl/lib/Collectd/Unixsock.pm \ + bindings/perl/uninstall_mod.pl \ + contrib \ + proto/collectd.proto \ + proto/prometheus.proto \ + proto/types.proto \ + src/collectd-email.pod \ + src/collectd-exec.pod \ + src/collectd-java.pod \ + src/collectd-lua.pod \ + src/collectd-nagios.pod \ + src/collectd-perl.pod \ + src/collectd-python.pod \ + src/collectd-snmp.pod \ + src/collectd-tg.pod \ + src/collectd-threshold.pod \ + src/collectd-unixsock.pod \ + src/collectd.conf.pod \ + src/collectd.pod \ + src/collectdctl.pod \ + src/collectdmon.pod \ + src/pinba.proto \ + src/postgresql_default.conf \ + src/types.db \ + src/types.db.pod \ + src/valgrind.FreeBSD.suppress \ + src/valgrind.suppress \ + testwrapper.sh \ + version-gen.sh + + +dist_man_MANS = \ + src/collectd.1 \ + src/collectd.conf.5 \ + src/collectd-email.5 \ + src/collectd-exec.5 \ + src/collectdctl.1 \ + src/collectd-java.5 \ + src/collectd-lua.5 \ + src/collectdmon.1 \ + src/collectd-nagios.1 \ + src/collectd-perl.5 \ + src/collectd-python.5 \ + src/collectd-snmp.5 \ + src/collectd-tg.1 \ + src/collectd-threshold.5 \ + src/collectd-unixsock.5 \ + src/types.db.5 + + +nodist_pkgconfig_DATA = \ + src/libcollectdclient/libcollectdclient.pc + +pkginclude_HEADERS = \ + src/libcollectdclient/collectd/client.h \ + src/libcollectdclient/collectd/lcc_features.h \ + src/libcollectdclient/collectd/network_buffer.h \ + src/libcollectdclient/collectd/network.h \ + src/libcollectdclient/collectd/network_parse.h \ + src/libcollectdclient/collectd/server.h \ + src/libcollectdclient/collectd/types.h + +lib_LTLIBRARIES = libcollectdclient.la + +if BUILD_WIN32 +# TODO: Build all executables on Windows as well. +sbin_PROGRAMS = \ + collectd + +bin_PROGRAMS = +else +sbin_PROGRAMS = \ + collectd \ + collectdmon + + +bin_PROGRAMS = \ + collectd-nagios \ + collectd-tg \ + collectdctl +endif # BUILD_WIN32 + + +noinst_LTLIBRARIES = \ + libavltree.la \ + libcmds.la \ + libcommon.la \ + libformat_graphite.la \ + libformat_json.la \ + libheap.la \ + libignorelist.la \ + liblatency.la \ + libllist.la \ + liblookup.la \ + libmetadata.la \ + libmount.la \ + liboconfig.la + + +check_LTLIBRARIES = \ + libplugin_mock.la + + +check_PROGRAMS = \ + test_common \ + test_format_graphite \ + test_meta_data \ + test_utils_avltree \ + test_utils_cmds \ + test_utils_heap \ + test_utils_latency \ + test_utils_message_parser \ + test_utils_mount \ + test_utils_subst \ + test_utils_time \ + test_utils_vl_lookup \ + test_libcollectd_network_parse \ + test_utils_config_cores + + +TESTS = $(check_PROGRAMS) + +LOG_COMPILER = env VALGRIND="@VALGRIND@" $(abs_srcdir)/testwrapper.sh + + +jardir = $(cpkgdatadir)/java + +pkglib_LTLIBRARIES = + + +PLUGIN_LDFLAGS = \ + -module \ + -avoid-version \ + -export-symbols-regex '\' +if BUILD_WIN32 +PLUGIN_LDFLAGS += -shared -no-undefined -lcollectd -L. +endif + + +AM_CPPFLAGS = \ + -I$(top_srcdir)/src -I$(top_srcdir)/src/daemon \ + -DPREFIX='"${prefix}"' \ + -DCONFIGFILE='"${sysconfdir}/${PACKAGE_NAME}.conf"' \ + -DLOCALSTATEDIR='"${localstatedir}"' \ + -DPKGLOCALSTATEDIR='"${cpkglocalstatedir}"' \ + -DPLUGINDIR='"${cpkglibdir}"' \ + -DPKGDATADIR='"${cpkgdatadir}"' +if BUILD_WIN32 +AM_CPPFLAGS += -DNOGDI +endif + +COMMON_DEPS = +if BUILD_WIN32 +COMMON_DEPS += collectd.exe +endif + +# Link to these libraries.. +COMMON_LIBS = $(PTHREAD_LIBS) +if BUILD_WIN32 +COMMON_LIBS += -lws2_32 +endif +if BUILD_WITH_GNULIB +COMMON_LIBS += -lgnu +endif +if BUILD_WITH_CAPABILITY +COMMON_LIBS += -lcap +endif +if BUILD_WITH_LIBRT +COMMON_LIBS += -lrt +endif +if BUILD_WITH_LIBPOSIX4 +COMMON_LIBS += -lposix4 +endif +if BUILD_WITH_LIBSOCKET +COMMON_LIBS += -lsocket +endif +if BUILD_WITH_LIBKSTAT +COMMON_LIBS += -lkstat +endif +if BUILD_WITH_LIBDEVINFO +COMMON_LIBS += -ldevinfo +endif + + +collectd_SOURCES = \ + src/daemon/cmd.h \ + src/daemon/collectd.c \ + src/daemon/collectd.h \ + src/daemon/configfile.c \ + src/daemon/configfile.h \ + src/daemon/filter_chain.c \ + src/daemon/filter_chain.h \ + src/daemon/globals.c \ + src/daemon/globals.h \ + src/utils/metadata/meta_data.c \ + src/utils/metadata/meta_data.h \ + src/daemon/plugin.c \ + src/daemon/plugin.h \ + src/daemon/utils_cache.c \ + src/daemon/utils_cache.h \ + src/daemon/utils_complain.c \ + src/daemon/utils_complain.h \ + src/daemon/utils_random.c \ + src/daemon/utils_random.h \ + src/daemon/utils_subst.c \ + src/daemon/utils_subst.h \ + src/daemon/utils_time.c \ + src/daemon/utils_time.h \ + src/daemon/types_list.c \ + src/daemon/types_list.h \ + src/daemon/utils_threshold.c \ + src/daemon/utils_threshold.h + + +collectd_CFLAGS = $(AM_CFLAGS) +collectd_CPPFLAGS = $(AM_CPPFLAGS) +collectd_LDFLAGS = -export-dynamic +collectd_LDADD = \ + libavltree.la \ + libcommon.la \ + libheap.la \ + libllist.la \ + liboconfig.la \ + -lm \ + $(COMMON_LIBS) \ + $(DLOPEN_LIBS) + +if BUILD_WIN32 +collectd_SOURCES += src/daemon/cmd_windows.c +collectd_LDFLAGS += -ldl -Wl,--out-implib,libcollectd.a +else +collectd_SOURCES += src/daemon/cmd.c +endif + +if BUILD_FEATURE_DAEMON +collectd_CPPFLAGS += -DPIDFILE='"${localstatedir}/run/${PACKAGE_NAME}.pid"' +endif + +# The daemon needs to call sg_init, so we need to link it against libstatgrab, +# too. -octo +if BUILD_WITH_LIBSTATGRAB +collectd_CFLAGS += $(BUILD_WITH_LIBSTATGRAB_CFLAGS) +collectd_LDADD += $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) +endif + +if BUILD_WIN32 +collectd_LDFLAGS += -Wl,--out-implib,libcollectd.a +endif + +collectdmon_SOURCES = src/collectdmon.c + + +collectd_nagios_SOURCES = src/collectd-nagios.c +collectd_nagios_CPPFLAGS = $(AM_CPPFLAGS) \ + -I$(srcdir)/src/libcollectdclient \ + -I$(top_builddir)/src/libcollectdclient +collectd_nagios_LDADD = libcollectdclient.la +if BUILD_WITH_LIBSOCKET +collectd_nagios_LDADD += -lsocket +endif +if BUILD_AIX +collectd_nagios_LDADD += -lm +endif + + +collectdctl_SOURCES = src/collectdctl.c +collectdctl_CPPFLAGS = $(AM_CPPFLAGS) \ + -I$(srcdir)/src/libcollectdclient \ + -I$(top_builddir)/src/libcollectdclient +collectdctl_LDADD = libcollectdclient.la +if BUILD_WITH_LIBSOCKET +collectdctl_LDADD += -lsocket +endif +if BUILD_AIX +collectdctl_LDADD += -lm +endif + + +collectd_tg_SOURCES = src/collectd-tg.c +collectd_tg_CPPFLAGS = $(AM_CPPFLAGS) \ + -I$(srcdir)/src/libcollectdclient \ + -I$(top_builddir)/src/libcollectdclient +collectd_tg_LDADD = \ + $(PTHREAD_LIBS) \ + libheap.la \ + libcollectdclient.la +if BUILD_WITH_LIBSOCKET +collectd_tg_LDADD += -lsocket +endif +if BUILD_WITH_LIBRT +collectd_tg_LDADD += -lrt +endif +if BUILD_AIX +collectd_tg_LDADD += -lm +endif + + +test_common_SOURCES = \ + src/utils/common/common_test.c \ + src/testing.h +test_common_LDADD = libplugin_mock.la + +test_meta_data_SOURCES = \ + src/utils/metadata/meta_data_test.c \ + src/testing.h +test_meta_data_LDADD = libmetadata.la libplugin_mock.la + +test_utils_avltree_SOURCES = \ + src/utils/avltree/avltree_test.c \ + src/testing.h +test_utils_avltree_LDADD = libavltree.la $(COMMON_LIBS) + +test_utils_heap_SOURCES = \ + src/utils/heap/heap_test.c \ + src/testing.h +test_utils_heap_LDADD = libheap.la $(COMMON_LIBS) + +test_utils_message_parser_SOURCES = \ + src/utils/message_parser/message_parser_test.c \ + src/testing.h \ + src/daemon/configfile.c \ + src/daemon/types_list.c \ + src/utils_tail_match.c src/utils_tail_match.h \ + src/utils/tail/tail.c src/utils/tail/tail.h \ + src/utils/match/match.c src/utils/match/match.h \ + src/utils/latency/latency.c src/utils/latency/latency.h \ + src/utils/latency/latency_config.c src/utils/latency/latency_config.h +test_utils_message_parser_CPPFLAGS = $(AM_CPPFLAGS) +test_utils_message_parser_LDADD = liboconfig.la libplugin_mock.la -lm + +test_utils_time_SOURCES = \ + src/daemon/utils_time_test.c \ + src/testing.h + +test_utils_subst_SOURCES = \ + src/daemon/utils_subst_test.c \ + src/testing.h \ + src/daemon/utils_subst.c \ + src/daemon/utils_subst.h +test_utils_subst_LDADD = libplugin_mock.la + +test_utils_config_cores_SOURCES = \ + src/utils/config_cores/config_cores_test.c \ + src/testing.h +test_utils_config_cores_LDADD = libplugin_mock.la + +libavltree_la_SOURCES = \ + src/utils/avltree/avltree.c \ + src/utils/avltree/avltree.h + +libcommon_la_SOURCES = \ + src/utils/common/common.c \ + src/utils/common/common.h +libcommon_la_LIBADD = $(COMMON_LIBS) + +libheap_la_SOURCES = \ + src/utils/heap/heap.c \ + src/utils/heap/heap.h + +libignorelist_la_SOURCES = \ + src/utils/ignorelist/ignorelist.c \ + src/utils/ignorelist/ignorelist.h + +libllist_la_SOURCES = \ + src/daemon/utils_llist.c \ + src/daemon/utils_llist.h + +libmetadata_la_SOURCES = \ + src/utils/metadata/meta_data.c \ + src/utils/metadata/meta_data.h + +libplugin_mock_la_SOURCES = \ + src/daemon/plugin_mock.c \ + src/daemon/utils_cache_mock.c \ + src/daemon/utils_complain.c \ + src/daemon/utils_complain.h \ + src/daemon/utils_time.c \ + src/daemon/utils_time.h + +libplugin_mock_la_CPPFLAGS = $(AM_CPPFLAGS) -DMOCK_TIME +libplugin_mock_la_LIBADD = libcommon.la libignorelist.la $(COMMON_LIBS) + +libformat_graphite_la_SOURCES = \ + src/utils/format_graphite/format_graphite.c \ + src/utils/format_graphite/format_graphite.h + +test_format_graphite_SOURCES = \ + src/utils/format_graphite/format_graphite_test.c \ + src/testing.h +test_format_graphite_LDADD = \ + libformat_graphite.la \ + libmetadata.la \ + libplugin_mock.la \ + -lm + +libformat_json_la_SOURCES = \ + src/utils/format_json/format_json.c \ + src/utils/format_json/format_json.h +libformat_json_la_CPPFLAGS = $(AM_CPPFLAGS) +libformat_json_la_LDFLAGS = $(AM_LDFLAGS) +libformat_json_la_LIBADD = +if BUILD_WITH_LIBYAJL +libformat_json_la_CPPFLAGS += $(BUILD_WITH_LIBYAJL_CPPFLAGS) +libformat_json_la_LDFLAGS += $(BUILD_WITH_LIBYAJL_LDFLAGS) +libformat_json_la_LIBADD += $(BUILD_WITH_LIBYAJL_LIBS) + +check_PROGRAMS += test_format_json + +test_format_json_SOURCES = \ + src/utils/format_json/format_json_test.c \ + src/testing.h +test_format_json_LDADD = \ + libformat_json.la \ + libmetadata.la \ + libplugin_mock.la \ + -lm +endif + +if BUILD_PLUGIN_CEPH +test_plugin_ceph_SOURCES = src/ceph_test.c +test_plugin_ceph_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBYAJL_CPPFLAGS) +test_plugin_ceph_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBYAJL_LDFLAGS) +test_plugin_ceph_LDADD = libplugin_mock.la $(BUILD_WITH_LIBYAJL_LIBS) +check_PROGRAMS += test_plugin_ceph +endif + +liblatency_la_SOURCES = \ + src/utils/latency/latency.c \ + src/utils/latency/latency.h \ + src/utils/latency/latency_config.c \ + src/utils/latency/latency_config.h +liblatency_la_LIBADD = \ + libcommon.la \ + -lm + +test_utils_latency_SOURCES = \ + src/utils/latency/latency_test.c \ + src/testing.h +test_utils_latency_LDADD = \ + liblatency.la \ + libplugin_mock.la \ + -lm + +libcmds_la_SOURCES = \ + src/utils/cmds/cmds.c \ + src/utils/cmds/cmds.h \ + src/utils/cmds/flush.c \ + src/utils/cmds/flush.h \ + src/utils/cmds/getthreshold.c \ + src/utils/cmds/getthreshold.h \ + src/utils/cmds/getval.c \ + src/utils/cmds/getval.h \ + src/utils/cmds/listval.c \ + src/utils/cmds/listval.h \ + src/utils/cmds/putnotif.c \ + src/utils/cmds/putnotif.h \ + src/utils/cmds/putval.c \ + src/utils/cmds/putval.h \ + src/utils/cmds/parse_option.c \ + src/utils/cmds/parse_option.h +libcmds_la_LIBADD = \ + libcommon.la \ + libmetadata.la \ + -lm + +test_utils_cmds_SOURCES = \ + src/utils/cmds/cmds_test.c \ + src/testing.h +test_utils_cmds_LDADD = \ + libcmds.la \ + libplugin_mock.la + +liblookup_la_SOURCES = \ + src/utils/lookup/vl_lookup.c \ + src/utils/lookup/vl_lookup.h +liblookup_la_LIBADD = libavltree.la + +test_utils_vl_lookup_SOURCES = \ + src/utils/lookup/vl_lookup_test.c \ + src/testing.h +test_utils_vl_lookup_LDADD = \ + liblookup.la \ + libplugin_mock.la +if BUILD_WITH_LIBKSTAT +test_utils_vl_lookup_LDADD += -lkstat +endif + +libmount_la_SOURCES = \ + src/utils/mount/mount.c \ + src/utils/mount/mount.h + +test_utils_mount_SOURCES = \ + src/utils/mount/mount_test.c \ + src/testing.h +test_utils_mount_LDADD = \ + libmount.la \ + libplugin_mock.la +if BUILD_WITH_LIBKSTAT +test_utils_mount_LDADD += -lkstat +endif + + +libcollectdclient_la_SOURCES = \ + src/libcollectdclient/client.c \ + src/libcollectdclient/network.c \ + src/libcollectdclient/network_buffer.c \ + src/libcollectdclient/network_parse.c \ + src/libcollectdclient/server.c \ + src/libcollectdclient/collectd/stdendian.h +libcollectdclient_la_CPPFLAGS = \ + $(AM_CPPFLAGS) \ + -I$(srcdir)/src/libcollectdclient \ + -I$(top_builddir)/src/libcollectdclient \ + -I$(srcdir)/src/daemon +libcollectdclient_la_LDFLAGS = -version-info 2:0:1 +libcollectdclient_la_LIBADD = -lm +if BUILD_WIN32 +libcollectdclient_la_LDFLAGS += -shared -no-undefined +libcollectdclient_la_LIBADD += -lgnu -lws2_32 -liphlpapi +endif +if BUILD_WITH_LIBGCRYPT +libcollectdclient_la_CPPFLAGS += $(GCRYPT_CPPFLAGS) +libcollectdclient_la_LDFLAGS += $(GCRYPT_LDFLAGS) +libcollectdclient_la_LIBADD += $(GCRYPT_LIBS) +endif + +# network_parse_test.c includes network_parse.c, so no need to link with +# libcollectdclient.so. +test_libcollectd_network_parse_SOURCES = src/libcollectdclient/network_parse_test.c +test_libcollectd_network_parse_CPPFLAGS = \ + $(AM_CPPFLAGS) \ + -I$(srcdir)/src/libcollectdclient \ + -I$(top_builddir)/src/libcollectdclient +if BUILD_WITH_LIBGCRYPT +test_libcollectd_network_parse_CPPFLAGS += $(GCRYPT_CPPFLAGS) +test_libcollectd_network_parse_LDFLAGS = $(GCRYPT_LDFLAGS) +test_libcollectd_network_parse_LDADD = $(GCRYPT_LIBS) +endif + +liboconfig_la_SOURCES = \ + src/liboconfig/oconfig.c \ + src/liboconfig/oconfig.h \ + src/liboconfig/aux_types.h \ + src/liboconfig/scanner.l \ + src/liboconfig/parser.y +liboconfig_la_CPPFLAGS = -I$(srcdir)/src/liboconfig $(AM_CPPFLAGS) +liboconfig_la_LDFLAGS = -avoid-version $(LEXLIB) + +if BUILD_WITH_LIBCURL +if BUILD_WITH_LIBSSL +if BUILD_WITH_LIBYAJL2 +noinst_LTLIBRARIES += liboauth.la +liboauth_la_SOURCES = \ + src/utils/oauth/oauth.c \ + src/utils/oauth/oauth.h +liboauth_la_CPPFLAGS = \ + $(AM_CPPFLAGS) \ + $(BUILD_WITH_LIBCURL_CFLAGS) \ + $(BUILD_WITH_LIBSSL_CFLAGS) \ + $(BUILD_WITH_LIBYAJL_CPPFLAGS) +liboauth_la_LIBADD = \ + $(BUILD_WITH_LIBCURL_LIBS) \ + $(BUILD_WITH_LIBSSL_LIBS) \ + $(BUILD_WITH_LIBYAJL_LIBS) + +check_PROGRAMS += test_utils_oauth +TESTS += test_utils_oauth +test_utils_oauth_SOURCES = \ + src/utils/oauth/oauth_test.c +test_utils_oauth_LDADD = \ + liboauth.la \ + libcommon.la \ + libplugin_mock.la + +noinst_LTLIBRARIES += libgce.la +libgce_la_SOURCES = \ + src/utils/gce/gce.c \ + src/utils/gce/gce.h +libgce_la_CPPFLAGS = \ + $(AM_CPPFLAGS) \ + $(BUILD_WITH_LIBCURL_CFLAGS) +libgce_la_LIBADD = \ + $(BUILD_WITH_LIBCURL_LIBS) +endif +endif +endif + +if BUILD_WITH_LIBYAJL2 +noinst_LTLIBRARIES += libformat_stackdriver.la +libformat_stackdriver_la_SOURCES = \ + src/utils/format_stackdriver/format_stackdriver.c \ + src/utils/format_stackdriver/format_stackdriver.h +libformat_stackdriver_la_CPPFLAGS = \ + $(AM_CPPFLAGS) \ + $(BUILD_WITH_LIBYAJL_CPPFLAGS) +libformat_stackdriver_la_LIBADD = \ + libavltree.la \ + $(BUILD_WITH_LIBSSL_LIBS) \ + $(BUILD_WITH_LIBYAJL_LIBS) + +check_PROGRAMS += test_format_stackdriver +TESTS += test_format_stackdriver +test_format_stackdriver_SOURCES = \ + src/utils/format_stackdriver/format_stackdriver_test.c \ + src/testing.h +test_format_stackdriver_LDADD = \ + libformat_stackdriver.la \ + libplugin_mock.la \ + -lm +endif + +if BUILD_PLUGIN_AGGREGATION +pkglib_LTLIBRARIES += aggregation.la +aggregation_la_SOURCES = \ + src/aggregation.c \ + src/utils/lookup/vl_lookup.c \ + src/utils/lookup/vl_lookup.h +aggregation_la_LDFLAGS = $(PLUGIN_LDFLAGS) +aggregation_la_LIBADD = -lm +endif + +if BUILD_PLUGIN_AMQP +pkglib_LTLIBRARIES += amqp.la +amqp_la_SOURCES = src/amqp.c +amqp_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBRABBITMQ_CPPFLAGS) +amqp_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBRABBITMQ_LDFLAGS) +amqp_la_LIBADD = \ + $(BUILD_WITH_LIBRABBITMQ_LIBS) \ + libcmds.la \ + libformat_graphite.la \ + libformat_json.la +endif + +if BUILD_PLUGIN_AMQP1 +pkglib_LTLIBRARIES += amqp1.la +amqp1_la_SOURCES = \ + src/amqp1.c \ + src/utils/deq/deq.h +amqp1_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBQPIDPROTON_CPPFLAGS) +amqp1_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBQPIDPROTON_LDFLAGS) +amqp1_la_LIBADD = \ + $(BUILD_WITH_LIBQPIDPROTON_LIBS) \ + libcmds.la \ + libformat_graphite.la \ + libformat_json.la +endif + +if BUILD_PLUGIN_APACHE +pkglib_LTLIBRARIES += apache.la +apache_la_SOURCES = src/apache.c +apache_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBCURL_CFLAGS) +apache_la_LDFLAGS = $(PLUGIN_LDFLAGS) +apache_la_LIBADD = $(BUILD_WITH_LIBCURL_LIBS) +endif + + +if BUILD_PLUGIN_APCUPS +pkglib_LTLIBRARIES += apcups.la +apcups_la_SOURCES = src/apcups.c +apcups_la_LDFLAGS = $(PLUGIN_LDFLAGS) +apcups_la_LIBADD = +if BUILD_WITH_LIBSOCKET +apcups_la_LIBADD += -lsocket +endif +endif + +if BUILD_PLUGIN_APPLE_SENSORS +pkglib_LTLIBRARIES += apple_sensors.la +apple_sensors_la_SOURCES = src/apple_sensors.c +apple_sensors_la_LDFLAGS = $(PLUGIN_LDFLAGS) -framework IOKit +endif + +if BUILD_PLUGIN_AQUAERO +pkglib_LTLIBRARIES += aquaero.la +aquaero_la_SOURCES = src/aquaero.c +aquaero_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBAQUAERO5_CFLAGS) +aquaero_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBAQUAERO5_LDFLAGS) +aquaero_la_LIBADD = -laquaero5 +endif + +if BUILD_PLUGIN_ASCENT +pkglib_LTLIBRARIES += ascent.la +ascent_la_SOURCES = src/ascent.c +ascent_la_CFLAGS = \ + $(AM_CFLAGS) \ + $(BUILD_WITH_LIBCURL_CFLAGS) \ + $(BUILD_WITH_LIBXML2_CFLAGS) +ascent_la_LDFLAGS = $(PLUGIN_LDFLAGS) +ascent_la_LIBADD = \ + $(BUILD_WITH_LIBCURL_LIBS) \ + $(BUILD_WITH_LIBXML2_LIBS) +endif + +if BUILD_PLUGIN_BAROMETER +pkglib_LTLIBRARIES += barometer.la +barometer_la_SOURCES = src/barometer.c +barometer_la_LDFLAGS = $(PLUGIN_LDFLAGS) +barometer_la_LIBADD = -lm $(BUILD_WITH_LIBI2C_LIBS) +endif + +if BUILD_PLUGIN_BATTERY +pkglib_LTLIBRARIES += battery.la +battery_la_SOURCES = \ + src/battery.c \ + src/battery_statefs.c +battery_la_LDFLAGS = $(PLUGIN_LDFLAGS) +if BUILD_WITH_LIBIOKIT +battery_la_LDFLAGS += -framework IOKit +endif +endif + +if BUILD_PLUGIN_BIND +pkglib_LTLIBRARIES += bind.la +bind_la_SOURCES = src/bind.c +bind_la_CFLAGS = $(AM_CFLAGS) \ + $(BUILD_WITH_LIBCURL_CFLAGS) $(BUILD_WITH_LIBXML2_CFLAGS) +bind_la_LDFLAGS = $(PLUGIN_LDFLAGS) +bind_la_LIBADD = $(BUILD_WITH_LIBCURL_LIBS) $(BUILD_WITH_LIBXML2_LIBS) +endif + +if BUILD_PLUGIN_BUDDYINFO +pkglib_LTLIBRARIES += buddyinfo.la +buddyinfo_la_SOURCES = src/buddyinfo.c +buddyinfo_la_LDFLAGS = $(PLUGIN_LDFLAGS) +buddyinfo_la_LIBADD = libignorelist.la +endif + +if BUILD_PLUGIN_CAPABILITIES +pkglib_LTLIBRARIES += capabilities.la +capabilities_la_SOURCES = src/capabilities.c \ + src/utils/dmi/dmi.c \ + src/utils/dmi/dmi.h +capabilities_la_CPPFLAGS = $(AM_CPPFLAGS) \ + $(BUILD_WITH_LIBMICROHTTPD_CPPFLAGS) $(BUILD_WITH_LIBJANSSON_CPPFLAGS) +capabilities_la_LDFLAGS = $(PLUGIN_LDFLAGS) \ + $(BUILD_WITH_LIBMICROHTTPD_LDFLAGS) $(BUILD_WITH_LIBJANSSON_LDFLAGS) +capabilities_la_LIBADD = $(BUILD_WITH_LIBMICROHTTPD_LIBS) \ + $(BUILD_WITH_LIBJANSSON_LIBS) + +test_plugin_capabilities_SOURCES = \ + src/capabilities_test.c \ + src/daemon/configfile.c \ + src/daemon/types_list.c +test_plugin_capabilities_CPPFLAGS = $(AM_CPPFLAGS) \ + $(BUILD_WITH_LIBJANSSON_CPPFLAGS) +test_plugin_capabilities_LDFLAGS = $(PLUGIN_LDFLAGS) \ + $(BUILD_WITH_LIBJANSSON_LDFLAGS) +test_plugin_capabilities_LDADD = liboconfig.la libplugin_mock.la \ + $(BUILD_WITH_LIBJANSSON_LIBS) +check_PROGRAMS += test_plugin_capabilities +TESTS += test_plugin_capabilities +endif + +if BUILD_PLUGIN_CEPH +pkglib_LTLIBRARIES += ceph.la +ceph_la_SOURCES = src/ceph.c +ceph_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBYAJL_CPPFLAGS) +ceph_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBYAJL_LDFLAGS) +ceph_la_LIBADD = $(BUILD_WITH_LIBYAJL_LIBS) +endif + +if BUILD_PLUGIN_CGROUPS +pkglib_LTLIBRARIES += cgroups.la +cgroups_la_SOURCES = src/cgroups.c +cgroups_la_LDFLAGS = $(PLUGIN_LDFLAGS) +cgroups_la_LIBADD = libignorelist.la libmount.la +endif + +if BUILD_PLUGIN_CHRONY +pkglib_LTLIBRARIES += chrony.la +chrony_la_SOURCES = src/chrony.c +chrony_la_LDFLAGS = $(PLUGIN_LDFLAGS) +chrony_la_LIBADD = -lm +endif + +if BUILD_PLUGIN_CHECK_UPTIME +pkglib_LTLIBRARIES += check_uptime.la +check_uptime_la_SOURCES = src/check_uptime.c +check_uptime_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_CONNECTIVITY +pkglib_LTLIBRARIES += connectivity.la +connectivity_la_SOURCES = src/connectivity.c +connectivity_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBMNL_CFLAGS) +connectivity_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBYAJL_CPPFLAGS) +connectivity_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBYAJL_LDFLAGS) +connectivity_la_LIBADD = $(BUILD_WITH_LIBYAJL_LIBS) $(BUILD_WITH_LIBMNL_LIBS) libignorelist.la +endif + +if BUILD_PLUGIN_CONNTRACK +pkglib_LTLIBRARIES += conntrack.la +conntrack_la_SOURCES = src/conntrack.c +conntrack_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_CONTEXTSWITCH +pkglib_LTLIBRARIES += contextswitch.la +contextswitch_la_SOURCES = src/contextswitch.c +contextswitch_la_LDFLAGS = $(PLUGIN_LDFLAGS) +contextswitch_la_LIBADD = +if BUILD_WITH_PERFSTAT +contextswitch_la_LIBADD += -lperfstat +endif +endif + +if BUILD_PLUGIN_CPU +pkglib_LTLIBRARIES += cpu.la +cpu_la_SOURCES = src/cpu.c +cpu_la_CFLAGS = $(AM_CFLAGS) +cpu_la_LDFLAGS = $(PLUGIN_LDFLAGS) +cpu_la_LIBADD = +if BUILD_WITH_LIBKSTAT +cpu_la_LIBADD += -lkstat +endif +if BUILD_WITH_LIBDEVINFO +cpu_la_LIBADD += -ldevinfo +endif +if BUILD_WITH_LIBSTATGRAB +cpu_la_CFLAGS += $(BUILD_WITH_LIBSTATGRAB_CFLAGS) +cpu_la_LIBADD += $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) +endif +if BUILD_WITH_PERFSTAT +cpu_la_LIBADD += -lperfstat +endif +endif + +if BUILD_PLUGIN_CPUFREQ +pkglib_LTLIBRARIES += cpufreq.la +cpufreq_la_SOURCES = src/cpufreq.c +cpufreq_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_CPUSLEEP +pkglib_LTLIBRARIES += cpusleep.la +cpusleep_la_SOURCES = src/cpusleep.c +cpusleep_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_CSV +pkglib_LTLIBRARIES += csv.la +csv_la_SOURCES = src/csv.c +csv_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_CURL +pkglib_LTLIBRARIES += curl.la +curl_la_SOURCES = \ + src/curl.c \ + src/utils/curl_stats/curl_stats.c \ + src/utils/curl_stats/curl_stats.h \ + src/utils/match/match.c \ + src/utils/match/match.h +curl_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBCURL_CFLAGS) +curl_la_LDFLAGS = $(PLUGIN_LDFLAGS) +curl_la_LIBADD = liblatency.la $(BUILD_WITH_LIBCURL_LIBS) +endif + +if BUILD_PLUGIN_CURL_JSON +pkglib_LTLIBRARIES += curl_json.la +curl_json_la_SOURCES = \ + src/curl_json.c \ + src/utils/curl_stats/curl_stats.c \ + src/utils/curl_stats/curl_stats.h +curl_json_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBCURL_CFLAGS) +curl_json_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBYAJL_CPPFLAGS) +curl_json_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBYAJL_LDFLAGS) +curl_json_la_LIBADD = $(BUILD_WITH_LIBCURL_LIBS) $(BUILD_WITH_LIBYAJL_LIBS) + +test_plugin_curl_json_SOURCES = src/curl_json_test.c \ + src/utils/curl_stats/curl_stats.c \ + src/daemon/configfile.c \ + src/daemon/types_list.c +test_plugin_curl_json_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBYAJL_CPPFLAGS) +test_plugin_curl_json_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBYAJL_LDFLAGS) +test_plugin_curl_json_LDADD = libavltree.la liboconfig.la libplugin_mock.la $(BUILD_WITH_LIBCURL_LIBS) $(BUILD_WITH_LIBYAJL_LIBS) +check_PROGRAMS += test_plugin_curl_json +endif + +if BUILD_PLUGIN_CURL_XML +pkglib_LTLIBRARIES += curl_xml.la +curl_xml_la_SOURCES = \ + src/curl_xml.c \ + src/utils/curl_stats/curl_stats.c \ + src/utils/curl_stats/curl_stats.h +curl_xml_la_CFLAGS = $(AM_CFLAGS) \ + $(BUILD_WITH_LIBCURL_CFLAGS) $(BUILD_WITH_LIBXML2_CFLAGS) +curl_xml_la_LDFLAGS = $(PLUGIN_LDFLAGS) +curl_xml_la_LIBADD = $(BUILD_WITH_LIBCURL_LIBS) $(BUILD_WITH_LIBXML2_LIBS) +endif + +if BUILD_PLUGIN_DBI +pkglib_LTLIBRARIES += dbi.la +dbi_la_SOURCES = \ + src/dbi.c \ + src/utils/db_query/db_query.c \ + src/utils/db_query/db_query.h +dbi_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBDBI_CPPFLAGS) +dbi_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBDBI_LDFLAGS) +dbi_la_LIBADD = $(BUILD_WITH_LIBDBI_LIBS) +endif + +if BUILD_PLUGIN_DCPMM +pkglib_LTLIBRARIES += dcpmm.la +dcpmm_la_SOURCES = src/dcpmm.c +dcpmm_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBPMWAPI_CPPFLAGS) +dcpmm_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBPMWAPI_LDFLAGS) +dcpmm_la_LIBADD = -lpmwapi +endif + +if BUILD_PLUGIN_DF +pkglib_LTLIBRARIES += df.la +df_la_SOURCES = src/df.c +df_la_LDFLAGS = $(PLUGIN_LDFLAGS) +df_la_LIBADD = libignorelist.la libmount.la +endif + +if BUILD_PLUGIN_DISK +pkglib_LTLIBRARIES += disk.la +disk_la_SOURCES = src/disk.c +disk_la_CFLAGS = $(AM_CFLAGS) +disk_la_CPPFLAGS = $(AM_CPPFLAGS) +disk_la_LDFLAGS = $(PLUGIN_LDFLAGS) +disk_la_LIBADD = libignorelist.la +if BUILD_WITH_LIBKSTAT +disk_la_LIBADD += -lkstat +endif +if BUILD_WITH_LIBDEVINFO +disk_la_LIBADD += -ldevinfo +endif +if BUILD_WITH_LIBIOKIT +disk_la_LDFLAGS += -framework IOKit +endif +if BUILD_WITH_LIBSTATGRAB +disk_la_CFLAGS += $(BUILD_WITH_LIBSTATGRAB_CFLAGS) +disk_la_LIBADD += $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) +endif +if BUILD_WITH_LIBUDEV +disk_la_CPPFLAGS += $(BUILD_WITH_LIBUDEV_CPPFLAGS) +disk_la_LDFLAGS += $(BUILD_WITH_LIBUDEV_LDFLAGS) +disk_la_LIBADD += $(BUILD_WITH_LIBUDEV_LIBS) +endif +if BUILD_FREEBSD +disk_la_LIBADD += -ldevstat -lgeom +endif +if BUILD_WITH_PERFSTAT +disk_la_LIBADD += -lperfstat +endif +endif + +if BUILD_PLUGIN_DNS +pkglib_LTLIBRARIES += dns.la +dns_la_SOURCES = \ + src/dns.c \ + src/utils/dns/dns.c \ + src/utils/dns/dns.h +dns_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBPCAP_CPPFLAGS) +dns_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBPCAP_LDFLAGS) +dns_la_LIBADD = $(BUILD_WITH_LIBPCAP_LIBS) +endif + +if BUILD_PLUGIN_DPDKEVENTS +pkglib_LTLIBRARIES += dpdkevents.la +dpdkevents_la_SOURCES = src/dpdkevents.c src/utils/dpdk/dpdk.c src/utils/dpdk/dpdk.h +dpdkevents_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBDPDK_CPPFLAGS) +dpdkevents_la_CFLAGS = $(AM_CFLAGS) $(LIBDPDK_CFLAGS) +dpdkevents_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(LIBDPDK_LDFLAGS) +dpdkevents_la_LIBADD = $(LIBDPDK_LIBS) +endif + +if BUILD_PLUGIN_DPDKSTAT +pkglib_LTLIBRARIES += dpdkstat.la +dpdkstat_la_SOURCES = src/dpdkstat.c src/utils/dpdk/dpdk.c src/utils/dpdk/dpdk.h +dpdkstat_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBDPDK_CPPFLAGS) +dpdkstat_la_CFLAGS = $(AM_CFLAGS) $(LIBDPDK_CFLAGS) +dpdkstat_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(LIBDPDK_LDFLAGS) +dpdkstat_la_LIBADD = $(LIBDPDK_LIBS) +endif +if BUILD_PLUGIN_DPDK_TELEMETRY +pkglib_LTLIBRARIES += dpdk_telemetry.la +dpdk_telemetry_la_SOURCES = src/dpdk_telemetry.c +dpdk_telemetry_la_CFLAGS = $(AM_CFLAGS) +dpdk_telemetry_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBJANSSON_LDFLAGS) +dpdk_telemetry_la_LIBADD = $(BUILD_WITH_LIBJANSSON_LIBS) +endif + +if BUILD_PLUGIN_DRBD +pkglib_LTLIBRARIES += drbd.la +drbd_la_SOURCES = src/drbd.c +drbd_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_EMAIL +pkglib_LTLIBRARIES += email.la +email_la_SOURCES = src/email.c +email_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_ENTROPY +pkglib_LTLIBRARIES += entropy.la +entropy_la_SOURCES = src/entropy.c +entropy_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_EXEC +pkglib_LTLIBRARIES += exec.la +exec_la_SOURCES = src/exec.c +exec_la_LDFLAGS = $(PLUGIN_LDFLAGS) +exec_la_LIBADD = libcmds.la +endif + +if BUILD_PLUGIN_ETHSTAT +pkglib_LTLIBRARIES += ethstat.la +ethstat_la_SOURCES = src/ethstat.c +ethstat_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_FHCOUNT +pkglib_LTLIBRARIES += fhcount.la +fhcount_la_SOURCES = src/fhcount.c +fhcount_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_FILECOUNT +pkglib_LTLIBRARIES += filecount.la +filecount_la_SOURCES = src/filecount.c +filecount_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_FSCACHE +pkglib_LTLIBRARIES += fscache.la +fscache_la_SOURCES = src/fscache.c +fscache_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_GMOND +pkglib_LTLIBRARIES += gmond.la +gmond_la_SOURCES = src/gmond.c +gmond_la_CPPFLAGS = $(AM_CPPFLAGS) $(GANGLIA_CPPFLAGS) +gmond_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(GANGLIA_LDFLAGS) +gmond_la_LIBADD = $(GANGLIA_LIBS) +endif + +if BUILD_PLUGIN_GPS +pkglib_LTLIBRARIES += gps.la +gps_la_SOURCES = src/gps.c +gps_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBGPS_CFLAGS) +gps_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBGPS_LDFLAGS) +gps_la_LIBADD = -lpthread $(BUILD_WITH_LIBGPS_LIBS) +endif + +if BUILD_PLUGIN_GPU_NVIDIA +pkglib_LTLIBRARIES += gpu_nvidia.la +gpu_nvidia_la_SOURCES = src/gpu_nvidia.c +gpu_nvidia_la_CPPFLAGS = $(AM_CPPFLAGS) $(PLUGIN_CPPFLAGS) $(BUILD_WITH_CUDA_CPPFLAGS) +gpu_nvidia_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_CUDA_LDFLAGS) +gpu_nvidia_la_LIBADD = $(BUILD_WITH_CUDA_LIBS) +endif + +if BUILD_PLUGIN_GRPC +pkglib_LTLIBRARIES += grpc.la +grpc_la_SOURCES = src/grpc.cc +nodist_grpc_la_SOURCES = \ + collectd.grpc.pb.cc \ + collectd.pb.cc \ + types.pb.cc +grpc_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBGRPCPP_CPPFLAGS) $(BUILD_WITH_LIBPROTOBUF_CPPFLAGS) +grpc_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBGRPCPP_LDFLAGS) $(BUILD_WITH_LIBPROTOBUF_LDFLAGS) +grpc_la_LIBADD = $(BUILD_WITH_LIBGRPCPP_LIBS) $(BUILD_WITH_LIBPROTOBUF_LIBS) +endif + +if BUILD_PLUGIN_HDDTEMP +pkglib_LTLIBRARIES += hddtemp.la +hddtemp_la_SOURCES = src/hddtemp.c +hddtemp_la_LDFLAGS = $(PLUGIN_LDFLAGS) +hddtemp_la_LIBADD = +if BUILD_WITH_LIBSOCKET +hddtemp_la_LIBADD += -lsocket +endif +endif + +if BUILD_PLUGIN_HUGEPAGES +pkglib_LTLIBRARIES += hugepages.la +hugepages_la_SOURCES = src/hugepages.c +hugepages_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_INTEL_PMU +pkglib_LTLIBRARIES += intel_pmu.la +intel_pmu_la_SOURCES = \ + src/intel_pmu.c \ + src/utils/config_cores/config_cores.h \ + src/utils/config_cores/config_cores.c +intel_pmu_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBJEVENTS_CPPFLAGS) +intel_pmu_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBJEVENTS_LDFLAGS) +intel_pmu_la_LIBADD = $(BUILD_WITH_LIBJEVENTS_LIBS) +endif + +if BUILD_PLUGIN_INTEL_RDT +pkglib_LTLIBRARIES += intel_rdt.la +intel_rdt_la_SOURCES = \ + src/intel_rdt.c \ + src/utils/proc_pids/proc_pids.c \ + src/utils/proc_pids/proc_pids.h \ + src/utils/config_cores/config_cores.h \ + src/utils/config_cores/config_cores.c +intel_rdt_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBPQOS_CPPFLAGS) +intel_rdt_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBPQOS_LDFLAGS) +intel_rdt_la_LIBADD = $(BUILD_WITH_LIBPQOS_LIBS) + +test_plugin_intel_rdt_SOURCES = \ + src/intel_rdt_test.c \ + src/utils/config_cores/config_cores.c \ + src/utils/proc_pids/proc_pids.c \ + src/daemon/configfile.c \ + src/daemon/types_list.c +test_plugin_intel_rdt_CPPFLAGS = $(AM_CPPFLAGS) +test_plugin_intel_rdt_LDFLAGS = $(PLUGIN_LDFLAGS) +test_plugin_intel_rdt_LDADD = liboconfig.la libplugin_mock.la +check_PROGRAMS += test_plugin_intel_rdt +TESTS += test_plugin_intel_rdt + +test_utils_proc_pids_SOURCES = \ + src/utils/proc_pids/proc_pids_test.c \ + src/testing.h +test_utils_proc_pids_LDADD = libplugin_mock.la +check_PROGRAMS += test_utils_proc_pids +TESTS += test_utils_proc_pids +endif + +if BUILD_PLUGIN_INTERFACE +pkglib_LTLIBRARIES += interface.la +interface_la_SOURCES = src/interface.c +interface_la_CFLAGS = $(AM_CFLAGS) +interface_la_LDFLAGS = $(PLUGIN_LDFLAGS) +interface_la_LIBADD = libignorelist.la +if BUILD_WITH_LIBSTATGRAB +interface_la_CFLAGS += $(BUILD_WITH_LIBSTATGRAB_CFLAGS) +interface_la_LIBADD += $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) +else +if BUILD_WITH_LIBKSTAT +interface_la_LIBADD += -lkstat +endif +if BUILD_WITH_LIBDEVINFO +interface_la_LIBADD += -ldevinfo +endif # BUILD_WITH_LIBDEVINFO +endif # !BUILD_WITH_LIBSTATGRAB +if BUILD_WITH_PERFSTAT +interface_la_LIBADD += -lperfstat +endif +endif # BUILD_PLUGIN_INTERFACE + +if BUILD_PLUGIN_IPC +pkglib_LTLIBRARIES += ipc.la +ipc_la_SOURCES = src/ipc.c +ipc_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_IPTABLES +pkglib_LTLIBRARIES += iptables.la +iptables_la_SOURCES = src/iptables.c +iptables_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBIPTC_CPPFLAGS) +iptables_la_LDFLAGS = $(PLUGIN_LDFLAGS) +iptables_la_LIBADD = $(BUILD_WITH_LIBIPTC_LDFLAGS) +endif + +if BUILD_PLUGIN_IPMI +pkglib_LTLIBRARIES += ipmi.la +ipmi_la_SOURCES = src/ipmi.c +ipmi_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_OPENIPMI_CFLAGS) +ipmi_la_LDFLAGS = $(PLUGIN_LDFLAGS) +ipmi_la_LIBADD = libignorelist.la $(BUILD_WITH_OPENIPMI_LIBS) +endif + +if BUILD_PLUGIN_IPSTATS +pkglib_LTLIBRARIES += ipstats.la +ipstats_la_SOURCES = src/ipstats.c +ipstats_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_IPVS +pkglib_LTLIBRARIES += ipvs.la +ipvs_la_SOURCES = src/ipvs.c +ipvs_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_IRQ +pkglib_LTLIBRARIES += irq.la +irq_la_SOURCES = src/irq.c +irq_la_LDFLAGS = $(PLUGIN_LDFLAGS) +irq_la_LIBADD = libignorelist.la +endif + +if BUILD_PLUGIN_JAVA +pkglib_LTLIBRARIES += java.la +java_la_SOURCES = src/java.c +java_la_CPPFLAGS = $(AM_CPPFLAGS) $(JAVA_CPPFLAGS) +java_la_CFLAGS = $(AM_CFLAGS) $(JAVA_CFLAGS) +java_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(JAVA_LDFLAGS) +java_la_LIBADD = $(JAVA_LIBS) +endif + +if BUILD_PLUGIN_LOAD +pkglib_LTLIBRARIES += load.la +load_la_SOURCES = src/load.c +load_la_CFLAGS = $(AM_CFLAGS) +load_la_LDFLAGS = $(PLUGIN_LDFLAGS) +load_la_LIBADD = +if BUILD_WITH_LIBSTATGRAB +load_la_CFLAGS += $(BUILD_WITH_LIBSTATGRAB_CFLAGS) +load_la_LIBADD += $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) +endif # BUILD_WITH_LIBSTATGRAB +if BUILD_WITH_PERFSTAT +load_la_LIBADD += -lperfstat +endif +endif # BUILD_PLUGIN_LOAD + +if BUILD_PLUGIN_LOGFILE +pkglib_LTLIBRARIES += logfile.la +logfile_la_SOURCES = src/logfile.c +logfile_la_LDFLAGS = $(PLUGIN_LDFLAGS) +logfile_la_DEPENDENCIES = $(COMMON_DEPS) +endif + +if BUILD_PLUGIN_LOGPARSER +pkglib_LTLIBRARIES += logparser.la +logparser_la_SOURCES = src/logparser.c \ + src/utils/message_parser/message_parser.c src/utils/message_parser/message_parser.h \ + src/utils_tail_match.c src/utils_tail_match.h \ + src/utils/tail/tail.c src/utils/tail/tail.h \ + src/utils/match/match.c src/utils/match/match.h \ + src/utils/latency/latency.c src/utils/latency/latency.h \ + src/utils/latency/latency_config.c src/utils/latency/latency_config.h +logparser_la_CPPFLAGS = $(AM_CPPFLAGS) +logparser_la_LDFLAGS = $(PLUGIN_LDFLAGS) -lm + +test_plugin_logparser_SOURCES = src/logparser_test.c \ + src/utils/message_parser/message_parser.c \ + src/utils_tail_match.c src/utils_tail_match.h \ + src/utils/tail/tail.c src/utils/tail/tail.h \ + src/utils/match/match.c src/utils/match/match.h \ + src/daemon/configfile.c \ + src/daemon/types_list.c +test_plugin_logparser_CPPFLAGS = $(AM_CPPFLAGS) +test_plugin_logparser_LDFLAGS = $(PLUGIN_LDFLAGS) +test_plugin_logparser_LDADD = liboconfig.la libplugin_mock.la liblatency.la +check_PROGRAMS += test_plugin_logparser +TESTS += test_plugin_logparser +endif + +if BUILD_PLUGIN_LOG_LOGSTASH +pkglib_LTLIBRARIES += log_logstash.la +log_logstash_la_SOURCES = src/log_logstash.c +log_logstash_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBYAJL_CPPFLAGS) +log_logstash_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBYAJL_LDFLAGS) +log_logstash_la_LIBADD = $(BUILD_WITH_LIBYAJL_LIBS) +endif + +if BUILD_PLUGIN_LPAR +pkglib_LTLIBRARIES += lpar.la +lpar_la_SOURCES = src/lpar.c +lpar_la_LDFLAGS = $(PLUGIN_LDFLAGS) +lpar_la_LIBADD = -lperfstat +endif + +if BUILD_PLUGIN_LUA +pkglib_LTLIBRARIES += lua.la +lua_la_SOURCES = \ + src/lua.c \ + src/utils_lua.c \ + src/utils_lua.h +lua_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBLUA_CFLAGS) +lua_la_LDFLAGS = $(PLUGIN_LDFLAGS) +lua_la_LIBADD = $(BUILD_WITH_LIBLUA_LIBS) +endif + +if BUILD_PLUGIN_MADWIFI +pkglib_LTLIBRARIES += madwifi.la +madwifi_la_SOURCES = \ + src/madwifi.c \ + src/madwifi.h +madwifi_la_LDFLAGS = $(PLUGIN_LDFLAGS) +madwifi_la_LIBADD = libignorelist.la +endif + +if BUILD_PLUGIN_MATCH_EMPTY_COUNTER +pkglib_LTLIBRARIES += match_empty_counter.la +match_empty_counter_la_SOURCES = src/match_empty_counter.c +match_empty_counter_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_MATCH_HASHED +pkglib_LTLIBRARIES += match_hashed.la +match_hashed_la_SOURCES = src/match_hashed.c +match_hashed_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_MATCH_REGEX +pkglib_LTLIBRARIES += match_regex.la +match_regex_la_SOURCES = src/match_regex.c +match_regex_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_MATCH_TIMEDIFF +pkglib_LTLIBRARIES += match_timediff.la +match_timediff_la_SOURCES = src/match_timediff.c +match_timediff_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_MATCH_VALUE +pkglib_LTLIBRARIES += match_value.la +match_value_la_SOURCES = src/match_value.c +match_value_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_MBMON +pkglib_LTLIBRARIES += mbmon.la +mbmon_la_SOURCES = src/mbmon.c +mbmon_la_LDFLAGS = $(PLUGIN_LDFLAGS) +mbmon_la_LIBADD = +if BUILD_WITH_LIBSOCKET +mbmon_la_LIBADD += -lsocket +endif +endif + +if BUILD_PLUGIN_MCELOG +pkglib_LTLIBRARIES += mcelog.la +mcelog_la_SOURCES = src/mcelog.c +mcelog_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_MD +pkglib_LTLIBRARIES += md.la +md_la_SOURCES = src/md.c +md_la_LDFLAGS = $(PLUGIN_LDFLAGS) +md_la_LIBADD = libignorelist.la +endif + +if BUILD_PLUGIN_MEMCACHEC +pkglib_LTLIBRARIES += memcachec.la +memcachec_la_SOURCES = \ + src/memcachec.c \ + src/utils/match/match.c \ + src/utils/match/match.h +memcachec_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBMEMCACHED_CPPFLAGS) +memcachec_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBMEMCACHED_LDFLAGS) +memcachec_la_LIBADD = liblatency.la $(BUILD_WITH_LIBMEMCACHED_LIBS) +endif + +if BUILD_PLUGIN_MEMCACHED +pkglib_LTLIBRARIES += memcached.la +memcached_la_SOURCES = src/memcached.c +memcached_la_LDFLAGS = $(PLUGIN_LDFLAGS) +memcached_la_LIBADD = +if BUILD_WITH_LIBSOCKET +memcached_la_LIBADD += -lsocket +endif +endif + +if BUILD_PLUGIN_MEMORY +pkglib_LTLIBRARIES += memory.la +memory_la_SOURCES = src/memory.c +memory_la_CFLAGS = $(AM_CFLAGS) +memory_la_LDFLAGS = $(PLUGIN_LDFLAGS) +memory_la_LIBADD = +if BUILD_WITH_LIBKSTAT +memory_la_LIBADD += -lkstat +endif +if BUILD_WITH_LIBDEVINFO +memory_la_LIBADD += -ldevinfo +endif +if BUILD_WITH_LIBSTATGRAB +memory_la_CFLAGS += $(BUILD_WITH_LIBSTATGRAB_CFLAGS) +memory_la_LIBADD += $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) +endif +if BUILD_WITH_PERFSTAT +memory_la_LIBADD += -lperfstat +endif +endif + +if BUILD_PLUGIN_MIC +pkglib_LTLIBRARIES += mic.la +mic_la_SOURCES = src/mic.c +mic_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_MIC_CPPFLAGS) +mic_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_MIC_LDFLAGS) +mic_la_LIBADD = libignorelist.la $(BUILD_WITH_MIC_LIBS) +endif + +if BUILD_PLUGIN_MODBUS +pkglib_LTLIBRARIES += modbus.la +modbus_la_SOURCES = src/modbus.c +modbus_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBMODBUS_CFLAGS) +modbus_la_LDFLAGS = $(PLUGIN_LDFLAGS) +modbus_la_LIBADD = $(BUILD_WITH_LIBMODBUS_LIBS) +endif + +if BUILD_PLUGIN_MQTT +pkglib_LTLIBRARIES += mqtt.la +mqtt_la_SOURCES = src/mqtt.c +mqtt_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBMOSQUITTO_CPPFLAGS) +mqtt_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBMOSQUITTO_LDFLAGS) +mqtt_la_LIBADD = $(BUILD_WITH_LIBMOSQUITTO_LIBS) +endif + +if BUILD_PLUGIN_MULTIMETER +pkglib_LTLIBRARIES += multimeter.la +multimeter_la_SOURCES = src/multimeter.c +multimeter_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_MYSQL +pkglib_LTLIBRARIES += mysql.la +mysql_la_SOURCES = src/mysql.c +mysql_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBMYSQL_CFLAGS) +mysql_la_LDFLAGS = $(PLUGIN_LDFLAGS) +mysql_la_LIBADD = $(BUILD_WITH_LIBMYSQL_LIBS) +endif + +if BUILD_PLUGIN_NETAPP +pkglib_LTLIBRARIES += netapp.la +netapp_la_SOURCES = src/netapp.c +netapp_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBNETAPP_CPPFLAGS) +netapp_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(LIBNETAPP_LDFLAGS) +netapp_la_LIBADD = libignorelist.la $(LIBNETAPP_LIBS) +endif + +if BUILD_PLUGIN_NETLINK +pkglib_LTLIBRARIES += netlink.la +netlink_la_SOURCES = src/netlink.c +netlink_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBMNL_CFLAGS) +netlink_la_LDFLAGS = $(PLUGIN_LDFLAGS) +netlink_la_LIBADD = $(BUILD_WITH_LIBMNL_LIBS) +endif + +if BUILD_PLUGIN_NETWORK +pkglib_LTLIBRARIES += network.la +network_la_SOURCES = \ + src/network.c \ + src/network.h \ + src/utils_fbhash.c \ + src/utils_fbhash.h +network_la_CPPFLAGS = $(AM_CPPFLAGS) +network_la_LDFLAGS = $(PLUGIN_LDFLAGS) +network_la_LIBADD = +if BUILD_WITH_LIBSOCKET +network_la_LIBADD += -lsocket +endif +if BUILD_WITH_LIBGCRYPT +network_la_CPPFLAGS += $(GCRYPT_CPPFLAGS) +network_la_LDFLAGS += $(GCRYPT_LDFLAGS) +network_la_LIBADD += $(GCRYPT_LIBS) +endif + +test_plugin_network_SOURCES = \ + src/network_test.c \ + src/utils_fbhash.c \ + src/daemon/configfile.c \ + src/daemon/types_list.c +test_plugin_network_CPPFLAGS = $(AM_CPPFLAGS) $(GCRYPT_CPPFLAGS) +test_plugin_network_LDFLAGS = $(PLUGIN_LDFLAGS) $(GCRYPT_LDFLAGS) +test_plugin_network_LDADD = \ + libavltree.la \ + liboconfig.la \ + libplugin_mock.la \ + libmetadata.la \ + $(GCRYPT_LIBS) +if BUILD_WITH_LIBSOCKET +test_plugin_network_LDADD += -lsocket +endif +if BUILD_WITH_LIBNSL +test_plugin_network_LDADD += -lnsl +endif +check_PROGRAMS += test_plugin_network +endif + +if BUILD_PLUGIN_NFS +pkglib_LTLIBRARIES += nfs.la +nfs_la_SOURCES = src/nfs.c +nfs_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_NGINX +pkglib_LTLIBRARIES += nginx.la +nginx_la_SOURCES = src/nginx.c +nginx_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBCURL_CFLAGS) +nginx_la_LDFLAGS = $(PLUGIN_LDFLAGS) +nginx_la_LIBADD = $(BUILD_WITH_LIBCURL_LIBS) +endif + +if BUILD_PLUGIN_NOTIFY_DESKTOP +pkglib_LTLIBRARIES += notify_desktop.la +notify_desktop_la_SOURCES = src/notify_desktop.c +notify_desktop_la_CFLAGS = $(AM_CFLAGS) $(LIBNOTIFY_CFLAGS) +notify_desktop_la_LDFLAGS = $(PLUGIN_LDFLAGS) +notify_desktop_la_LIBADD = $(LIBNOTIFY_LIBS) +endif + +if BUILD_PLUGIN_NOTIFY_EMAIL +pkglib_LTLIBRARIES += notify_email.la +notify_email_la_SOURCES = src/notify_email.c +notify_email_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBESMTP_CPPFLAGS) +notify_email_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBESMTP_LDFLAGS) +notify_email_la_LIBADD = $(BUILD_WITH_LIBESMTP_LIBS) +endif + +if BUILD_PLUGIN_NOTIFY_NAGIOS +pkglib_LTLIBRARIES += notify_nagios.la +notify_nagios_la_SOURCES = src/notify_nagios.c +notify_nagios_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_NTPD +pkglib_LTLIBRARIES += ntpd.la +ntpd_la_SOURCES = src/ntpd.c +ntpd_la_LDFLAGS = $(PLUGIN_LDFLAGS) +ntpd_la_LIBADD = +if BUILD_WITH_LIBSOCKET +ntpd_la_LIBADD += -lsocket +endif +endif + +if BUILD_PLUGIN_NUMA +pkglib_LTLIBRARIES += numa.la +numa_la_SOURCES = src/numa.c +numa_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_NUT +pkglib_LTLIBRARIES += nut.la +nut_la_SOURCES = src/nut.c +nut_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBUPSCLIENT_CFLAGS) +nut_la_LDFLAGS = $(PLUGIN_LDFLAGS) +nut_la_LIBADD = $(BUILD_WITH_LIBUPSCLIENT_LIBS) +endif + +if BUILD_PLUGIN_OLSRD +pkglib_LTLIBRARIES += olsrd.la +olsrd_la_SOURCES = src/olsrd.c +olsrd_la_LDFLAGS = $(PLUGIN_LDFLAGS) +olsrd_la_LIBADD = +if BUILD_WITH_LIBSOCKET +olsrd_la_LIBADD += -lsocket +endif +endif + +if BUILD_PLUGIN_ONEWIRE +pkglib_LTLIBRARIES += onewire.la +onewire_la_SOURCES = src/onewire.c +onewire_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBOWCAPI_CPPFLAGS) +onewire_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBOWCAPI_LDFLAGS) +onewire_la_LIBADD = libignorelist.la $(BUILD_WITH_LIBOWCAPI_LIBS) +endif + +if BUILD_PLUGIN_OPENLDAP +pkglib_LTLIBRARIES += openldap.la +openldap_la_SOURCES = src/openldap.c +openldap_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBLDAP_CPPFLAGS) +openldap_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBLDAP_LDFLAGS) +openldap_la_LIBADD = -lldap +endif + +if BUILD_PLUGIN_OPENVPN +pkglib_LTLIBRARIES += openvpn.la +openvpn_la_SOURCES = src/openvpn.c +openvpn_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_ORACLE +pkglib_LTLIBRARIES += oracle.la +oracle_la_SOURCES = \ + src/oracle.c \ + src/utils/db_query/db_query.c \ + src/utils/db_query/db_query.h +oracle_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_ORACLE_CPPFLAGS) +oracle_la_LIBADD = $(BUILD_WITH_ORACLE_LIBS) +oracle_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_OVS_EVENTS +pkglib_LTLIBRARIES += ovs_events.la +ovs_events_la_SOURCES = \ + src/ovs_events.c \ + src/utils/ovs/ovs.c \ + src/utils/ovs/ovs.h +ovs_events_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBYAJL_CPPFLAGS) +ovs_events_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBYAJL_LDFLAGS) +ovs_events_la_LIBADD = $(BUILD_WITH_LIBYAJL_LIBS) +endif + +if BUILD_PLUGIN_OVS_STATS +pkglib_LTLIBRARIES += ovs_stats.la +ovs_stats_la_SOURCES = \ + src/ovs_stats.c \ + src/utils/ovs/ovs.c \ + src/utils/ovs/ovs.h +ovs_stats_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBYAJL_CPPFLAGS) +ovs_stats_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBYAJL_LDFLAGS) +ovs_stats_la_LIBADD = $(BUILD_WITH_LIBYAJL_LIBS) +endif + +if BUILD_PLUGIN_PCIE_ERRORS +pkglib_LTLIBRARIES += pcie_errors.la +pcie_errors_la_SOURCES = src/pcie_errors.c +pcie_errors_la_CPPFLAGS = $(AM_CPPFLAGS) +pcie_errors_la_LDFLAGS = $(PLUGIN_LDFLAGS) + +test_plugin_pcie_errors_SOURCES = \ + src/pcie_errors_test.c \ + src/daemon/utils_llist.c \ + src/daemon/configfile.c \ + src/daemon/types_list.c +test_plugin_pcie_errors_CPPFLAGS = $(AM_CPPFLAGS) +test_plugin_pcie_errors_LDFLAGS = $(PLUGIN_LDFLAGS) +test_plugin_pcie_errors_LDADD = liboconfig.la libplugin_mock.la +check_PROGRAMS += test_plugin_pcie_errors +TESTS += test_plugin_pcie_errors +endif + +if BUILD_PLUGIN_PERL +pkglib_LTLIBRARIES += perl.la +perl_la_SOURCES = src/perl.c +# Despite C99 providing the "bool" type thru stdbool.h, Perl defines its own +# version of that type if HAS_BOOL is not defined... *sigh* +perl_la_CPPFLAGS = $(AM_CPPFLAGS) -DHAS_BOOL=1 +# Despite off_t being 64 bit wide on 64 bit platforms, Perl insist on using +# off64_t which is only exposed when _LARGEFILE64_SOURCE is defined... *sigh* +# On older platforms we also need _REENTRANT. _GNU_SOURCE sets both of these. +perl_la_CPPFLAGS += -D_GNU_SOURCE +perl_la_CFLAGS = $(AM_CFLAGS) \ + $(PERL_CFLAGS) \ + -DXS_VERSION=\"$(VERSION)\" -DVERSION=\"$(VERSION)\" +perl_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(PERL_LDFLAGS) +perl_la_LIBADD = $(PERL_LIBS) +endif + +if BUILD_PLUGIN_PF +pkglib_LTLIBRARIES += pf.la +pf_la_SOURCES = src/pf.c +pf_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_PINBA +pkglib_LTLIBRARIES += pinba.la +pinba_la_SOURCES = src/pinba.c +nodist_pinba_la_SOURCES = \ + src/pinba.pb-c.c \ + src/pinba.pb-c.h +pinba_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBPROTOBUF_C_CPPFLAGS) +pinba_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBPROTOBUF_C_LDFLAGS) +pinba_la_LIBADD = $(BUILD_WITH_LIBPROTOBUF_C_LIBS) +endif + +if BUILD_PLUGIN_PING +pkglib_LTLIBRARIES += ping.la +ping_la_SOURCES = src/ping.c +ping_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBOPING_CPPFLAGS) +ping_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBOPING_LDFLAGS) +ping_la_LIBADD = -loping -lm +endif + +if BUILD_PLUGIN_POSTGRESQL +pkglib_LTLIBRARIES += postgresql.la +postgresql_la_SOURCES = \ + src/postgresql.c \ + src/utils/db_query/db_query.c \ + src/utils/db_query/db_query.h +postgresql_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBPQ_CPPFLAGS) +postgresql_la_LDFLAGS = $(PLUGIN_LDFLAGS) \ + $(BUILD_WITH_LIBPQ_LDFLAGS) +postgresql_la_LIBADD = $(BUILD_WITH_LIBPQ_LIBS) +endif + +if BUILD_PLUGIN_POWERDNS +pkglib_LTLIBRARIES += powerdns.la +powerdns_la_SOURCES = src/powerdns.c +powerdns_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_PYTHON +pkglib_LTLIBRARIES += python.la +python_la_SOURCES = \ + src/python.c \ + src/pyconfig.c \ + src/pyvalues.c \ + src/cpython.h +python_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBPYTHON_CPPFLAGS) +python_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(LIBPYTHON_LDFLAGS) +endif + +if HAVE_LIBMNL +noinst_LTLIBRARIES += libtaskstats.la +libtaskstats_la_SOURCES = \ + src/utils/taskstats/taskstats.c \ + src/utils/taskstats/taskstats.h +libtaskstats_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBMNL_CFLAGS) +libtaskstats_la_LIBADD = $(BUILD_WITH_LIBMNL_LIBS) +endif + +if BUILD_PLUGIN_PROCESSES +pkglib_LTLIBRARIES += processes.la +processes_la_SOURCES = src/processes.c +processes_la_CPPFLAGS = $(AM_CPPFLAGS) +processes_la_LDFLAGS = $(PLUGIN_LDFLAGS) +processes_la_LIBADD = +if BUILD_WITH_LIBKVM_GETPROCS +processes_la_LIBADD += -lkvm +endif +if HAVE_LIBMNL +processes_la_CPPFLAGS += -DHAVE_LIBTASKSTATS=1 +processes_la_LIBADD += libtaskstats.la +endif +endif + +if BUILD_PLUGIN_PROCEVENT +pkglib_LTLIBRARIES += procevent.la +procevent_la_SOURCES = src/procevent.c +procevent_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBYAJL_CPPFLAGS) +procevent_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBYAJL_LDFLAGS) +procevent_la_LIBADD = $(BUILD_WITH_LIBYAJL_LIBS) libignorelist.la +endif + +if BUILD_PLUGIN_PROTOCOLS +pkglib_LTLIBRARIES += protocols.la +protocols_la_SOURCES = src/protocols.c +protocols_la_LDFLAGS = $(PLUGIN_LDFLAGS) +protocols_la_LIBADD = libignorelist.la +endif + +if BUILD_PLUGIN_REDFISH +pkglib_LTLIBRARIES += redfish.la +redfish_la_SOURCES = src/redfish.c +redfish_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBREDFISH_CPPFLAGS) +redfish_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBREDFISH_LDFLAGS) +redfish_la_LIBADD = $(BUILD_WITH_LIBREDFISH_LIBS) -lredfish + +test_plugin_redfish_SOURCES = src/redfish_test.c \ + src/utils/avltree/avltree.c \ + src/daemon/utils_llist.c \ + src/daemon/configfile.c \ + src/daemon/types_list.c +test_plugin_redfish_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBREDFISH_CPPFLAGS) +test_plugin_redfish_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBREDFISH_LDFLAGS) +test_plugin_redfish_LDADD = liboconfig.la libplugin_mock.la \ + $(BUILD_WITH_LIBREDFISH_LIBS) -lredfish -ljansson +check_PROGRAMS += test_plugin_redfish +TESTS += test_plugin_redfish +endif + +if BUILD_PLUGIN_REDIS +pkglib_LTLIBRARIES += redis.la +redis_la_SOURCES = src/redis.c +redis_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBHIREDIS_CPPFLAGS) +redis_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBHIREDIS_LDFLAGS) +redis_la_LIBADD = -lhiredis +endif + +if BUILD_PLUGIN_ROUTEROS +pkglib_LTLIBRARIES += routeros.la +routeros_la_SOURCES = src/routeros.c +routeros_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBROUTEROS_CPPFLAGS) +routeros_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBROUTEROS_LDFLAGS) +routeros_la_LIBADD = -lrouteros +endif + +if BUILD_PLUGIN_RRDCACHED +pkglib_LTLIBRARIES += rrdcached.la +rrdcached_la_SOURCES = \ + src/rrdcached.c \ + src/utils/rrdcreate/rrdcreate.c \ + src/utils/rrdcreate/rrdcreate.h +rrdcached_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBRRD_CFLAGS) +rrdcached_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBRRD_LDFLAGS) +rrdcached_la_LIBADD = $(BUILD_WITH_LIBRRD_LIBS) +endif + +if BUILD_PLUGIN_RRDTOOL +pkglib_LTLIBRARIES += rrdtool.la +rrdtool_la_SOURCES = \ + src/rrdtool.c \ + src/utils/rrdcreate/rrdcreate.c \ + src/utils/rrdcreate/rrdcreate.h +rrdtool_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBRRD_CFLAGS) +rrdtool_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBRRD_LDFLAGS) +rrdtool_la_LIBADD = $(BUILD_WITH_LIBRRD_LIBS) +endif + +if BUILD_PLUGIN_SENSORS +pkglib_LTLIBRARIES += sensors.la +sensors_la_SOURCES = src/sensors.c +sensors_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBSENSORS_CPPFLAGS) +sensors_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBSENSORS_LDFLAGS) +sensors_la_LIBADD = libignorelist.la $(BUILD_WITH_LIBSENSORS_LIBS) +endif + +if BUILD_PLUGIN_SERIAL +pkglib_LTLIBRARIES += serial.la +serial_la_SOURCES = src/serial.c +serial_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_SIGROK +pkglib_LTLIBRARIES += sigrok.la +sigrok_la_SOURCES = src/sigrok.c +sigrok_la_CFLAGS = $(AM_CFLAGS) $(LIBSIGROK_CFLAGS) +sigrok_la_LDFLAGS = $(PLUGIN_LDFLAGS) +sigrok_la_LIBADD = $(LIBSIGROK_LIBS) +endif + +if BUILD_PLUGIN_SLURM +pkglib_LTLIBRARIES += slurm.la +slurm_la_SOURCES = src/slurm.c +slurm_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBSLURM_CFLAGS) +slurm_la_LDFLAGS = $(PLUGIN_LDFLAGS) +slurm_la_LIBADD = $(BUILD_WITH_LIBSLURM_LIBS) +endif + +if BUILD_PLUGIN_SMART +if BUILD_WITH_LIBUDEV +pkglib_LTLIBRARIES += smart.la +smart_la_SOURCES = src/smart.c +smart_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBATASMART_CPPFLAGS) $(BUILD_WITH_LIBUDEV_CPPFLAGS) +smart_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBATASMART_LDFLAGS) $(BUILD_WITH_LIBUDEV_LDFLAGS) +smart_la_LIBADD = libignorelist.la $(BUILD_WITH_LIBATASMART_LIBS) $(BUILD_WITH_LIBUDEV_LIBS) +endif +endif + +if BUILD_PLUGIN_SNMP +pkglib_LTLIBRARIES += snmp.la +snmp_la_SOURCES = src/snmp.c +snmp_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBNETSNMP_CPPFLAGS) +snmp_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBNETSNMP_LDFLAGS) +snmp_la_LIBADD = libignorelist.la $(BUILD_WITH_LIBNETSNMP_LIBS) +endif + +if BUILD_PLUGIN_SNMP_AGENT +pkglib_LTLIBRARIES += snmp_agent.la +snmp_agent_la_SOURCES = src/snmp_agent.c +snmp_agent_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBNETSNMPAGENT_CPPFLAGS) +snmp_agent_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBNETSNMPAGENT_LDFLAGS) +snmp_agent_la_LIBADD = $(BUILD_WITH_LIBNETSNMPAGENT_LIBS) + +test_plugin_snmp_agent_SOURCES = src/snmp_agent_test.c \ + src/utils/avltree/avltree.c \ + src/daemon/utils_llist.c \ + src/daemon/configfile.c \ + src/daemon/types_list.c +test_plugin_snmp_agent_CPPFLAGS = $(AM_CPPFLAGS) \ + $(BUILD_WITH_LIBNETSNMPAGENT_CPPFLAGS) +test_plugin_snmp_agent_LDFLAGS = $(PLUGIN_LDFLAGS) \ + $(BUILD_WITH_LIBNETSNMPAGENT_LDFLAGS) +test_plugin_snmp_agent_LDADD = liboconfig.la libplugin_mock.la \ + $(BUILD_WITH_LIBNETSNMPAGENT_LIBS) $(BUILD_WITH_LIBNETSNMP_LIBS) + +check_PROGRAMS += test_plugin_snmp_agent +TESTS += test_plugin_snmp_agent + + +endif + +if BUILD_PLUGIN_STATSD +pkglib_LTLIBRARIES += statsd.la +statsd_la_SOURCES = src/statsd.c +statsd_la_LDFLAGS = $(PLUGIN_LDFLAGS) +statsd_la_LIBADD = liblatency.la +endif + +if BUILD_PLUGIN_SWAP +pkglib_LTLIBRARIES += swap.la +swap_la_SOURCES = src/swap.c +swap_la_CFLAGS = $(AM_CFLAGS) +swap_la_LDFLAGS = $(PLUGIN_LDFLAGS) +swap_la_LIBADD = +if BUILD_WITH_LIBKSTAT +swap_la_LIBADD += -lkstat +endif +if BUILD_WITH_LIBDEVINFO +swap_la_LIBADD += -ldevinfo +endif +if BUILD_WITH_LIBKVM_GETSWAPINFO +swap_la_LIBADD += -lkvm +endif +if BUILD_WITH_LIBSTATGRAB +swap_la_CFLAGS += $(BUILD_WITH_LIBSTATGRAB_CFLAGS) +swap_la_LIBADD += $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) +endif +if BUILD_WITH_PERFSTAT +swap_la_LIBADD += -lperfstat +endif + +endif + +if BUILD_PLUGIN_SYNPROXY +pkglib_LTLIBRARIES += synproxy.la +synproxy_la_SOURCES = src/synproxy.c +synproxy_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_SYSEVENT +pkglib_LTLIBRARIES += sysevent.la +sysevent_la_SOURCES = src/sysevent.c +sysevent_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBYAJL_CPPFLAGS) +sysevent_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBYAJL_LDFLAGS) +sysevent_la_LIBADD = $(BUILD_WITH_LIBYAJL_LIBS) libignorelist.la +endif + +if BUILD_PLUGIN_SYSLOG +pkglib_LTLIBRARIES += syslog.la +syslog_la_SOURCES = src/syslog.c +syslog_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_TABLE +pkglib_LTLIBRARIES += table.la +table_la_SOURCES = src/table.c +table_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_TAIL +pkglib_LTLIBRARIES += tail.la +tail_la_SOURCES = \ + src/tail.c \ + src/utils/match/match.c \ + src/utils/match/match.h \ + src/utils/tail/tail.c \ + src/utils/tail/tail.h \ + src/utils_tail_match.c \ + src/utils_tail_match.h +tail_la_LDFLAGS = $(PLUGIN_LDFLAGS) +tail_la_LIBADD = liblatency.la +endif + +if BUILD_PLUGIN_TAIL_CSV +pkglib_LTLIBRARIES += tail_csv.la +tail_csv_la_SOURCES = \ + src/tail_csv.c \ + src/utils/tail/tail.c \ + src/utils/tail/tail.h +tail_csv_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_TAPE +pkglib_LTLIBRARIES += tape.la +tape_la_SOURCES = src/tape.c +tape_la_LDFLAGS = $(PLUGIN_LDFLAGS) +tape_la_LIBADD = -lkstat -ldevinfo +endif + +if BUILD_PLUGIN_TARGET_NOTIFICATION +pkglib_LTLIBRARIES += target_notification.la +target_notification_la_SOURCES = src/target_notification.c +target_notification_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_TARGET_REPLACE +pkglib_LTLIBRARIES += target_replace.la +target_replace_la_SOURCES = src/target_replace.c +target_replace_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_TARGET_SCALE +pkglib_LTLIBRARIES += target_scale.la +target_scale_la_SOURCES = src/target_scale.c +target_scale_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_TARGET_SET +pkglib_LTLIBRARIES += target_set.la +target_set_la_SOURCES = src/target_set.c +target_set_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_TARGET_V5UPGRADE +pkglib_LTLIBRARIES += target_v5upgrade.la +target_v5upgrade_la_SOURCES = src/target_v5upgrade.c +target_v5upgrade_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_TCPCONNS +pkglib_LTLIBRARIES += tcpconns.la +tcpconns_la_SOURCES = src/tcpconns.c +tcpconns_la_LDFLAGS = $(PLUGIN_LDFLAGS) +tcpconns_la_LIBADD = +if BUILD_WITH_LIBKVM_NLIST +tcpconns_la_LIBADD += -lkvm +endif +endif + +if BUILD_PLUGIN_TEAMSPEAK2 +pkglib_LTLIBRARIES += teamspeak2.la +teamspeak2_la_SOURCES = src/teamspeak2.c +teamspeak2_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_TED +pkglib_LTLIBRARIES += ted.la +ted_la_SOURCES = src/ted.c +ted_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_THERMAL +pkglib_LTLIBRARIES += thermal.la +thermal_la_SOURCES = src/thermal.c +thermal_la_LDFLAGS = $(PLUGIN_LDFLAGS) +thermal_la_LIBADD = libignorelist.la +endif + +if BUILD_PLUGIN_THRESHOLD +pkglib_LTLIBRARIES += threshold.la +threshold_la_SOURCES = src/threshold.c +threshold_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_TOKYOTYRANT +pkglib_LTLIBRARIES += tokyotyrant.la +tokyotyrant_la_SOURCES = src/tokyotyrant.c +tokyotyrant_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBTOKYOTYRANT_CPPFLAGS) +tokyotyrant_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBTOKYOTYRANT_LDFLAGS) +tokyotyrant_la_LIBADD = $(BUILD_WITH_LIBTOKYOTYRANT_LIBS) +if BUILD_WITH_LIBSOCKET +tokyotyrant_la_LIBADD += -lsocket +endif +endif + +if BUILD_PLUGIN_TURBOSTAT +pkglib_LTLIBRARIES += turbostat.la +turbostat_la_SOURCES = \ + src/turbostat.c \ + src/msr-index.h +turbostat_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_UBI +pkglib_LTLIBRARIES += ubi.la +ubi_la_SOURCES = src/ubi.c +ubi_la_LDFLAGS = $(PLUGIN_LDFLAGS) +ubi_la_LIBADD = libignorelist.la +endif + +if BUILD_PLUGIN_UNIXSOCK +pkglib_LTLIBRARIES += unixsock.la +unixsock_la_SOURCES = src/unixsock.c +unixsock_la_LDFLAGS = $(PLUGIN_LDFLAGS) +unixsock_la_LIBADD = libcmds.la +endif + +if BUILD_PLUGIN_UPTIME +pkglib_LTLIBRARIES += uptime.la +uptime_la_SOURCES = src/uptime.c +uptime_la_CFLAGS = $(AM_CFLAGS) +uptime_la_LDFLAGS = $(PLUGIN_LDFLAGS) +uptime_la_LIBADD = +if BUILD_WITH_LIBKSTAT +uptime_la_LIBADD += -lkstat +endif +if BUILD_WITH_PERFSTAT +uptime_la_LIBADD += -lperfstat +endif +endif + +if BUILD_PLUGIN_USERS +pkglib_LTLIBRARIES += users.la +users_la_SOURCES = src/users.c +users_la_CFLAGS = $(AM_CFLAGS) +users_la_LDFLAGS = $(PLUGIN_LDFLAGS) +users_la_LIBADD = +if BUILD_WITH_LIBSTATGRAB +users_la_CFLAGS += $(BUILD_WITH_LIBSTATGRAB_CFLAGS) +users_la_LIBADD += $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) +endif +endif + +if BUILD_PLUGIN_UUID +pkglib_LTLIBRARIES += uuid.la +uuid_la_SOURCES = src/uuid.c +uuid_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_VARNISH +pkglib_LTLIBRARIES += varnish.la +varnish_la_SOURCES = src/varnish.c +varnish_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBVARNISH_CFLAGS) +varnish_la_LDFLAGS = $(PLUGIN_LDFLAGS) +varnish_la_LIBADD = $(BUILD_WITH_LIBVARNISH_LIBS) +endif + +if BUILD_PLUGIN_VIRT +pkglib_LTLIBRARIES += virt.la +virt_la_SOURCES = src/virt.c +virt_la_CFLAGS = $(AM_CFLAGS) \ + $(BUILD_WITH_LIBVIRT_CFLAGS) $(BUILD_WITH_LIBXML2_CFLAGS) +virt_la_LDFLAGS = $(PLUGIN_LDFLAGS) +virt_la_LIBADD = libignorelist.la $(BUILD_WITH_LIBVIRT_LIBS) $(BUILD_WITH_LIBXML2_LIBS) + +test_plugin_virt_SOURCES = src/virt_test.c src/daemon/configfile.c \ + src/daemon/types_list.c +test_plugin_virt_CPPFLAGS = $(AM_CPPFLAGS) \ + $(BUILD_WITH_LIBVIRT_CPPFLAGS) $(BUILD_WITH_LIBXML2_CFLAGS) +test_plugin_virt_LDFLAGS = $(PLUGIN_LDFLAGS) \ + $(BUILD_WITH_LIBVIRT_LDFLAGS) $(BUILD_WITH_LIBXML2_LDFLAGS) +test_plugin_virt_LDADD = liboconfig.la libplugin_mock.la \ + $(BUILD_WITH_LIBVIRT_LIBS) $(BUILD_WITH_LIBXML2_LIBS) +check_PROGRAMS += test_plugin_virt +TESTS += test_plugin_virt +endif + +if BUILD_PLUGIN_VMEM +pkglib_LTLIBRARIES += vmem.la +vmem_la_SOURCES = src/vmem.c +vmem_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_VSERVER +pkglib_LTLIBRARIES += vserver.la +vserver_la_SOURCES = src/vserver.c +vserver_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_WIRELESS +pkglib_LTLIBRARIES += wireless.la +wireless_la_SOURCES = src/wireless.c +wireless_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_WRITE_GRAPHITE +pkglib_LTLIBRARIES += write_graphite.la +write_graphite_la_SOURCES = src/write_graphite.c +write_graphite_la_LDFLAGS = $(PLUGIN_LDFLAGS) +write_graphite_la_LIBADD = libformat_graphite.la +endif + +if BUILD_PLUGIN_WRITE_HTTP +pkglib_LTLIBRARIES += write_http.la +write_http_la_SOURCES = \ + src/write_http.c \ + src/utils/curl_stats/curl_stats.c \ + src/utils/curl_stats/curl_stats.h \ + src/utils/format_kairosdb/format_kairosdb.c \ + src/utils/format_kairosdb/format_kairosdb.h +write_http_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBCURL_CFLAGS) +write_http_la_LDFLAGS = $(PLUGIN_LDFLAGS) +write_http_la_LIBADD = libformat_json.la $(BUILD_WITH_LIBCURL_LIBS) +endif + +if BUILD_PLUGIN_WRITE_INFLUXDB_UDP +pkglib_LTLIBRARIES += write_influxdb_udp.la +write_influxdb_udp_la_SOURCES = src/write_influxdb_udp.c +write_influxdb_udp_la_CPPFLAGS = $(AM_CPPFLAGS) +write_influxdb_udp_la_LDFLAGS = $(PLUGIN_LDFLAGS) +if BUILD_WITH_LIBSOCKET +write_influxdb_udp_la_LIBADD = -lsocket +endif +endif + +if BUILD_PLUGIN_WRITE_KAFKA +pkglib_LTLIBRARIES += write_kafka.la +write_kafka_la_SOURCES = src/write_kafka.c +write_kafka_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBRDKAFKA_CPPFLAGS) +write_kafka_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBRDKAFKA_LDFLAGS) +write_kafka_la_LIBADD = \ + libcmds.la \ + libformat_graphite.la \ + libformat_json.la \ + $(BUILD_WITH_LIBRDKAFKA_LIBS) +endif + +if BUILD_PLUGIN_WRITE_LOG +pkglib_LTLIBRARIES += write_log.la +write_log_la_SOURCES = src/write_log.c +write_log_la_LDFLAGS = $(PLUGIN_LDFLAGS) +write_log_la_LIBADD = libformat_graphite.la libformat_json.la +endif + +if BUILD_PLUGIN_WRITE_MONGODB +pkglib_LTLIBRARIES += write_mongodb.la +write_mongodb_la_SOURCES = src/write_mongodb.c +write_mongodb_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBMONGOC_CFLAGS) +write_mongodb_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBMONGOC_LDFLAGS) +write_mongodb_la_LIBADD = $(BUILD_WITH_LIBMONGOC_LIBS) +endif + +if BUILD_PLUGIN_WRITE_PROMETHEUS +pkglib_LTLIBRARIES += write_prometheus.la +write_prometheus_la_SOURCES = src/write_prometheus.c +nodist_write_prometheus_la_SOURCES = \ + prometheus.pb-c.c \ + prometheus.pb-c.h +write_prometheus_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBPROTOBUF_C_CPPFLAGS) $(BUILD_WITH_LIBMICROHTTPD_CPPFLAGS) +write_prometheus_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBPROTOBUF_C_LDFLAGS) $(BUILD_WITH_LIBMICROHTTPD_LDFLAGS) +write_prometheus_la_LIBADD = $(BUILD_WITH_LIBPROTOBUF_C_LIBS) $(BUILD_WITH_LIBMICROHTTPD_LIBS) +endif + +if BUILD_PLUGIN_WRITE_REDIS +pkglib_LTLIBRARIES += write_redis.la +write_redis_la_SOURCES = src/write_redis.c +write_redis_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBHIREDIS_CPPFLAGS) +write_redis_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBHIREDIS_LDFLAGS) +write_redis_la_LIBADD = -lhiredis +endif + +if BUILD_PLUGIN_WRITE_RIEMANN +pkglib_LTLIBRARIES += write_riemann.la +write_riemann_la_SOURCES = \ + src/write_riemann.c \ + src/write_riemann_threshold.c \ + src/write_riemann_threshold.h +write_riemann_la_CFLAGS = $(AM_CFLAGS) $(LIBRIEMANN_CLIENT_CFLAGS) +write_riemann_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(LIBRIEMANN_CLIENT_LIBS) +endif + +if BUILD_PLUGIN_WRITE_SENSU +pkglib_LTLIBRARIES += write_sensu.la +write_sensu_la_SOURCES = src/write_sensu.c +write_sensu_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_WRITE_STACKDRIVER +pkglib_LTLIBRARIES += write_stackdriver.la +write_stackdriver_la_SOURCES = src/write_stackdriver.c +write_stackdriver_la_LDFLAGS = $(PLUGIN_LDFLAGS) +write_stackdriver_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBCURL_CFLAGS) +write_stackdriver_la_LIBADD = libformat_stackdriver.la libgce.la liboauth.la \ + $(BUILD_WITH_LIBCURL_LIBS) +endif + +if BUILD_PLUGIN_WRITE_SYSLOG +pkglib_LTLIBRARIES += write_syslog.la +write_syslog_la_SOURCES = src/write_syslog.c +write_syslog_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_WRITE_TSDB +pkglib_LTLIBRARIES += write_tsdb.la +write_tsdb_la_SOURCES = src/write_tsdb.c +write_tsdb_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_XENCPU +pkglib_LTLIBRARIES += xencpu.la +xencpu_la_SOURCES = src/xencpu.c +xencpu_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBXENCTL_CPPFLAGS) +xencpu_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(LIBXENCTL_LDFLAGS) +xencpu_la_LIBADD = -lxenctrl +endif + +if BUILD_PLUGIN_XMMS +pkglib_LTLIBRARIES += xmms.la +xmms_la_SOURCES = src/xmms.c +xmms_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBXMMS_CFLAGS) +xmms_la_LDFLAGS = $(PLUGIN_LDFLAGS) +xmms_la_LIBADD = $(BUILD_WITH_LIBXMMS_LIBS) +endif + +if BUILD_PLUGIN_ZFS_ARC +pkglib_LTLIBRARIES += zfs_arc.la +zfs_arc_la_SOURCES = src/zfs_arc.c +zfs_arc_la_LDFLAGS = $(PLUGIN_LDFLAGS) +if BUILD_FREEBSD +zfs_arc_la_LIBADD = -lm +endif +if BUILD_SOLARIS +zfs_arc_la_LIBADD = -lkstat +endif +endif + +if BUILD_PLUGIN_ZOOKEEPER +pkglib_LTLIBRARIES += zookeeper.la +zookeeper_la_SOURCES = src/zookeeper.c +zookeeper_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +if BUILD_PLUGIN_ZONE +pkglib_LTLIBRARIES += zone.la +zone_la_SOURCES = src/zone.c +zone_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + +AM_V_POD2MAN_C = $(am__v_POD2MAN_C_@AM_V@) +am__v_POD2MAN_C_ = $(am__v_POD2MAN_C_@AM_DEFAULT_V@) +am__v_POD2MAN_C_0 = @echo " POD2MAN " $@; +am__v_POD2MAN_C_1 = + +.pod.1: + $(AM_V_POD2MAN_C)pod2man --release=$(VERSION) --center=$(PACKAGE) $< $@ + +.pod.5: + $(AM_V_POD2MAN_C)pod2man --section=5 --release=$(VERSION) --center=$(PACKAGE) $< $@ + +V_PROTOC = $(v_protoc_@AM_V@) +v_protoc_ = $(v_protoc_@AM_DEFAULT_V@) +v_protoc_0 = @echo " PROTOC " $@; + +AM_V_PROTOC_C = $(am__v_PROTOC_C_@AM_V@) +am__v_PROTOC_C_ = $(am__v_PROTOC_C_@AM_DEFAULT_V@) +am__v_PROTOC_C_0 = @echo " PROTOC-C" $@; +am__v_PROTOC_C_1 = + +# Protocol buffer for the "pinba" plugin. +if BUILD_PLUGIN_PINBA +BUILT_SOURCES += src/pinba.pb-c.c src/pinba.pb-c.h + +src/pinba.pb-c.c src/pinba.pb-c.h: $(srcdir)/src/pinba.proto + $(AM_V_PROTOC_C)$(PROTOC_C) -I$(srcdir) --c_out . $(srcdir)/src/pinba.proto +endif + +# Protocol buffer for the "write_prometheus" plugin. +if BUILD_PLUGIN_WRITE_PROMETHEUS +BUILT_SOURCES += prometheus.pb-c.c prometheus.pb-c.h + +prometheus.pb-c.c prometheus.pb-c.h: $(srcdir)/proto/prometheus.proto + $(AM_V_PROTOC_C)$(PROTOC_C) -I$(srcdir)/proto --c_out=$(builddir) $(srcdir)/proto/prometheus.proto +endif + +if HAVE_PROTOC3 +if HAVE_GRPC_CPP +BUILT_SOURCES += collectd.grpc.pb.cc collectd.pb.cc types.pb.cc + +collectd.grpc.pb.cc: $(srcdir)/proto/collectd.proto $(srcdir)/proto/types.proto + $(V_PROTOC)$(PROTOC) -I$(srcdir)/proto \ + --grpc_out=$(builddir) --plugin=protoc-gen-grpc=$(GRPC_CPP_PLUGIN) \ + $(srcdir)/proto/collectd.proto $(srcdir)/proto/types.proto + +collectd.pb.cc: $(srcdir)/proto/collectd.proto $(srcdir)/proto/types.proto + $(V_PROTOC)$(PROTOC) -I$(srcdir)/proto --cpp_out=$(builddir) \ + $(srcdir)/proto/collectd.proto $(srcdir)/proto/types.proto + +types.pb.cc: $(srcdir)/proto/types.proto + $(V_PROTOC)$(PROTOC) -I$(srcdir)/proto --cpp_out=$(builddir) \ + $(srcdir)/proto/types.proto +endif +endif + +install-exec-hook: + $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run + $(mkinstalldirs) $(DESTDIR)$(localstatedir)/lib/$(PACKAGE_NAME) + $(mkinstalldirs) $(DESTDIR)$(localstatedir)/log + $(mkinstalldirs) $(DESTDIR)$(sysconfdir) + if test -e $(DESTDIR)$(sysconfdir)/collectd.conf; \ + then \ + $(INSTALL) -m 0640 $(builddir)/src/collectd.conf $(DESTDIR)$(sysconfdir)/collectd.conf.pkg-orig; \ + else \ + $(INSTALL) -m 0640 $(builddir)/src/collectd.conf $(DESTDIR)$(sysconfdir)/collectd.conf; \ + fi; \ + $(mkinstalldirs) $(DESTDIR)$(cpkgdatadir) + $(INSTALL) -m 0644 $(srcdir)/src/types.db $(DESTDIR)$(cpkgdatadir)/types.db; + $(INSTALL) -m 0644 $(srcdir)/src/postgresql_default.conf \ + $(DESTDIR)$(cpkgdatadir)/postgresql_default.conf; + +uninstall-hook: + rm -f $(DESTDIR)$(cpkgdatadir)/types.db; + rm -f $(DESTDIR)$(sysconfdir)/collectd.conf + rm -f $(DESTDIR)$(cpkgdatadir)/postgresql_default.conf; + +all-local: @PERL_BINDINGS@ + +install-exec-local: + [ ! -f buildperl/Makefile ] || ( cd buildperl && $(MAKE) install ) + +# Perl 'make uninstall' does not work as well as wanted. +# So we do the work here. +uninstall-local: + @PERL@ -I$(DESTDIR)$(prefix) $(srcdir)/bindings/perl/uninstall_mod.pl Collectd + find $(DESTDIR)$(prefix) -name "perllocal.pod" -exec rm {} \; + +clean-local: + rm -rf buildperl + +perl: buildperl/Makefile + cd buildperl && $(MAKE) + +buildperl/Makefile: .perl-directory-stamp buildperl/Makefile.PL \ + $(top_builddir)/config.status + @# beautify the output a bit + @echo 'cd buildperl && @PERL@ Makefile.PL @PERL_BINDINGS_OPTIONS@' + @cd buildperl && ( if ! @PERL@ Makefile.PL @PERL_BINDINGS_OPTIONS@; then \ + echo ""; \ + echo 'Check whether you have set $$PERL_MM_OPT in your environment and try using ./configure --with-perl-bindings=""'; \ + echo ""; \ + fi ) + +buildperl/Makefile.PL: .perl-directory-stamp $(top_builddir)/config.status + +.perl-directory-stamp: + if test ! -d buildperl; then \ + mkdir -p buildperl/Collectd/Plugins; \ + cp $(srcdir)/bindings/perl/lib/Collectd.pm buildperl/; \ + cp $(srcdir)/bindings/perl/Makefile.PL buildperl/; \ + cp $(srcdir)/bindings/perl/lib/Collectd/Unixsock.pm buildperl/Collectd/; \ + cp $(srcdir)/bindings/perl/lib/Collectd/Plugins/OpenVZ.pm buildperl/Collectd/Plugins/; \ + fi + touch $@ + +.PHONY: perl + + +if BUILD_WITH_JAVA +dist_noinst_JAVA = \ + bindings/java/org/collectd/api/Collectd.java \ + bindings/java/org/collectd/api/CollectdConfigInterface.java \ + bindings/java/org/collectd/api/CollectdFlushInterface.java \ + bindings/java/org/collectd/api/CollectdInitInterface.java \ + bindings/java/org/collectd/api/CollectdLogInterface.java \ + bindings/java/org/collectd/api/CollectdMatchFactoryInterface.java \ + bindings/java/org/collectd/api/CollectdMatchInterface.java \ + bindings/java/org/collectd/api/CollectdNotificationInterface.java \ + bindings/java/org/collectd/api/CollectdReadInterface.java \ + bindings/java/org/collectd/api/CollectdShutdownInterface.java \ + bindings/java/org/collectd/api/CollectdTargetFactoryInterface.java \ + bindings/java/org/collectd/api/CollectdTargetInterface.java \ + bindings/java/org/collectd/api/CollectdWriteInterface.java \ + bindings/java/org/collectd/api/DataSet.java \ + bindings/java/org/collectd/api/DataSource.java \ + bindings/java/org/collectd/api/Notification.java \ + bindings/java/org/collectd/api/OConfigItem.java \ + bindings/java/org/collectd/api/OConfigValue.java \ + bindings/java/org/collectd/api/PluginData.java \ + bindings/java/org/collectd/api/ValueList.java \ + bindings/java/org/collectd/java/GenericJMX.java \ + bindings/java/org/collectd/java/GenericJMXConfConnection.java \ + bindings/java/org/collectd/java/GenericJMXConfMBean.java \ + bindings/java/org/collectd/java/GenericJMXConfValue.java \ + bindings/java/org/collectd/java/JMXMemory.java + +collectd-api.jar: $(JAVA_TIMESTAMP_FILE) + $(JAR) cf $(JARFLAGS) $@ org/collectd/api/*.class + +generic-jmx.jar: $(JAVA_TIMESTAMP_FILE) + $(JAR) cf $(JARFLAGS) $@ org/collectd/java/*.class + +jar_DATA = collectd-api.jar generic-jmx.jar +endif + diff --git a/Makefile.in b/Makefile.in new file mode 100644 index 0000000..43d2bf4 --- /dev/null +++ b/Makefile.in @@ -0,0 +1,11339 @@ +# Makefile.in generated by automake 1.16.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2018 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + + + + +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +@BUILD_WIN32_FALSE@sbin_PROGRAMS = collectd$(EXEEXT) \ +@BUILD_WIN32_FALSE@ collectdmon$(EXEEXT) +@BUILD_WIN32_TRUE@sbin_PROGRAMS = collectd$(EXEEXT) +@BUILD_WIN32_FALSE@bin_PROGRAMS = collectd-nagios$(EXEEXT) \ +@BUILD_WIN32_FALSE@ collectd-tg$(EXEEXT) collectdctl$(EXEEXT) +check_PROGRAMS = test_common$(EXEEXT) test_format_graphite$(EXEEXT) \ + test_meta_data$(EXEEXT) test_utils_avltree$(EXEEXT) \ + test_utils_cmds$(EXEEXT) test_utils_heap$(EXEEXT) \ + test_utils_latency$(EXEEXT) test_utils_message_parser$(EXEEXT) \ + test_utils_mount$(EXEEXT) test_utils_subst$(EXEEXT) \ + test_utils_time$(EXEEXT) test_utils_vl_lookup$(EXEEXT) \ + test_libcollectd_network_parse$(EXEEXT) \ + test_utils_config_cores$(EXEEXT) $(am__EXEEXT_1) \ + $(am__EXEEXT_2) $(am__EXEEXT_3) $(am__EXEEXT_4) \ + $(am__EXEEXT_5) $(am__EXEEXT_6) $(am__EXEEXT_7) \ + $(am__EXEEXT_8) $(am__EXEEXT_9) $(am__EXEEXT_10) \ + $(am__EXEEXT_11) $(am__EXEEXT_12) $(am__EXEEXT_13) +TESTS = $(check_PROGRAMS) $(am__EXEEXT_3) $(am__EXEEXT_4) \ + $(am__EXEEXT_5) $(am__EXEEXT_7) $(am__EXEEXT_8) \ + $(am__EXEEXT_10) $(am__EXEEXT_11) $(am__EXEEXT_12) \ + $(am__EXEEXT_13) +@BUILD_WIN32_TRUE@am__append_1 = -shared -no-undefined -lcollectd -L. +@BUILD_WIN32_TRUE@am__append_2 = -DNOGDI +@BUILD_WIN32_TRUE@am__append_3 = collectd.exe +@BUILD_WIN32_TRUE@am__append_4 = -lws2_32 +@BUILD_WITH_GNULIB_TRUE@am__append_5 = -lgnu +@BUILD_WITH_CAPABILITY_TRUE@am__append_6 = -lcap +@BUILD_WITH_LIBRT_TRUE@am__append_7 = -lrt +@BUILD_WITH_LIBPOSIX4_TRUE@am__append_8 = -lposix4 +@BUILD_WITH_LIBSOCKET_TRUE@am__append_9 = -lsocket +@BUILD_WITH_LIBKSTAT_TRUE@am__append_10 = -lkstat +@BUILD_WITH_LIBDEVINFO_TRUE@am__append_11 = -ldevinfo +@BUILD_WIN32_TRUE@am__append_12 = src/daemon/cmd_windows.c +@BUILD_WIN32_TRUE@am__append_13 = -ldl -Wl,--out-implib,libcollectd.a \ +@BUILD_WIN32_TRUE@ -Wl,--out-implib,libcollectd.a +@BUILD_WIN32_FALSE@am__append_14 = src/daemon/cmd.c +@BUILD_FEATURE_DAEMON_TRUE@am__append_15 = -DPIDFILE='"${localstatedir}/run/${PACKAGE_NAME}.pid"' + +# The daemon needs to call sg_init, so we need to link it against libstatgrab, +# too. -octo +@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_16 = $(BUILD_WITH_LIBSTATGRAB_CFLAGS) +@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_17 = $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) +@BUILD_WITH_LIBSOCKET_TRUE@am__append_18 = -lsocket +@BUILD_AIX_TRUE@am__append_19 = -lm +@BUILD_WITH_LIBSOCKET_TRUE@am__append_20 = -lsocket +@BUILD_AIX_TRUE@am__append_21 = -lm +@BUILD_WITH_LIBSOCKET_TRUE@am__append_22 = -lsocket +@BUILD_WITH_LIBRT_TRUE@am__append_23 = -lrt +@BUILD_AIX_TRUE@am__append_24 = -lm +@BUILD_WITH_LIBYAJL_TRUE@am__append_25 = $(BUILD_WITH_LIBYAJL_CPPFLAGS) +@BUILD_WITH_LIBYAJL_TRUE@am__append_26 = $(BUILD_WITH_LIBYAJL_LDFLAGS) +@BUILD_WITH_LIBYAJL_TRUE@am__append_27 = $(BUILD_WITH_LIBYAJL_LIBS) +@BUILD_WITH_LIBYAJL_TRUE@am__append_28 = test_format_json +@BUILD_PLUGIN_CEPH_TRUE@am__append_29 = test_plugin_ceph +@BUILD_WITH_LIBKSTAT_TRUE@am__append_30 = -lkstat +@BUILD_WITH_LIBKSTAT_TRUE@am__append_31 = -lkstat +@BUILD_WIN32_TRUE@am__append_32 = -shared -no-undefined +@BUILD_WIN32_TRUE@am__append_33 = -lgnu -lws2_32 -liphlpapi +@BUILD_WITH_LIBGCRYPT_TRUE@am__append_34 = $(GCRYPT_CPPFLAGS) +@BUILD_WITH_LIBGCRYPT_TRUE@am__append_35 = $(GCRYPT_LDFLAGS) +@BUILD_WITH_LIBGCRYPT_TRUE@am__append_36 = $(GCRYPT_LIBS) +@BUILD_WITH_LIBGCRYPT_TRUE@am__append_37 = $(GCRYPT_CPPFLAGS) +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@am__append_38 = liboauth.la \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ libgce.la +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@am__append_39 = test_utils_oauth +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@am__append_40 = test_utils_oauth +@BUILD_WITH_LIBYAJL2_TRUE@am__append_41 = libformat_stackdriver.la +@BUILD_WITH_LIBYAJL2_TRUE@am__append_42 = test_format_stackdriver +@BUILD_WITH_LIBYAJL2_TRUE@am__append_43 = test_format_stackdriver +@BUILD_PLUGIN_AGGREGATION_TRUE@am__append_44 = aggregation.la +@BUILD_PLUGIN_AMQP_TRUE@am__append_45 = amqp.la +@BUILD_PLUGIN_AMQP1_TRUE@am__append_46 = amqp1.la +@BUILD_PLUGIN_APACHE_TRUE@am__append_47 = apache.la +@BUILD_PLUGIN_APCUPS_TRUE@am__append_48 = apcups.la +@BUILD_PLUGIN_APCUPS_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_49 = -lsocket +@BUILD_PLUGIN_APPLE_SENSORS_TRUE@am__append_50 = apple_sensors.la +@BUILD_PLUGIN_AQUAERO_TRUE@am__append_51 = aquaero.la +@BUILD_PLUGIN_ASCENT_TRUE@am__append_52 = ascent.la +@BUILD_PLUGIN_BAROMETER_TRUE@am__append_53 = barometer.la +@BUILD_PLUGIN_BATTERY_TRUE@am__append_54 = battery.la +@BUILD_PLUGIN_BATTERY_TRUE@@BUILD_WITH_LIBIOKIT_TRUE@am__append_55 = -framework IOKit +@BUILD_PLUGIN_BIND_TRUE@am__append_56 = bind.la +@BUILD_PLUGIN_BUDDYINFO_TRUE@am__append_57 = buddyinfo.la +@BUILD_PLUGIN_CAPABILITIES_TRUE@am__append_58 = capabilities.la +@BUILD_PLUGIN_CAPABILITIES_TRUE@am__append_59 = test_plugin_capabilities +@BUILD_PLUGIN_CAPABILITIES_TRUE@am__append_60 = test_plugin_capabilities +@BUILD_PLUGIN_CEPH_TRUE@am__append_61 = ceph.la +@BUILD_PLUGIN_CGROUPS_TRUE@am__append_62 = cgroups.la +@BUILD_PLUGIN_CHRONY_TRUE@am__append_63 = chrony.la +@BUILD_PLUGIN_CHECK_UPTIME_TRUE@am__append_64 = check_uptime.la +@BUILD_PLUGIN_CONNECTIVITY_TRUE@am__append_65 = connectivity.la +@BUILD_PLUGIN_CONNTRACK_TRUE@am__append_66 = conntrack.la +@BUILD_PLUGIN_CONTEXTSWITCH_TRUE@am__append_67 = contextswitch.la +@BUILD_PLUGIN_CONTEXTSWITCH_TRUE@@BUILD_WITH_PERFSTAT_TRUE@am__append_68 = -lperfstat +@BUILD_PLUGIN_CPU_TRUE@am__append_69 = cpu.la +@BUILD_PLUGIN_CPU_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@am__append_70 = -lkstat +@BUILD_PLUGIN_CPU_TRUE@@BUILD_WITH_LIBDEVINFO_TRUE@am__append_71 = -ldevinfo +@BUILD_PLUGIN_CPU_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_72 = $(BUILD_WITH_LIBSTATGRAB_CFLAGS) +@BUILD_PLUGIN_CPU_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_73 = $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) +@BUILD_PLUGIN_CPU_TRUE@@BUILD_WITH_PERFSTAT_TRUE@am__append_74 = -lperfstat +@BUILD_PLUGIN_CPUFREQ_TRUE@am__append_75 = cpufreq.la +@BUILD_PLUGIN_CPUSLEEP_TRUE@am__append_76 = cpusleep.la +@BUILD_PLUGIN_CSV_TRUE@am__append_77 = csv.la +@BUILD_PLUGIN_CURL_TRUE@am__append_78 = curl.la +@BUILD_PLUGIN_CURL_JSON_TRUE@am__append_79 = curl_json.la +@BUILD_PLUGIN_CURL_JSON_TRUE@am__append_80 = test_plugin_curl_json +@BUILD_PLUGIN_CURL_XML_TRUE@am__append_81 = curl_xml.la +@BUILD_PLUGIN_DBI_TRUE@am__append_82 = dbi.la +@BUILD_PLUGIN_DCPMM_TRUE@am__append_83 = dcpmm.la +@BUILD_PLUGIN_DF_TRUE@am__append_84 = df.la +@BUILD_PLUGIN_DISK_TRUE@am__append_85 = disk.la +@BUILD_PLUGIN_DISK_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@am__append_86 = -lkstat +@BUILD_PLUGIN_DISK_TRUE@@BUILD_WITH_LIBDEVINFO_TRUE@am__append_87 = -ldevinfo +@BUILD_PLUGIN_DISK_TRUE@@BUILD_WITH_LIBIOKIT_TRUE@am__append_88 = -framework IOKit +@BUILD_PLUGIN_DISK_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_89 = $(BUILD_WITH_LIBSTATGRAB_CFLAGS) +@BUILD_PLUGIN_DISK_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_90 = $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) +@BUILD_PLUGIN_DISK_TRUE@@BUILD_WITH_LIBUDEV_TRUE@am__append_91 = $(BUILD_WITH_LIBUDEV_CPPFLAGS) +@BUILD_PLUGIN_DISK_TRUE@@BUILD_WITH_LIBUDEV_TRUE@am__append_92 = $(BUILD_WITH_LIBUDEV_LDFLAGS) +@BUILD_PLUGIN_DISK_TRUE@@BUILD_WITH_LIBUDEV_TRUE@am__append_93 = $(BUILD_WITH_LIBUDEV_LIBS) +@BUILD_FREEBSD_TRUE@@BUILD_PLUGIN_DISK_TRUE@am__append_94 = -ldevstat -lgeom +@BUILD_PLUGIN_DISK_TRUE@@BUILD_WITH_PERFSTAT_TRUE@am__append_95 = -lperfstat +@BUILD_PLUGIN_DNS_TRUE@am__append_96 = dns.la +@BUILD_PLUGIN_DPDKEVENTS_TRUE@am__append_97 = dpdkevents.la +@BUILD_PLUGIN_DPDKSTAT_TRUE@am__append_98 = dpdkstat.la +@BUILD_PLUGIN_DPDK_TELEMETRY_TRUE@am__append_99 = dpdk_telemetry.la +@BUILD_PLUGIN_DRBD_TRUE@am__append_100 = drbd.la +@BUILD_PLUGIN_EMAIL_TRUE@am__append_101 = email.la +@BUILD_PLUGIN_ENTROPY_TRUE@am__append_102 = entropy.la +@BUILD_PLUGIN_EXEC_TRUE@am__append_103 = exec.la +@BUILD_PLUGIN_ETHSTAT_TRUE@am__append_104 = ethstat.la +@BUILD_PLUGIN_FHCOUNT_TRUE@am__append_105 = fhcount.la +@BUILD_PLUGIN_FILECOUNT_TRUE@am__append_106 = filecount.la +@BUILD_PLUGIN_FSCACHE_TRUE@am__append_107 = fscache.la +@BUILD_PLUGIN_GMOND_TRUE@am__append_108 = gmond.la +@BUILD_PLUGIN_GPS_TRUE@am__append_109 = gps.la +@BUILD_PLUGIN_GPU_NVIDIA_TRUE@am__append_110 = gpu_nvidia.la +@BUILD_PLUGIN_GRPC_TRUE@am__append_111 = grpc.la +@BUILD_PLUGIN_HDDTEMP_TRUE@am__append_112 = hddtemp.la +@BUILD_PLUGIN_HDDTEMP_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_113 = -lsocket +@BUILD_PLUGIN_HUGEPAGES_TRUE@am__append_114 = hugepages.la +@BUILD_PLUGIN_INTEL_PMU_TRUE@am__append_115 = intel_pmu.la +@BUILD_PLUGIN_INTEL_RDT_TRUE@am__append_116 = intel_rdt.la +@BUILD_PLUGIN_INTEL_RDT_TRUE@am__append_117 = test_plugin_intel_rdt \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ test_utils_proc_pids +@BUILD_PLUGIN_INTEL_RDT_TRUE@am__append_118 = test_plugin_intel_rdt \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ test_utils_proc_pids +@BUILD_PLUGIN_INTERFACE_TRUE@am__append_119 = interface.la +@BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_120 = $(BUILD_WITH_LIBSTATGRAB_CFLAGS) +@BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_121 = $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) +@BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@@BUILD_WITH_LIBSTATGRAB_FALSE@am__append_122 = -lkstat +@BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_WITH_LIBDEVINFO_TRUE@@BUILD_WITH_LIBSTATGRAB_FALSE@am__append_123 = -ldevinfo +@BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_WITH_PERFSTAT_TRUE@am__append_124 = -lperfstat +@BUILD_PLUGIN_IPC_TRUE@am__append_125 = ipc.la +@BUILD_PLUGIN_IPTABLES_TRUE@am__append_126 = iptables.la +@BUILD_PLUGIN_IPMI_TRUE@am__append_127 = ipmi.la +@BUILD_PLUGIN_IPSTATS_TRUE@am__append_128 = ipstats.la +@BUILD_PLUGIN_IPVS_TRUE@am__append_129 = ipvs.la +@BUILD_PLUGIN_IRQ_TRUE@am__append_130 = irq.la +@BUILD_PLUGIN_JAVA_TRUE@am__append_131 = java.la +@BUILD_PLUGIN_LOAD_TRUE@am__append_132 = load.la +@BUILD_PLUGIN_LOAD_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_133 = $(BUILD_WITH_LIBSTATGRAB_CFLAGS) +@BUILD_PLUGIN_LOAD_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_134 = $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) +@BUILD_PLUGIN_LOAD_TRUE@@BUILD_WITH_PERFSTAT_TRUE@am__append_135 = -lperfstat +@BUILD_PLUGIN_LOGFILE_TRUE@am__append_136 = logfile.la +@BUILD_PLUGIN_LOGPARSER_TRUE@am__append_137 = logparser.la +@BUILD_PLUGIN_LOGPARSER_TRUE@am__append_138 = test_plugin_logparser +@BUILD_PLUGIN_LOGPARSER_TRUE@am__append_139 = test_plugin_logparser +@BUILD_PLUGIN_LOG_LOGSTASH_TRUE@am__append_140 = log_logstash.la +@BUILD_PLUGIN_LPAR_TRUE@am__append_141 = lpar.la +@BUILD_PLUGIN_LUA_TRUE@am__append_142 = lua.la +@BUILD_PLUGIN_MADWIFI_TRUE@am__append_143 = madwifi.la +@BUILD_PLUGIN_MATCH_EMPTY_COUNTER_TRUE@am__append_144 = match_empty_counter.la +@BUILD_PLUGIN_MATCH_HASHED_TRUE@am__append_145 = match_hashed.la +@BUILD_PLUGIN_MATCH_REGEX_TRUE@am__append_146 = match_regex.la +@BUILD_PLUGIN_MATCH_TIMEDIFF_TRUE@am__append_147 = match_timediff.la +@BUILD_PLUGIN_MATCH_VALUE_TRUE@am__append_148 = match_value.la +@BUILD_PLUGIN_MBMON_TRUE@am__append_149 = mbmon.la +@BUILD_PLUGIN_MBMON_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_150 = -lsocket +@BUILD_PLUGIN_MCELOG_TRUE@am__append_151 = mcelog.la +@BUILD_PLUGIN_MD_TRUE@am__append_152 = md.la +@BUILD_PLUGIN_MEMCACHEC_TRUE@am__append_153 = memcachec.la +@BUILD_PLUGIN_MEMCACHED_TRUE@am__append_154 = memcached.la +@BUILD_PLUGIN_MEMCACHED_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_155 = -lsocket +@BUILD_PLUGIN_MEMORY_TRUE@am__append_156 = memory.la +@BUILD_PLUGIN_MEMORY_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@am__append_157 = -lkstat +@BUILD_PLUGIN_MEMORY_TRUE@@BUILD_WITH_LIBDEVINFO_TRUE@am__append_158 = -ldevinfo +@BUILD_PLUGIN_MEMORY_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_159 = $(BUILD_WITH_LIBSTATGRAB_CFLAGS) +@BUILD_PLUGIN_MEMORY_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_160 = $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) +@BUILD_PLUGIN_MEMORY_TRUE@@BUILD_WITH_PERFSTAT_TRUE@am__append_161 = -lperfstat +@BUILD_PLUGIN_MIC_TRUE@am__append_162 = mic.la +@BUILD_PLUGIN_MODBUS_TRUE@am__append_163 = modbus.la +@BUILD_PLUGIN_MQTT_TRUE@am__append_164 = mqtt.la +@BUILD_PLUGIN_MULTIMETER_TRUE@am__append_165 = multimeter.la +@BUILD_PLUGIN_MYSQL_TRUE@am__append_166 = mysql.la +@BUILD_PLUGIN_NETAPP_TRUE@am__append_167 = netapp.la +@BUILD_PLUGIN_NETLINK_TRUE@am__append_168 = netlink.la +@BUILD_PLUGIN_NETWORK_TRUE@am__append_169 = network.la +@BUILD_PLUGIN_NETWORK_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_170 = -lsocket +@BUILD_PLUGIN_NETWORK_TRUE@@BUILD_WITH_LIBGCRYPT_TRUE@am__append_171 = $(GCRYPT_CPPFLAGS) +@BUILD_PLUGIN_NETWORK_TRUE@@BUILD_WITH_LIBGCRYPT_TRUE@am__append_172 = $(GCRYPT_LDFLAGS) +@BUILD_PLUGIN_NETWORK_TRUE@@BUILD_WITH_LIBGCRYPT_TRUE@am__append_173 = $(GCRYPT_LIBS) +@BUILD_PLUGIN_NETWORK_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_174 = -lsocket +@BUILD_PLUGIN_NETWORK_TRUE@@BUILD_WITH_LIBNSL_TRUE@am__append_175 = -lnsl +@BUILD_PLUGIN_NETWORK_TRUE@am__append_176 = test_plugin_network +@BUILD_PLUGIN_NFS_TRUE@am__append_177 = nfs.la +@BUILD_PLUGIN_NGINX_TRUE@am__append_178 = nginx.la +@BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE@am__append_179 = notify_desktop.la +@BUILD_PLUGIN_NOTIFY_EMAIL_TRUE@am__append_180 = notify_email.la +@BUILD_PLUGIN_NOTIFY_NAGIOS_TRUE@am__append_181 = notify_nagios.la +@BUILD_PLUGIN_NTPD_TRUE@am__append_182 = ntpd.la +@BUILD_PLUGIN_NTPD_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_183 = -lsocket +@BUILD_PLUGIN_NUMA_TRUE@am__append_184 = numa.la +@BUILD_PLUGIN_NUT_TRUE@am__append_185 = nut.la +@BUILD_PLUGIN_OLSRD_TRUE@am__append_186 = olsrd.la +@BUILD_PLUGIN_OLSRD_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_187 = -lsocket +@BUILD_PLUGIN_ONEWIRE_TRUE@am__append_188 = onewire.la +@BUILD_PLUGIN_OPENLDAP_TRUE@am__append_189 = openldap.la +@BUILD_PLUGIN_OPENVPN_TRUE@am__append_190 = openvpn.la +@BUILD_PLUGIN_ORACLE_TRUE@am__append_191 = oracle.la +@BUILD_PLUGIN_OVS_EVENTS_TRUE@am__append_192 = ovs_events.la +@BUILD_PLUGIN_OVS_STATS_TRUE@am__append_193 = ovs_stats.la +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@am__append_194 = pcie_errors.la +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@am__append_195 = test_plugin_pcie_errors +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@am__append_196 = test_plugin_pcie_errors +@BUILD_PLUGIN_PERL_TRUE@am__append_197 = perl.la +@BUILD_PLUGIN_PF_TRUE@am__append_198 = pf.la +@BUILD_PLUGIN_PINBA_TRUE@am__append_199 = pinba.la +@BUILD_PLUGIN_PING_TRUE@am__append_200 = ping.la +@BUILD_PLUGIN_POSTGRESQL_TRUE@am__append_201 = postgresql.la +@BUILD_PLUGIN_POWERDNS_TRUE@am__append_202 = powerdns.la +@BUILD_PLUGIN_PYTHON_TRUE@am__append_203 = python.la +@HAVE_LIBMNL_TRUE@am__append_204 = libtaskstats.la +@BUILD_PLUGIN_PROCESSES_TRUE@am__append_205 = processes.la +@BUILD_PLUGIN_PROCESSES_TRUE@@BUILD_WITH_LIBKVM_GETPROCS_TRUE@am__append_206 = -lkvm +@BUILD_PLUGIN_PROCESSES_TRUE@@HAVE_LIBMNL_TRUE@am__append_207 = -DHAVE_LIBTASKSTATS=1 +@BUILD_PLUGIN_PROCESSES_TRUE@@HAVE_LIBMNL_TRUE@am__append_208 = libtaskstats.la +@BUILD_PLUGIN_PROCEVENT_TRUE@am__append_209 = procevent.la +@BUILD_PLUGIN_PROTOCOLS_TRUE@am__append_210 = protocols.la +@BUILD_PLUGIN_REDFISH_TRUE@am__append_211 = redfish.la +@BUILD_PLUGIN_REDFISH_TRUE@am__append_212 = test_plugin_redfish +@BUILD_PLUGIN_REDFISH_TRUE@am__append_213 = test_plugin_redfish +@BUILD_PLUGIN_REDIS_TRUE@am__append_214 = redis.la +@BUILD_PLUGIN_ROUTEROS_TRUE@am__append_215 = routeros.la +@BUILD_PLUGIN_RRDCACHED_TRUE@am__append_216 = rrdcached.la +@BUILD_PLUGIN_RRDTOOL_TRUE@am__append_217 = rrdtool.la +@BUILD_PLUGIN_SENSORS_TRUE@am__append_218 = sensors.la +@BUILD_PLUGIN_SERIAL_TRUE@am__append_219 = serial.la +@BUILD_PLUGIN_SIGROK_TRUE@am__append_220 = sigrok.la +@BUILD_PLUGIN_SLURM_TRUE@am__append_221 = slurm.la +@BUILD_PLUGIN_SMART_TRUE@@BUILD_WITH_LIBUDEV_TRUE@am__append_222 = smart.la +@BUILD_PLUGIN_SNMP_TRUE@am__append_223 = snmp.la +@BUILD_PLUGIN_SNMP_AGENT_TRUE@am__append_224 = snmp_agent.la +@BUILD_PLUGIN_SNMP_AGENT_TRUE@am__append_225 = test_plugin_snmp_agent +@BUILD_PLUGIN_SNMP_AGENT_TRUE@am__append_226 = test_plugin_snmp_agent +@BUILD_PLUGIN_STATSD_TRUE@am__append_227 = statsd.la +@BUILD_PLUGIN_SWAP_TRUE@am__append_228 = swap.la +@BUILD_PLUGIN_SWAP_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@am__append_229 = -lkstat +@BUILD_PLUGIN_SWAP_TRUE@@BUILD_WITH_LIBDEVINFO_TRUE@am__append_230 = -ldevinfo +@BUILD_PLUGIN_SWAP_TRUE@@BUILD_WITH_LIBKVM_GETSWAPINFO_TRUE@am__append_231 = -lkvm +@BUILD_PLUGIN_SWAP_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_232 = $(BUILD_WITH_LIBSTATGRAB_CFLAGS) +@BUILD_PLUGIN_SWAP_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_233 = $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) +@BUILD_PLUGIN_SWAP_TRUE@@BUILD_WITH_PERFSTAT_TRUE@am__append_234 = -lperfstat +@BUILD_PLUGIN_SYNPROXY_TRUE@am__append_235 = synproxy.la +@BUILD_PLUGIN_SYSEVENT_TRUE@am__append_236 = sysevent.la +@BUILD_PLUGIN_SYSLOG_TRUE@am__append_237 = syslog.la +@BUILD_PLUGIN_TABLE_TRUE@am__append_238 = table.la +@BUILD_PLUGIN_TAIL_TRUE@am__append_239 = tail.la +@BUILD_PLUGIN_TAIL_CSV_TRUE@am__append_240 = tail_csv.la +@BUILD_PLUGIN_TAPE_TRUE@am__append_241 = tape.la +@BUILD_PLUGIN_TARGET_NOTIFICATION_TRUE@am__append_242 = target_notification.la +@BUILD_PLUGIN_TARGET_REPLACE_TRUE@am__append_243 = target_replace.la +@BUILD_PLUGIN_TARGET_SCALE_TRUE@am__append_244 = target_scale.la +@BUILD_PLUGIN_TARGET_SET_TRUE@am__append_245 = target_set.la +@BUILD_PLUGIN_TARGET_V5UPGRADE_TRUE@am__append_246 = target_v5upgrade.la +@BUILD_PLUGIN_TCPCONNS_TRUE@am__append_247 = tcpconns.la +@BUILD_PLUGIN_TCPCONNS_TRUE@@BUILD_WITH_LIBKVM_NLIST_TRUE@am__append_248 = -lkvm +@BUILD_PLUGIN_TEAMSPEAK2_TRUE@am__append_249 = teamspeak2.la +@BUILD_PLUGIN_TED_TRUE@am__append_250 = ted.la +@BUILD_PLUGIN_THERMAL_TRUE@am__append_251 = thermal.la +@BUILD_PLUGIN_THRESHOLD_TRUE@am__append_252 = threshold.la +@BUILD_PLUGIN_TOKYOTYRANT_TRUE@am__append_253 = tokyotyrant.la +@BUILD_PLUGIN_TOKYOTYRANT_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_254 = -lsocket +@BUILD_PLUGIN_TURBOSTAT_TRUE@am__append_255 = turbostat.la +@BUILD_PLUGIN_UBI_TRUE@am__append_256 = ubi.la +@BUILD_PLUGIN_UNIXSOCK_TRUE@am__append_257 = unixsock.la +@BUILD_PLUGIN_UPTIME_TRUE@am__append_258 = uptime.la +@BUILD_PLUGIN_UPTIME_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@am__append_259 = -lkstat +@BUILD_PLUGIN_UPTIME_TRUE@@BUILD_WITH_PERFSTAT_TRUE@am__append_260 = -lperfstat +@BUILD_PLUGIN_USERS_TRUE@am__append_261 = users.la +@BUILD_PLUGIN_USERS_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_262 = $(BUILD_WITH_LIBSTATGRAB_CFLAGS) +@BUILD_PLUGIN_USERS_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_263 = $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) +@BUILD_PLUGIN_UUID_TRUE@am__append_264 = uuid.la +@BUILD_PLUGIN_VARNISH_TRUE@am__append_265 = varnish.la +@BUILD_PLUGIN_VIRT_TRUE@am__append_266 = virt.la +@BUILD_PLUGIN_VIRT_TRUE@am__append_267 = test_plugin_virt +@BUILD_PLUGIN_VIRT_TRUE@am__append_268 = test_plugin_virt +@BUILD_PLUGIN_VMEM_TRUE@am__append_269 = vmem.la +@BUILD_PLUGIN_VSERVER_TRUE@am__append_270 = vserver.la +@BUILD_PLUGIN_WIRELESS_TRUE@am__append_271 = wireless.la +@BUILD_PLUGIN_WRITE_GRAPHITE_TRUE@am__append_272 = write_graphite.la +@BUILD_PLUGIN_WRITE_HTTP_TRUE@am__append_273 = write_http.la +@BUILD_PLUGIN_WRITE_INFLUXDB_UDP_TRUE@am__append_274 = write_influxdb_udp.la +@BUILD_PLUGIN_WRITE_KAFKA_TRUE@am__append_275 = write_kafka.la +@BUILD_PLUGIN_WRITE_LOG_TRUE@am__append_276 = write_log.la +@BUILD_PLUGIN_WRITE_MONGODB_TRUE@am__append_277 = write_mongodb.la +@BUILD_PLUGIN_WRITE_PROMETHEUS_TRUE@am__append_278 = write_prometheus.la +@BUILD_PLUGIN_WRITE_REDIS_TRUE@am__append_279 = write_redis.la +@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@am__append_280 = write_riemann.la +@BUILD_PLUGIN_WRITE_SENSU_TRUE@am__append_281 = write_sensu.la +@BUILD_PLUGIN_WRITE_STACKDRIVER_TRUE@am__append_282 = write_stackdriver.la +@BUILD_PLUGIN_WRITE_SYSLOG_TRUE@am__append_283 = write_syslog.la +@BUILD_PLUGIN_WRITE_TSDB_TRUE@am__append_284 = write_tsdb.la +@BUILD_PLUGIN_XENCPU_TRUE@am__append_285 = xencpu.la +@BUILD_PLUGIN_XMMS_TRUE@am__append_286 = xmms.la +@BUILD_PLUGIN_ZFS_ARC_TRUE@am__append_287 = zfs_arc.la +@BUILD_PLUGIN_ZOOKEEPER_TRUE@am__append_288 = zookeeper.la +@BUILD_PLUGIN_ZONE_TRUE@am__append_289 = zone.la + +# Protocol buffer for the "pinba" plugin. +@BUILD_PLUGIN_PINBA_TRUE@am__append_290 = src/pinba.pb-c.c src/pinba.pb-c.h + +# Protocol buffer for the "write_prometheus" plugin. +@BUILD_PLUGIN_WRITE_PROMETHEUS_TRUE@am__append_291 = prometheus.pb-c.c prometheus.pb-c.h +@HAVE_GRPC_CPP_TRUE@@HAVE_PROTOC3_TRUE@am__append_292 = collectd.grpc.pb.cc collectd.pb.cc types.pb.cc +subdir = . +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/ax_compare_version.m4 \ + $(top_srcdir)/m4/ax_compiler_vendor.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(am__dist_noinst_JAVA_DIST) \ + $(pkginclude_HEADERS) $(am__DIST_COMMON) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno config.status.lineno +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/config.h +CONFIG_CLEAN_FILES = src/libcollectdclient/collectd/lcc_features.h \ + src/collectd.conf src/libcollectdclient/libcollectdclient.pc +CONFIG_CLEAN_VPATH_FILES = +am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" \ + "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkglibdir)" \ + "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" \ + "$(DESTDIR)$(jardir)" "$(DESTDIR)$(pkgconfigdir)" \ + "$(DESTDIR)$(pkgincludedir)" +@BUILD_WITH_LIBYAJL_TRUE@am__EXEEXT_1 = test_format_json$(EXEEXT) +@BUILD_PLUGIN_CEPH_TRUE@am__EXEEXT_2 = test_plugin_ceph$(EXEEXT) +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@am__EXEEXT_3 = test_utils_oauth$(EXEEXT) +@BUILD_WITH_LIBYAJL2_TRUE@am__EXEEXT_4 = \ +@BUILD_WITH_LIBYAJL2_TRUE@ test_format_stackdriver$(EXEEXT) +@BUILD_PLUGIN_CAPABILITIES_TRUE@am__EXEEXT_5 = test_plugin_capabilities$(EXEEXT) +@BUILD_PLUGIN_CURL_JSON_TRUE@am__EXEEXT_6 = \ +@BUILD_PLUGIN_CURL_JSON_TRUE@ test_plugin_curl_json$(EXEEXT) +@BUILD_PLUGIN_INTEL_RDT_TRUE@am__EXEEXT_7 = \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ test_plugin_intel_rdt$(EXEEXT) \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ test_utils_proc_pids$(EXEEXT) +@BUILD_PLUGIN_LOGPARSER_TRUE@am__EXEEXT_8 = \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ test_plugin_logparser$(EXEEXT) +@BUILD_PLUGIN_NETWORK_TRUE@am__EXEEXT_9 = \ +@BUILD_PLUGIN_NETWORK_TRUE@ test_plugin_network$(EXEEXT) +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@am__EXEEXT_10 = test_plugin_pcie_errors$(EXEEXT) +@BUILD_PLUGIN_REDFISH_TRUE@am__EXEEXT_11 = \ +@BUILD_PLUGIN_REDFISH_TRUE@ test_plugin_redfish$(EXEEXT) +@BUILD_PLUGIN_SNMP_AGENT_TRUE@am__EXEEXT_12 = \ +@BUILD_PLUGIN_SNMP_AGENT_TRUE@ test_plugin_snmp_agent$(EXEEXT) +@BUILD_PLUGIN_VIRT_TRUE@am__EXEEXT_13 = test_plugin_virt$(EXEEXT) +PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS) +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) \ + $(pkglib_LTLIBRARIES) +aggregation_la_DEPENDENCIES = +am__aggregation_la_SOURCES_DIST = src/aggregation.c \ + src/utils/lookup/vl_lookup.c src/utils/lookup/vl_lookup.h +am__dirstamp = $(am__leading_dot)dirstamp +@BUILD_PLUGIN_AGGREGATION_TRUE@am_aggregation_la_OBJECTS = \ +@BUILD_PLUGIN_AGGREGATION_TRUE@ src/aggregation.lo \ +@BUILD_PLUGIN_AGGREGATION_TRUE@ src/utils/lookup/vl_lookup.lo +aggregation_la_OBJECTS = $(am_aggregation_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +aggregation_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(aggregation_la_LDFLAGS) $(LDFLAGS) -o \ + $@ +@BUILD_PLUGIN_AGGREGATION_TRUE@am_aggregation_la_rpath = -rpath \ +@BUILD_PLUGIN_AGGREGATION_TRUE@ $(pkglibdir) +am__DEPENDENCIES_1 = +@BUILD_PLUGIN_AMQP_TRUE@amqp_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_AMQP_TRUE@ libcmds.la libformat_graphite.la \ +@BUILD_PLUGIN_AMQP_TRUE@ libformat_json.la +am__amqp_la_SOURCES_DIST = src/amqp.c +@BUILD_PLUGIN_AMQP_TRUE@am_amqp_la_OBJECTS = src/amqp_la-amqp.lo +amqp_la_OBJECTS = $(am_amqp_la_OBJECTS) +amqp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(amqp_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_AMQP_TRUE@am_amqp_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_AMQP1_TRUE@amqp1_la_DEPENDENCIES = \ +@BUILD_PLUGIN_AMQP1_TRUE@ $(am__DEPENDENCIES_1) libcmds.la \ +@BUILD_PLUGIN_AMQP1_TRUE@ libformat_graphite.la \ +@BUILD_PLUGIN_AMQP1_TRUE@ libformat_json.la +am__amqp1_la_SOURCES_DIST = src/amqp1.c src/utils/deq/deq.h +@BUILD_PLUGIN_AMQP1_TRUE@am_amqp1_la_OBJECTS = src/amqp1_la-amqp1.lo +amqp1_la_OBJECTS = $(am_amqp1_la_OBJECTS) +amqp1_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(amqp1_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_AMQP1_TRUE@am_amqp1_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_APACHE_TRUE@apache_la_DEPENDENCIES = \ +@BUILD_PLUGIN_APACHE_TRUE@ $(am__DEPENDENCIES_1) +am__apache_la_SOURCES_DIST = src/apache.c +@BUILD_PLUGIN_APACHE_TRUE@am_apache_la_OBJECTS = \ +@BUILD_PLUGIN_APACHE_TRUE@ src/apache_la-apache.lo +apache_la_OBJECTS = $(am_apache_la_OBJECTS) +apache_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(apache_la_CFLAGS) \ + $(CFLAGS) $(apache_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_APACHE_TRUE@am_apache_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_APCUPS_TRUE@apcups_la_DEPENDENCIES = \ +@BUILD_PLUGIN_APCUPS_TRUE@ $(am__DEPENDENCIES_1) +am__apcups_la_SOURCES_DIST = src/apcups.c +@BUILD_PLUGIN_APCUPS_TRUE@am_apcups_la_OBJECTS = src/apcups.lo +apcups_la_OBJECTS = $(am_apcups_la_OBJECTS) +apcups_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(apcups_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_APCUPS_TRUE@am_apcups_la_rpath = -rpath $(pkglibdir) +apple_sensors_la_LIBADD = +am__apple_sensors_la_SOURCES_DIST = src/apple_sensors.c +@BUILD_PLUGIN_APPLE_SENSORS_TRUE@am_apple_sensors_la_OBJECTS = \ +@BUILD_PLUGIN_APPLE_SENSORS_TRUE@ src/apple_sensors.lo +apple_sensors_la_OBJECTS = $(am_apple_sensors_la_OBJECTS) +apple_sensors_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(apple_sensors_la_LDFLAGS) $(LDFLAGS) \ + -o $@ +@BUILD_PLUGIN_APPLE_SENSORS_TRUE@am_apple_sensors_la_rpath = -rpath \ +@BUILD_PLUGIN_APPLE_SENSORS_TRUE@ $(pkglibdir) +aquaero_la_DEPENDENCIES = +am__aquaero_la_SOURCES_DIST = src/aquaero.c +@BUILD_PLUGIN_AQUAERO_TRUE@am_aquaero_la_OBJECTS = \ +@BUILD_PLUGIN_AQUAERO_TRUE@ src/aquaero_la-aquaero.lo +aquaero_la_OBJECTS = $(am_aquaero_la_OBJECTS) +aquaero_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(aquaero_la_CFLAGS) \ + $(CFLAGS) $(aquaero_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_AQUAERO_TRUE@am_aquaero_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_ASCENT_TRUE@ascent_la_DEPENDENCIES = \ +@BUILD_PLUGIN_ASCENT_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_ASCENT_TRUE@ $(am__DEPENDENCIES_1) +am__ascent_la_SOURCES_DIST = src/ascent.c +@BUILD_PLUGIN_ASCENT_TRUE@am_ascent_la_OBJECTS = \ +@BUILD_PLUGIN_ASCENT_TRUE@ src/ascent_la-ascent.lo +ascent_la_OBJECTS = $(am_ascent_la_OBJECTS) +ascent_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(ascent_la_CFLAGS) \ + $(CFLAGS) $(ascent_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_ASCENT_TRUE@am_ascent_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_BAROMETER_TRUE@barometer_la_DEPENDENCIES = \ +@BUILD_PLUGIN_BAROMETER_TRUE@ $(am__DEPENDENCIES_1) +am__barometer_la_SOURCES_DIST = src/barometer.c +@BUILD_PLUGIN_BAROMETER_TRUE@am_barometer_la_OBJECTS = \ +@BUILD_PLUGIN_BAROMETER_TRUE@ src/barometer.lo +barometer_la_OBJECTS = $(am_barometer_la_OBJECTS) +barometer_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(barometer_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_BAROMETER_TRUE@am_barometer_la_rpath = -rpath \ +@BUILD_PLUGIN_BAROMETER_TRUE@ $(pkglibdir) +battery_la_LIBADD = +am__battery_la_SOURCES_DIST = src/battery.c src/battery_statefs.c +@BUILD_PLUGIN_BATTERY_TRUE@am_battery_la_OBJECTS = src/battery.lo \ +@BUILD_PLUGIN_BATTERY_TRUE@ src/battery_statefs.lo +battery_la_OBJECTS = $(am_battery_la_OBJECTS) +battery_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(battery_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_BATTERY_TRUE@am_battery_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_BIND_TRUE@bind_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_BIND_TRUE@ $(am__DEPENDENCIES_1) +am__bind_la_SOURCES_DIST = src/bind.c +@BUILD_PLUGIN_BIND_TRUE@am_bind_la_OBJECTS = src/bind_la-bind.lo +bind_la_OBJECTS = $(am_bind_la_OBJECTS) +bind_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(bind_la_CFLAGS) \ + $(CFLAGS) $(bind_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_BIND_TRUE@am_bind_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_BUDDYINFO_TRUE@buddyinfo_la_DEPENDENCIES = \ +@BUILD_PLUGIN_BUDDYINFO_TRUE@ libignorelist.la +am__buddyinfo_la_SOURCES_DIST = src/buddyinfo.c +@BUILD_PLUGIN_BUDDYINFO_TRUE@am_buddyinfo_la_OBJECTS = \ +@BUILD_PLUGIN_BUDDYINFO_TRUE@ src/buddyinfo.lo +buddyinfo_la_OBJECTS = $(am_buddyinfo_la_OBJECTS) +buddyinfo_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(buddyinfo_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_BUDDYINFO_TRUE@am_buddyinfo_la_rpath = -rpath \ +@BUILD_PLUGIN_BUDDYINFO_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_CAPABILITIES_TRUE@capabilities_la_DEPENDENCIES = \ +@BUILD_PLUGIN_CAPABILITIES_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_CAPABILITIES_TRUE@ $(am__DEPENDENCIES_1) +am__capabilities_la_SOURCES_DIST = src/capabilities.c \ + src/utils/dmi/dmi.c src/utils/dmi/dmi.h +@BUILD_PLUGIN_CAPABILITIES_TRUE@am_capabilities_la_OBJECTS = src/capabilities_la-capabilities.lo \ +@BUILD_PLUGIN_CAPABILITIES_TRUE@ src/utils/dmi/capabilities_la-dmi.lo +capabilities_la_OBJECTS = $(am_capabilities_la_OBJECTS) +capabilities_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(capabilities_la_LDFLAGS) $(LDFLAGS) \ + -o $@ +@BUILD_PLUGIN_CAPABILITIES_TRUE@am_capabilities_la_rpath = -rpath \ +@BUILD_PLUGIN_CAPABILITIES_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_CEPH_TRUE@ceph_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__ceph_la_SOURCES_DIST = src/ceph.c +@BUILD_PLUGIN_CEPH_TRUE@am_ceph_la_OBJECTS = src/ceph_la-ceph.lo +ceph_la_OBJECTS = $(am_ceph_la_OBJECTS) +ceph_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(ceph_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_CEPH_TRUE@am_ceph_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_CGROUPS_TRUE@cgroups_la_DEPENDENCIES = libignorelist.la \ +@BUILD_PLUGIN_CGROUPS_TRUE@ libmount.la +am__cgroups_la_SOURCES_DIST = src/cgroups.c +@BUILD_PLUGIN_CGROUPS_TRUE@am_cgroups_la_OBJECTS = src/cgroups.lo +cgroups_la_OBJECTS = $(am_cgroups_la_OBJECTS) +cgroups_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(cgroups_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_CGROUPS_TRUE@am_cgroups_la_rpath = -rpath $(pkglibdir) +check_uptime_la_LIBADD = +am__check_uptime_la_SOURCES_DIST = src/check_uptime.c +@BUILD_PLUGIN_CHECK_UPTIME_TRUE@am_check_uptime_la_OBJECTS = \ +@BUILD_PLUGIN_CHECK_UPTIME_TRUE@ src/check_uptime.lo +check_uptime_la_OBJECTS = $(am_check_uptime_la_OBJECTS) +check_uptime_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(check_uptime_la_LDFLAGS) $(LDFLAGS) \ + -o $@ +@BUILD_PLUGIN_CHECK_UPTIME_TRUE@am_check_uptime_la_rpath = -rpath \ +@BUILD_PLUGIN_CHECK_UPTIME_TRUE@ $(pkglibdir) +chrony_la_DEPENDENCIES = +am__chrony_la_SOURCES_DIST = src/chrony.c +@BUILD_PLUGIN_CHRONY_TRUE@am_chrony_la_OBJECTS = src/chrony.lo +chrony_la_OBJECTS = $(am_chrony_la_OBJECTS) +chrony_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(chrony_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_CHRONY_TRUE@am_chrony_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_CONNECTIVITY_TRUE@connectivity_la_DEPENDENCIES = \ +@BUILD_PLUGIN_CONNECTIVITY_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_CONNECTIVITY_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_CONNECTIVITY_TRUE@ libignorelist.la +am__connectivity_la_SOURCES_DIST = src/connectivity.c +@BUILD_PLUGIN_CONNECTIVITY_TRUE@am_connectivity_la_OBJECTS = src/connectivity_la-connectivity.lo +connectivity_la_OBJECTS = $(am_connectivity_la_OBJECTS) +connectivity_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(connectivity_la_CFLAGS) $(CFLAGS) $(connectivity_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +@BUILD_PLUGIN_CONNECTIVITY_TRUE@am_connectivity_la_rpath = -rpath \ +@BUILD_PLUGIN_CONNECTIVITY_TRUE@ $(pkglibdir) +conntrack_la_LIBADD = +am__conntrack_la_SOURCES_DIST = src/conntrack.c +@BUILD_PLUGIN_CONNTRACK_TRUE@am_conntrack_la_OBJECTS = \ +@BUILD_PLUGIN_CONNTRACK_TRUE@ src/conntrack.lo +conntrack_la_OBJECTS = $(am_conntrack_la_OBJECTS) +conntrack_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(conntrack_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_CONNTRACK_TRUE@am_conntrack_la_rpath = -rpath \ +@BUILD_PLUGIN_CONNTRACK_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_CONTEXTSWITCH_TRUE@contextswitch_la_DEPENDENCIES = \ +@BUILD_PLUGIN_CONTEXTSWITCH_TRUE@ $(am__DEPENDENCIES_1) +am__contextswitch_la_SOURCES_DIST = src/contextswitch.c +@BUILD_PLUGIN_CONTEXTSWITCH_TRUE@am_contextswitch_la_OBJECTS = \ +@BUILD_PLUGIN_CONTEXTSWITCH_TRUE@ src/contextswitch.lo +contextswitch_la_OBJECTS = $(am_contextswitch_la_OBJECTS) +contextswitch_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(contextswitch_la_LDFLAGS) $(LDFLAGS) \ + -o $@ +@BUILD_PLUGIN_CONTEXTSWITCH_TRUE@am_contextswitch_la_rpath = -rpath \ +@BUILD_PLUGIN_CONTEXTSWITCH_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_CPU_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) +@BUILD_PLUGIN_CPU_TRUE@cpu_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_CPU_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_CPU_TRUE@ $(am__DEPENDENCIES_2) \ +@BUILD_PLUGIN_CPU_TRUE@ $(am__DEPENDENCIES_1) +am__cpu_la_SOURCES_DIST = src/cpu.c +@BUILD_PLUGIN_CPU_TRUE@am_cpu_la_OBJECTS = src/cpu_la-cpu.lo +cpu_la_OBJECTS = $(am_cpu_la_OBJECTS) +cpu_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(cpu_la_CFLAGS) $(CFLAGS) \ + $(cpu_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_CPU_TRUE@am_cpu_la_rpath = -rpath $(pkglibdir) +cpufreq_la_LIBADD = +am__cpufreq_la_SOURCES_DIST = src/cpufreq.c +@BUILD_PLUGIN_CPUFREQ_TRUE@am_cpufreq_la_OBJECTS = src/cpufreq.lo +cpufreq_la_OBJECTS = $(am_cpufreq_la_OBJECTS) +cpufreq_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(cpufreq_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_CPUFREQ_TRUE@am_cpufreq_la_rpath = -rpath $(pkglibdir) +cpusleep_la_LIBADD = +am__cpusleep_la_SOURCES_DIST = src/cpusleep.c +@BUILD_PLUGIN_CPUSLEEP_TRUE@am_cpusleep_la_OBJECTS = src/cpusleep.lo +cpusleep_la_OBJECTS = $(am_cpusleep_la_OBJECTS) +cpusleep_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(cpusleep_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_CPUSLEEP_TRUE@am_cpusleep_la_rpath = -rpath $(pkglibdir) +csv_la_LIBADD = +am__csv_la_SOURCES_DIST = src/csv.c +@BUILD_PLUGIN_CSV_TRUE@am_csv_la_OBJECTS = src/csv.lo +csv_la_OBJECTS = $(am_csv_la_OBJECTS) +csv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(csv_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_CSV_TRUE@am_csv_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_CURL_TRUE@curl_la_DEPENDENCIES = liblatency.la \ +@BUILD_PLUGIN_CURL_TRUE@ $(am__DEPENDENCIES_1) +am__curl_la_SOURCES_DIST = src/curl.c \ + src/utils/curl_stats/curl_stats.c \ + src/utils/curl_stats/curl_stats.h src/utils/match/match.c \ + src/utils/match/match.h +@BUILD_PLUGIN_CURL_TRUE@am_curl_la_OBJECTS = src/curl_la-curl.lo \ +@BUILD_PLUGIN_CURL_TRUE@ src/utils/curl_stats/curl_la-curl_stats.lo \ +@BUILD_PLUGIN_CURL_TRUE@ src/utils/match/curl_la-match.lo +curl_la_OBJECTS = $(am_curl_la_OBJECTS) +curl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(curl_la_CFLAGS) \ + $(CFLAGS) $(curl_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_CURL_TRUE@am_curl_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_CURL_JSON_TRUE@curl_json_la_DEPENDENCIES = \ +@BUILD_PLUGIN_CURL_JSON_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_CURL_JSON_TRUE@ $(am__DEPENDENCIES_1) +am__curl_json_la_SOURCES_DIST = src/curl_json.c \ + src/utils/curl_stats/curl_stats.c \ + src/utils/curl_stats/curl_stats.h +@BUILD_PLUGIN_CURL_JSON_TRUE@am_curl_json_la_OBJECTS = \ +@BUILD_PLUGIN_CURL_JSON_TRUE@ src/curl_json_la-curl_json.lo \ +@BUILD_PLUGIN_CURL_JSON_TRUE@ src/utils/curl_stats/curl_json_la-curl_stats.lo +curl_json_la_OBJECTS = $(am_curl_json_la_OBJECTS) +curl_json_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(curl_json_la_CFLAGS) \ + $(CFLAGS) $(curl_json_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_CURL_JSON_TRUE@am_curl_json_la_rpath = -rpath \ +@BUILD_PLUGIN_CURL_JSON_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_CURL_XML_TRUE@curl_xml_la_DEPENDENCIES = \ +@BUILD_PLUGIN_CURL_XML_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_CURL_XML_TRUE@ $(am__DEPENDENCIES_1) +am__curl_xml_la_SOURCES_DIST = src/curl_xml.c \ + src/utils/curl_stats/curl_stats.c \ + src/utils/curl_stats/curl_stats.h +@BUILD_PLUGIN_CURL_XML_TRUE@am_curl_xml_la_OBJECTS = \ +@BUILD_PLUGIN_CURL_XML_TRUE@ src/curl_xml_la-curl_xml.lo \ +@BUILD_PLUGIN_CURL_XML_TRUE@ src/utils/curl_stats/curl_xml_la-curl_stats.lo +curl_xml_la_OBJECTS = $(am_curl_xml_la_OBJECTS) +curl_xml_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(curl_xml_la_CFLAGS) \ + $(CFLAGS) $(curl_xml_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_CURL_XML_TRUE@am_curl_xml_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_DBI_TRUE@dbi_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__dbi_la_SOURCES_DIST = src/dbi.c src/utils/db_query/db_query.c \ + src/utils/db_query/db_query.h +@BUILD_PLUGIN_DBI_TRUE@am_dbi_la_OBJECTS = src/dbi_la-dbi.lo \ +@BUILD_PLUGIN_DBI_TRUE@ src/utils/db_query/dbi_la-db_query.lo +dbi_la_OBJECTS = $(am_dbi_la_OBJECTS) +dbi_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(dbi_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_DBI_TRUE@am_dbi_la_rpath = -rpath $(pkglibdir) +dcpmm_la_DEPENDENCIES = +am__dcpmm_la_SOURCES_DIST = src/dcpmm.c +@BUILD_PLUGIN_DCPMM_TRUE@am_dcpmm_la_OBJECTS = src/dcpmm_la-dcpmm.lo +dcpmm_la_OBJECTS = $(am_dcpmm_la_OBJECTS) +dcpmm_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(dcpmm_la_CFLAGS) \ + $(CFLAGS) $(dcpmm_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_DCPMM_TRUE@am_dcpmm_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_DF_TRUE@df_la_DEPENDENCIES = libignorelist.la \ +@BUILD_PLUGIN_DF_TRUE@ libmount.la +am__df_la_SOURCES_DIST = src/df.c +@BUILD_PLUGIN_DF_TRUE@am_df_la_OBJECTS = src/df.lo +df_la_OBJECTS = $(am_df_la_OBJECTS) +df_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(df_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_DF_TRUE@am_df_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_DISK_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1) +@BUILD_PLUGIN_DISK_TRUE@@BUILD_WITH_LIBUDEV_TRUE@am__DEPENDENCIES_4 = $(am__DEPENDENCIES_1) +@BUILD_PLUGIN_DISK_TRUE@disk_la_DEPENDENCIES = libignorelist.la \ +@BUILD_PLUGIN_DISK_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_DISK_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_DISK_TRUE@ $(am__DEPENDENCIES_3) \ +@BUILD_PLUGIN_DISK_TRUE@ $(am__DEPENDENCIES_4) \ +@BUILD_PLUGIN_DISK_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_DISK_TRUE@ $(am__DEPENDENCIES_1) +am__disk_la_SOURCES_DIST = src/disk.c +@BUILD_PLUGIN_DISK_TRUE@am_disk_la_OBJECTS = src/disk_la-disk.lo +disk_la_OBJECTS = $(am_disk_la_OBJECTS) +disk_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(disk_la_CFLAGS) \ + $(CFLAGS) $(disk_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_DISK_TRUE@am_disk_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_DNS_TRUE@dns_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__dns_la_SOURCES_DIST = src/dns.c src/utils/dns/dns.c \ + src/utils/dns/dns.h +@BUILD_PLUGIN_DNS_TRUE@am_dns_la_OBJECTS = src/dns_la-dns.lo \ +@BUILD_PLUGIN_DNS_TRUE@ src/utils/dns/dns_la-dns.lo +dns_la_OBJECTS = $(am_dns_la_OBJECTS) +dns_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(dns_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_DNS_TRUE@am_dns_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_DPDK_TELEMETRY_TRUE@dpdk_telemetry_la_DEPENDENCIES = \ +@BUILD_PLUGIN_DPDK_TELEMETRY_TRUE@ $(am__DEPENDENCIES_1) +am__dpdk_telemetry_la_SOURCES_DIST = src/dpdk_telemetry.c +@BUILD_PLUGIN_DPDK_TELEMETRY_TRUE@am_dpdk_telemetry_la_OBJECTS = src/dpdk_telemetry_la-dpdk_telemetry.lo +dpdk_telemetry_la_OBJECTS = $(am_dpdk_telemetry_la_OBJECTS) +dpdk_telemetry_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(dpdk_telemetry_la_CFLAGS) $(CFLAGS) \ + $(dpdk_telemetry_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_DPDK_TELEMETRY_TRUE@am_dpdk_telemetry_la_rpath = -rpath \ +@BUILD_PLUGIN_DPDK_TELEMETRY_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_DPDKEVENTS_TRUE@dpdkevents_la_DEPENDENCIES = \ +@BUILD_PLUGIN_DPDKEVENTS_TRUE@ $(am__DEPENDENCIES_1) +am__dpdkevents_la_SOURCES_DIST = src/dpdkevents.c \ + src/utils/dpdk/dpdk.c src/utils/dpdk/dpdk.h +@BUILD_PLUGIN_DPDKEVENTS_TRUE@am_dpdkevents_la_OBJECTS = \ +@BUILD_PLUGIN_DPDKEVENTS_TRUE@ src/dpdkevents_la-dpdkevents.lo \ +@BUILD_PLUGIN_DPDKEVENTS_TRUE@ src/utils/dpdk/dpdkevents_la-dpdk.lo +dpdkevents_la_OBJECTS = $(am_dpdkevents_la_OBJECTS) +dpdkevents_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(dpdkevents_la_CFLAGS) \ + $(CFLAGS) $(dpdkevents_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_DPDKEVENTS_TRUE@am_dpdkevents_la_rpath = -rpath \ +@BUILD_PLUGIN_DPDKEVENTS_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_DPDKSTAT_TRUE@dpdkstat_la_DEPENDENCIES = \ +@BUILD_PLUGIN_DPDKSTAT_TRUE@ $(am__DEPENDENCIES_1) +am__dpdkstat_la_SOURCES_DIST = src/dpdkstat.c src/utils/dpdk/dpdk.c \ + src/utils/dpdk/dpdk.h +@BUILD_PLUGIN_DPDKSTAT_TRUE@am_dpdkstat_la_OBJECTS = \ +@BUILD_PLUGIN_DPDKSTAT_TRUE@ src/dpdkstat_la-dpdkstat.lo \ +@BUILD_PLUGIN_DPDKSTAT_TRUE@ src/utils/dpdk/dpdkstat_la-dpdk.lo +dpdkstat_la_OBJECTS = $(am_dpdkstat_la_OBJECTS) +dpdkstat_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(dpdkstat_la_CFLAGS) \ + $(CFLAGS) $(dpdkstat_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_DPDKSTAT_TRUE@am_dpdkstat_la_rpath = -rpath $(pkglibdir) +drbd_la_LIBADD = +am__drbd_la_SOURCES_DIST = src/drbd.c +@BUILD_PLUGIN_DRBD_TRUE@am_drbd_la_OBJECTS = src/drbd.lo +drbd_la_OBJECTS = $(am_drbd_la_OBJECTS) +drbd_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(drbd_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_DRBD_TRUE@am_drbd_la_rpath = -rpath $(pkglibdir) +email_la_LIBADD = +am__email_la_SOURCES_DIST = src/email.c +@BUILD_PLUGIN_EMAIL_TRUE@am_email_la_OBJECTS = src/email.lo +email_la_OBJECTS = $(am_email_la_OBJECTS) +email_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(email_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_EMAIL_TRUE@am_email_la_rpath = -rpath $(pkglibdir) +entropy_la_LIBADD = +am__entropy_la_SOURCES_DIST = src/entropy.c +@BUILD_PLUGIN_ENTROPY_TRUE@am_entropy_la_OBJECTS = src/entropy.lo +entropy_la_OBJECTS = $(am_entropy_la_OBJECTS) +entropy_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(entropy_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_ENTROPY_TRUE@am_entropy_la_rpath = -rpath $(pkglibdir) +ethstat_la_LIBADD = +am__ethstat_la_SOURCES_DIST = src/ethstat.c +@BUILD_PLUGIN_ETHSTAT_TRUE@am_ethstat_la_OBJECTS = src/ethstat.lo +ethstat_la_OBJECTS = $(am_ethstat_la_OBJECTS) +ethstat_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(ethstat_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_ETHSTAT_TRUE@am_ethstat_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_EXEC_TRUE@exec_la_DEPENDENCIES = libcmds.la +am__exec_la_SOURCES_DIST = src/exec.c +@BUILD_PLUGIN_EXEC_TRUE@am_exec_la_OBJECTS = src/exec.lo +exec_la_OBJECTS = $(am_exec_la_OBJECTS) +exec_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(exec_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_EXEC_TRUE@am_exec_la_rpath = -rpath $(pkglibdir) +fhcount_la_LIBADD = +am__fhcount_la_SOURCES_DIST = src/fhcount.c +@BUILD_PLUGIN_FHCOUNT_TRUE@am_fhcount_la_OBJECTS = src/fhcount.lo +fhcount_la_OBJECTS = $(am_fhcount_la_OBJECTS) +fhcount_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(fhcount_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_FHCOUNT_TRUE@am_fhcount_la_rpath = -rpath $(pkglibdir) +filecount_la_LIBADD = +am__filecount_la_SOURCES_DIST = src/filecount.c +@BUILD_PLUGIN_FILECOUNT_TRUE@am_filecount_la_OBJECTS = \ +@BUILD_PLUGIN_FILECOUNT_TRUE@ src/filecount.lo +filecount_la_OBJECTS = $(am_filecount_la_OBJECTS) +filecount_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(filecount_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_FILECOUNT_TRUE@am_filecount_la_rpath = -rpath \ +@BUILD_PLUGIN_FILECOUNT_TRUE@ $(pkglibdir) +fscache_la_LIBADD = +am__fscache_la_SOURCES_DIST = src/fscache.c +@BUILD_PLUGIN_FSCACHE_TRUE@am_fscache_la_OBJECTS = src/fscache.lo +fscache_la_OBJECTS = $(am_fscache_la_OBJECTS) +fscache_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(fscache_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_FSCACHE_TRUE@am_fscache_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_GMOND_TRUE@gmond_la_DEPENDENCIES = \ +@BUILD_PLUGIN_GMOND_TRUE@ $(am__DEPENDENCIES_1) +am__gmond_la_SOURCES_DIST = src/gmond.c +@BUILD_PLUGIN_GMOND_TRUE@am_gmond_la_OBJECTS = src/gmond_la-gmond.lo +gmond_la_OBJECTS = $(am_gmond_la_OBJECTS) +gmond_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(gmond_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_GMOND_TRUE@am_gmond_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_GPS_TRUE@gps_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__gps_la_SOURCES_DIST = src/gps.c +@BUILD_PLUGIN_GPS_TRUE@am_gps_la_OBJECTS = src/gps_la-gps.lo +gps_la_OBJECTS = $(am_gps_la_OBJECTS) +gps_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(gps_la_CFLAGS) $(CFLAGS) \ + $(gps_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_GPS_TRUE@am_gps_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_GPU_NVIDIA_TRUE@gpu_nvidia_la_DEPENDENCIES = \ +@BUILD_PLUGIN_GPU_NVIDIA_TRUE@ $(am__DEPENDENCIES_1) +am__gpu_nvidia_la_SOURCES_DIST = src/gpu_nvidia.c +@BUILD_PLUGIN_GPU_NVIDIA_TRUE@am_gpu_nvidia_la_OBJECTS = \ +@BUILD_PLUGIN_GPU_NVIDIA_TRUE@ src/gpu_nvidia_la-gpu_nvidia.lo +gpu_nvidia_la_OBJECTS = $(am_gpu_nvidia_la_OBJECTS) +gpu_nvidia_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(gpu_nvidia_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_GPU_NVIDIA_TRUE@am_gpu_nvidia_la_rpath = -rpath \ +@BUILD_PLUGIN_GPU_NVIDIA_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_GRPC_TRUE@grpc_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_GRPC_TRUE@ $(am__DEPENDENCIES_1) +am__grpc_la_SOURCES_DIST = src/grpc.cc +@BUILD_PLUGIN_GRPC_TRUE@am_grpc_la_OBJECTS = src/grpc_la-grpc.lo +@BUILD_PLUGIN_GRPC_TRUE@nodist_grpc_la_OBJECTS = \ +@BUILD_PLUGIN_GRPC_TRUE@ grpc_la-collectd.grpc.pb.lo \ +@BUILD_PLUGIN_GRPC_TRUE@ grpc_la-collectd.pb.lo \ +@BUILD_PLUGIN_GRPC_TRUE@ grpc_la-types.pb.lo +grpc_la_OBJECTS = $(am_grpc_la_OBJECTS) $(nodist_grpc_la_OBJECTS) +grpc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(grpc_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_GRPC_TRUE@am_grpc_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_HDDTEMP_TRUE@hddtemp_la_DEPENDENCIES = \ +@BUILD_PLUGIN_HDDTEMP_TRUE@ $(am__DEPENDENCIES_1) +am__hddtemp_la_SOURCES_DIST = src/hddtemp.c +@BUILD_PLUGIN_HDDTEMP_TRUE@am_hddtemp_la_OBJECTS = src/hddtemp.lo +hddtemp_la_OBJECTS = $(am_hddtemp_la_OBJECTS) +hddtemp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(hddtemp_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_HDDTEMP_TRUE@am_hddtemp_la_rpath = -rpath $(pkglibdir) +hugepages_la_LIBADD = +am__hugepages_la_SOURCES_DIST = src/hugepages.c +@BUILD_PLUGIN_HUGEPAGES_TRUE@am_hugepages_la_OBJECTS = \ +@BUILD_PLUGIN_HUGEPAGES_TRUE@ src/hugepages.lo +hugepages_la_OBJECTS = $(am_hugepages_la_OBJECTS) +hugepages_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(hugepages_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_HUGEPAGES_TRUE@am_hugepages_la_rpath = -rpath \ +@BUILD_PLUGIN_HUGEPAGES_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_INTEL_PMU_TRUE@intel_pmu_la_DEPENDENCIES = \ +@BUILD_PLUGIN_INTEL_PMU_TRUE@ $(am__DEPENDENCIES_1) +am__intel_pmu_la_SOURCES_DIST = src/intel_pmu.c \ + src/utils/config_cores/config_cores.h \ + src/utils/config_cores/config_cores.c +@BUILD_PLUGIN_INTEL_PMU_TRUE@am_intel_pmu_la_OBJECTS = \ +@BUILD_PLUGIN_INTEL_PMU_TRUE@ src/intel_pmu_la-intel_pmu.lo \ +@BUILD_PLUGIN_INTEL_PMU_TRUE@ src/utils/config_cores/intel_pmu_la-config_cores.lo +intel_pmu_la_OBJECTS = $(am_intel_pmu_la_OBJECTS) +intel_pmu_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(intel_pmu_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_INTEL_PMU_TRUE@am_intel_pmu_la_rpath = -rpath \ +@BUILD_PLUGIN_INTEL_PMU_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_INTEL_RDT_TRUE@intel_rdt_la_DEPENDENCIES = \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ $(am__DEPENDENCIES_1) +am__intel_rdt_la_SOURCES_DIST = src/intel_rdt.c \ + src/utils/proc_pids/proc_pids.c \ + src/utils/proc_pids/proc_pids.h \ + src/utils/config_cores/config_cores.h \ + src/utils/config_cores/config_cores.c +@BUILD_PLUGIN_INTEL_RDT_TRUE@am_intel_rdt_la_OBJECTS = \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ src/intel_rdt_la-intel_rdt.lo \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ src/utils/proc_pids/intel_rdt_la-proc_pids.lo \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ src/utils/config_cores/intel_rdt_la-config_cores.lo +intel_rdt_la_OBJECTS = $(am_intel_rdt_la_OBJECTS) +intel_rdt_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(intel_rdt_la_CFLAGS) \ + $(CFLAGS) $(intel_rdt_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_INTEL_RDT_TRUE@am_intel_rdt_la_rpath = -rpath \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__DEPENDENCIES_5 = $(am__DEPENDENCIES_1) +@BUILD_PLUGIN_INTERFACE_TRUE@interface_la_DEPENDENCIES = \ +@BUILD_PLUGIN_INTERFACE_TRUE@ libignorelist.la \ +@BUILD_PLUGIN_INTERFACE_TRUE@ $(am__DEPENDENCIES_5) \ +@BUILD_PLUGIN_INTERFACE_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_INTERFACE_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_INTERFACE_TRUE@ $(am__DEPENDENCIES_1) +am__interface_la_SOURCES_DIST = src/interface.c +@BUILD_PLUGIN_INTERFACE_TRUE@am_interface_la_OBJECTS = \ +@BUILD_PLUGIN_INTERFACE_TRUE@ src/interface_la-interface.lo +interface_la_OBJECTS = $(am_interface_la_OBJECTS) +interface_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(interface_la_CFLAGS) \ + $(CFLAGS) $(interface_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_INTERFACE_TRUE@am_interface_la_rpath = -rpath \ +@BUILD_PLUGIN_INTERFACE_TRUE@ $(pkglibdir) +ipc_la_LIBADD = +am__ipc_la_SOURCES_DIST = src/ipc.c +@BUILD_PLUGIN_IPC_TRUE@am_ipc_la_OBJECTS = src/ipc.lo +ipc_la_OBJECTS = $(am_ipc_la_OBJECTS) +ipc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(ipc_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_IPC_TRUE@am_ipc_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_IPMI_TRUE@ipmi_la_DEPENDENCIES = libignorelist.la \ +@BUILD_PLUGIN_IPMI_TRUE@ $(am__DEPENDENCIES_1) +am__ipmi_la_SOURCES_DIST = src/ipmi.c +@BUILD_PLUGIN_IPMI_TRUE@am_ipmi_la_OBJECTS = src/ipmi_la-ipmi.lo +ipmi_la_OBJECTS = $(am_ipmi_la_OBJECTS) +ipmi_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(ipmi_la_CFLAGS) \ + $(CFLAGS) $(ipmi_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_IPMI_TRUE@am_ipmi_la_rpath = -rpath $(pkglibdir) +ipstats_la_LIBADD = +am__ipstats_la_SOURCES_DIST = src/ipstats.c +@BUILD_PLUGIN_IPSTATS_TRUE@am_ipstats_la_OBJECTS = src/ipstats.lo +ipstats_la_OBJECTS = $(am_ipstats_la_OBJECTS) +ipstats_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(ipstats_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_IPSTATS_TRUE@am_ipstats_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_IPTABLES_TRUE@iptables_la_DEPENDENCIES = \ +@BUILD_PLUGIN_IPTABLES_TRUE@ $(am__DEPENDENCIES_1) +am__iptables_la_SOURCES_DIST = src/iptables.c +@BUILD_PLUGIN_IPTABLES_TRUE@am_iptables_la_OBJECTS = \ +@BUILD_PLUGIN_IPTABLES_TRUE@ src/iptables_la-iptables.lo +iptables_la_OBJECTS = $(am_iptables_la_OBJECTS) +iptables_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(iptables_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_IPTABLES_TRUE@am_iptables_la_rpath = -rpath $(pkglibdir) +ipvs_la_LIBADD = +am__ipvs_la_SOURCES_DIST = src/ipvs.c +@BUILD_PLUGIN_IPVS_TRUE@am_ipvs_la_OBJECTS = src/ipvs.lo +ipvs_la_OBJECTS = $(am_ipvs_la_OBJECTS) +ipvs_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(ipvs_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_IPVS_TRUE@am_ipvs_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_IRQ_TRUE@irq_la_DEPENDENCIES = libignorelist.la +am__irq_la_SOURCES_DIST = src/irq.c +@BUILD_PLUGIN_IRQ_TRUE@am_irq_la_OBJECTS = src/irq.lo +irq_la_OBJECTS = $(am_irq_la_OBJECTS) +irq_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(irq_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_IRQ_TRUE@am_irq_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_JAVA_TRUE@java_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__java_la_SOURCES_DIST = src/java.c +@BUILD_PLUGIN_JAVA_TRUE@am_java_la_OBJECTS = src/java_la-java.lo +java_la_OBJECTS = $(am_java_la_OBJECTS) +java_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(java_la_CFLAGS) \ + $(CFLAGS) $(java_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_JAVA_TRUE@am_java_la_rpath = -rpath $(pkglibdir) +libavltree_la_LIBADD = +am_libavltree_la_OBJECTS = src/utils/avltree/avltree.lo +libavltree_la_OBJECTS = $(am_libavltree_la_OBJECTS) +libcmds_la_DEPENDENCIES = libcommon.la libmetadata.la +am_libcmds_la_OBJECTS = src/utils/cmds/cmds.lo src/utils/cmds/flush.lo \ + src/utils/cmds/getthreshold.lo src/utils/cmds/getval.lo \ + src/utils/cmds/listval.lo src/utils/cmds/putnotif.lo \ + src/utils/cmds/putval.lo src/utils/cmds/parse_option.lo +libcmds_la_OBJECTS = $(am_libcmds_la_OBJECTS) +@BUILD_WITH_LIBGCRYPT_TRUE@am__DEPENDENCIES_6 = $(am__DEPENDENCIES_1) +libcollectdclient_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_6) +am_libcollectdclient_la_OBJECTS = \ + src/libcollectdclient/libcollectdclient_la-client.lo \ + src/libcollectdclient/libcollectdclient_la-network.lo \ + src/libcollectdclient/libcollectdclient_la-network_buffer.lo \ + src/libcollectdclient/libcollectdclient_la-network_parse.lo \ + src/libcollectdclient/libcollectdclient_la-server.lo +libcollectdclient_la_OBJECTS = $(am_libcollectdclient_la_OBJECTS) +libcollectdclient_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(libcollectdclient_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +am__DEPENDENCIES_7 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) +libcommon_la_DEPENDENCIES = $(am__DEPENDENCIES_7) +am_libcommon_la_OBJECTS = src/utils/common/common.lo +libcommon_la_OBJECTS = $(am_libcommon_la_OBJECTS) +libformat_graphite_la_LIBADD = +am_libformat_graphite_la_OBJECTS = \ + src/utils/format_graphite/format_graphite.lo +libformat_graphite_la_OBJECTS = $(am_libformat_graphite_la_OBJECTS) +@BUILD_WITH_LIBYAJL_TRUE@am__DEPENDENCIES_8 = $(am__DEPENDENCIES_1) +libformat_json_la_DEPENDENCIES = $(am__DEPENDENCIES_8) +am_libformat_json_la_OBJECTS = \ + src/utils/format_json/libformat_json_la-format_json.lo +libformat_json_la_OBJECTS = $(am_libformat_json_la_OBJECTS) +libformat_json_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(libformat_json_la_LDFLAGS) $(LDFLAGS) \ + -o $@ +@BUILD_WITH_LIBYAJL2_TRUE@libformat_stackdriver_la_DEPENDENCIES = \ +@BUILD_WITH_LIBYAJL2_TRUE@ libavltree.la $(am__DEPENDENCIES_1) \ +@BUILD_WITH_LIBYAJL2_TRUE@ $(am__DEPENDENCIES_1) +am__libformat_stackdriver_la_SOURCES_DIST = \ + src/utils/format_stackdriver/format_stackdriver.c \ + src/utils/format_stackdriver/format_stackdriver.h +@BUILD_WITH_LIBYAJL2_TRUE@am_libformat_stackdriver_la_OBJECTS = src/utils/format_stackdriver/libformat_stackdriver_la-format_stackdriver.lo +libformat_stackdriver_la_OBJECTS = \ + $(am_libformat_stackdriver_la_OBJECTS) +@BUILD_WITH_LIBYAJL2_TRUE@am_libformat_stackdriver_la_rpath = +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@libgce_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__libgce_la_SOURCES_DIST = src/utils/gce/gce.c src/utils/gce/gce.h +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@am_libgce_la_OBJECTS = src/utils/gce/libgce_la-gce.lo +libgce_la_OBJECTS = $(am_libgce_la_OBJECTS) +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@am_libgce_la_rpath = +libheap_la_LIBADD = +am_libheap_la_OBJECTS = src/utils/heap/heap.lo +libheap_la_OBJECTS = $(am_libheap_la_OBJECTS) +libignorelist_la_LIBADD = +am_libignorelist_la_OBJECTS = src/utils/ignorelist/ignorelist.lo +libignorelist_la_OBJECTS = $(am_libignorelist_la_OBJECTS) +liblatency_la_DEPENDENCIES = libcommon.la +am_liblatency_la_OBJECTS = src/utils/latency/latency.lo \ + src/utils/latency/latency_config.lo +liblatency_la_OBJECTS = $(am_liblatency_la_OBJECTS) +libllist_la_LIBADD = +am_libllist_la_OBJECTS = src/daemon/utils_llist.lo +libllist_la_OBJECTS = $(am_libllist_la_OBJECTS) +liblookup_la_DEPENDENCIES = libavltree.la +am_liblookup_la_OBJECTS = src/utils/lookup/vl_lookup.lo +liblookup_la_OBJECTS = $(am_liblookup_la_OBJECTS) +libmetadata_la_LIBADD = +am_libmetadata_la_OBJECTS = src/utils/metadata/meta_data.lo +libmetadata_la_OBJECTS = $(am_libmetadata_la_OBJECTS) +libmount_la_LIBADD = +am_libmount_la_OBJECTS = src/utils/mount/mount.lo +libmount_la_OBJECTS = $(am_libmount_la_OBJECTS) +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@liboauth_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ $(am__DEPENDENCIES_1) +am__liboauth_la_SOURCES_DIST = src/utils/oauth/oauth.c \ + src/utils/oauth/oauth.h +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@am_liboauth_la_OBJECTS = src/utils/oauth/liboauth_la-oauth.lo +liboauth_la_OBJECTS = $(am_liboauth_la_OBJECTS) +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@am_liboauth_la_rpath = +liboconfig_la_LIBADD = +am_liboconfig_la_OBJECTS = src/liboconfig/liboconfig_la-oconfig.lo \ + src/liboconfig/liboconfig_la-scanner.lo \ + src/liboconfig/liboconfig_la-parser.lo +liboconfig_la_OBJECTS = $(am_liboconfig_la_OBJECTS) +liboconfig_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(liboconfig_la_LDFLAGS) $(LDFLAGS) -o $@ +libplugin_mock_la_DEPENDENCIES = libcommon.la libignorelist.la \ + $(am__DEPENDENCIES_7) +am_libplugin_mock_la_OBJECTS = \ + src/daemon/libplugin_mock_la-plugin_mock.lo \ + src/daemon/libplugin_mock_la-utils_cache_mock.lo \ + src/daemon/libplugin_mock_la-utils_complain.lo \ + src/daemon/libplugin_mock_la-utils_time.lo +libplugin_mock_la_OBJECTS = $(am_libplugin_mock_la_OBJECTS) +@HAVE_LIBMNL_TRUE@libtaskstats_la_DEPENDENCIES = \ +@HAVE_LIBMNL_TRUE@ $(am__DEPENDENCIES_1) +am__libtaskstats_la_SOURCES_DIST = src/utils/taskstats/taskstats.c \ + src/utils/taskstats/taskstats.h +@HAVE_LIBMNL_TRUE@am_libtaskstats_la_OBJECTS = src/utils/taskstats/libtaskstats_la-taskstats.lo +libtaskstats_la_OBJECTS = $(am_libtaskstats_la_OBJECTS) +libtaskstats_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(libtaskstats_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ + -o $@ +@HAVE_LIBMNL_TRUE@am_libtaskstats_la_rpath = +@BUILD_PLUGIN_LOAD_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__DEPENDENCIES_9 = $(am__DEPENDENCIES_1) +@BUILD_PLUGIN_LOAD_TRUE@load_la_DEPENDENCIES = $(am__DEPENDENCIES_9) \ +@BUILD_PLUGIN_LOAD_TRUE@ $(am__DEPENDENCIES_1) +am__load_la_SOURCES_DIST = src/load.c +@BUILD_PLUGIN_LOAD_TRUE@am_load_la_OBJECTS = src/load_la-load.lo +load_la_OBJECTS = $(am_load_la_OBJECTS) +load_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(load_la_CFLAGS) \ + $(CFLAGS) $(load_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_LOAD_TRUE@am_load_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_LOG_LOGSTASH_TRUE@log_logstash_la_DEPENDENCIES = \ +@BUILD_PLUGIN_LOG_LOGSTASH_TRUE@ $(am__DEPENDENCIES_1) +am__log_logstash_la_SOURCES_DIST = src/log_logstash.c +@BUILD_PLUGIN_LOG_LOGSTASH_TRUE@am_log_logstash_la_OBJECTS = src/log_logstash_la-log_logstash.lo +log_logstash_la_OBJECTS = $(am_log_logstash_la_OBJECTS) +log_logstash_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(log_logstash_la_LDFLAGS) $(LDFLAGS) \ + -o $@ +@BUILD_PLUGIN_LOG_LOGSTASH_TRUE@am_log_logstash_la_rpath = -rpath \ +@BUILD_PLUGIN_LOG_LOGSTASH_TRUE@ $(pkglibdir) +logfile_la_LIBADD = +am__logfile_la_SOURCES_DIST = src/logfile.c +@BUILD_PLUGIN_LOGFILE_TRUE@am_logfile_la_OBJECTS = src/logfile.lo +logfile_la_OBJECTS = $(am_logfile_la_OBJECTS) +logfile_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(logfile_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_LOGFILE_TRUE@am_logfile_la_rpath = -rpath $(pkglibdir) +logparser_la_LIBADD = +am__logparser_la_SOURCES_DIST = src/logparser.c \ + src/utils/message_parser/message_parser.c \ + src/utils/message_parser/message_parser.h \ + src/utils_tail_match.c src/utils_tail_match.h \ + src/utils/tail/tail.c src/utils/tail/tail.h \ + src/utils/match/match.c src/utils/match/match.h \ + src/utils/latency/latency.c src/utils/latency/latency.h \ + src/utils/latency/latency_config.c \ + src/utils/latency/latency_config.h +@BUILD_PLUGIN_LOGPARSER_TRUE@am_logparser_la_OBJECTS = \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/logparser_la-logparser.lo \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/utils/message_parser/logparser_la-message_parser.lo \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/logparser_la-utils_tail_match.lo \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/utils/tail/logparser_la-tail.lo \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/utils/match/logparser_la-match.lo \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/utils/latency/logparser_la-latency.lo \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/utils/latency/logparser_la-latency_config.lo +logparser_la_OBJECTS = $(am_logparser_la_OBJECTS) +logparser_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(logparser_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_LOGPARSER_TRUE@am_logparser_la_rpath = -rpath \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ $(pkglibdir) +lpar_la_DEPENDENCIES = +am__lpar_la_SOURCES_DIST = src/lpar.c +@BUILD_PLUGIN_LPAR_TRUE@am_lpar_la_OBJECTS = src/lpar.lo +lpar_la_OBJECTS = $(am_lpar_la_OBJECTS) +lpar_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(lpar_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_LPAR_TRUE@am_lpar_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_LUA_TRUE@lua_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__lua_la_SOURCES_DIST = src/lua.c src/utils_lua.c src/utils_lua.h +@BUILD_PLUGIN_LUA_TRUE@am_lua_la_OBJECTS = src/lua_la-lua.lo \ +@BUILD_PLUGIN_LUA_TRUE@ src/lua_la-utils_lua.lo +lua_la_OBJECTS = $(am_lua_la_OBJECTS) +lua_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(lua_la_CFLAGS) $(CFLAGS) \ + $(lua_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_LUA_TRUE@am_lua_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_MADWIFI_TRUE@madwifi_la_DEPENDENCIES = libignorelist.la +am__madwifi_la_SOURCES_DIST = src/madwifi.c src/madwifi.h +@BUILD_PLUGIN_MADWIFI_TRUE@am_madwifi_la_OBJECTS = src/madwifi.lo +madwifi_la_OBJECTS = $(am_madwifi_la_OBJECTS) +madwifi_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(madwifi_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_MADWIFI_TRUE@am_madwifi_la_rpath = -rpath $(pkglibdir) +match_empty_counter_la_LIBADD = +am__match_empty_counter_la_SOURCES_DIST = src/match_empty_counter.c +@BUILD_PLUGIN_MATCH_EMPTY_COUNTER_TRUE@am_match_empty_counter_la_OBJECTS = src/match_empty_counter.lo +match_empty_counter_la_OBJECTS = $(am_match_empty_counter_la_OBJECTS) +match_empty_counter_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(match_empty_counter_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +@BUILD_PLUGIN_MATCH_EMPTY_COUNTER_TRUE@am_match_empty_counter_la_rpath = \ +@BUILD_PLUGIN_MATCH_EMPTY_COUNTER_TRUE@ -rpath $(pkglibdir) +match_hashed_la_LIBADD = +am__match_hashed_la_SOURCES_DIST = src/match_hashed.c +@BUILD_PLUGIN_MATCH_HASHED_TRUE@am_match_hashed_la_OBJECTS = \ +@BUILD_PLUGIN_MATCH_HASHED_TRUE@ src/match_hashed.lo +match_hashed_la_OBJECTS = $(am_match_hashed_la_OBJECTS) +match_hashed_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(match_hashed_la_LDFLAGS) $(LDFLAGS) \ + -o $@ +@BUILD_PLUGIN_MATCH_HASHED_TRUE@am_match_hashed_la_rpath = -rpath \ +@BUILD_PLUGIN_MATCH_HASHED_TRUE@ $(pkglibdir) +match_regex_la_LIBADD = +am__match_regex_la_SOURCES_DIST = src/match_regex.c +@BUILD_PLUGIN_MATCH_REGEX_TRUE@am_match_regex_la_OBJECTS = \ +@BUILD_PLUGIN_MATCH_REGEX_TRUE@ src/match_regex.lo +match_regex_la_OBJECTS = $(am_match_regex_la_OBJECTS) +match_regex_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(match_regex_la_LDFLAGS) $(LDFLAGS) -o \ + $@ +@BUILD_PLUGIN_MATCH_REGEX_TRUE@am_match_regex_la_rpath = -rpath \ +@BUILD_PLUGIN_MATCH_REGEX_TRUE@ $(pkglibdir) +match_timediff_la_LIBADD = +am__match_timediff_la_SOURCES_DIST = src/match_timediff.c +@BUILD_PLUGIN_MATCH_TIMEDIFF_TRUE@am_match_timediff_la_OBJECTS = \ +@BUILD_PLUGIN_MATCH_TIMEDIFF_TRUE@ src/match_timediff.lo +match_timediff_la_OBJECTS = $(am_match_timediff_la_OBJECTS) +match_timediff_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(match_timediff_la_LDFLAGS) $(LDFLAGS) \ + -o $@ +@BUILD_PLUGIN_MATCH_TIMEDIFF_TRUE@am_match_timediff_la_rpath = -rpath \ +@BUILD_PLUGIN_MATCH_TIMEDIFF_TRUE@ $(pkglibdir) +match_value_la_LIBADD = +am__match_value_la_SOURCES_DIST = src/match_value.c +@BUILD_PLUGIN_MATCH_VALUE_TRUE@am_match_value_la_OBJECTS = \ +@BUILD_PLUGIN_MATCH_VALUE_TRUE@ src/match_value.lo +match_value_la_OBJECTS = $(am_match_value_la_OBJECTS) +match_value_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(match_value_la_LDFLAGS) $(LDFLAGS) -o \ + $@ +@BUILD_PLUGIN_MATCH_VALUE_TRUE@am_match_value_la_rpath = -rpath \ +@BUILD_PLUGIN_MATCH_VALUE_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_MBMON_TRUE@mbmon_la_DEPENDENCIES = \ +@BUILD_PLUGIN_MBMON_TRUE@ $(am__DEPENDENCIES_1) +am__mbmon_la_SOURCES_DIST = src/mbmon.c +@BUILD_PLUGIN_MBMON_TRUE@am_mbmon_la_OBJECTS = src/mbmon.lo +mbmon_la_OBJECTS = $(am_mbmon_la_OBJECTS) +mbmon_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(mbmon_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_MBMON_TRUE@am_mbmon_la_rpath = -rpath $(pkglibdir) +mcelog_la_LIBADD = +am__mcelog_la_SOURCES_DIST = src/mcelog.c +@BUILD_PLUGIN_MCELOG_TRUE@am_mcelog_la_OBJECTS = src/mcelog.lo +mcelog_la_OBJECTS = $(am_mcelog_la_OBJECTS) +mcelog_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(mcelog_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_MCELOG_TRUE@am_mcelog_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_MD_TRUE@md_la_DEPENDENCIES = libignorelist.la +am__md_la_SOURCES_DIST = src/md.c +@BUILD_PLUGIN_MD_TRUE@am_md_la_OBJECTS = src/md.lo +md_la_OBJECTS = $(am_md_la_OBJECTS) +md_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(md_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_MD_TRUE@am_md_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_MEMCACHEC_TRUE@memcachec_la_DEPENDENCIES = \ +@BUILD_PLUGIN_MEMCACHEC_TRUE@ liblatency.la \ +@BUILD_PLUGIN_MEMCACHEC_TRUE@ $(am__DEPENDENCIES_1) +am__memcachec_la_SOURCES_DIST = src/memcachec.c \ + src/utils/match/match.c src/utils/match/match.h +@BUILD_PLUGIN_MEMCACHEC_TRUE@am_memcachec_la_OBJECTS = \ +@BUILD_PLUGIN_MEMCACHEC_TRUE@ src/memcachec_la-memcachec.lo \ +@BUILD_PLUGIN_MEMCACHEC_TRUE@ src/utils/match/memcachec_la-match.lo +memcachec_la_OBJECTS = $(am_memcachec_la_OBJECTS) +memcachec_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(memcachec_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_MEMCACHEC_TRUE@am_memcachec_la_rpath = -rpath \ +@BUILD_PLUGIN_MEMCACHEC_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_MEMCACHED_TRUE@memcached_la_DEPENDENCIES = \ +@BUILD_PLUGIN_MEMCACHED_TRUE@ $(am__DEPENDENCIES_1) +am__memcached_la_SOURCES_DIST = src/memcached.c +@BUILD_PLUGIN_MEMCACHED_TRUE@am_memcached_la_OBJECTS = \ +@BUILD_PLUGIN_MEMCACHED_TRUE@ src/memcached.lo +memcached_la_OBJECTS = $(am_memcached_la_OBJECTS) +memcached_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(memcached_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_MEMCACHED_TRUE@am_memcached_la_rpath = -rpath \ +@BUILD_PLUGIN_MEMCACHED_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_MEMORY_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__DEPENDENCIES_10 = $(am__DEPENDENCIES_1) +@BUILD_PLUGIN_MEMORY_TRUE@memory_la_DEPENDENCIES = \ +@BUILD_PLUGIN_MEMORY_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_MEMORY_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_MEMORY_TRUE@ $(am__DEPENDENCIES_10) \ +@BUILD_PLUGIN_MEMORY_TRUE@ $(am__DEPENDENCIES_1) +am__memory_la_SOURCES_DIST = src/memory.c +@BUILD_PLUGIN_MEMORY_TRUE@am_memory_la_OBJECTS = \ +@BUILD_PLUGIN_MEMORY_TRUE@ src/memory_la-memory.lo +memory_la_OBJECTS = $(am_memory_la_OBJECTS) +memory_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(memory_la_CFLAGS) \ + $(CFLAGS) $(memory_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_MEMORY_TRUE@am_memory_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_MIC_TRUE@mic_la_DEPENDENCIES = libignorelist.la \ +@BUILD_PLUGIN_MIC_TRUE@ $(am__DEPENDENCIES_1) +am__mic_la_SOURCES_DIST = src/mic.c +@BUILD_PLUGIN_MIC_TRUE@am_mic_la_OBJECTS = src/mic_la-mic.lo +mic_la_OBJECTS = $(am_mic_la_OBJECTS) +mic_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(mic_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_MIC_TRUE@am_mic_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_MODBUS_TRUE@modbus_la_DEPENDENCIES = \ +@BUILD_PLUGIN_MODBUS_TRUE@ $(am__DEPENDENCIES_1) +am__modbus_la_SOURCES_DIST = src/modbus.c +@BUILD_PLUGIN_MODBUS_TRUE@am_modbus_la_OBJECTS = \ +@BUILD_PLUGIN_MODBUS_TRUE@ src/modbus_la-modbus.lo +modbus_la_OBJECTS = $(am_modbus_la_OBJECTS) +modbus_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(modbus_la_CFLAGS) \ + $(CFLAGS) $(modbus_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_MODBUS_TRUE@am_modbus_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_MQTT_TRUE@mqtt_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__mqtt_la_SOURCES_DIST = src/mqtt.c +@BUILD_PLUGIN_MQTT_TRUE@am_mqtt_la_OBJECTS = src/mqtt_la-mqtt.lo +mqtt_la_OBJECTS = $(am_mqtt_la_OBJECTS) +mqtt_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(mqtt_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_MQTT_TRUE@am_mqtt_la_rpath = -rpath $(pkglibdir) +multimeter_la_LIBADD = +am__multimeter_la_SOURCES_DIST = src/multimeter.c +@BUILD_PLUGIN_MULTIMETER_TRUE@am_multimeter_la_OBJECTS = \ +@BUILD_PLUGIN_MULTIMETER_TRUE@ src/multimeter.lo +multimeter_la_OBJECTS = $(am_multimeter_la_OBJECTS) +multimeter_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(multimeter_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_MULTIMETER_TRUE@am_multimeter_la_rpath = -rpath \ +@BUILD_PLUGIN_MULTIMETER_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_MYSQL_TRUE@mysql_la_DEPENDENCIES = \ +@BUILD_PLUGIN_MYSQL_TRUE@ $(am__DEPENDENCIES_1) +am__mysql_la_SOURCES_DIST = src/mysql.c +@BUILD_PLUGIN_MYSQL_TRUE@am_mysql_la_OBJECTS = src/mysql_la-mysql.lo +mysql_la_OBJECTS = $(am_mysql_la_OBJECTS) +mysql_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(mysql_la_CFLAGS) \ + $(CFLAGS) $(mysql_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_MYSQL_TRUE@am_mysql_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_NETAPP_TRUE@netapp_la_DEPENDENCIES = libignorelist.la \ +@BUILD_PLUGIN_NETAPP_TRUE@ $(am__DEPENDENCIES_1) +am__netapp_la_SOURCES_DIST = src/netapp.c +@BUILD_PLUGIN_NETAPP_TRUE@am_netapp_la_OBJECTS = \ +@BUILD_PLUGIN_NETAPP_TRUE@ src/netapp_la-netapp.lo +netapp_la_OBJECTS = $(am_netapp_la_OBJECTS) +netapp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(netapp_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_NETAPP_TRUE@am_netapp_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_NETLINK_TRUE@netlink_la_DEPENDENCIES = \ +@BUILD_PLUGIN_NETLINK_TRUE@ $(am__DEPENDENCIES_1) +am__netlink_la_SOURCES_DIST = src/netlink.c +@BUILD_PLUGIN_NETLINK_TRUE@am_netlink_la_OBJECTS = \ +@BUILD_PLUGIN_NETLINK_TRUE@ src/netlink_la-netlink.lo +netlink_la_OBJECTS = $(am_netlink_la_OBJECTS) +netlink_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(netlink_la_CFLAGS) \ + $(CFLAGS) $(netlink_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_NETLINK_TRUE@am_netlink_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_NETWORK_TRUE@@BUILD_WITH_LIBGCRYPT_TRUE@am__DEPENDENCIES_11 = $(am__DEPENDENCIES_1) +@BUILD_PLUGIN_NETWORK_TRUE@network_la_DEPENDENCIES = \ +@BUILD_PLUGIN_NETWORK_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_NETWORK_TRUE@ $(am__DEPENDENCIES_11) +am__network_la_SOURCES_DIST = src/network.c src/network.h \ + src/utils_fbhash.c src/utils_fbhash.h +@BUILD_PLUGIN_NETWORK_TRUE@am_network_la_OBJECTS = \ +@BUILD_PLUGIN_NETWORK_TRUE@ src/network_la-network.lo \ +@BUILD_PLUGIN_NETWORK_TRUE@ src/network_la-utils_fbhash.lo +network_la_OBJECTS = $(am_network_la_OBJECTS) +network_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(network_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_NETWORK_TRUE@am_network_la_rpath = -rpath $(pkglibdir) +nfs_la_LIBADD = +am__nfs_la_SOURCES_DIST = src/nfs.c +@BUILD_PLUGIN_NFS_TRUE@am_nfs_la_OBJECTS = src/nfs.lo +nfs_la_OBJECTS = $(am_nfs_la_OBJECTS) +nfs_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(nfs_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_NFS_TRUE@am_nfs_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_NGINX_TRUE@nginx_la_DEPENDENCIES = \ +@BUILD_PLUGIN_NGINX_TRUE@ $(am__DEPENDENCIES_1) +am__nginx_la_SOURCES_DIST = src/nginx.c +@BUILD_PLUGIN_NGINX_TRUE@am_nginx_la_OBJECTS = src/nginx_la-nginx.lo +nginx_la_OBJECTS = $(am_nginx_la_OBJECTS) +nginx_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(nginx_la_CFLAGS) \ + $(CFLAGS) $(nginx_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_NGINX_TRUE@am_nginx_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE@notify_desktop_la_DEPENDENCIES = \ +@BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE@ $(am__DEPENDENCIES_1) +am__notify_desktop_la_SOURCES_DIST = src/notify_desktop.c +@BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE@am_notify_desktop_la_OBJECTS = src/notify_desktop_la-notify_desktop.lo +notify_desktop_la_OBJECTS = $(am_notify_desktop_la_OBJECTS) +notify_desktop_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(notify_desktop_la_CFLAGS) $(CFLAGS) \ + $(notify_desktop_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE@am_notify_desktop_la_rpath = -rpath \ +@BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_NOTIFY_EMAIL_TRUE@notify_email_la_DEPENDENCIES = \ +@BUILD_PLUGIN_NOTIFY_EMAIL_TRUE@ $(am__DEPENDENCIES_1) +am__notify_email_la_SOURCES_DIST = src/notify_email.c +@BUILD_PLUGIN_NOTIFY_EMAIL_TRUE@am_notify_email_la_OBJECTS = src/notify_email_la-notify_email.lo +notify_email_la_OBJECTS = $(am_notify_email_la_OBJECTS) +notify_email_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(notify_email_la_LDFLAGS) $(LDFLAGS) \ + -o $@ +@BUILD_PLUGIN_NOTIFY_EMAIL_TRUE@am_notify_email_la_rpath = -rpath \ +@BUILD_PLUGIN_NOTIFY_EMAIL_TRUE@ $(pkglibdir) +notify_nagios_la_LIBADD = +am__notify_nagios_la_SOURCES_DIST = src/notify_nagios.c +@BUILD_PLUGIN_NOTIFY_NAGIOS_TRUE@am_notify_nagios_la_OBJECTS = \ +@BUILD_PLUGIN_NOTIFY_NAGIOS_TRUE@ src/notify_nagios.lo +notify_nagios_la_OBJECTS = $(am_notify_nagios_la_OBJECTS) +notify_nagios_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(notify_nagios_la_LDFLAGS) $(LDFLAGS) \ + -o $@ +@BUILD_PLUGIN_NOTIFY_NAGIOS_TRUE@am_notify_nagios_la_rpath = -rpath \ +@BUILD_PLUGIN_NOTIFY_NAGIOS_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_NTPD_TRUE@ntpd_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__ntpd_la_SOURCES_DIST = src/ntpd.c +@BUILD_PLUGIN_NTPD_TRUE@am_ntpd_la_OBJECTS = src/ntpd.lo +ntpd_la_OBJECTS = $(am_ntpd_la_OBJECTS) +ntpd_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(ntpd_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_NTPD_TRUE@am_ntpd_la_rpath = -rpath $(pkglibdir) +numa_la_LIBADD = +am__numa_la_SOURCES_DIST = src/numa.c +@BUILD_PLUGIN_NUMA_TRUE@am_numa_la_OBJECTS = src/numa.lo +numa_la_OBJECTS = $(am_numa_la_OBJECTS) +numa_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(numa_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_NUMA_TRUE@am_numa_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_NUT_TRUE@nut_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__nut_la_SOURCES_DIST = src/nut.c +@BUILD_PLUGIN_NUT_TRUE@am_nut_la_OBJECTS = src/nut_la-nut.lo +nut_la_OBJECTS = $(am_nut_la_OBJECTS) +nut_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(nut_la_CFLAGS) $(CFLAGS) \ + $(nut_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_NUT_TRUE@am_nut_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_OLSRD_TRUE@olsrd_la_DEPENDENCIES = \ +@BUILD_PLUGIN_OLSRD_TRUE@ $(am__DEPENDENCIES_1) +am__olsrd_la_SOURCES_DIST = src/olsrd.c +@BUILD_PLUGIN_OLSRD_TRUE@am_olsrd_la_OBJECTS = src/olsrd.lo +olsrd_la_OBJECTS = $(am_olsrd_la_OBJECTS) +olsrd_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(olsrd_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_OLSRD_TRUE@am_olsrd_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_ONEWIRE_TRUE@onewire_la_DEPENDENCIES = libignorelist.la \ +@BUILD_PLUGIN_ONEWIRE_TRUE@ $(am__DEPENDENCIES_1) +am__onewire_la_SOURCES_DIST = src/onewire.c +@BUILD_PLUGIN_ONEWIRE_TRUE@am_onewire_la_OBJECTS = \ +@BUILD_PLUGIN_ONEWIRE_TRUE@ src/onewire_la-onewire.lo +onewire_la_OBJECTS = $(am_onewire_la_OBJECTS) +onewire_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(onewire_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_ONEWIRE_TRUE@am_onewire_la_rpath = -rpath $(pkglibdir) +openldap_la_DEPENDENCIES = +am__openldap_la_SOURCES_DIST = src/openldap.c +@BUILD_PLUGIN_OPENLDAP_TRUE@am_openldap_la_OBJECTS = \ +@BUILD_PLUGIN_OPENLDAP_TRUE@ src/openldap_la-openldap.lo +openldap_la_OBJECTS = $(am_openldap_la_OBJECTS) +openldap_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(openldap_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_OPENLDAP_TRUE@am_openldap_la_rpath = -rpath $(pkglibdir) +openvpn_la_LIBADD = +am__openvpn_la_SOURCES_DIST = src/openvpn.c +@BUILD_PLUGIN_OPENVPN_TRUE@am_openvpn_la_OBJECTS = src/openvpn.lo +openvpn_la_OBJECTS = $(am_openvpn_la_OBJECTS) +openvpn_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(openvpn_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_OPENVPN_TRUE@am_openvpn_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_ORACLE_TRUE@oracle_la_DEPENDENCIES = \ +@BUILD_PLUGIN_ORACLE_TRUE@ $(am__DEPENDENCIES_1) +am__oracle_la_SOURCES_DIST = src/oracle.c \ + src/utils/db_query/db_query.c src/utils/db_query/db_query.h +@BUILD_PLUGIN_ORACLE_TRUE@am_oracle_la_OBJECTS = \ +@BUILD_PLUGIN_ORACLE_TRUE@ src/oracle_la-oracle.lo \ +@BUILD_PLUGIN_ORACLE_TRUE@ src/utils/db_query/oracle_la-db_query.lo +oracle_la_OBJECTS = $(am_oracle_la_OBJECTS) +oracle_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(oracle_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_ORACLE_TRUE@am_oracle_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_OVS_EVENTS_TRUE@ovs_events_la_DEPENDENCIES = \ +@BUILD_PLUGIN_OVS_EVENTS_TRUE@ $(am__DEPENDENCIES_1) +am__ovs_events_la_SOURCES_DIST = src/ovs_events.c src/utils/ovs/ovs.c \ + src/utils/ovs/ovs.h +@BUILD_PLUGIN_OVS_EVENTS_TRUE@am_ovs_events_la_OBJECTS = \ +@BUILD_PLUGIN_OVS_EVENTS_TRUE@ src/ovs_events_la-ovs_events.lo \ +@BUILD_PLUGIN_OVS_EVENTS_TRUE@ src/utils/ovs/ovs_events_la-ovs.lo +ovs_events_la_OBJECTS = $(am_ovs_events_la_OBJECTS) +ovs_events_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(ovs_events_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_OVS_EVENTS_TRUE@am_ovs_events_la_rpath = -rpath \ +@BUILD_PLUGIN_OVS_EVENTS_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_OVS_STATS_TRUE@ovs_stats_la_DEPENDENCIES = \ +@BUILD_PLUGIN_OVS_STATS_TRUE@ $(am__DEPENDENCIES_1) +am__ovs_stats_la_SOURCES_DIST = src/ovs_stats.c src/utils/ovs/ovs.c \ + src/utils/ovs/ovs.h +@BUILD_PLUGIN_OVS_STATS_TRUE@am_ovs_stats_la_OBJECTS = \ +@BUILD_PLUGIN_OVS_STATS_TRUE@ src/ovs_stats_la-ovs_stats.lo \ +@BUILD_PLUGIN_OVS_STATS_TRUE@ src/utils/ovs/ovs_stats_la-ovs.lo +ovs_stats_la_OBJECTS = $(am_ovs_stats_la_OBJECTS) +ovs_stats_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(ovs_stats_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_OVS_STATS_TRUE@am_ovs_stats_la_rpath = -rpath \ +@BUILD_PLUGIN_OVS_STATS_TRUE@ $(pkglibdir) +pcie_errors_la_LIBADD = +am__pcie_errors_la_SOURCES_DIST = src/pcie_errors.c +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@am_pcie_errors_la_OBJECTS = src/pcie_errors_la-pcie_errors.lo +pcie_errors_la_OBJECTS = $(am_pcie_errors_la_OBJECTS) +pcie_errors_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(pcie_errors_la_LDFLAGS) $(LDFLAGS) -o \ + $@ +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@am_pcie_errors_la_rpath = -rpath \ +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_PERL_TRUE@perl_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__perl_la_SOURCES_DIST = src/perl.c +@BUILD_PLUGIN_PERL_TRUE@am_perl_la_OBJECTS = src/perl_la-perl.lo +perl_la_OBJECTS = $(am_perl_la_OBJECTS) +perl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(perl_la_CFLAGS) \ + $(CFLAGS) $(perl_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_PERL_TRUE@am_perl_la_rpath = -rpath $(pkglibdir) +pf_la_LIBADD = +am__pf_la_SOURCES_DIST = src/pf.c +@BUILD_PLUGIN_PF_TRUE@am_pf_la_OBJECTS = src/pf.lo +pf_la_OBJECTS = $(am_pf_la_OBJECTS) +pf_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(pf_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_PF_TRUE@am_pf_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_PINBA_TRUE@pinba_la_DEPENDENCIES = \ +@BUILD_PLUGIN_PINBA_TRUE@ $(am__DEPENDENCIES_1) +am__pinba_la_SOURCES_DIST = src/pinba.c +@BUILD_PLUGIN_PINBA_TRUE@am_pinba_la_OBJECTS = src/pinba_la-pinba.lo +@BUILD_PLUGIN_PINBA_TRUE@nodist_pinba_la_OBJECTS = \ +@BUILD_PLUGIN_PINBA_TRUE@ src/pinba_la-pinba.pb-c.lo +pinba_la_OBJECTS = $(am_pinba_la_OBJECTS) $(nodist_pinba_la_OBJECTS) +pinba_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(pinba_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_PINBA_TRUE@am_pinba_la_rpath = -rpath $(pkglibdir) +ping_la_DEPENDENCIES = +am__ping_la_SOURCES_DIST = src/ping.c +@BUILD_PLUGIN_PING_TRUE@am_ping_la_OBJECTS = src/ping_la-ping.lo +ping_la_OBJECTS = $(am_ping_la_OBJECTS) +ping_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(ping_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_PING_TRUE@am_ping_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_POSTGRESQL_TRUE@postgresql_la_DEPENDENCIES = \ +@BUILD_PLUGIN_POSTGRESQL_TRUE@ $(am__DEPENDENCIES_1) +am__postgresql_la_SOURCES_DIST = src/postgresql.c \ + src/utils/db_query/db_query.c src/utils/db_query/db_query.h +@BUILD_PLUGIN_POSTGRESQL_TRUE@am_postgresql_la_OBJECTS = \ +@BUILD_PLUGIN_POSTGRESQL_TRUE@ src/postgresql_la-postgresql.lo \ +@BUILD_PLUGIN_POSTGRESQL_TRUE@ src/utils/db_query/postgresql_la-db_query.lo +postgresql_la_OBJECTS = $(am_postgresql_la_OBJECTS) +postgresql_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(postgresql_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_POSTGRESQL_TRUE@am_postgresql_la_rpath = -rpath \ +@BUILD_PLUGIN_POSTGRESQL_TRUE@ $(pkglibdir) +powerdns_la_LIBADD = +am__powerdns_la_SOURCES_DIST = src/powerdns.c +@BUILD_PLUGIN_POWERDNS_TRUE@am_powerdns_la_OBJECTS = src/powerdns.lo +powerdns_la_OBJECTS = $(am_powerdns_la_OBJECTS) +powerdns_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(powerdns_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_POWERDNS_TRUE@am_powerdns_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_PROCESSES_TRUE@processes_la_DEPENDENCIES = \ +@BUILD_PLUGIN_PROCESSES_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_PROCESSES_TRUE@ $(am__append_208) +am__processes_la_SOURCES_DIST = src/processes.c +@BUILD_PLUGIN_PROCESSES_TRUE@am_processes_la_OBJECTS = \ +@BUILD_PLUGIN_PROCESSES_TRUE@ src/processes_la-processes.lo +processes_la_OBJECTS = $(am_processes_la_OBJECTS) +processes_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(processes_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_PROCESSES_TRUE@am_processes_la_rpath = -rpath \ +@BUILD_PLUGIN_PROCESSES_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_PROCEVENT_TRUE@procevent_la_DEPENDENCIES = \ +@BUILD_PLUGIN_PROCEVENT_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_PROCEVENT_TRUE@ libignorelist.la +am__procevent_la_SOURCES_DIST = src/procevent.c +@BUILD_PLUGIN_PROCEVENT_TRUE@am_procevent_la_OBJECTS = \ +@BUILD_PLUGIN_PROCEVENT_TRUE@ src/procevent_la-procevent.lo +procevent_la_OBJECTS = $(am_procevent_la_OBJECTS) +procevent_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(procevent_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_PROCEVENT_TRUE@am_procevent_la_rpath = -rpath \ +@BUILD_PLUGIN_PROCEVENT_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_PROTOCOLS_TRUE@protocols_la_DEPENDENCIES = \ +@BUILD_PLUGIN_PROTOCOLS_TRUE@ libignorelist.la +am__protocols_la_SOURCES_DIST = src/protocols.c +@BUILD_PLUGIN_PROTOCOLS_TRUE@am_protocols_la_OBJECTS = \ +@BUILD_PLUGIN_PROTOCOLS_TRUE@ src/protocols.lo +protocols_la_OBJECTS = $(am_protocols_la_OBJECTS) +protocols_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(protocols_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_PROTOCOLS_TRUE@am_protocols_la_rpath = -rpath \ +@BUILD_PLUGIN_PROTOCOLS_TRUE@ $(pkglibdir) +python_la_LIBADD = +am__python_la_SOURCES_DIST = src/python.c src/pyconfig.c \ + src/pyvalues.c src/cpython.h +@BUILD_PLUGIN_PYTHON_TRUE@am_python_la_OBJECTS = \ +@BUILD_PLUGIN_PYTHON_TRUE@ src/python_la-python.lo \ +@BUILD_PLUGIN_PYTHON_TRUE@ src/python_la-pyconfig.lo \ +@BUILD_PLUGIN_PYTHON_TRUE@ src/python_la-pyvalues.lo +python_la_OBJECTS = $(am_python_la_OBJECTS) +python_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(python_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_PYTHON_TRUE@am_python_la_rpath = -rpath $(pkglibdir) +redfish_la_DEPENDENCIES = +am__redfish_la_SOURCES_DIST = src/redfish.c +@BUILD_PLUGIN_REDFISH_TRUE@am_redfish_la_OBJECTS = \ +@BUILD_PLUGIN_REDFISH_TRUE@ src/redfish_la-redfish.lo +redfish_la_OBJECTS = $(am_redfish_la_OBJECTS) +redfish_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(redfish_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_REDFISH_TRUE@am_redfish_la_rpath = -rpath $(pkglibdir) +redis_la_DEPENDENCIES = +am__redis_la_SOURCES_DIST = src/redis.c +@BUILD_PLUGIN_REDIS_TRUE@am_redis_la_OBJECTS = src/redis_la-redis.lo +redis_la_OBJECTS = $(am_redis_la_OBJECTS) +redis_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(redis_la_CFLAGS) \ + $(CFLAGS) $(redis_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_REDIS_TRUE@am_redis_la_rpath = -rpath $(pkglibdir) +routeros_la_DEPENDENCIES = +am__routeros_la_SOURCES_DIST = src/routeros.c +@BUILD_PLUGIN_ROUTEROS_TRUE@am_routeros_la_OBJECTS = \ +@BUILD_PLUGIN_ROUTEROS_TRUE@ src/routeros_la-routeros.lo +routeros_la_OBJECTS = $(am_routeros_la_OBJECTS) +routeros_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(routeros_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_ROUTEROS_TRUE@am_routeros_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_RRDCACHED_TRUE@rrdcached_la_DEPENDENCIES = \ +@BUILD_PLUGIN_RRDCACHED_TRUE@ $(am__DEPENDENCIES_1) +am__rrdcached_la_SOURCES_DIST = src/rrdcached.c \ + src/utils/rrdcreate/rrdcreate.c \ + src/utils/rrdcreate/rrdcreate.h +@BUILD_PLUGIN_RRDCACHED_TRUE@am_rrdcached_la_OBJECTS = \ +@BUILD_PLUGIN_RRDCACHED_TRUE@ src/rrdcached_la-rrdcached.lo \ +@BUILD_PLUGIN_RRDCACHED_TRUE@ src/utils/rrdcreate/rrdcached_la-rrdcreate.lo +rrdcached_la_OBJECTS = $(am_rrdcached_la_OBJECTS) +rrdcached_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(rrdcached_la_CFLAGS) \ + $(CFLAGS) $(rrdcached_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_RRDCACHED_TRUE@am_rrdcached_la_rpath = -rpath \ +@BUILD_PLUGIN_RRDCACHED_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_RRDTOOL_TRUE@rrdtool_la_DEPENDENCIES = \ +@BUILD_PLUGIN_RRDTOOL_TRUE@ $(am__DEPENDENCIES_1) +am__rrdtool_la_SOURCES_DIST = src/rrdtool.c \ + src/utils/rrdcreate/rrdcreate.c \ + src/utils/rrdcreate/rrdcreate.h +@BUILD_PLUGIN_RRDTOOL_TRUE@am_rrdtool_la_OBJECTS = \ +@BUILD_PLUGIN_RRDTOOL_TRUE@ src/rrdtool_la-rrdtool.lo \ +@BUILD_PLUGIN_RRDTOOL_TRUE@ src/utils/rrdcreate/rrdtool_la-rrdcreate.lo +rrdtool_la_OBJECTS = $(am_rrdtool_la_OBJECTS) +rrdtool_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(rrdtool_la_CFLAGS) \ + $(CFLAGS) $(rrdtool_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_RRDTOOL_TRUE@am_rrdtool_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_SENSORS_TRUE@sensors_la_DEPENDENCIES = libignorelist.la \ +@BUILD_PLUGIN_SENSORS_TRUE@ $(am__DEPENDENCIES_1) +am__sensors_la_SOURCES_DIST = src/sensors.c +@BUILD_PLUGIN_SENSORS_TRUE@am_sensors_la_OBJECTS = \ +@BUILD_PLUGIN_SENSORS_TRUE@ src/sensors_la-sensors.lo +sensors_la_OBJECTS = $(am_sensors_la_OBJECTS) +sensors_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(sensors_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_SENSORS_TRUE@am_sensors_la_rpath = -rpath $(pkglibdir) +serial_la_LIBADD = +am__serial_la_SOURCES_DIST = src/serial.c +@BUILD_PLUGIN_SERIAL_TRUE@am_serial_la_OBJECTS = src/serial.lo +serial_la_OBJECTS = $(am_serial_la_OBJECTS) +serial_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(serial_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_SERIAL_TRUE@am_serial_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_SIGROK_TRUE@sigrok_la_DEPENDENCIES = \ +@BUILD_PLUGIN_SIGROK_TRUE@ $(am__DEPENDENCIES_1) +am__sigrok_la_SOURCES_DIST = src/sigrok.c +@BUILD_PLUGIN_SIGROK_TRUE@am_sigrok_la_OBJECTS = \ +@BUILD_PLUGIN_SIGROK_TRUE@ src/sigrok_la-sigrok.lo +sigrok_la_OBJECTS = $(am_sigrok_la_OBJECTS) +sigrok_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(sigrok_la_CFLAGS) \ + $(CFLAGS) $(sigrok_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_SIGROK_TRUE@am_sigrok_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_SLURM_TRUE@slurm_la_DEPENDENCIES = \ +@BUILD_PLUGIN_SLURM_TRUE@ $(am__DEPENDENCIES_1) +am__slurm_la_SOURCES_DIST = src/slurm.c +@BUILD_PLUGIN_SLURM_TRUE@am_slurm_la_OBJECTS = src/slurm_la-slurm.lo +slurm_la_OBJECTS = $(am_slurm_la_OBJECTS) +slurm_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(slurm_la_CFLAGS) \ + $(CFLAGS) $(slurm_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_SLURM_TRUE@am_slurm_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_SMART_TRUE@@BUILD_WITH_LIBUDEV_TRUE@smart_la_DEPENDENCIES = libignorelist.la \ +@BUILD_PLUGIN_SMART_TRUE@@BUILD_WITH_LIBUDEV_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_SMART_TRUE@@BUILD_WITH_LIBUDEV_TRUE@ $(am__DEPENDENCIES_1) +am__smart_la_SOURCES_DIST = src/smart.c +@BUILD_PLUGIN_SMART_TRUE@@BUILD_WITH_LIBUDEV_TRUE@am_smart_la_OBJECTS = src/smart_la-smart.lo +smart_la_OBJECTS = $(am_smart_la_OBJECTS) +smart_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(smart_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_SMART_TRUE@@BUILD_WITH_LIBUDEV_TRUE@am_smart_la_rpath = \ +@BUILD_PLUGIN_SMART_TRUE@@BUILD_WITH_LIBUDEV_TRUE@ -rpath \ +@BUILD_PLUGIN_SMART_TRUE@@BUILD_WITH_LIBUDEV_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_SNMP_TRUE@snmp_la_DEPENDENCIES = libignorelist.la \ +@BUILD_PLUGIN_SNMP_TRUE@ $(am__DEPENDENCIES_1) +am__snmp_la_SOURCES_DIST = src/snmp.c +@BUILD_PLUGIN_SNMP_TRUE@am_snmp_la_OBJECTS = src/snmp_la-snmp.lo +snmp_la_OBJECTS = $(am_snmp_la_OBJECTS) +snmp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(snmp_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_SNMP_TRUE@am_snmp_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_SNMP_AGENT_TRUE@snmp_agent_la_DEPENDENCIES = \ +@BUILD_PLUGIN_SNMP_AGENT_TRUE@ $(am__DEPENDENCIES_1) +am__snmp_agent_la_SOURCES_DIST = src/snmp_agent.c +@BUILD_PLUGIN_SNMP_AGENT_TRUE@am_snmp_agent_la_OBJECTS = \ +@BUILD_PLUGIN_SNMP_AGENT_TRUE@ src/snmp_agent_la-snmp_agent.lo +snmp_agent_la_OBJECTS = $(am_snmp_agent_la_OBJECTS) +snmp_agent_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(snmp_agent_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_SNMP_AGENT_TRUE@am_snmp_agent_la_rpath = -rpath \ +@BUILD_PLUGIN_SNMP_AGENT_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_STATSD_TRUE@statsd_la_DEPENDENCIES = liblatency.la +am__statsd_la_SOURCES_DIST = src/statsd.c +@BUILD_PLUGIN_STATSD_TRUE@am_statsd_la_OBJECTS = src/statsd.lo +statsd_la_OBJECTS = $(am_statsd_la_OBJECTS) +statsd_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(statsd_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_STATSD_TRUE@am_statsd_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_SWAP_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__DEPENDENCIES_12 = $(am__DEPENDENCIES_1) +@BUILD_PLUGIN_SWAP_TRUE@swap_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_SWAP_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_SWAP_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_SWAP_TRUE@ $(am__DEPENDENCIES_12) \ +@BUILD_PLUGIN_SWAP_TRUE@ $(am__DEPENDENCIES_1) +am__swap_la_SOURCES_DIST = src/swap.c +@BUILD_PLUGIN_SWAP_TRUE@am_swap_la_OBJECTS = src/swap_la-swap.lo +swap_la_OBJECTS = $(am_swap_la_OBJECTS) +swap_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(swap_la_CFLAGS) \ + $(CFLAGS) $(swap_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_SWAP_TRUE@am_swap_la_rpath = -rpath $(pkglibdir) +synproxy_la_LIBADD = +am__synproxy_la_SOURCES_DIST = src/synproxy.c +@BUILD_PLUGIN_SYNPROXY_TRUE@am_synproxy_la_OBJECTS = src/synproxy.lo +synproxy_la_OBJECTS = $(am_synproxy_la_OBJECTS) +synproxy_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(synproxy_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_SYNPROXY_TRUE@am_synproxy_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_SYSEVENT_TRUE@sysevent_la_DEPENDENCIES = \ +@BUILD_PLUGIN_SYSEVENT_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_SYSEVENT_TRUE@ libignorelist.la +am__sysevent_la_SOURCES_DIST = src/sysevent.c +@BUILD_PLUGIN_SYSEVENT_TRUE@am_sysevent_la_OBJECTS = \ +@BUILD_PLUGIN_SYSEVENT_TRUE@ src/sysevent_la-sysevent.lo +sysevent_la_OBJECTS = $(am_sysevent_la_OBJECTS) +sysevent_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(sysevent_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_SYSEVENT_TRUE@am_sysevent_la_rpath = -rpath $(pkglibdir) +syslog_la_LIBADD = +am__syslog_la_SOURCES_DIST = src/syslog.c +@BUILD_PLUGIN_SYSLOG_TRUE@am_syslog_la_OBJECTS = src/syslog.lo +syslog_la_OBJECTS = $(am_syslog_la_OBJECTS) +syslog_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(syslog_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_SYSLOG_TRUE@am_syslog_la_rpath = -rpath $(pkglibdir) +table_la_LIBADD = +am__table_la_SOURCES_DIST = src/table.c +@BUILD_PLUGIN_TABLE_TRUE@am_table_la_OBJECTS = src/table.lo +table_la_OBJECTS = $(am_table_la_OBJECTS) +table_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(table_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_TABLE_TRUE@am_table_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_TAIL_TRUE@tail_la_DEPENDENCIES = liblatency.la +am__tail_la_SOURCES_DIST = src/tail.c src/utils/match/match.c \ + src/utils/match/match.h src/utils/tail/tail.c \ + src/utils/tail/tail.h src/utils_tail_match.c \ + src/utils_tail_match.h +@BUILD_PLUGIN_TAIL_TRUE@am_tail_la_OBJECTS = src/tail.lo \ +@BUILD_PLUGIN_TAIL_TRUE@ src/utils/match/match.lo \ +@BUILD_PLUGIN_TAIL_TRUE@ src/utils/tail/tail.lo \ +@BUILD_PLUGIN_TAIL_TRUE@ src/utils_tail_match.lo +tail_la_OBJECTS = $(am_tail_la_OBJECTS) +tail_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(tail_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_TAIL_TRUE@am_tail_la_rpath = -rpath $(pkglibdir) +tail_csv_la_LIBADD = +am__tail_csv_la_SOURCES_DIST = src/tail_csv.c src/utils/tail/tail.c \ + src/utils/tail/tail.h +@BUILD_PLUGIN_TAIL_CSV_TRUE@am_tail_csv_la_OBJECTS = src/tail_csv.lo \ +@BUILD_PLUGIN_TAIL_CSV_TRUE@ src/utils/tail/tail.lo +tail_csv_la_OBJECTS = $(am_tail_csv_la_OBJECTS) +tail_csv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(tail_csv_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_TAIL_CSV_TRUE@am_tail_csv_la_rpath = -rpath $(pkglibdir) +tape_la_DEPENDENCIES = +am__tape_la_SOURCES_DIST = src/tape.c +@BUILD_PLUGIN_TAPE_TRUE@am_tape_la_OBJECTS = src/tape.lo +tape_la_OBJECTS = $(am_tape_la_OBJECTS) +tape_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(tape_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_TAPE_TRUE@am_tape_la_rpath = -rpath $(pkglibdir) +target_notification_la_LIBADD = +am__target_notification_la_SOURCES_DIST = src/target_notification.c +@BUILD_PLUGIN_TARGET_NOTIFICATION_TRUE@am_target_notification_la_OBJECTS = src/target_notification.lo +target_notification_la_OBJECTS = $(am_target_notification_la_OBJECTS) +target_notification_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(target_notification_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +@BUILD_PLUGIN_TARGET_NOTIFICATION_TRUE@am_target_notification_la_rpath = \ +@BUILD_PLUGIN_TARGET_NOTIFICATION_TRUE@ -rpath $(pkglibdir) +target_replace_la_LIBADD = +am__target_replace_la_SOURCES_DIST = src/target_replace.c +@BUILD_PLUGIN_TARGET_REPLACE_TRUE@am_target_replace_la_OBJECTS = \ +@BUILD_PLUGIN_TARGET_REPLACE_TRUE@ src/target_replace.lo +target_replace_la_OBJECTS = $(am_target_replace_la_OBJECTS) +target_replace_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(target_replace_la_LDFLAGS) $(LDFLAGS) \ + -o $@ +@BUILD_PLUGIN_TARGET_REPLACE_TRUE@am_target_replace_la_rpath = -rpath \ +@BUILD_PLUGIN_TARGET_REPLACE_TRUE@ $(pkglibdir) +target_scale_la_LIBADD = +am__target_scale_la_SOURCES_DIST = src/target_scale.c +@BUILD_PLUGIN_TARGET_SCALE_TRUE@am_target_scale_la_OBJECTS = \ +@BUILD_PLUGIN_TARGET_SCALE_TRUE@ src/target_scale.lo +target_scale_la_OBJECTS = $(am_target_scale_la_OBJECTS) +target_scale_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(target_scale_la_LDFLAGS) $(LDFLAGS) \ + -o $@ +@BUILD_PLUGIN_TARGET_SCALE_TRUE@am_target_scale_la_rpath = -rpath \ +@BUILD_PLUGIN_TARGET_SCALE_TRUE@ $(pkglibdir) +target_set_la_LIBADD = +am__target_set_la_SOURCES_DIST = src/target_set.c +@BUILD_PLUGIN_TARGET_SET_TRUE@am_target_set_la_OBJECTS = \ +@BUILD_PLUGIN_TARGET_SET_TRUE@ src/target_set.lo +target_set_la_OBJECTS = $(am_target_set_la_OBJECTS) +target_set_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(target_set_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_TARGET_SET_TRUE@am_target_set_la_rpath = -rpath \ +@BUILD_PLUGIN_TARGET_SET_TRUE@ $(pkglibdir) +target_v5upgrade_la_LIBADD = +am__target_v5upgrade_la_SOURCES_DIST = src/target_v5upgrade.c +@BUILD_PLUGIN_TARGET_V5UPGRADE_TRUE@am_target_v5upgrade_la_OBJECTS = \ +@BUILD_PLUGIN_TARGET_V5UPGRADE_TRUE@ src/target_v5upgrade.lo +target_v5upgrade_la_OBJECTS = $(am_target_v5upgrade_la_OBJECTS) +target_v5upgrade_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(target_v5upgrade_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +@BUILD_PLUGIN_TARGET_V5UPGRADE_TRUE@am_target_v5upgrade_la_rpath = \ +@BUILD_PLUGIN_TARGET_V5UPGRADE_TRUE@ -rpath $(pkglibdir) +@BUILD_PLUGIN_TCPCONNS_TRUE@tcpconns_la_DEPENDENCIES = \ +@BUILD_PLUGIN_TCPCONNS_TRUE@ $(am__DEPENDENCIES_1) +am__tcpconns_la_SOURCES_DIST = src/tcpconns.c +@BUILD_PLUGIN_TCPCONNS_TRUE@am_tcpconns_la_OBJECTS = src/tcpconns.lo +tcpconns_la_OBJECTS = $(am_tcpconns_la_OBJECTS) +tcpconns_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(tcpconns_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_TCPCONNS_TRUE@am_tcpconns_la_rpath = -rpath $(pkglibdir) +teamspeak2_la_LIBADD = +am__teamspeak2_la_SOURCES_DIST = src/teamspeak2.c +@BUILD_PLUGIN_TEAMSPEAK2_TRUE@am_teamspeak2_la_OBJECTS = \ +@BUILD_PLUGIN_TEAMSPEAK2_TRUE@ src/teamspeak2.lo +teamspeak2_la_OBJECTS = $(am_teamspeak2_la_OBJECTS) +teamspeak2_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(teamspeak2_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_TEAMSPEAK2_TRUE@am_teamspeak2_la_rpath = -rpath \ +@BUILD_PLUGIN_TEAMSPEAK2_TRUE@ $(pkglibdir) +ted_la_LIBADD = +am__ted_la_SOURCES_DIST = src/ted.c +@BUILD_PLUGIN_TED_TRUE@am_ted_la_OBJECTS = src/ted.lo +ted_la_OBJECTS = $(am_ted_la_OBJECTS) +ted_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(ted_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_TED_TRUE@am_ted_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_THERMAL_TRUE@thermal_la_DEPENDENCIES = libignorelist.la +am__thermal_la_SOURCES_DIST = src/thermal.c +@BUILD_PLUGIN_THERMAL_TRUE@am_thermal_la_OBJECTS = src/thermal.lo +thermal_la_OBJECTS = $(am_thermal_la_OBJECTS) +thermal_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(thermal_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_THERMAL_TRUE@am_thermal_la_rpath = -rpath $(pkglibdir) +threshold_la_LIBADD = +am__threshold_la_SOURCES_DIST = src/threshold.c +@BUILD_PLUGIN_THRESHOLD_TRUE@am_threshold_la_OBJECTS = \ +@BUILD_PLUGIN_THRESHOLD_TRUE@ src/threshold.lo +threshold_la_OBJECTS = $(am_threshold_la_OBJECTS) +threshold_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(threshold_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_THRESHOLD_TRUE@am_threshold_la_rpath = -rpath \ +@BUILD_PLUGIN_THRESHOLD_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_TOKYOTYRANT_TRUE@tokyotyrant_la_DEPENDENCIES = \ +@BUILD_PLUGIN_TOKYOTYRANT_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_TOKYOTYRANT_TRUE@ $(am__DEPENDENCIES_1) +am__tokyotyrant_la_SOURCES_DIST = src/tokyotyrant.c +@BUILD_PLUGIN_TOKYOTYRANT_TRUE@am_tokyotyrant_la_OBJECTS = src/tokyotyrant_la-tokyotyrant.lo +tokyotyrant_la_OBJECTS = $(am_tokyotyrant_la_OBJECTS) +tokyotyrant_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(tokyotyrant_la_LDFLAGS) $(LDFLAGS) -o \ + $@ +@BUILD_PLUGIN_TOKYOTYRANT_TRUE@am_tokyotyrant_la_rpath = -rpath \ +@BUILD_PLUGIN_TOKYOTYRANT_TRUE@ $(pkglibdir) +turbostat_la_LIBADD = +am__turbostat_la_SOURCES_DIST = src/turbostat.c src/msr-index.h +@BUILD_PLUGIN_TURBOSTAT_TRUE@am_turbostat_la_OBJECTS = \ +@BUILD_PLUGIN_TURBOSTAT_TRUE@ src/turbostat.lo +turbostat_la_OBJECTS = $(am_turbostat_la_OBJECTS) +turbostat_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(turbostat_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_TURBOSTAT_TRUE@am_turbostat_la_rpath = -rpath \ +@BUILD_PLUGIN_TURBOSTAT_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_UBI_TRUE@ubi_la_DEPENDENCIES = libignorelist.la +am__ubi_la_SOURCES_DIST = src/ubi.c +@BUILD_PLUGIN_UBI_TRUE@am_ubi_la_OBJECTS = src/ubi.lo +ubi_la_OBJECTS = $(am_ubi_la_OBJECTS) +ubi_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(ubi_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_UBI_TRUE@am_ubi_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_UNIXSOCK_TRUE@unixsock_la_DEPENDENCIES = libcmds.la +am__unixsock_la_SOURCES_DIST = src/unixsock.c +@BUILD_PLUGIN_UNIXSOCK_TRUE@am_unixsock_la_OBJECTS = src/unixsock.lo +unixsock_la_OBJECTS = $(am_unixsock_la_OBJECTS) +unixsock_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(unixsock_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_UNIXSOCK_TRUE@am_unixsock_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_UPTIME_TRUE@uptime_la_DEPENDENCIES = \ +@BUILD_PLUGIN_UPTIME_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_UPTIME_TRUE@ $(am__DEPENDENCIES_1) +am__uptime_la_SOURCES_DIST = src/uptime.c +@BUILD_PLUGIN_UPTIME_TRUE@am_uptime_la_OBJECTS = \ +@BUILD_PLUGIN_UPTIME_TRUE@ src/uptime_la-uptime.lo +uptime_la_OBJECTS = $(am_uptime_la_OBJECTS) +uptime_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(uptime_la_CFLAGS) \ + $(CFLAGS) $(uptime_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_UPTIME_TRUE@am_uptime_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_USERS_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__DEPENDENCIES_13 = $(am__DEPENDENCIES_1) +@BUILD_PLUGIN_USERS_TRUE@users_la_DEPENDENCIES = \ +@BUILD_PLUGIN_USERS_TRUE@ $(am__DEPENDENCIES_13) +am__users_la_SOURCES_DIST = src/users.c +@BUILD_PLUGIN_USERS_TRUE@am_users_la_OBJECTS = src/users_la-users.lo +users_la_OBJECTS = $(am_users_la_OBJECTS) +users_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(users_la_CFLAGS) \ + $(CFLAGS) $(users_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_USERS_TRUE@am_users_la_rpath = -rpath $(pkglibdir) +uuid_la_LIBADD = +am__uuid_la_SOURCES_DIST = src/uuid.c +@BUILD_PLUGIN_UUID_TRUE@am_uuid_la_OBJECTS = src/uuid.lo +uuid_la_OBJECTS = $(am_uuid_la_OBJECTS) +uuid_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(uuid_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_UUID_TRUE@am_uuid_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_VARNISH_TRUE@varnish_la_DEPENDENCIES = \ +@BUILD_PLUGIN_VARNISH_TRUE@ $(am__DEPENDENCIES_1) +am__varnish_la_SOURCES_DIST = src/varnish.c +@BUILD_PLUGIN_VARNISH_TRUE@am_varnish_la_OBJECTS = \ +@BUILD_PLUGIN_VARNISH_TRUE@ src/varnish_la-varnish.lo +varnish_la_OBJECTS = $(am_varnish_la_OBJECTS) +varnish_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(varnish_la_CFLAGS) \ + $(CFLAGS) $(varnish_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_VARNISH_TRUE@am_varnish_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_VIRT_TRUE@virt_la_DEPENDENCIES = libignorelist.la \ +@BUILD_PLUGIN_VIRT_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_VIRT_TRUE@ $(am__DEPENDENCIES_1) +am__virt_la_SOURCES_DIST = src/virt.c +@BUILD_PLUGIN_VIRT_TRUE@am_virt_la_OBJECTS = src/virt_la-virt.lo +virt_la_OBJECTS = $(am_virt_la_OBJECTS) +virt_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(virt_la_CFLAGS) \ + $(CFLAGS) $(virt_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_VIRT_TRUE@am_virt_la_rpath = -rpath $(pkglibdir) +vmem_la_LIBADD = +am__vmem_la_SOURCES_DIST = src/vmem.c +@BUILD_PLUGIN_VMEM_TRUE@am_vmem_la_OBJECTS = src/vmem.lo +vmem_la_OBJECTS = $(am_vmem_la_OBJECTS) +vmem_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(vmem_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_VMEM_TRUE@am_vmem_la_rpath = -rpath $(pkglibdir) +vserver_la_LIBADD = +am__vserver_la_SOURCES_DIST = src/vserver.c +@BUILD_PLUGIN_VSERVER_TRUE@am_vserver_la_OBJECTS = src/vserver.lo +vserver_la_OBJECTS = $(am_vserver_la_OBJECTS) +vserver_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(vserver_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_VSERVER_TRUE@am_vserver_la_rpath = -rpath $(pkglibdir) +wireless_la_LIBADD = +am__wireless_la_SOURCES_DIST = src/wireless.c +@BUILD_PLUGIN_WIRELESS_TRUE@am_wireless_la_OBJECTS = src/wireless.lo +wireless_la_OBJECTS = $(am_wireless_la_OBJECTS) +wireless_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(wireless_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_WIRELESS_TRUE@am_wireless_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_WRITE_GRAPHITE_TRUE@write_graphite_la_DEPENDENCIES = \ +@BUILD_PLUGIN_WRITE_GRAPHITE_TRUE@ libformat_graphite.la +am__write_graphite_la_SOURCES_DIST = src/write_graphite.c +@BUILD_PLUGIN_WRITE_GRAPHITE_TRUE@am_write_graphite_la_OBJECTS = \ +@BUILD_PLUGIN_WRITE_GRAPHITE_TRUE@ src/write_graphite.lo +write_graphite_la_OBJECTS = $(am_write_graphite_la_OBJECTS) +write_graphite_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(write_graphite_la_LDFLAGS) $(LDFLAGS) \ + -o $@ +@BUILD_PLUGIN_WRITE_GRAPHITE_TRUE@am_write_graphite_la_rpath = -rpath \ +@BUILD_PLUGIN_WRITE_GRAPHITE_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_WRITE_HTTP_TRUE@write_http_la_DEPENDENCIES = \ +@BUILD_PLUGIN_WRITE_HTTP_TRUE@ libformat_json.la \ +@BUILD_PLUGIN_WRITE_HTTP_TRUE@ $(am__DEPENDENCIES_1) +am__write_http_la_SOURCES_DIST = src/write_http.c \ + src/utils/curl_stats/curl_stats.c \ + src/utils/curl_stats/curl_stats.h \ + src/utils/format_kairosdb/format_kairosdb.c \ + src/utils/format_kairosdb/format_kairosdb.h +@BUILD_PLUGIN_WRITE_HTTP_TRUE@am_write_http_la_OBJECTS = \ +@BUILD_PLUGIN_WRITE_HTTP_TRUE@ src/write_http_la-write_http.lo \ +@BUILD_PLUGIN_WRITE_HTTP_TRUE@ src/utils/curl_stats/write_http_la-curl_stats.lo \ +@BUILD_PLUGIN_WRITE_HTTP_TRUE@ src/utils/format_kairosdb/write_http_la-format_kairosdb.lo +write_http_la_OBJECTS = $(am_write_http_la_OBJECTS) +write_http_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(write_http_la_CFLAGS) \ + $(CFLAGS) $(write_http_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_WRITE_HTTP_TRUE@am_write_http_la_rpath = -rpath \ +@BUILD_PLUGIN_WRITE_HTTP_TRUE@ $(pkglibdir) +write_influxdb_udp_la_DEPENDENCIES = +am__write_influxdb_udp_la_SOURCES_DIST = src/write_influxdb_udp.c +@BUILD_PLUGIN_WRITE_INFLUXDB_UDP_TRUE@am_write_influxdb_udp_la_OBJECTS = src/write_influxdb_udp_la-write_influxdb_udp.lo +write_influxdb_udp_la_OBJECTS = $(am_write_influxdb_udp_la_OBJECTS) +write_influxdb_udp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(write_influxdb_udp_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +@BUILD_PLUGIN_WRITE_INFLUXDB_UDP_TRUE@am_write_influxdb_udp_la_rpath = \ +@BUILD_PLUGIN_WRITE_INFLUXDB_UDP_TRUE@ -rpath $(pkglibdir) +@BUILD_PLUGIN_WRITE_KAFKA_TRUE@write_kafka_la_DEPENDENCIES = \ +@BUILD_PLUGIN_WRITE_KAFKA_TRUE@ libcmds.la \ +@BUILD_PLUGIN_WRITE_KAFKA_TRUE@ libformat_graphite.la \ +@BUILD_PLUGIN_WRITE_KAFKA_TRUE@ libformat_json.la \ +@BUILD_PLUGIN_WRITE_KAFKA_TRUE@ $(am__DEPENDENCIES_1) +am__write_kafka_la_SOURCES_DIST = src/write_kafka.c +@BUILD_PLUGIN_WRITE_KAFKA_TRUE@am_write_kafka_la_OBJECTS = src/write_kafka_la-write_kafka.lo +write_kafka_la_OBJECTS = $(am_write_kafka_la_OBJECTS) +write_kafka_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(write_kafka_la_LDFLAGS) $(LDFLAGS) -o \ + $@ +@BUILD_PLUGIN_WRITE_KAFKA_TRUE@am_write_kafka_la_rpath = -rpath \ +@BUILD_PLUGIN_WRITE_KAFKA_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_WRITE_LOG_TRUE@write_log_la_DEPENDENCIES = \ +@BUILD_PLUGIN_WRITE_LOG_TRUE@ libformat_graphite.la \ +@BUILD_PLUGIN_WRITE_LOG_TRUE@ libformat_json.la +am__write_log_la_SOURCES_DIST = src/write_log.c +@BUILD_PLUGIN_WRITE_LOG_TRUE@am_write_log_la_OBJECTS = \ +@BUILD_PLUGIN_WRITE_LOG_TRUE@ src/write_log.lo +write_log_la_OBJECTS = $(am_write_log_la_OBJECTS) +write_log_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(write_log_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_WRITE_LOG_TRUE@am_write_log_la_rpath = -rpath \ +@BUILD_PLUGIN_WRITE_LOG_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_WRITE_MONGODB_TRUE@write_mongodb_la_DEPENDENCIES = \ +@BUILD_PLUGIN_WRITE_MONGODB_TRUE@ $(am__DEPENDENCIES_1) +am__write_mongodb_la_SOURCES_DIST = src/write_mongodb.c +@BUILD_PLUGIN_WRITE_MONGODB_TRUE@am_write_mongodb_la_OBJECTS = src/write_mongodb_la-write_mongodb.lo +write_mongodb_la_OBJECTS = $(am_write_mongodb_la_OBJECTS) +write_mongodb_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(write_mongodb_la_CFLAGS) $(CFLAGS) \ + $(write_mongodb_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_WRITE_MONGODB_TRUE@am_write_mongodb_la_rpath = -rpath \ +@BUILD_PLUGIN_WRITE_MONGODB_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_WRITE_PROMETHEUS_TRUE@write_prometheus_la_DEPENDENCIES = \ +@BUILD_PLUGIN_WRITE_PROMETHEUS_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_WRITE_PROMETHEUS_TRUE@ $(am__DEPENDENCIES_1) +am__write_prometheus_la_SOURCES_DIST = src/write_prometheus.c +@BUILD_PLUGIN_WRITE_PROMETHEUS_TRUE@am_write_prometheus_la_OBJECTS = src/write_prometheus_la-write_prometheus.lo +@BUILD_PLUGIN_WRITE_PROMETHEUS_TRUE@nodist_write_prometheus_la_OBJECTS = write_prometheus_la-prometheus.pb-c.lo +write_prometheus_la_OBJECTS = $(am_write_prometheus_la_OBJECTS) \ + $(nodist_write_prometheus_la_OBJECTS) +write_prometheus_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(write_prometheus_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +@BUILD_PLUGIN_WRITE_PROMETHEUS_TRUE@am_write_prometheus_la_rpath = \ +@BUILD_PLUGIN_WRITE_PROMETHEUS_TRUE@ -rpath $(pkglibdir) +write_redis_la_DEPENDENCIES = +am__write_redis_la_SOURCES_DIST = src/write_redis.c +@BUILD_PLUGIN_WRITE_REDIS_TRUE@am_write_redis_la_OBJECTS = src/write_redis_la-write_redis.lo +write_redis_la_OBJECTS = $(am_write_redis_la_OBJECTS) +write_redis_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(write_redis_la_LDFLAGS) $(LDFLAGS) -o \ + $@ +@BUILD_PLUGIN_WRITE_REDIS_TRUE@am_write_redis_la_rpath = -rpath \ +@BUILD_PLUGIN_WRITE_REDIS_TRUE@ $(pkglibdir) +write_riemann_la_LIBADD = +am__write_riemann_la_SOURCES_DIST = src/write_riemann.c \ + src/write_riemann_threshold.c src/write_riemann_threshold.h +@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@am_write_riemann_la_OBJECTS = src/write_riemann_la-write_riemann.lo \ +@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@ src/write_riemann_la-write_riemann_threshold.lo +write_riemann_la_OBJECTS = $(am_write_riemann_la_OBJECTS) +write_riemann_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(write_riemann_la_CFLAGS) $(CFLAGS) \ + $(write_riemann_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@am_write_riemann_la_rpath = -rpath \ +@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@ $(pkglibdir) +write_sensu_la_LIBADD = +am__write_sensu_la_SOURCES_DIST = src/write_sensu.c +@BUILD_PLUGIN_WRITE_SENSU_TRUE@am_write_sensu_la_OBJECTS = \ +@BUILD_PLUGIN_WRITE_SENSU_TRUE@ src/write_sensu.lo +write_sensu_la_OBJECTS = $(am_write_sensu_la_OBJECTS) +write_sensu_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(write_sensu_la_LDFLAGS) $(LDFLAGS) -o \ + $@ +@BUILD_PLUGIN_WRITE_SENSU_TRUE@am_write_sensu_la_rpath = -rpath \ +@BUILD_PLUGIN_WRITE_SENSU_TRUE@ $(pkglibdir) +@BUILD_PLUGIN_WRITE_STACKDRIVER_TRUE@write_stackdriver_la_DEPENDENCIES = \ +@BUILD_PLUGIN_WRITE_STACKDRIVER_TRUE@ libformat_stackdriver.la \ +@BUILD_PLUGIN_WRITE_STACKDRIVER_TRUE@ libgce.la liboauth.la \ +@BUILD_PLUGIN_WRITE_STACKDRIVER_TRUE@ $(am__DEPENDENCIES_1) +am__write_stackdriver_la_SOURCES_DIST = src/write_stackdriver.c +@BUILD_PLUGIN_WRITE_STACKDRIVER_TRUE@am_write_stackdriver_la_OBJECTS = src/write_stackdriver_la-write_stackdriver.lo +write_stackdriver_la_OBJECTS = $(am_write_stackdriver_la_OBJECTS) +write_stackdriver_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(write_stackdriver_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +@BUILD_PLUGIN_WRITE_STACKDRIVER_TRUE@am_write_stackdriver_la_rpath = \ +@BUILD_PLUGIN_WRITE_STACKDRIVER_TRUE@ -rpath $(pkglibdir) +write_syslog_la_LIBADD = +am__write_syslog_la_SOURCES_DIST = src/write_syslog.c +@BUILD_PLUGIN_WRITE_SYSLOG_TRUE@am_write_syslog_la_OBJECTS = \ +@BUILD_PLUGIN_WRITE_SYSLOG_TRUE@ src/write_syslog.lo +write_syslog_la_OBJECTS = $(am_write_syslog_la_OBJECTS) +write_syslog_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(write_syslog_la_LDFLAGS) $(LDFLAGS) \ + -o $@ +@BUILD_PLUGIN_WRITE_SYSLOG_TRUE@am_write_syslog_la_rpath = -rpath \ +@BUILD_PLUGIN_WRITE_SYSLOG_TRUE@ $(pkglibdir) +write_tsdb_la_LIBADD = +am__write_tsdb_la_SOURCES_DIST = src/write_tsdb.c +@BUILD_PLUGIN_WRITE_TSDB_TRUE@am_write_tsdb_la_OBJECTS = \ +@BUILD_PLUGIN_WRITE_TSDB_TRUE@ src/write_tsdb.lo +write_tsdb_la_OBJECTS = $(am_write_tsdb_la_OBJECTS) +write_tsdb_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(write_tsdb_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_WRITE_TSDB_TRUE@am_write_tsdb_la_rpath = -rpath \ +@BUILD_PLUGIN_WRITE_TSDB_TRUE@ $(pkglibdir) +xencpu_la_DEPENDENCIES = +am__xencpu_la_SOURCES_DIST = src/xencpu.c +@BUILD_PLUGIN_XENCPU_TRUE@am_xencpu_la_OBJECTS = \ +@BUILD_PLUGIN_XENCPU_TRUE@ src/xencpu_la-xencpu.lo +xencpu_la_OBJECTS = $(am_xencpu_la_OBJECTS) +xencpu_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(xencpu_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_XENCPU_TRUE@am_xencpu_la_rpath = -rpath $(pkglibdir) +@BUILD_PLUGIN_XMMS_TRUE@xmms_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__xmms_la_SOURCES_DIST = src/xmms.c +@BUILD_PLUGIN_XMMS_TRUE@am_xmms_la_OBJECTS = src/xmms_la-xmms.lo +xmms_la_OBJECTS = $(am_xmms_la_OBJECTS) +xmms_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(xmms_la_CFLAGS) \ + $(CFLAGS) $(xmms_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_XMMS_TRUE@am_xmms_la_rpath = -rpath $(pkglibdir) +zfs_arc_la_DEPENDENCIES = +am__zfs_arc_la_SOURCES_DIST = src/zfs_arc.c +@BUILD_PLUGIN_ZFS_ARC_TRUE@am_zfs_arc_la_OBJECTS = src/zfs_arc.lo +zfs_arc_la_OBJECTS = $(am_zfs_arc_la_OBJECTS) +zfs_arc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(zfs_arc_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_ZFS_ARC_TRUE@am_zfs_arc_la_rpath = -rpath $(pkglibdir) +zone_la_LIBADD = +am__zone_la_SOURCES_DIST = src/zone.c +@BUILD_PLUGIN_ZONE_TRUE@am_zone_la_OBJECTS = src/zone.lo +zone_la_OBJECTS = $(am_zone_la_OBJECTS) +zone_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(zone_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_ZONE_TRUE@am_zone_la_rpath = -rpath $(pkglibdir) +zookeeper_la_LIBADD = +am__zookeeper_la_SOURCES_DIST = src/zookeeper.c +@BUILD_PLUGIN_ZOOKEEPER_TRUE@am_zookeeper_la_OBJECTS = \ +@BUILD_PLUGIN_ZOOKEEPER_TRUE@ src/zookeeper.lo +zookeeper_la_OBJECTS = $(am_zookeeper_la_OBJECTS) +zookeeper_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(zookeeper_la_LDFLAGS) $(LDFLAGS) -o $@ +@BUILD_PLUGIN_ZOOKEEPER_TRUE@am_zookeeper_la_rpath = -rpath \ +@BUILD_PLUGIN_ZOOKEEPER_TRUE@ $(pkglibdir) +am__collectd_SOURCES_DIST = src/daemon/cmd.h src/daemon/collectd.c \ + src/daemon/collectd.h src/daemon/configfile.c \ + src/daemon/configfile.h src/daemon/filter_chain.c \ + src/daemon/filter_chain.h src/daemon/globals.c \ + src/daemon/globals.h src/utils/metadata/meta_data.c \ + src/utils/metadata/meta_data.h src/daemon/plugin.c \ + src/daemon/plugin.h src/daemon/utils_cache.c \ + src/daemon/utils_cache.h src/daemon/utils_complain.c \ + src/daemon/utils_complain.h src/daemon/utils_random.c \ + src/daemon/utils_random.h src/daemon/utils_subst.c \ + src/daemon/utils_subst.h src/daemon/utils_time.c \ + src/daemon/utils_time.h src/daemon/types_list.c \ + src/daemon/types_list.h src/daemon/utils_threshold.c \ + src/daemon/utils_threshold.h src/daemon/cmd_windows.c \ + src/daemon/cmd.c +@BUILD_WIN32_TRUE@am__objects_1 = \ +@BUILD_WIN32_TRUE@ src/daemon/collectd-cmd_windows.$(OBJEXT) +@BUILD_WIN32_FALSE@am__objects_2 = src/daemon/collectd-cmd.$(OBJEXT) +am_collectd_OBJECTS = src/daemon/collectd-collectd.$(OBJEXT) \ + src/daemon/collectd-configfile.$(OBJEXT) \ + src/daemon/collectd-filter_chain.$(OBJEXT) \ + src/daemon/collectd-globals.$(OBJEXT) \ + src/utils/metadata/collectd-meta_data.$(OBJEXT) \ + src/daemon/collectd-plugin.$(OBJEXT) \ + src/daemon/collectd-utils_cache.$(OBJEXT) \ + src/daemon/collectd-utils_complain.$(OBJEXT) \ + src/daemon/collectd-utils_random.$(OBJEXT) \ + src/daemon/collectd-utils_subst.$(OBJEXT) \ + src/daemon/collectd-utils_time.$(OBJEXT) \ + src/daemon/collectd-types_list.$(OBJEXT) \ + src/daemon/collectd-utils_threshold.$(OBJEXT) $(am__objects_1) \ + $(am__objects_2) +collectd_OBJECTS = $(am_collectd_OBJECTS) +@BUILD_WITH_LIBSTATGRAB_TRUE@am__DEPENDENCIES_14 = \ +@BUILD_WITH_LIBSTATGRAB_TRUE@ $(am__DEPENDENCIES_1) +collectd_DEPENDENCIES = libavltree.la libcommon.la libheap.la \ + libllist.la liboconfig.la $(am__DEPENDENCIES_7) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_14) +collectd_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(collectd_CFLAGS) \ + $(CFLAGS) $(collectd_LDFLAGS) $(LDFLAGS) -o $@ +am_collectd_nagios_OBJECTS = \ + src/collectd_nagios-collectd-nagios.$(OBJEXT) +collectd_nagios_OBJECTS = $(am_collectd_nagios_OBJECTS) +collectd_nagios_DEPENDENCIES = libcollectdclient.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am_collectd_tg_OBJECTS = src/collectd_tg-collectd-tg.$(OBJEXT) +collectd_tg_OBJECTS = $(am_collectd_tg_OBJECTS) +collectd_tg_DEPENDENCIES = $(am__DEPENDENCIES_1) libheap.la \ + libcollectdclient.la $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am_collectdctl_OBJECTS = src/collectdctl-collectdctl.$(OBJEXT) +collectdctl_OBJECTS = $(am_collectdctl_OBJECTS) +collectdctl_DEPENDENCIES = libcollectdclient.la $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) +am_collectdmon_OBJECTS = src/collectdmon.$(OBJEXT) +collectdmon_OBJECTS = $(am_collectdmon_OBJECTS) +collectdmon_LDADD = $(LDADD) +am_test_common_OBJECTS = src/utils/common/common_test.$(OBJEXT) +test_common_OBJECTS = $(am_test_common_OBJECTS) +test_common_DEPENDENCIES = libplugin_mock.la +am_test_format_graphite_OBJECTS = \ + src/utils/format_graphite/format_graphite_test.$(OBJEXT) +test_format_graphite_OBJECTS = $(am_test_format_graphite_OBJECTS) +test_format_graphite_DEPENDENCIES = libformat_graphite.la \ + libmetadata.la libplugin_mock.la +am__test_format_json_SOURCES_DIST = \ + src/utils/format_json/format_json_test.c src/testing.h +@BUILD_WITH_LIBYAJL_TRUE@am_test_format_json_OBJECTS = src/utils/format_json/format_json_test.$(OBJEXT) +test_format_json_OBJECTS = $(am_test_format_json_OBJECTS) +@BUILD_WITH_LIBYAJL_TRUE@test_format_json_DEPENDENCIES = \ +@BUILD_WITH_LIBYAJL_TRUE@ libformat_json.la libmetadata.la \ +@BUILD_WITH_LIBYAJL_TRUE@ libplugin_mock.la +am__test_format_stackdriver_SOURCES_DIST = \ + src/utils/format_stackdriver/format_stackdriver_test.c \ + src/testing.h +@BUILD_WITH_LIBYAJL2_TRUE@am_test_format_stackdriver_OBJECTS = src/utils/format_stackdriver/format_stackdriver_test.$(OBJEXT) +test_format_stackdriver_OBJECTS = \ + $(am_test_format_stackdriver_OBJECTS) +@BUILD_WITH_LIBYAJL2_TRUE@test_format_stackdriver_DEPENDENCIES = \ +@BUILD_WITH_LIBYAJL2_TRUE@ libformat_stackdriver.la \ +@BUILD_WITH_LIBYAJL2_TRUE@ libplugin_mock.la +am_test_libcollectd_network_parse_OBJECTS = src/libcollectdclient/test_libcollectd_network_parse-network_parse_test.$(OBJEXT) +test_libcollectd_network_parse_OBJECTS = \ + $(am_test_libcollectd_network_parse_OBJECTS) +@BUILD_WITH_LIBGCRYPT_TRUE@test_libcollectd_network_parse_DEPENDENCIES = \ +@BUILD_WITH_LIBGCRYPT_TRUE@ $(am__DEPENDENCIES_1) +test_libcollectd_network_parse_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) \ + $(test_libcollectd_network_parse_LDFLAGS) $(LDFLAGS) -o $@ +am_test_meta_data_OBJECTS = \ + src/utils/metadata/meta_data_test.$(OBJEXT) +test_meta_data_OBJECTS = $(am_test_meta_data_OBJECTS) +test_meta_data_DEPENDENCIES = libmetadata.la libplugin_mock.la +am__test_plugin_capabilities_SOURCES_DIST = src/capabilities_test.c \ + src/daemon/configfile.c src/daemon/types_list.c +@BUILD_PLUGIN_CAPABILITIES_TRUE@am_test_plugin_capabilities_OBJECTS = src/test_plugin_capabilities-capabilities_test.$(OBJEXT) \ +@BUILD_PLUGIN_CAPABILITIES_TRUE@ src/daemon/test_plugin_capabilities-configfile.$(OBJEXT) \ +@BUILD_PLUGIN_CAPABILITIES_TRUE@ src/daemon/test_plugin_capabilities-types_list.$(OBJEXT) +test_plugin_capabilities_OBJECTS = \ + $(am_test_plugin_capabilities_OBJECTS) +@BUILD_PLUGIN_CAPABILITIES_TRUE@test_plugin_capabilities_DEPENDENCIES = \ +@BUILD_PLUGIN_CAPABILITIES_TRUE@ liboconfig.la \ +@BUILD_PLUGIN_CAPABILITIES_TRUE@ libplugin_mock.la \ +@BUILD_PLUGIN_CAPABILITIES_TRUE@ $(am__DEPENDENCIES_1) +test_plugin_capabilities_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(test_plugin_capabilities_LDFLAGS) \ + $(LDFLAGS) -o $@ +am__test_plugin_ceph_SOURCES_DIST = src/ceph_test.c +@BUILD_PLUGIN_CEPH_TRUE@am_test_plugin_ceph_OBJECTS = src/test_plugin_ceph-ceph_test.$(OBJEXT) +test_plugin_ceph_OBJECTS = $(am_test_plugin_ceph_OBJECTS) +@BUILD_PLUGIN_CEPH_TRUE@test_plugin_ceph_DEPENDENCIES = \ +@BUILD_PLUGIN_CEPH_TRUE@ libplugin_mock.la \ +@BUILD_PLUGIN_CEPH_TRUE@ $(am__DEPENDENCIES_1) +test_plugin_ceph_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(test_plugin_ceph_LDFLAGS) $(LDFLAGS) \ + -o $@ +am__test_plugin_curl_json_SOURCES_DIST = src/curl_json_test.c \ + src/utils/curl_stats/curl_stats.c src/daemon/configfile.c \ + src/daemon/types_list.c +@BUILD_PLUGIN_CURL_JSON_TRUE@am_test_plugin_curl_json_OBJECTS = src/test_plugin_curl_json-curl_json_test.$(OBJEXT) \ +@BUILD_PLUGIN_CURL_JSON_TRUE@ src/utils/curl_stats/test_plugin_curl_json-curl_stats.$(OBJEXT) \ +@BUILD_PLUGIN_CURL_JSON_TRUE@ src/daemon/test_plugin_curl_json-configfile.$(OBJEXT) \ +@BUILD_PLUGIN_CURL_JSON_TRUE@ src/daemon/test_plugin_curl_json-types_list.$(OBJEXT) +test_plugin_curl_json_OBJECTS = $(am_test_plugin_curl_json_OBJECTS) +@BUILD_PLUGIN_CURL_JSON_TRUE@test_plugin_curl_json_DEPENDENCIES = \ +@BUILD_PLUGIN_CURL_JSON_TRUE@ libavltree.la liboconfig.la \ +@BUILD_PLUGIN_CURL_JSON_TRUE@ libplugin_mock.la \ +@BUILD_PLUGIN_CURL_JSON_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_CURL_JSON_TRUE@ $(am__DEPENDENCIES_1) +test_plugin_curl_json_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(test_plugin_curl_json_LDFLAGS) \ + $(LDFLAGS) -o $@ +am__test_plugin_intel_rdt_SOURCES_DIST = src/intel_rdt_test.c \ + src/utils/config_cores/config_cores.c \ + src/utils/proc_pids/proc_pids.c src/daemon/configfile.c \ + src/daemon/types_list.c +@BUILD_PLUGIN_INTEL_RDT_TRUE@am_test_plugin_intel_rdt_OBJECTS = src/test_plugin_intel_rdt-intel_rdt_test.$(OBJEXT) \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ src/utils/config_cores/test_plugin_intel_rdt-config_cores.$(OBJEXT) \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ src/utils/proc_pids/test_plugin_intel_rdt-proc_pids.$(OBJEXT) \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ src/daemon/test_plugin_intel_rdt-configfile.$(OBJEXT) \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ src/daemon/test_plugin_intel_rdt-types_list.$(OBJEXT) +test_plugin_intel_rdt_OBJECTS = $(am_test_plugin_intel_rdt_OBJECTS) +@BUILD_PLUGIN_INTEL_RDT_TRUE@test_plugin_intel_rdt_DEPENDENCIES = \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ liboconfig.la libplugin_mock.la +test_plugin_intel_rdt_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(test_plugin_intel_rdt_LDFLAGS) \ + $(LDFLAGS) -o $@ +am__test_plugin_logparser_SOURCES_DIST = src/logparser_test.c \ + src/utils/message_parser/message_parser.c \ + src/utils_tail_match.c src/utils_tail_match.h \ + src/utils/tail/tail.c src/utils/tail/tail.h \ + src/utils/match/match.c src/utils/match/match.h \ + src/daemon/configfile.c src/daemon/types_list.c +@BUILD_PLUGIN_LOGPARSER_TRUE@am_test_plugin_logparser_OBJECTS = src/test_plugin_logparser-logparser_test.$(OBJEXT) \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/utils/message_parser/test_plugin_logparser-message_parser.$(OBJEXT) \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/test_plugin_logparser-utils_tail_match.$(OBJEXT) \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/utils/tail/test_plugin_logparser-tail.$(OBJEXT) \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/utils/match/test_plugin_logparser-match.$(OBJEXT) \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/daemon/test_plugin_logparser-configfile.$(OBJEXT) \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/daemon/test_plugin_logparser-types_list.$(OBJEXT) +test_plugin_logparser_OBJECTS = $(am_test_plugin_logparser_OBJECTS) +@BUILD_PLUGIN_LOGPARSER_TRUE@test_plugin_logparser_DEPENDENCIES = \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ liboconfig.la libplugin_mock.la \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ liblatency.la +test_plugin_logparser_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(test_plugin_logparser_LDFLAGS) \ + $(LDFLAGS) -o $@ +am__test_plugin_network_SOURCES_DIST = src/network_test.c \ + src/utils_fbhash.c src/daemon/configfile.c \ + src/daemon/types_list.c +@BUILD_PLUGIN_NETWORK_TRUE@am_test_plugin_network_OBJECTS = src/test_plugin_network-network_test.$(OBJEXT) \ +@BUILD_PLUGIN_NETWORK_TRUE@ src/test_plugin_network-utils_fbhash.$(OBJEXT) \ +@BUILD_PLUGIN_NETWORK_TRUE@ src/daemon/test_plugin_network-configfile.$(OBJEXT) \ +@BUILD_PLUGIN_NETWORK_TRUE@ src/daemon/test_plugin_network-types_list.$(OBJEXT) +test_plugin_network_OBJECTS = $(am_test_plugin_network_OBJECTS) +@BUILD_PLUGIN_NETWORK_TRUE@test_plugin_network_DEPENDENCIES = \ +@BUILD_PLUGIN_NETWORK_TRUE@ libavltree.la liboconfig.la \ +@BUILD_PLUGIN_NETWORK_TRUE@ libplugin_mock.la libmetadata.la \ +@BUILD_PLUGIN_NETWORK_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_NETWORK_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_NETWORK_TRUE@ $(am__DEPENDENCIES_1) +test_plugin_network_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(test_plugin_network_LDFLAGS) \ + $(LDFLAGS) -o $@ +am__test_plugin_pcie_errors_SOURCES_DIST = src/pcie_errors_test.c \ + src/daemon/utils_llist.c src/daemon/configfile.c \ + src/daemon/types_list.c +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@am_test_plugin_pcie_errors_OBJECTS = src/test_plugin_pcie_errors-pcie_errors_test.$(OBJEXT) \ +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@ src/daemon/test_plugin_pcie_errors-utils_llist.$(OBJEXT) \ +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@ src/daemon/test_plugin_pcie_errors-configfile.$(OBJEXT) \ +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@ src/daemon/test_plugin_pcie_errors-types_list.$(OBJEXT) +test_plugin_pcie_errors_OBJECTS = \ + $(am_test_plugin_pcie_errors_OBJECTS) +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@test_plugin_pcie_errors_DEPENDENCIES = \ +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@ liboconfig.la libplugin_mock.la +test_plugin_pcie_errors_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(test_plugin_pcie_errors_LDFLAGS) \ + $(LDFLAGS) -o $@ +am__test_plugin_redfish_SOURCES_DIST = src/redfish_test.c \ + src/utils/avltree/avltree.c src/daemon/utils_llist.c \ + src/daemon/configfile.c src/daemon/types_list.c +@BUILD_PLUGIN_REDFISH_TRUE@am_test_plugin_redfish_OBJECTS = src/test_plugin_redfish-redfish_test.$(OBJEXT) \ +@BUILD_PLUGIN_REDFISH_TRUE@ src/utils/avltree/test_plugin_redfish-avltree.$(OBJEXT) \ +@BUILD_PLUGIN_REDFISH_TRUE@ src/daemon/test_plugin_redfish-utils_llist.$(OBJEXT) \ +@BUILD_PLUGIN_REDFISH_TRUE@ src/daemon/test_plugin_redfish-configfile.$(OBJEXT) \ +@BUILD_PLUGIN_REDFISH_TRUE@ src/daemon/test_plugin_redfish-types_list.$(OBJEXT) +test_plugin_redfish_OBJECTS = $(am_test_plugin_redfish_OBJECTS) +@BUILD_PLUGIN_REDFISH_TRUE@test_plugin_redfish_DEPENDENCIES = \ +@BUILD_PLUGIN_REDFISH_TRUE@ liboconfig.la libplugin_mock.la +test_plugin_redfish_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(test_plugin_redfish_LDFLAGS) \ + $(LDFLAGS) -o $@ +am__test_plugin_snmp_agent_SOURCES_DIST = src/snmp_agent_test.c \ + src/utils/avltree/avltree.c src/daemon/utils_llist.c \ + src/daemon/configfile.c src/daemon/types_list.c +@BUILD_PLUGIN_SNMP_AGENT_TRUE@am_test_plugin_snmp_agent_OBJECTS = src/test_plugin_snmp_agent-snmp_agent_test.$(OBJEXT) \ +@BUILD_PLUGIN_SNMP_AGENT_TRUE@ src/utils/avltree/test_plugin_snmp_agent-avltree.$(OBJEXT) \ +@BUILD_PLUGIN_SNMP_AGENT_TRUE@ src/daemon/test_plugin_snmp_agent-utils_llist.$(OBJEXT) \ +@BUILD_PLUGIN_SNMP_AGENT_TRUE@ src/daemon/test_plugin_snmp_agent-configfile.$(OBJEXT) \ +@BUILD_PLUGIN_SNMP_AGENT_TRUE@ src/daemon/test_plugin_snmp_agent-types_list.$(OBJEXT) +test_plugin_snmp_agent_OBJECTS = $(am_test_plugin_snmp_agent_OBJECTS) +@BUILD_PLUGIN_SNMP_AGENT_TRUE@test_plugin_snmp_agent_DEPENDENCIES = \ +@BUILD_PLUGIN_SNMP_AGENT_TRUE@ liboconfig.la libplugin_mock.la \ +@BUILD_PLUGIN_SNMP_AGENT_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_SNMP_AGENT_TRUE@ $(am__DEPENDENCIES_1) +test_plugin_snmp_agent_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(test_plugin_snmp_agent_LDFLAGS) \ + $(LDFLAGS) -o $@ +am__test_plugin_virt_SOURCES_DIST = src/virt_test.c \ + src/daemon/configfile.c src/daemon/types_list.c +@BUILD_PLUGIN_VIRT_TRUE@am_test_plugin_virt_OBJECTS = src/test_plugin_virt-virt_test.$(OBJEXT) \ +@BUILD_PLUGIN_VIRT_TRUE@ src/daemon/test_plugin_virt-configfile.$(OBJEXT) \ +@BUILD_PLUGIN_VIRT_TRUE@ src/daemon/test_plugin_virt-types_list.$(OBJEXT) +test_plugin_virt_OBJECTS = $(am_test_plugin_virt_OBJECTS) +@BUILD_PLUGIN_VIRT_TRUE@test_plugin_virt_DEPENDENCIES = liboconfig.la \ +@BUILD_PLUGIN_VIRT_TRUE@ libplugin_mock.la \ +@BUILD_PLUGIN_VIRT_TRUE@ $(am__DEPENDENCIES_1) \ +@BUILD_PLUGIN_VIRT_TRUE@ $(am__DEPENDENCIES_1) +test_plugin_virt_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(test_plugin_virt_LDFLAGS) $(LDFLAGS) \ + -o $@ +am_test_utils_avltree_OBJECTS = \ + src/utils/avltree/avltree_test.$(OBJEXT) +test_utils_avltree_OBJECTS = $(am_test_utils_avltree_OBJECTS) +test_utils_avltree_DEPENDENCIES = libavltree.la $(am__DEPENDENCIES_7) +am_test_utils_cmds_OBJECTS = src/utils/cmds/cmds_test.$(OBJEXT) +test_utils_cmds_OBJECTS = $(am_test_utils_cmds_OBJECTS) +test_utils_cmds_DEPENDENCIES = libcmds.la libplugin_mock.la +am_test_utils_config_cores_OBJECTS = \ + src/utils/config_cores/config_cores_test.$(OBJEXT) +test_utils_config_cores_OBJECTS = \ + $(am_test_utils_config_cores_OBJECTS) +test_utils_config_cores_DEPENDENCIES = libplugin_mock.la +am_test_utils_heap_OBJECTS = src/utils/heap/heap_test.$(OBJEXT) +test_utils_heap_OBJECTS = $(am_test_utils_heap_OBJECTS) +test_utils_heap_DEPENDENCIES = libheap.la $(am__DEPENDENCIES_7) +am_test_utils_latency_OBJECTS = \ + src/utils/latency/latency_test.$(OBJEXT) +test_utils_latency_OBJECTS = $(am_test_utils_latency_OBJECTS) +test_utils_latency_DEPENDENCIES = liblatency.la libplugin_mock.la +am_test_utils_message_parser_OBJECTS = src/utils/message_parser/test_utils_message_parser-message_parser_test.$(OBJEXT) \ + src/daemon/test_utils_message_parser-configfile.$(OBJEXT) \ + src/daemon/test_utils_message_parser-types_list.$(OBJEXT) \ + src/test_utils_message_parser-utils_tail_match.$(OBJEXT) \ + src/utils/tail/test_utils_message_parser-tail.$(OBJEXT) \ + src/utils/match/test_utils_message_parser-match.$(OBJEXT) \ + src/utils/latency/test_utils_message_parser-latency.$(OBJEXT) \ + src/utils/latency/test_utils_message_parser-latency_config.$(OBJEXT) +test_utils_message_parser_OBJECTS = \ + $(am_test_utils_message_parser_OBJECTS) +test_utils_message_parser_DEPENDENCIES = liboconfig.la \ + libplugin_mock.la +am_test_utils_mount_OBJECTS = src/utils/mount/mount_test.$(OBJEXT) +test_utils_mount_OBJECTS = $(am_test_utils_mount_OBJECTS) +test_utils_mount_DEPENDENCIES = libmount.la libplugin_mock.la \ + $(am__DEPENDENCIES_1) +am__test_utils_oauth_SOURCES_DIST = src/utils/oauth/oauth_test.c +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@am_test_utils_oauth_OBJECTS = src/utils/oauth/oauth_test.$(OBJEXT) +test_utils_oauth_OBJECTS = $(am_test_utils_oauth_OBJECTS) +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@test_utils_oauth_DEPENDENCIES = liboauth.la \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ libcommon.la \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ libplugin_mock.la +am__test_utils_proc_pids_SOURCES_DIST = \ + src/utils/proc_pids/proc_pids_test.c src/testing.h +@BUILD_PLUGIN_INTEL_RDT_TRUE@am_test_utils_proc_pids_OBJECTS = src/utils/proc_pids/proc_pids_test.$(OBJEXT) +test_utils_proc_pids_OBJECTS = $(am_test_utils_proc_pids_OBJECTS) +@BUILD_PLUGIN_INTEL_RDT_TRUE@test_utils_proc_pids_DEPENDENCIES = \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ libplugin_mock.la +am_test_utils_subst_OBJECTS = src/daemon/utils_subst_test.$(OBJEXT) \ + src/daemon/utils_subst.$(OBJEXT) +test_utils_subst_OBJECTS = $(am_test_utils_subst_OBJECTS) +test_utils_subst_DEPENDENCIES = libplugin_mock.la +am_test_utils_time_OBJECTS = src/daemon/utils_time_test.$(OBJEXT) +test_utils_time_OBJECTS = $(am_test_utils_time_OBJECTS) +test_utils_time_LDADD = $(LDADD) +am_test_utils_vl_lookup_OBJECTS = \ + src/utils/lookup/vl_lookup_test.$(OBJEXT) +test_utils_vl_lookup_OBJECTS = $(am_test_utils_vl_lookup_OBJECTS) +test_utils_vl_lookup_DEPENDENCIES = liblookup.la libplugin_mock.la \ + $(am__DEPENDENCIES_1) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src +depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/grpc_la-collectd.grpc.pb.Plo \ + ./$(DEPDIR)/grpc_la-collectd.pb.Plo \ + ./$(DEPDIR)/grpc_la-types.pb.Plo \ + ./$(DEPDIR)/write_prometheus_la-prometheus.pb-c.Plo \ + src/$(DEPDIR)/aggregation.Plo src/$(DEPDIR)/amqp1_la-amqp1.Plo \ + src/$(DEPDIR)/amqp_la-amqp.Plo \ + src/$(DEPDIR)/apache_la-apache.Plo src/$(DEPDIR)/apcups.Plo \ + src/$(DEPDIR)/apple_sensors.Plo \ + src/$(DEPDIR)/aquaero_la-aquaero.Plo \ + src/$(DEPDIR)/ascent_la-ascent.Plo src/$(DEPDIR)/barometer.Plo \ + src/$(DEPDIR)/battery.Plo src/$(DEPDIR)/battery_statefs.Plo \ + src/$(DEPDIR)/bind_la-bind.Plo src/$(DEPDIR)/buddyinfo.Plo \ + src/$(DEPDIR)/capabilities_la-capabilities.Plo \ + src/$(DEPDIR)/ceph_la-ceph.Plo src/$(DEPDIR)/cgroups.Plo \ + src/$(DEPDIR)/check_uptime.Plo src/$(DEPDIR)/chrony.Plo \ + src/$(DEPDIR)/collectd_nagios-collectd-nagios.Po \ + src/$(DEPDIR)/collectd_tg-collectd-tg.Po \ + src/$(DEPDIR)/collectdctl-collectdctl.Po \ + src/$(DEPDIR)/collectdmon.Po \ + src/$(DEPDIR)/connectivity_la-connectivity.Plo \ + src/$(DEPDIR)/conntrack.Plo src/$(DEPDIR)/contextswitch.Plo \ + src/$(DEPDIR)/cpu_la-cpu.Plo src/$(DEPDIR)/cpufreq.Plo \ + src/$(DEPDIR)/cpusleep.Plo src/$(DEPDIR)/csv.Plo \ + src/$(DEPDIR)/curl_json_la-curl_json.Plo \ + src/$(DEPDIR)/curl_la-curl.Plo \ + src/$(DEPDIR)/curl_xml_la-curl_xml.Plo \ + src/$(DEPDIR)/dbi_la-dbi.Plo src/$(DEPDIR)/dcpmm_la-dcpmm.Plo \ + src/$(DEPDIR)/df.Plo src/$(DEPDIR)/disk_la-disk.Plo \ + src/$(DEPDIR)/dns_la-dns.Plo \ + src/$(DEPDIR)/dpdk_telemetry_la-dpdk_telemetry.Plo \ + src/$(DEPDIR)/dpdkevents_la-dpdkevents.Plo \ + src/$(DEPDIR)/dpdkstat_la-dpdkstat.Plo src/$(DEPDIR)/drbd.Plo \ + src/$(DEPDIR)/email.Plo src/$(DEPDIR)/entropy.Plo \ + src/$(DEPDIR)/ethstat.Plo src/$(DEPDIR)/exec.Plo \ + src/$(DEPDIR)/fhcount.Plo src/$(DEPDIR)/filecount.Plo \ + src/$(DEPDIR)/fscache.Plo src/$(DEPDIR)/gmond_la-gmond.Plo \ + src/$(DEPDIR)/gps_la-gps.Plo \ + src/$(DEPDIR)/gpu_nvidia_la-gpu_nvidia.Plo \ + src/$(DEPDIR)/grpc_la-grpc.Plo src/$(DEPDIR)/hddtemp.Plo \ + src/$(DEPDIR)/hugepages.Plo \ + src/$(DEPDIR)/intel_pmu_la-intel_pmu.Plo \ + src/$(DEPDIR)/intel_rdt_la-intel_rdt.Plo \ + src/$(DEPDIR)/interface_la-interface.Plo src/$(DEPDIR)/ipc.Plo \ + src/$(DEPDIR)/ipmi_la-ipmi.Plo src/$(DEPDIR)/ipstats.Plo \ + src/$(DEPDIR)/iptables_la-iptables.Plo src/$(DEPDIR)/ipvs.Plo \ + src/$(DEPDIR)/irq.Plo src/$(DEPDIR)/java_la-java.Plo \ + src/$(DEPDIR)/load_la-load.Plo \ + src/$(DEPDIR)/log_logstash_la-log_logstash.Plo \ + src/$(DEPDIR)/logfile.Plo \ + src/$(DEPDIR)/logparser_la-logparser.Plo \ + src/$(DEPDIR)/logparser_la-utils_tail_match.Plo \ + src/$(DEPDIR)/lpar.Plo src/$(DEPDIR)/lua_la-lua.Plo \ + src/$(DEPDIR)/lua_la-utils_lua.Plo src/$(DEPDIR)/madwifi.Plo \ + src/$(DEPDIR)/match_empty_counter.Plo \ + src/$(DEPDIR)/match_hashed.Plo src/$(DEPDIR)/match_regex.Plo \ + src/$(DEPDIR)/match_timediff.Plo src/$(DEPDIR)/match_value.Plo \ + src/$(DEPDIR)/mbmon.Plo src/$(DEPDIR)/mcelog.Plo \ + src/$(DEPDIR)/md.Plo src/$(DEPDIR)/memcachec_la-memcachec.Plo \ + src/$(DEPDIR)/memcached.Plo src/$(DEPDIR)/memory_la-memory.Plo \ + src/$(DEPDIR)/mic_la-mic.Plo \ + src/$(DEPDIR)/modbus_la-modbus.Plo \ + src/$(DEPDIR)/mqtt_la-mqtt.Plo src/$(DEPDIR)/multimeter.Plo \ + src/$(DEPDIR)/mysql_la-mysql.Plo \ + src/$(DEPDIR)/netapp_la-netapp.Plo \ + src/$(DEPDIR)/netlink_la-netlink.Plo \ + src/$(DEPDIR)/network_la-network.Plo \ + src/$(DEPDIR)/network_la-utils_fbhash.Plo \ + src/$(DEPDIR)/nfs.Plo src/$(DEPDIR)/nginx_la-nginx.Plo \ + src/$(DEPDIR)/notify_desktop_la-notify_desktop.Plo \ + src/$(DEPDIR)/notify_email_la-notify_email.Plo \ + src/$(DEPDIR)/notify_nagios.Plo src/$(DEPDIR)/ntpd.Plo \ + src/$(DEPDIR)/numa.Plo src/$(DEPDIR)/nut_la-nut.Plo \ + src/$(DEPDIR)/olsrd.Plo src/$(DEPDIR)/onewire_la-onewire.Plo \ + src/$(DEPDIR)/openldap_la-openldap.Plo \ + src/$(DEPDIR)/openvpn.Plo src/$(DEPDIR)/oracle_la-oracle.Plo \ + src/$(DEPDIR)/ovs_events_la-ovs_events.Plo \ + src/$(DEPDIR)/ovs_stats_la-ovs_stats.Plo \ + src/$(DEPDIR)/pcie_errors_la-pcie_errors.Plo \ + src/$(DEPDIR)/perl_la-perl.Plo src/$(DEPDIR)/pf.Plo \ + src/$(DEPDIR)/pinba_la-pinba.Plo \ + src/$(DEPDIR)/pinba_la-pinba.pb-c.Plo \ + src/$(DEPDIR)/ping_la-ping.Plo \ + src/$(DEPDIR)/postgresql_la-postgresql.Plo \ + src/$(DEPDIR)/powerdns.Plo \ + src/$(DEPDIR)/processes_la-processes.Plo \ + src/$(DEPDIR)/procevent_la-procevent.Plo \ + src/$(DEPDIR)/protocols.Plo \ + src/$(DEPDIR)/python_la-pyconfig.Plo \ + src/$(DEPDIR)/python_la-python.Plo \ + src/$(DEPDIR)/python_la-pyvalues.Plo \ + src/$(DEPDIR)/redfish_la-redfish.Plo \ + src/$(DEPDIR)/redis_la-redis.Plo \ + src/$(DEPDIR)/routeros_la-routeros.Plo \ + src/$(DEPDIR)/rrdcached_la-rrdcached.Plo \ + src/$(DEPDIR)/rrdtool_la-rrdtool.Plo \ + src/$(DEPDIR)/sensors_la-sensors.Plo src/$(DEPDIR)/serial.Plo \ + src/$(DEPDIR)/sigrok_la-sigrok.Plo \ + src/$(DEPDIR)/slurm_la-slurm.Plo \ + src/$(DEPDIR)/smart_la-smart.Plo \ + src/$(DEPDIR)/snmp_agent_la-snmp_agent.Plo \ + src/$(DEPDIR)/snmp_la-snmp.Plo src/$(DEPDIR)/statsd.Plo \ + src/$(DEPDIR)/swap_la-swap.Plo src/$(DEPDIR)/synproxy.Plo \ + src/$(DEPDIR)/sysevent_la-sysevent.Plo \ + src/$(DEPDIR)/syslog.Plo src/$(DEPDIR)/table.Plo \ + src/$(DEPDIR)/tail.Plo src/$(DEPDIR)/tail_csv.Plo \ + src/$(DEPDIR)/tape.Plo src/$(DEPDIR)/target_notification.Plo \ + src/$(DEPDIR)/target_replace.Plo \ + src/$(DEPDIR)/target_scale.Plo src/$(DEPDIR)/target_set.Plo \ + src/$(DEPDIR)/target_v5upgrade.Plo src/$(DEPDIR)/tcpconns.Plo \ + src/$(DEPDIR)/teamspeak2.Plo src/$(DEPDIR)/ted.Plo \ + src/$(DEPDIR)/test_plugin_capabilities-capabilities_test.Po \ + src/$(DEPDIR)/test_plugin_ceph-ceph_test.Po \ + src/$(DEPDIR)/test_plugin_curl_json-curl_json_test.Po \ + src/$(DEPDIR)/test_plugin_intel_rdt-intel_rdt_test.Po \ + src/$(DEPDIR)/test_plugin_logparser-logparser_test.Po \ + src/$(DEPDIR)/test_plugin_logparser-utils_tail_match.Po \ + src/$(DEPDIR)/test_plugin_network-network_test.Po \ + src/$(DEPDIR)/test_plugin_network-utils_fbhash.Po \ + src/$(DEPDIR)/test_plugin_pcie_errors-pcie_errors_test.Po \ + src/$(DEPDIR)/test_plugin_redfish-redfish_test.Po \ + src/$(DEPDIR)/test_plugin_snmp_agent-snmp_agent_test.Po \ + src/$(DEPDIR)/test_plugin_virt-virt_test.Po \ + src/$(DEPDIR)/test_utils_message_parser-utils_tail_match.Po \ + src/$(DEPDIR)/thermal.Plo src/$(DEPDIR)/threshold.Plo \ + src/$(DEPDIR)/tokyotyrant_la-tokyotyrant.Plo \ + src/$(DEPDIR)/turbostat.Plo src/$(DEPDIR)/ubi.Plo \ + src/$(DEPDIR)/unixsock.Plo src/$(DEPDIR)/uptime_la-uptime.Plo \ + src/$(DEPDIR)/users_la-users.Plo \ + src/$(DEPDIR)/utils_tail_match.Plo src/$(DEPDIR)/uuid.Plo \ + src/$(DEPDIR)/varnish_la-varnish.Plo \ + src/$(DEPDIR)/virt_la-virt.Plo src/$(DEPDIR)/vmem.Plo \ + src/$(DEPDIR)/vserver.Plo src/$(DEPDIR)/wireless.Plo \ + src/$(DEPDIR)/write_graphite.Plo \ + src/$(DEPDIR)/write_http_la-write_http.Plo \ + src/$(DEPDIR)/write_influxdb_udp_la-write_influxdb_udp.Plo \ + src/$(DEPDIR)/write_kafka_la-write_kafka.Plo \ + src/$(DEPDIR)/write_log.Plo \ + src/$(DEPDIR)/write_mongodb_la-write_mongodb.Plo \ + src/$(DEPDIR)/write_prometheus_la-write_prometheus.Plo \ + src/$(DEPDIR)/write_redis_la-write_redis.Plo \ + src/$(DEPDIR)/write_riemann_la-write_riemann.Plo \ + src/$(DEPDIR)/write_riemann_la-write_riemann_threshold.Plo \ + src/$(DEPDIR)/write_sensu.Plo \ + src/$(DEPDIR)/write_stackdriver_la-write_stackdriver.Plo \ + src/$(DEPDIR)/write_syslog.Plo src/$(DEPDIR)/write_tsdb.Plo \ + src/$(DEPDIR)/xencpu_la-xencpu.Plo \ + src/$(DEPDIR)/xmms_la-xmms.Plo src/$(DEPDIR)/zfs_arc.Plo \ + src/$(DEPDIR)/zone.Plo src/$(DEPDIR)/zookeeper.Plo \ + src/daemon/$(DEPDIR)/collectd-cmd.Po \ + src/daemon/$(DEPDIR)/collectd-cmd_windows.Po \ + src/daemon/$(DEPDIR)/collectd-collectd.Po \ + src/daemon/$(DEPDIR)/collectd-configfile.Po \ + src/daemon/$(DEPDIR)/collectd-filter_chain.Po \ + src/daemon/$(DEPDIR)/collectd-globals.Po \ + src/daemon/$(DEPDIR)/collectd-plugin.Po \ + src/daemon/$(DEPDIR)/collectd-types_list.Po \ + src/daemon/$(DEPDIR)/collectd-utils_cache.Po \ + src/daemon/$(DEPDIR)/collectd-utils_complain.Po \ + src/daemon/$(DEPDIR)/collectd-utils_random.Po \ + src/daemon/$(DEPDIR)/collectd-utils_subst.Po \ + src/daemon/$(DEPDIR)/collectd-utils_threshold.Po \ + src/daemon/$(DEPDIR)/collectd-utils_time.Po \ + src/daemon/$(DEPDIR)/libplugin_mock_la-plugin_mock.Plo \ + src/daemon/$(DEPDIR)/libplugin_mock_la-utils_cache_mock.Plo \ + src/daemon/$(DEPDIR)/libplugin_mock_la-utils_complain.Plo \ + src/daemon/$(DEPDIR)/libplugin_mock_la-utils_time.Plo \ + src/daemon/$(DEPDIR)/test_plugin_capabilities-configfile.Po \ + src/daemon/$(DEPDIR)/test_plugin_capabilities-types_list.Po \ + src/daemon/$(DEPDIR)/test_plugin_curl_json-configfile.Po \ + src/daemon/$(DEPDIR)/test_plugin_curl_json-types_list.Po \ + src/daemon/$(DEPDIR)/test_plugin_intel_rdt-configfile.Po \ + src/daemon/$(DEPDIR)/test_plugin_intel_rdt-types_list.Po \ + src/daemon/$(DEPDIR)/test_plugin_logparser-configfile.Po \ + src/daemon/$(DEPDIR)/test_plugin_logparser-types_list.Po \ + src/daemon/$(DEPDIR)/test_plugin_network-configfile.Po \ + src/daemon/$(DEPDIR)/test_plugin_network-types_list.Po \ + src/daemon/$(DEPDIR)/test_plugin_pcie_errors-configfile.Po \ + src/daemon/$(DEPDIR)/test_plugin_pcie_errors-types_list.Po \ + src/daemon/$(DEPDIR)/test_plugin_pcie_errors-utils_llist.Po \ + src/daemon/$(DEPDIR)/test_plugin_redfish-configfile.Po \ + src/daemon/$(DEPDIR)/test_plugin_redfish-types_list.Po \ + src/daemon/$(DEPDIR)/test_plugin_redfish-utils_llist.Po \ + src/daemon/$(DEPDIR)/test_plugin_snmp_agent-configfile.Po \ + src/daemon/$(DEPDIR)/test_plugin_snmp_agent-types_list.Po \ + src/daemon/$(DEPDIR)/test_plugin_snmp_agent-utils_llist.Po \ + src/daemon/$(DEPDIR)/test_plugin_virt-configfile.Po \ + src/daemon/$(DEPDIR)/test_plugin_virt-types_list.Po \ + src/daemon/$(DEPDIR)/test_utils_message_parser-configfile.Po \ + src/daemon/$(DEPDIR)/test_utils_message_parser-types_list.Po \ + src/daemon/$(DEPDIR)/utils_llist.Plo \ + src/daemon/$(DEPDIR)/utils_subst.Po \ + src/daemon/$(DEPDIR)/utils_subst_test.Po \ + src/daemon/$(DEPDIR)/utils_time_test.Po \ + src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-client.Plo \ + src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-network.Plo \ + src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-network_buffer.Plo \ + src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-network_parse.Plo \ + src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-server.Plo \ + src/libcollectdclient/$(DEPDIR)/test_libcollectd_network_parse-network_parse_test.Po \ + src/liboconfig/$(DEPDIR)/liboconfig_la-oconfig.Plo \ + src/liboconfig/$(DEPDIR)/liboconfig_la-parser.Plo \ + src/liboconfig/$(DEPDIR)/liboconfig_la-scanner.Plo \ + src/utils/avltree/$(DEPDIR)/avltree.Plo \ + src/utils/avltree/$(DEPDIR)/avltree_test.Po \ + src/utils/avltree/$(DEPDIR)/test_plugin_redfish-avltree.Po \ + src/utils/avltree/$(DEPDIR)/test_plugin_snmp_agent-avltree.Po \ + src/utils/cmds/$(DEPDIR)/cmds.Plo \ + src/utils/cmds/$(DEPDIR)/cmds_test.Po \ + src/utils/cmds/$(DEPDIR)/flush.Plo \ + src/utils/cmds/$(DEPDIR)/getthreshold.Plo \ + src/utils/cmds/$(DEPDIR)/getval.Plo \ + src/utils/cmds/$(DEPDIR)/listval.Plo \ + src/utils/cmds/$(DEPDIR)/parse_option.Plo \ + src/utils/cmds/$(DEPDIR)/putnotif.Plo \ + src/utils/cmds/$(DEPDIR)/putval.Plo \ + src/utils/common/$(DEPDIR)/common.Plo \ + src/utils/common/$(DEPDIR)/common_test.Po \ + src/utils/config_cores/$(DEPDIR)/config_cores_test.Po \ + src/utils/config_cores/$(DEPDIR)/intel_pmu_la-config_cores.Plo \ + src/utils/config_cores/$(DEPDIR)/intel_rdt_la-config_cores.Plo \ + src/utils/config_cores/$(DEPDIR)/test_plugin_intel_rdt-config_cores.Po \ + src/utils/curl_stats/$(DEPDIR)/curl_json_la-curl_stats.Plo \ + src/utils/curl_stats/$(DEPDIR)/curl_la-curl_stats.Plo \ + src/utils/curl_stats/$(DEPDIR)/curl_xml_la-curl_stats.Plo \ + src/utils/curl_stats/$(DEPDIR)/test_plugin_curl_json-curl_stats.Po \ + src/utils/curl_stats/$(DEPDIR)/write_http_la-curl_stats.Plo \ + src/utils/db_query/$(DEPDIR)/dbi_la-db_query.Plo \ + src/utils/db_query/$(DEPDIR)/oracle_la-db_query.Plo \ + src/utils/db_query/$(DEPDIR)/postgresql_la-db_query.Plo \ + src/utils/dmi/$(DEPDIR)/capabilities_la-dmi.Plo \ + src/utils/dns/$(DEPDIR)/dns_la-dns.Plo \ + src/utils/dpdk/$(DEPDIR)/dpdkevents_la-dpdk.Plo \ + src/utils/dpdk/$(DEPDIR)/dpdkstat_la-dpdk.Plo \ + src/utils/format_graphite/$(DEPDIR)/format_graphite.Plo \ + src/utils/format_graphite/$(DEPDIR)/format_graphite_test.Po \ + src/utils/format_json/$(DEPDIR)/format_json_test.Po \ + src/utils/format_json/$(DEPDIR)/libformat_json_la-format_json.Plo \ + src/utils/format_kairosdb/$(DEPDIR)/write_http_la-format_kairosdb.Plo \ + src/utils/format_stackdriver/$(DEPDIR)/format_stackdriver_test.Po \ + src/utils/format_stackdriver/$(DEPDIR)/libformat_stackdriver_la-format_stackdriver.Plo \ + src/utils/gce/$(DEPDIR)/libgce_la-gce.Plo \ + src/utils/heap/$(DEPDIR)/heap.Plo \ + src/utils/heap/$(DEPDIR)/heap_test.Po \ + src/utils/ignorelist/$(DEPDIR)/ignorelist.Plo \ + src/utils/latency/$(DEPDIR)/latency.Plo \ + src/utils/latency/$(DEPDIR)/latency_config.Plo \ + src/utils/latency/$(DEPDIR)/latency_test.Po \ + src/utils/latency/$(DEPDIR)/logparser_la-latency.Plo \ + src/utils/latency/$(DEPDIR)/logparser_la-latency_config.Plo \ + src/utils/latency/$(DEPDIR)/test_utils_message_parser-latency.Po \ + src/utils/latency/$(DEPDIR)/test_utils_message_parser-latency_config.Po \ + src/utils/lookup/$(DEPDIR)/vl_lookup.Plo \ + src/utils/lookup/$(DEPDIR)/vl_lookup_test.Po \ + src/utils/match/$(DEPDIR)/curl_la-match.Plo \ + src/utils/match/$(DEPDIR)/logparser_la-match.Plo \ + src/utils/match/$(DEPDIR)/match.Plo \ + src/utils/match/$(DEPDIR)/memcachec_la-match.Plo \ + src/utils/match/$(DEPDIR)/test_plugin_logparser-match.Po \ + src/utils/match/$(DEPDIR)/test_utils_message_parser-match.Po \ + src/utils/message_parser/$(DEPDIR)/logparser_la-message_parser.Plo \ + src/utils/message_parser/$(DEPDIR)/test_plugin_logparser-message_parser.Po \ + src/utils/message_parser/$(DEPDIR)/test_utils_message_parser-message_parser_test.Po \ + src/utils/metadata/$(DEPDIR)/collectd-meta_data.Po \ + src/utils/metadata/$(DEPDIR)/meta_data.Plo \ + src/utils/metadata/$(DEPDIR)/meta_data_test.Po \ + src/utils/mount/$(DEPDIR)/mount.Plo \ + src/utils/mount/$(DEPDIR)/mount_test.Po \ + src/utils/oauth/$(DEPDIR)/liboauth_la-oauth.Plo \ + src/utils/oauth/$(DEPDIR)/oauth_test.Po \ + src/utils/ovs/$(DEPDIR)/ovs_events_la-ovs.Plo \ + src/utils/ovs/$(DEPDIR)/ovs_stats_la-ovs.Plo \ + src/utils/proc_pids/$(DEPDIR)/intel_rdt_la-proc_pids.Plo \ + src/utils/proc_pids/$(DEPDIR)/proc_pids_test.Po \ + src/utils/proc_pids/$(DEPDIR)/test_plugin_intel_rdt-proc_pids.Po \ + src/utils/rrdcreate/$(DEPDIR)/rrdcached_la-rrdcreate.Plo \ + src/utils/rrdcreate/$(DEPDIR)/rrdtool_la-rrdcreate.Plo \ + src/utils/tail/$(DEPDIR)/logparser_la-tail.Plo \ + src/utils/tail/$(DEPDIR)/tail.Plo \ + src/utils/tail/$(DEPDIR)/test_plugin_logparser-tail.Po \ + src/utils/tail/$(DEPDIR)/test_utils_message_parser-tail.Po \ + src/utils/taskstats/$(DEPDIR)/libtaskstats_la-taskstats.Plo +am__mv = mv -f +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = +CCLD = $(CC) +LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS) +LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS) +AM_V_LEX = $(am__v_LEX_@AM_V@) +am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@) +am__v_LEX_0 = @echo " LEX " $@; +am__v_LEX_1 = +YLWRAP = $(top_srcdir)/build-aux/ylwrap +am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \ + -e s/c++$$/h++/ -e s/c$$/h/ +YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS) +LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS) +AM_V_YACC = $(am__v_YACC_@AM_V@) +am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@) +am__v_YACC_0 = @echo " YACC " $@; +am__v_YACC_1 = +SOURCES = $(aggregation_la_SOURCES) $(amqp_la_SOURCES) \ + $(amqp1_la_SOURCES) $(apache_la_SOURCES) $(apcups_la_SOURCES) \ + $(apple_sensors_la_SOURCES) $(aquaero_la_SOURCES) \ + $(ascent_la_SOURCES) $(barometer_la_SOURCES) \ + $(battery_la_SOURCES) $(bind_la_SOURCES) \ + $(buddyinfo_la_SOURCES) $(capabilities_la_SOURCES) \ + $(ceph_la_SOURCES) $(cgroups_la_SOURCES) \ + $(check_uptime_la_SOURCES) $(chrony_la_SOURCES) \ + $(connectivity_la_SOURCES) $(conntrack_la_SOURCES) \ + $(contextswitch_la_SOURCES) $(cpu_la_SOURCES) \ + $(cpufreq_la_SOURCES) $(cpusleep_la_SOURCES) $(csv_la_SOURCES) \ + $(curl_la_SOURCES) $(curl_json_la_SOURCES) \ + $(curl_xml_la_SOURCES) $(dbi_la_SOURCES) $(dcpmm_la_SOURCES) \ + $(df_la_SOURCES) $(disk_la_SOURCES) $(dns_la_SOURCES) \ + $(dpdk_telemetry_la_SOURCES) $(dpdkevents_la_SOURCES) \ + $(dpdkstat_la_SOURCES) $(drbd_la_SOURCES) $(email_la_SOURCES) \ + $(entropy_la_SOURCES) $(ethstat_la_SOURCES) $(exec_la_SOURCES) \ + $(fhcount_la_SOURCES) $(filecount_la_SOURCES) \ + $(fscache_la_SOURCES) $(gmond_la_SOURCES) $(gps_la_SOURCES) \ + $(gpu_nvidia_la_SOURCES) $(grpc_la_SOURCES) \ + $(nodist_grpc_la_SOURCES) $(hddtemp_la_SOURCES) \ + $(hugepages_la_SOURCES) $(intel_pmu_la_SOURCES) \ + $(intel_rdt_la_SOURCES) $(interface_la_SOURCES) \ + $(ipc_la_SOURCES) $(ipmi_la_SOURCES) $(ipstats_la_SOURCES) \ + $(iptables_la_SOURCES) $(ipvs_la_SOURCES) $(irq_la_SOURCES) \ + $(java_la_SOURCES) $(libavltree_la_SOURCES) \ + $(libcmds_la_SOURCES) $(libcollectdclient_la_SOURCES) \ + $(libcommon_la_SOURCES) $(libformat_graphite_la_SOURCES) \ + $(libformat_json_la_SOURCES) \ + $(libformat_stackdriver_la_SOURCES) $(libgce_la_SOURCES) \ + $(libheap_la_SOURCES) $(libignorelist_la_SOURCES) \ + $(liblatency_la_SOURCES) $(libllist_la_SOURCES) \ + $(liblookup_la_SOURCES) $(libmetadata_la_SOURCES) \ + $(libmount_la_SOURCES) $(liboauth_la_SOURCES) \ + $(liboconfig_la_SOURCES) $(libplugin_mock_la_SOURCES) \ + $(libtaskstats_la_SOURCES) $(load_la_SOURCES) \ + $(log_logstash_la_SOURCES) $(logfile_la_SOURCES) \ + $(logparser_la_SOURCES) $(lpar_la_SOURCES) $(lua_la_SOURCES) \ + $(madwifi_la_SOURCES) $(match_empty_counter_la_SOURCES) \ + $(match_hashed_la_SOURCES) $(match_regex_la_SOURCES) \ + $(match_timediff_la_SOURCES) $(match_value_la_SOURCES) \ + $(mbmon_la_SOURCES) $(mcelog_la_SOURCES) $(md_la_SOURCES) \ + $(memcachec_la_SOURCES) $(memcached_la_SOURCES) \ + $(memory_la_SOURCES) $(mic_la_SOURCES) $(modbus_la_SOURCES) \ + $(mqtt_la_SOURCES) $(multimeter_la_SOURCES) \ + $(mysql_la_SOURCES) $(netapp_la_SOURCES) $(netlink_la_SOURCES) \ + $(network_la_SOURCES) $(nfs_la_SOURCES) $(nginx_la_SOURCES) \ + $(notify_desktop_la_SOURCES) $(notify_email_la_SOURCES) \ + $(notify_nagios_la_SOURCES) $(ntpd_la_SOURCES) \ + $(numa_la_SOURCES) $(nut_la_SOURCES) $(olsrd_la_SOURCES) \ + $(onewire_la_SOURCES) $(openldap_la_SOURCES) \ + $(openvpn_la_SOURCES) $(oracle_la_SOURCES) \ + $(ovs_events_la_SOURCES) $(ovs_stats_la_SOURCES) \ + $(pcie_errors_la_SOURCES) $(perl_la_SOURCES) $(pf_la_SOURCES) \ + $(pinba_la_SOURCES) $(nodist_pinba_la_SOURCES) \ + $(ping_la_SOURCES) $(postgresql_la_SOURCES) \ + $(powerdns_la_SOURCES) $(processes_la_SOURCES) \ + $(procevent_la_SOURCES) $(protocols_la_SOURCES) \ + $(python_la_SOURCES) $(redfish_la_SOURCES) $(redis_la_SOURCES) \ + $(routeros_la_SOURCES) $(rrdcached_la_SOURCES) \ + $(rrdtool_la_SOURCES) $(sensors_la_SOURCES) \ + $(serial_la_SOURCES) $(sigrok_la_SOURCES) $(slurm_la_SOURCES) \ + $(smart_la_SOURCES) $(snmp_la_SOURCES) \ + $(snmp_agent_la_SOURCES) $(statsd_la_SOURCES) \ + $(swap_la_SOURCES) $(synproxy_la_SOURCES) \ + $(sysevent_la_SOURCES) $(syslog_la_SOURCES) \ + $(table_la_SOURCES) $(tail_la_SOURCES) $(tail_csv_la_SOURCES) \ + $(tape_la_SOURCES) $(target_notification_la_SOURCES) \ + $(target_replace_la_SOURCES) $(target_scale_la_SOURCES) \ + $(target_set_la_SOURCES) $(target_v5upgrade_la_SOURCES) \ + $(tcpconns_la_SOURCES) $(teamspeak2_la_SOURCES) \ + $(ted_la_SOURCES) $(thermal_la_SOURCES) \ + $(threshold_la_SOURCES) $(tokyotyrant_la_SOURCES) \ + $(turbostat_la_SOURCES) $(ubi_la_SOURCES) \ + $(unixsock_la_SOURCES) $(uptime_la_SOURCES) \ + $(users_la_SOURCES) $(uuid_la_SOURCES) $(varnish_la_SOURCES) \ + $(virt_la_SOURCES) $(vmem_la_SOURCES) $(vserver_la_SOURCES) \ + $(wireless_la_SOURCES) $(write_graphite_la_SOURCES) \ + $(write_http_la_SOURCES) $(write_influxdb_udp_la_SOURCES) \ + $(write_kafka_la_SOURCES) $(write_log_la_SOURCES) \ + $(write_mongodb_la_SOURCES) $(write_prometheus_la_SOURCES) \ + $(nodist_write_prometheus_la_SOURCES) \ + $(write_redis_la_SOURCES) $(write_riemann_la_SOURCES) \ + $(write_sensu_la_SOURCES) $(write_stackdriver_la_SOURCES) \ + $(write_syslog_la_SOURCES) $(write_tsdb_la_SOURCES) \ + $(xencpu_la_SOURCES) $(xmms_la_SOURCES) $(zfs_arc_la_SOURCES) \ + $(zone_la_SOURCES) $(zookeeper_la_SOURCES) $(collectd_SOURCES) \ + $(collectd_nagios_SOURCES) $(collectd_tg_SOURCES) \ + $(collectdctl_SOURCES) $(collectdmon_SOURCES) \ + $(test_common_SOURCES) $(test_format_graphite_SOURCES) \ + $(test_format_json_SOURCES) $(test_format_stackdriver_SOURCES) \ + $(test_libcollectd_network_parse_SOURCES) \ + $(test_meta_data_SOURCES) $(test_plugin_capabilities_SOURCES) \ + $(test_plugin_ceph_SOURCES) $(test_plugin_curl_json_SOURCES) \ + $(test_plugin_intel_rdt_SOURCES) \ + $(test_plugin_logparser_SOURCES) \ + $(test_plugin_network_SOURCES) \ + $(test_plugin_pcie_errors_SOURCES) \ + $(test_plugin_redfish_SOURCES) \ + $(test_plugin_snmp_agent_SOURCES) $(test_plugin_virt_SOURCES) \ + $(test_utils_avltree_SOURCES) $(test_utils_cmds_SOURCES) \ + $(test_utils_config_cores_SOURCES) $(test_utils_heap_SOURCES) \ + $(test_utils_latency_SOURCES) \ + $(test_utils_message_parser_SOURCES) \ + $(test_utils_mount_SOURCES) $(test_utils_oauth_SOURCES) \ + $(test_utils_proc_pids_SOURCES) $(test_utils_subst_SOURCES) \ + $(test_utils_time_SOURCES) $(test_utils_vl_lookup_SOURCES) +DIST_SOURCES = $(am__aggregation_la_SOURCES_DIST) \ + $(am__amqp_la_SOURCES_DIST) $(am__amqp1_la_SOURCES_DIST) \ + $(am__apache_la_SOURCES_DIST) $(am__apcups_la_SOURCES_DIST) \ + $(am__apple_sensors_la_SOURCES_DIST) \ + $(am__aquaero_la_SOURCES_DIST) $(am__ascent_la_SOURCES_DIST) \ + $(am__barometer_la_SOURCES_DIST) \ + $(am__battery_la_SOURCES_DIST) $(am__bind_la_SOURCES_DIST) \ + $(am__buddyinfo_la_SOURCES_DIST) \ + $(am__capabilities_la_SOURCES_DIST) \ + $(am__ceph_la_SOURCES_DIST) $(am__cgroups_la_SOURCES_DIST) \ + $(am__check_uptime_la_SOURCES_DIST) \ + $(am__chrony_la_SOURCES_DIST) \ + $(am__connectivity_la_SOURCES_DIST) \ + $(am__conntrack_la_SOURCES_DIST) \ + $(am__contextswitch_la_SOURCES_DIST) \ + $(am__cpu_la_SOURCES_DIST) $(am__cpufreq_la_SOURCES_DIST) \ + $(am__cpusleep_la_SOURCES_DIST) $(am__csv_la_SOURCES_DIST) \ + $(am__curl_la_SOURCES_DIST) $(am__curl_json_la_SOURCES_DIST) \ + $(am__curl_xml_la_SOURCES_DIST) $(am__dbi_la_SOURCES_DIST) \ + $(am__dcpmm_la_SOURCES_DIST) $(am__df_la_SOURCES_DIST) \ + $(am__disk_la_SOURCES_DIST) $(am__dns_la_SOURCES_DIST) \ + $(am__dpdk_telemetry_la_SOURCES_DIST) \ + $(am__dpdkevents_la_SOURCES_DIST) \ + $(am__dpdkstat_la_SOURCES_DIST) $(am__drbd_la_SOURCES_DIST) \ + $(am__email_la_SOURCES_DIST) $(am__entropy_la_SOURCES_DIST) \ + $(am__ethstat_la_SOURCES_DIST) $(am__exec_la_SOURCES_DIST) \ + $(am__fhcount_la_SOURCES_DIST) \ + $(am__filecount_la_SOURCES_DIST) \ + $(am__fscache_la_SOURCES_DIST) $(am__gmond_la_SOURCES_DIST) \ + $(am__gps_la_SOURCES_DIST) $(am__gpu_nvidia_la_SOURCES_DIST) \ + $(am__grpc_la_SOURCES_DIST) $(am__hddtemp_la_SOURCES_DIST) \ + $(am__hugepages_la_SOURCES_DIST) \ + $(am__intel_pmu_la_SOURCES_DIST) \ + $(am__intel_rdt_la_SOURCES_DIST) \ + $(am__interface_la_SOURCES_DIST) $(am__ipc_la_SOURCES_DIST) \ + $(am__ipmi_la_SOURCES_DIST) $(am__ipstats_la_SOURCES_DIST) \ + $(am__iptables_la_SOURCES_DIST) $(am__ipvs_la_SOURCES_DIST) \ + $(am__irq_la_SOURCES_DIST) $(am__java_la_SOURCES_DIST) \ + $(libavltree_la_SOURCES) $(libcmds_la_SOURCES) \ + $(libcollectdclient_la_SOURCES) $(libcommon_la_SOURCES) \ + $(libformat_graphite_la_SOURCES) $(libformat_json_la_SOURCES) \ + $(am__libformat_stackdriver_la_SOURCES_DIST) \ + $(am__libgce_la_SOURCES_DIST) $(libheap_la_SOURCES) \ + $(libignorelist_la_SOURCES) $(liblatency_la_SOURCES) \ + $(libllist_la_SOURCES) $(liblookup_la_SOURCES) \ + $(libmetadata_la_SOURCES) $(libmount_la_SOURCES) \ + $(am__liboauth_la_SOURCES_DIST) $(liboconfig_la_SOURCES) \ + $(libplugin_mock_la_SOURCES) \ + $(am__libtaskstats_la_SOURCES_DIST) \ + $(am__load_la_SOURCES_DIST) \ + $(am__log_logstash_la_SOURCES_DIST) \ + $(am__logfile_la_SOURCES_DIST) \ + $(am__logparser_la_SOURCES_DIST) $(am__lpar_la_SOURCES_DIST) \ + $(am__lua_la_SOURCES_DIST) $(am__madwifi_la_SOURCES_DIST) \ + $(am__match_empty_counter_la_SOURCES_DIST) \ + $(am__match_hashed_la_SOURCES_DIST) \ + $(am__match_regex_la_SOURCES_DIST) \ + $(am__match_timediff_la_SOURCES_DIST) \ + $(am__match_value_la_SOURCES_DIST) \ + $(am__mbmon_la_SOURCES_DIST) $(am__mcelog_la_SOURCES_DIST) \ + $(am__md_la_SOURCES_DIST) $(am__memcachec_la_SOURCES_DIST) \ + $(am__memcached_la_SOURCES_DIST) $(am__memory_la_SOURCES_DIST) \ + $(am__mic_la_SOURCES_DIST) $(am__modbus_la_SOURCES_DIST) \ + $(am__mqtt_la_SOURCES_DIST) $(am__multimeter_la_SOURCES_DIST) \ + $(am__mysql_la_SOURCES_DIST) $(am__netapp_la_SOURCES_DIST) \ + $(am__netlink_la_SOURCES_DIST) $(am__network_la_SOURCES_DIST) \ + $(am__nfs_la_SOURCES_DIST) $(am__nginx_la_SOURCES_DIST) \ + $(am__notify_desktop_la_SOURCES_DIST) \ + $(am__notify_email_la_SOURCES_DIST) \ + $(am__notify_nagios_la_SOURCES_DIST) \ + $(am__ntpd_la_SOURCES_DIST) $(am__numa_la_SOURCES_DIST) \ + $(am__nut_la_SOURCES_DIST) $(am__olsrd_la_SOURCES_DIST) \ + $(am__onewire_la_SOURCES_DIST) $(am__openldap_la_SOURCES_DIST) \ + $(am__openvpn_la_SOURCES_DIST) $(am__oracle_la_SOURCES_DIST) \ + $(am__ovs_events_la_SOURCES_DIST) \ + $(am__ovs_stats_la_SOURCES_DIST) \ + $(am__pcie_errors_la_SOURCES_DIST) $(am__perl_la_SOURCES_DIST) \ + $(am__pf_la_SOURCES_DIST) $(am__pinba_la_SOURCES_DIST) \ + $(am__ping_la_SOURCES_DIST) $(am__postgresql_la_SOURCES_DIST) \ + $(am__powerdns_la_SOURCES_DIST) \ + $(am__processes_la_SOURCES_DIST) \ + $(am__procevent_la_SOURCES_DIST) \ + $(am__protocols_la_SOURCES_DIST) $(am__python_la_SOURCES_DIST) \ + $(am__redfish_la_SOURCES_DIST) $(am__redis_la_SOURCES_DIST) \ + $(am__routeros_la_SOURCES_DIST) \ + $(am__rrdcached_la_SOURCES_DIST) \ + $(am__rrdtool_la_SOURCES_DIST) $(am__sensors_la_SOURCES_DIST) \ + $(am__serial_la_SOURCES_DIST) $(am__sigrok_la_SOURCES_DIST) \ + $(am__slurm_la_SOURCES_DIST) $(am__smart_la_SOURCES_DIST) \ + $(am__snmp_la_SOURCES_DIST) $(am__snmp_agent_la_SOURCES_DIST) \ + $(am__statsd_la_SOURCES_DIST) $(am__swap_la_SOURCES_DIST) \ + $(am__synproxy_la_SOURCES_DIST) \ + $(am__sysevent_la_SOURCES_DIST) $(am__syslog_la_SOURCES_DIST) \ + $(am__table_la_SOURCES_DIST) $(am__tail_la_SOURCES_DIST) \ + $(am__tail_csv_la_SOURCES_DIST) $(am__tape_la_SOURCES_DIST) \ + $(am__target_notification_la_SOURCES_DIST) \ + $(am__target_replace_la_SOURCES_DIST) \ + $(am__target_scale_la_SOURCES_DIST) \ + $(am__target_set_la_SOURCES_DIST) \ + $(am__target_v5upgrade_la_SOURCES_DIST) \ + $(am__tcpconns_la_SOURCES_DIST) \ + $(am__teamspeak2_la_SOURCES_DIST) $(am__ted_la_SOURCES_DIST) \ + $(am__thermal_la_SOURCES_DIST) \ + $(am__threshold_la_SOURCES_DIST) \ + $(am__tokyotyrant_la_SOURCES_DIST) \ + $(am__turbostat_la_SOURCES_DIST) $(am__ubi_la_SOURCES_DIST) \ + $(am__unixsock_la_SOURCES_DIST) $(am__uptime_la_SOURCES_DIST) \ + $(am__users_la_SOURCES_DIST) $(am__uuid_la_SOURCES_DIST) \ + $(am__varnish_la_SOURCES_DIST) $(am__virt_la_SOURCES_DIST) \ + $(am__vmem_la_SOURCES_DIST) $(am__vserver_la_SOURCES_DIST) \ + $(am__wireless_la_SOURCES_DIST) \ + $(am__write_graphite_la_SOURCES_DIST) \ + $(am__write_http_la_SOURCES_DIST) \ + $(am__write_influxdb_udp_la_SOURCES_DIST) \ + $(am__write_kafka_la_SOURCES_DIST) \ + $(am__write_log_la_SOURCES_DIST) \ + $(am__write_mongodb_la_SOURCES_DIST) \ + $(am__write_prometheus_la_SOURCES_DIST) \ + $(am__write_redis_la_SOURCES_DIST) \ + $(am__write_riemann_la_SOURCES_DIST) \ + $(am__write_sensu_la_SOURCES_DIST) \ + $(am__write_stackdriver_la_SOURCES_DIST) \ + $(am__write_syslog_la_SOURCES_DIST) \ + $(am__write_tsdb_la_SOURCES_DIST) \ + $(am__xencpu_la_SOURCES_DIST) $(am__xmms_la_SOURCES_DIST) \ + $(am__zfs_arc_la_SOURCES_DIST) $(am__zone_la_SOURCES_DIST) \ + $(am__zookeeper_la_SOURCES_DIST) $(am__collectd_SOURCES_DIST) \ + $(collectd_nagios_SOURCES) $(collectd_tg_SOURCES) \ + $(collectdctl_SOURCES) $(collectdmon_SOURCES) \ + $(test_common_SOURCES) $(test_format_graphite_SOURCES) \ + $(am__test_format_json_SOURCES_DIST) \ + $(am__test_format_stackdriver_SOURCES_DIST) \ + $(test_libcollectd_network_parse_SOURCES) \ + $(test_meta_data_SOURCES) \ + $(am__test_plugin_capabilities_SOURCES_DIST) \ + $(am__test_plugin_ceph_SOURCES_DIST) \ + $(am__test_plugin_curl_json_SOURCES_DIST) \ + $(am__test_plugin_intel_rdt_SOURCES_DIST) \ + $(am__test_plugin_logparser_SOURCES_DIST) \ + $(am__test_plugin_network_SOURCES_DIST) \ + $(am__test_plugin_pcie_errors_SOURCES_DIST) \ + $(am__test_plugin_redfish_SOURCES_DIST) \ + $(am__test_plugin_snmp_agent_SOURCES_DIST) \ + $(am__test_plugin_virt_SOURCES_DIST) \ + $(test_utils_avltree_SOURCES) $(test_utils_cmds_SOURCES) \ + $(test_utils_config_cores_SOURCES) $(test_utils_heap_SOURCES) \ + $(test_utils_latency_SOURCES) \ + $(test_utils_message_parser_SOURCES) \ + $(test_utils_mount_SOURCES) \ + $(am__test_utils_oauth_SOURCES_DIST) \ + $(am__test_utils_proc_pids_SOURCES_DIST) \ + $(test_utils_subst_SOURCES) $(test_utils_time_SOURCES) \ + $(test_utils_vl_lookup_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__dist_noinst_JAVA_DIST = \ + bindings/java/org/collectd/api/Collectd.java \ + bindings/java/org/collectd/api/CollectdConfigInterface.java \ + bindings/java/org/collectd/api/CollectdFlushInterface.java \ + bindings/java/org/collectd/api/CollectdInitInterface.java \ + bindings/java/org/collectd/api/CollectdLogInterface.java \ + bindings/java/org/collectd/api/CollectdMatchFactoryInterface.java \ + bindings/java/org/collectd/api/CollectdMatchInterface.java \ + bindings/java/org/collectd/api/CollectdNotificationInterface.java \ + bindings/java/org/collectd/api/CollectdReadInterface.java \ + bindings/java/org/collectd/api/CollectdShutdownInterface.java \ + bindings/java/org/collectd/api/CollectdTargetFactoryInterface.java \ + bindings/java/org/collectd/api/CollectdTargetInterface.java \ + bindings/java/org/collectd/api/CollectdWriteInterface.java \ + bindings/java/org/collectd/api/DataSet.java \ + bindings/java/org/collectd/api/DataSource.java \ + bindings/java/org/collectd/api/Notification.java \ + bindings/java/org/collectd/api/OConfigItem.java \ + bindings/java/org/collectd/api/OConfigValue.java \ + bindings/java/org/collectd/api/PluginData.java \ + bindings/java/org/collectd/api/ValueList.java \ + bindings/java/org/collectd/java/GenericJMX.java \ + bindings/java/org/collectd/java/GenericJMXConfConnection.java \ + bindings/java/org/collectd/java/GenericJMXConfMBean.java \ + bindings/java/org/collectd/java/GenericJMXConfValue.java \ + bindings/java/org/collectd/java/JMXMemory.java +CLASSPATH_ENV = CLASSPATH=$(JAVAROOT):$(srcdir)/$(JAVAROOT)$${CLASSPATH:+":$$CLASSPATH"} +JAVAROOT = $(top_builddir) +am__java_sources = $(dist_noinst_JAVA) +man1dir = $(mandir)/man1 +man5dir = $(mandir)/man5 +NROFF = nroff +MANS = $(dist_man_MANS) +DATA = $(jar_DATA) $(nodist_pkgconfig_DATA) +HEADERS = $(pkginclude_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +CSCOPE = cscope +AM_RECURSIVE_TARGETS = cscope check recheck +am__tty_colors_dummy = \ + mgn= red= grn= lgn= blu= brg= std=; \ + am__color_tests=no +am__tty_colors = { \ + $(am__tty_colors_dummy); \ + if test "X$(AM_COLOR_TESTS)" = Xno; then \ + am__color_tests=no; \ + elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ + am__color_tests=yes; \ + elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ + am__color_tests=yes; \ + fi; \ + if test $$am__color_tests = yes; then \ + red=''; \ + grn=''; \ + lgn=''; \ + blu=''; \ + mgn=''; \ + brg=''; \ + std=''; \ + fi; \ +} +am__recheck_rx = ^[ ]*:recheck:[ ]* +am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* +am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* +# A command that, given a newline-separated list of test names on the +# standard input, print the name of the tests that are to be re-run +# upon "make recheck". +am__list_recheck_tests = $(AWK) '{ \ + recheck = 1; \ + while ((rc = (getline line < ($$0 ".trs"))) != 0) \ + { \ + if (rc < 0) \ + { \ + if ((getline line2 < ($$0 ".log")) < 0) \ + recheck = 0; \ + break; \ + } \ + else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ + { \ + recheck = 0; \ + break; \ + } \ + else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ + { \ + break; \ + } \ + }; \ + if (recheck) \ + print $$0; \ + close ($$0 ".trs"); \ + close ($$0 ".log"); \ +}' +# A command that, given a newline-separated list of test names on the +# standard input, create the global log from their .trs and .log files. +am__create_global_log = $(AWK) ' \ +function fatal(msg) \ +{ \ + print "fatal: making $@: " msg | "cat >&2"; \ + exit 1; \ +} \ +function rst_section(header) \ +{ \ + print header; \ + len = length(header); \ + for (i = 1; i <= len; i = i + 1) \ + printf "="; \ + printf "\n\n"; \ +} \ +{ \ + copy_in_global_log = 1; \ + global_test_result = "RUN"; \ + while ((rc = (getline line < ($$0 ".trs"))) != 0) \ + { \ + if (rc < 0) \ + fatal("failed to read from " $$0 ".trs"); \ + if (line ~ /$(am__global_test_result_rx)/) \ + { \ + sub("$(am__global_test_result_rx)", "", line); \ + sub("[ ]*$$", "", line); \ + global_test_result = line; \ + } \ + else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ + copy_in_global_log = 0; \ + }; \ + if (copy_in_global_log) \ + { \ + rst_section(global_test_result ": " $$0); \ + while ((rc = (getline line < ($$0 ".log"))) != 0) \ + { \ + if (rc < 0) \ + fatal("failed to read from " $$0 ".log"); \ + print line; \ + }; \ + printf "\n"; \ + }; \ + close ($$0 ".trs"); \ + close ($$0 ".log"); \ +}' +# Restructured Text title. +am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } +# Solaris 10 'make', and several other traditional 'make' implementations, +# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it +# by disabling -e (using the XSI extension "set +e") if it's set. +am__sh_e_setup = case $$- in *e*) set +e;; esac +# Default flags passed to test drivers. +am__common_driver_flags = \ + --color-tests "$$am__color_tests" \ + --enable-hard-errors "$$am__enable_hard_errors" \ + --expect-failure "$$am__expect_failure" +# To be inserted before the command running the test. Creates the +# directory for the log if needed. Stores in $dir the directory +# containing $f, in $tst the test, in $log the log. Executes the +# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and +# passes TESTS_ENVIRONMENT. Set up options for the wrapper that +# will run the test scripts (or their associated LOG_COMPILER, if +# thy have one). +am__check_pre = \ +$(am__sh_e_setup); \ +$(am__vpath_adj_setup) $(am__vpath_adj) \ +$(am__tty_colors); \ +srcdir=$(srcdir); export srcdir; \ +case "$@" in \ + */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ + *) am__odir=.;; \ +esac; \ +test "x$$am__odir" = x"." || test -d "$$am__odir" \ + || $(MKDIR_P) "$$am__odir" || exit $$?; \ +if test -f "./$$f"; then dir=./; \ +elif test -f "$$f"; then dir=; \ +else dir="$(srcdir)/"; fi; \ +tst=$$dir$$f; log='$@'; \ +if test -n '$(DISABLE_HARD_ERRORS)'; then \ + am__enable_hard_errors=no; \ +else \ + am__enable_hard_errors=yes; \ +fi; \ +case " $(XFAIL_TESTS) " in \ + *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ + am__expect_failure=yes;; \ + *) \ + am__expect_failure=no;; \ +esac; \ +$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) +# A shell command to get the names of the tests scripts with any registered +# extension removed (i.e., equivalently, the names of the test logs, with +# the '.log' extension removed). The result is saved in the shell variable +# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, +# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", +# since that might cause problem with VPATH rewrites for suffix-less tests. +# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. +am__set_TESTS_bases = \ + bases='$(TEST_LOGS)'; \ + bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ + bases=`echo $$bases` +RECHECK_LOGS = $(TEST_LOGS) +TEST_SUITE_LOG = test-suite.log +TEST_EXTENSIONS = @EXEEXT@ .test +LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver +LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) +am__set_b = \ + case '$@' in \ + */*) \ + case '$*' in \ + */*) b='$*';; \ + *) b=`echo '$@' | sed 's/\.log$$//'`; \ + esac;; \ + *) \ + b='$*';; \ + esac +am__test_logs1 = $(TESTS:=.log) +am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) +TEST_LOGS = $(am__test_logs2:.test.log=.log) +TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver +TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ + $(TEST_LOG_FLAGS) +am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \ + $(top_srcdir)/build-aux/compile \ + $(top_srcdir)/build-aux/config.guess \ + $(top_srcdir)/build-aux/config.sub \ + $(top_srcdir)/build-aux/depcomp \ + $(top_srcdir)/build-aux/install-sh \ + $(top_srcdir)/build-aux/ltmain.sh \ + $(top_srcdir)/build-aux/missing \ + $(top_srcdir)/build-aux/test-driver \ + $(top_srcdir)/build-aux/ylwrap \ + $(top_srcdir)/src/collectd.conf.in \ + $(top_srcdir)/src/config.h.in \ + $(top_srcdir)/src/libcollectdclient/collectd/lcc_features.h.in \ + $(top_srcdir)/src/libcollectdclient/libcollectdclient.pc.in \ + AUTHORS COPYING ChangeLog README build-aux/compile \ + build-aux/config.guess build-aux/config.sub build-aux/depcomp \ + build-aux/install-sh build-aux/ltmain.sh build-aux/missing \ + build-aux/ylwrap src/liboconfig/parser.c \ + src/liboconfig/parser.h src/liboconfig/scanner.c +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi +am__post_remove_distdir = $(am__remove_distdir) +GZIP_ENV = --best +DIST_ARCHIVES = $(distdir).tar.bz2 +DIST_TARGETS = dist-bzip2 +distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' +distcleancheck_listfiles = find . -type f -print +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CFLAGS = @AM_CFLAGS@ +AM_CXXFLAGS = @AM_CXXFLAGS@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BUILD_WITH_CUDA_CPPFLAGS = @BUILD_WITH_CUDA_CPPFLAGS@ +BUILD_WITH_CUDA_LDFLAGS = @BUILD_WITH_CUDA_LDFLAGS@ +BUILD_WITH_CUDA_LIBS = @BUILD_WITH_CUDA_LIBS@ +BUILD_WITH_LIBAQUAERO5_CFLAGS = @BUILD_WITH_LIBAQUAERO5_CFLAGS@ +BUILD_WITH_LIBAQUAERO5_LDFLAGS = @BUILD_WITH_LIBAQUAERO5_LDFLAGS@ +BUILD_WITH_LIBATASMART_CPPFLAGS = @BUILD_WITH_LIBATASMART_CPPFLAGS@ +BUILD_WITH_LIBATASMART_LDFLAGS = @BUILD_WITH_LIBATASMART_LDFLAGS@ +BUILD_WITH_LIBATASMART_LIBS = @BUILD_WITH_LIBATASMART_LIBS@ +BUILD_WITH_LIBCURL_CFLAGS = @BUILD_WITH_LIBCURL_CFLAGS@ +BUILD_WITH_LIBCURL_LIBS = @BUILD_WITH_LIBCURL_LIBS@ +BUILD_WITH_LIBDBI_CPPFLAGS = @BUILD_WITH_LIBDBI_CPPFLAGS@ +BUILD_WITH_LIBDBI_LDFLAGS = @BUILD_WITH_LIBDBI_LDFLAGS@ +BUILD_WITH_LIBDBI_LIBS = @BUILD_WITH_LIBDBI_LIBS@ +BUILD_WITH_LIBESMTP_CPPFLAGS = @BUILD_WITH_LIBESMTP_CPPFLAGS@ +BUILD_WITH_LIBESMTP_LDFLAGS = @BUILD_WITH_LIBESMTP_LDFLAGS@ +BUILD_WITH_LIBESMTP_LIBS = @BUILD_WITH_LIBESMTP_LIBS@ +BUILD_WITH_LIBGPS_CFLAGS = @BUILD_WITH_LIBGPS_CFLAGS@ +BUILD_WITH_LIBGPS_LDFLAGS = @BUILD_WITH_LIBGPS_LDFLAGS@ +BUILD_WITH_LIBGPS_LIBS = @BUILD_WITH_LIBGPS_LIBS@ +BUILD_WITH_LIBGRPCPP_CPPFLAGS = @BUILD_WITH_LIBGRPCPP_CPPFLAGS@ +BUILD_WITH_LIBGRPCPP_LDFLAGS = @BUILD_WITH_LIBGRPCPP_LDFLAGS@ +BUILD_WITH_LIBGRPCPP_LIBS = @BUILD_WITH_LIBGRPCPP_LIBS@ +BUILD_WITH_LIBHIREDIS_CPPFLAGS = @BUILD_WITH_LIBHIREDIS_CPPFLAGS@ +BUILD_WITH_LIBHIREDIS_LDFLAGS = @BUILD_WITH_LIBHIREDIS_LDFLAGS@ +BUILD_WITH_LIBI2C_LIBS = @BUILD_WITH_LIBI2C_LIBS@ +BUILD_WITH_LIBIPTC_CPPFLAGS = @BUILD_WITH_LIBIPTC_CPPFLAGS@ +BUILD_WITH_LIBIPTC_LDFLAGS = @BUILD_WITH_LIBIPTC_LDFLAGS@ +BUILD_WITH_LIBJANSSON_CPPFLAGS = @BUILD_WITH_LIBJANSSON_CPPFLAGS@ +BUILD_WITH_LIBJANSSON_LDFLAGS = @BUILD_WITH_LIBJANSSON_LDFLAGS@ +BUILD_WITH_LIBJANSSON_LIBS = @BUILD_WITH_LIBJANSSON_LIBS@ +BUILD_WITH_LIBJEVENTS_CPPFLAGS = @BUILD_WITH_LIBJEVENTS_CPPFLAGS@ +BUILD_WITH_LIBJEVENTS_LDFLAGS = @BUILD_WITH_LIBJEVENTS_LDFLAGS@ +BUILD_WITH_LIBJEVENTS_LIBS = @BUILD_WITH_LIBJEVENTS_LIBS@ +BUILD_WITH_LIBLDAP_CPPFLAGS = @BUILD_WITH_LIBLDAP_CPPFLAGS@ +BUILD_WITH_LIBLDAP_LDFLAGS = @BUILD_WITH_LIBLDAP_LDFLAGS@ +BUILD_WITH_LIBLUA_CFLAGS = @BUILD_WITH_LIBLUA_CFLAGS@ +BUILD_WITH_LIBLUA_LIBS = @BUILD_WITH_LIBLUA_LIBS@ +BUILD_WITH_LIBMEMCACHED_CPPFLAGS = @BUILD_WITH_LIBMEMCACHED_CPPFLAGS@ +BUILD_WITH_LIBMEMCACHED_LDFLAGS = @BUILD_WITH_LIBMEMCACHED_LDFLAGS@ +BUILD_WITH_LIBMEMCACHED_LIBS = @BUILD_WITH_LIBMEMCACHED_LIBS@ +BUILD_WITH_LIBMICROHTTPD_CPPFLAGS = @BUILD_WITH_LIBMICROHTTPD_CPPFLAGS@ +BUILD_WITH_LIBMICROHTTPD_LDFLAGS = @BUILD_WITH_LIBMICROHTTPD_LDFLAGS@ +BUILD_WITH_LIBMICROHTTPD_LIBS = @BUILD_WITH_LIBMICROHTTPD_LIBS@ +BUILD_WITH_LIBMNL_CFLAGS = @BUILD_WITH_LIBMNL_CFLAGS@ +BUILD_WITH_LIBMNL_LIBS = @BUILD_WITH_LIBMNL_LIBS@ +BUILD_WITH_LIBMODBUS_CFLAGS = @BUILD_WITH_LIBMODBUS_CFLAGS@ +BUILD_WITH_LIBMODBUS_LIBS = @BUILD_WITH_LIBMODBUS_LIBS@ +BUILD_WITH_LIBMONGOC_CFLAGS = @BUILD_WITH_LIBMONGOC_CFLAGS@ +BUILD_WITH_LIBMONGOC_LDFLAGS = @BUILD_WITH_LIBMONGOC_LDFLAGS@ +BUILD_WITH_LIBMONGOC_LIBS = @BUILD_WITH_LIBMONGOC_LIBS@ +BUILD_WITH_LIBMOSQUITTO_CPPFLAGS = @BUILD_WITH_LIBMOSQUITTO_CPPFLAGS@ +BUILD_WITH_LIBMOSQUITTO_LDFLAGS = @BUILD_WITH_LIBMOSQUITTO_LDFLAGS@ +BUILD_WITH_LIBMOSQUITTO_LIBS = @BUILD_WITH_LIBMOSQUITTO_LIBS@ +BUILD_WITH_LIBMYSQL_CFLAGS = @BUILD_WITH_LIBMYSQL_CFLAGS@ +BUILD_WITH_LIBMYSQL_LIBS = @BUILD_WITH_LIBMYSQL_LIBS@ +BUILD_WITH_LIBNETSNMPAGENT_CPPFLAGS = @BUILD_WITH_LIBNETSNMPAGENT_CPPFLAGS@ +BUILD_WITH_LIBNETSNMPAGENT_LDFLAGS = @BUILD_WITH_LIBNETSNMPAGENT_LDFLAGS@ +BUILD_WITH_LIBNETSNMPAGENT_LIBS = @BUILD_WITH_LIBNETSNMPAGENT_LIBS@ +BUILD_WITH_LIBNETSNMP_CPPFLAGS = @BUILD_WITH_LIBNETSNMP_CPPFLAGS@ +BUILD_WITH_LIBNETSNMP_LDFLAGS = @BUILD_WITH_LIBNETSNMP_LDFLAGS@ +BUILD_WITH_LIBNETSNMP_LIBS = @BUILD_WITH_LIBNETSNMP_LIBS@ +BUILD_WITH_LIBOPING_CPPFLAGS = @BUILD_WITH_LIBOPING_CPPFLAGS@ +BUILD_WITH_LIBOPING_LDFLAGS = @BUILD_WITH_LIBOPING_LDFLAGS@ +BUILD_WITH_LIBOWCAPI_CPPFLAGS = @BUILD_WITH_LIBOWCAPI_CPPFLAGS@ +BUILD_WITH_LIBOWCAPI_LDFLAGS = @BUILD_WITH_LIBOWCAPI_LDFLAGS@ +BUILD_WITH_LIBOWCAPI_LIBS = @BUILD_WITH_LIBOWCAPI_LIBS@ +BUILD_WITH_LIBPCAP_CPPFLAGS = @BUILD_WITH_LIBPCAP_CPPFLAGS@ +BUILD_WITH_LIBPCAP_LDFLAGS = @BUILD_WITH_LIBPCAP_LDFLAGS@ +BUILD_WITH_LIBPCAP_LIBS = @BUILD_WITH_LIBPCAP_LIBS@ +BUILD_WITH_LIBPMWAPI_CPPFLAGS = @BUILD_WITH_LIBPMWAPI_CPPFLAGS@ +BUILD_WITH_LIBPMWAPI_LDFLAGS = @BUILD_WITH_LIBPMWAPI_LDFLAGS@ +BUILD_WITH_LIBPQOS_CPPFLAGS = @BUILD_WITH_LIBPQOS_CPPFLAGS@ +BUILD_WITH_LIBPQOS_LDFLAGS = @BUILD_WITH_LIBPQOS_LDFLAGS@ +BUILD_WITH_LIBPQOS_LIBS = @BUILD_WITH_LIBPQOS_LIBS@ +BUILD_WITH_LIBPQ_CPPFLAGS = @BUILD_WITH_LIBPQ_CPPFLAGS@ +BUILD_WITH_LIBPQ_LDFLAGS = @BUILD_WITH_LIBPQ_LDFLAGS@ +BUILD_WITH_LIBPQ_LIBS = @BUILD_WITH_LIBPQ_LIBS@ +BUILD_WITH_LIBPROTOBUF_CPPFLAGS = @BUILD_WITH_LIBPROTOBUF_CPPFLAGS@ +BUILD_WITH_LIBPROTOBUF_C_CPPFLAGS = @BUILD_WITH_LIBPROTOBUF_C_CPPFLAGS@ +BUILD_WITH_LIBPROTOBUF_C_LDFLAGS = @BUILD_WITH_LIBPROTOBUF_C_LDFLAGS@ +BUILD_WITH_LIBPROTOBUF_C_LIBS = @BUILD_WITH_LIBPROTOBUF_C_LIBS@ +BUILD_WITH_LIBPROTOBUF_LDFLAGS = @BUILD_WITH_LIBPROTOBUF_LDFLAGS@ +BUILD_WITH_LIBPROTOBUF_LIBS = @BUILD_WITH_LIBPROTOBUF_LIBS@ +BUILD_WITH_LIBQPIDPROTON_CPPFLAGS = @BUILD_WITH_LIBQPIDPROTON_CPPFLAGS@ +BUILD_WITH_LIBQPIDPROTON_LDFLAGS = @BUILD_WITH_LIBQPIDPROTON_LDFLAGS@ +BUILD_WITH_LIBQPIDPROTON_LIBS = @BUILD_WITH_LIBQPIDPROTON_LIBS@ +BUILD_WITH_LIBRABBITMQ_CPPFLAGS = @BUILD_WITH_LIBRABBITMQ_CPPFLAGS@ +BUILD_WITH_LIBRABBITMQ_LDFLAGS = @BUILD_WITH_LIBRABBITMQ_LDFLAGS@ +BUILD_WITH_LIBRABBITMQ_LIBS = @BUILD_WITH_LIBRABBITMQ_LIBS@ +BUILD_WITH_LIBRDKAFKA_CPPFLAGS = @BUILD_WITH_LIBRDKAFKA_CPPFLAGS@ +BUILD_WITH_LIBRDKAFKA_LDFLAGS = @BUILD_WITH_LIBRDKAFKA_LDFLAGS@ +BUILD_WITH_LIBRDKAFKA_LIBS = @BUILD_WITH_LIBRDKAFKA_LIBS@ +BUILD_WITH_LIBREDFISH_CPPFLAGS = @BUILD_WITH_LIBREDFISH_CPPFLAGS@ +BUILD_WITH_LIBREDFISH_LDFLAGS = @BUILD_WITH_LIBREDFISH_LDFLAGS@ +BUILD_WITH_LIBROUTEROS_CPPFLAGS = @BUILD_WITH_LIBROUTEROS_CPPFLAGS@ +BUILD_WITH_LIBROUTEROS_LDFLAGS = @BUILD_WITH_LIBROUTEROS_LDFLAGS@ +BUILD_WITH_LIBRRD_CFLAGS = @BUILD_WITH_LIBRRD_CFLAGS@ +BUILD_WITH_LIBRRD_LDFLAGS = @BUILD_WITH_LIBRRD_LDFLAGS@ +BUILD_WITH_LIBRRD_LIBS = @BUILD_WITH_LIBRRD_LIBS@ +BUILD_WITH_LIBSENSORS_CPPFLAGS = @BUILD_WITH_LIBSENSORS_CPPFLAGS@ +BUILD_WITH_LIBSENSORS_LDFLAGS = @BUILD_WITH_LIBSENSORS_LDFLAGS@ +BUILD_WITH_LIBSENSORS_LIBS = @BUILD_WITH_LIBSENSORS_LIBS@ +BUILD_WITH_LIBSLURM_CFLAGS = @BUILD_WITH_LIBSLURM_CFLAGS@ +BUILD_WITH_LIBSLURM_LIBS = @BUILD_WITH_LIBSLURM_LIBS@ +BUILD_WITH_LIBSSL_CFLAGS = @BUILD_WITH_LIBSSL_CFLAGS@ +BUILD_WITH_LIBSSL_LDFLAGS = @BUILD_WITH_LIBSSL_LDFLAGS@ +BUILD_WITH_LIBSSL_LIBS = @BUILD_WITH_LIBSSL_LIBS@ +BUILD_WITH_LIBSTATGRAB_CFLAGS = @BUILD_WITH_LIBSTATGRAB_CFLAGS@ +BUILD_WITH_LIBSTATGRAB_LDFLAGS = @BUILD_WITH_LIBSTATGRAB_LDFLAGS@ +BUILD_WITH_LIBTOKYOTYRANT_CPPFLAGS = @BUILD_WITH_LIBTOKYOTYRANT_CPPFLAGS@ +BUILD_WITH_LIBTOKYOTYRANT_LDFLAGS = @BUILD_WITH_LIBTOKYOTYRANT_LDFLAGS@ +BUILD_WITH_LIBTOKYOTYRANT_LIBS = @BUILD_WITH_LIBTOKYOTYRANT_LIBS@ +BUILD_WITH_LIBUDEV_CPPFLAGS = @BUILD_WITH_LIBUDEV_CPPFLAGS@ +BUILD_WITH_LIBUDEV_LDFLAGS = @BUILD_WITH_LIBUDEV_LDFLAGS@ +BUILD_WITH_LIBUDEV_LIBS = @BUILD_WITH_LIBUDEV_LIBS@ +BUILD_WITH_LIBUPSCLIENT_CFLAGS = @BUILD_WITH_LIBUPSCLIENT_CFLAGS@ +BUILD_WITH_LIBUPSCLIENT_LIBS = @BUILD_WITH_LIBUPSCLIENT_LIBS@ +BUILD_WITH_LIBVARNISH_CFLAGS = @BUILD_WITH_LIBVARNISH_CFLAGS@ +BUILD_WITH_LIBVARNISH_LIBS = @BUILD_WITH_LIBVARNISH_LIBS@ +BUILD_WITH_LIBVIRT_CFLAGS = @BUILD_WITH_LIBVIRT_CFLAGS@ +BUILD_WITH_LIBVIRT_LIBS = @BUILD_WITH_LIBVIRT_LIBS@ +BUILD_WITH_LIBXML2_CFLAGS = @BUILD_WITH_LIBXML2_CFLAGS@ +BUILD_WITH_LIBXML2_LIBS = @BUILD_WITH_LIBXML2_LIBS@ +BUILD_WITH_LIBXMMS_CFLAGS = @BUILD_WITH_LIBXMMS_CFLAGS@ +BUILD_WITH_LIBXMMS_LIBS = @BUILD_WITH_LIBXMMS_LIBS@ +BUILD_WITH_LIBYAJL_CPPFLAGS = @BUILD_WITH_LIBYAJL_CPPFLAGS@ +BUILD_WITH_LIBYAJL_LDFLAGS = @BUILD_WITH_LIBYAJL_LDFLAGS@ +BUILD_WITH_LIBYAJL_LIBS = @BUILD_WITH_LIBYAJL_LIBS@ +BUILD_WITH_MIC_CPPFLAGS = @BUILD_WITH_MIC_CPPFLAGS@ +BUILD_WITH_MIC_LDFLAGS = @BUILD_WITH_MIC_LDFLAGS@ +BUILD_WITH_MIC_LIBS = @BUILD_WITH_MIC_LIBS@ +BUILD_WITH_OPENIPMI_CFLAGS = @BUILD_WITH_OPENIPMI_CFLAGS@ +BUILD_WITH_OPENIPMI_LIBS = @BUILD_WITH_OPENIPMI_LIBS@ +BUILD_WITH_ORACLE_CPPFLAGS = @BUILD_WITH_ORACLE_CPPFLAGS@ +BUILD_WITH_ORACLE_LIBS = @BUILD_WITH_ORACLE_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFAULT_LOG_LEVEL = @DEFAULT_LOG_LEVEL@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DLOPEN_LIBS = @DLOPEN_LIBS@ +DPDK_CFLAGS = @DPDK_CFLAGS@ +DPDK_LIBS = @DPDK_LIBS@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GANGLIA_CPPFLAGS = @GANGLIA_CPPFLAGS@ +GANGLIA_LDFLAGS = @GANGLIA_LDFLAGS@ +GANGLIA_LIBS = @GANGLIA_LIBS@ +GCRYPT_CPPFLAGS = @GCRYPT_CPPFLAGS@ +GCRYPT_LDFLAGS = @GCRYPT_LDFLAGS@ +GCRYPT_LIBS = @GCRYPT_LIBS@ +GREP = @GREP@ +GRPCPP_CFLAGS = @GRPCPP_CFLAGS@ +GRPCPP_LIBS = @GRPCPP_LIBS@ +GRPC_CPP_PLUGIN = @GRPC_CPP_PLUGIN@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +JAR = @JAR@ +JAVAC = @JAVAC@ +JAVA_CFLAGS = @JAVA_CFLAGS@ +JAVA_CPPFLAGS = @JAVA_CPPFLAGS@ +JAVA_LDFLAGS = @JAVA_LDFLAGS@ +JAVA_LIBS = @JAVA_LIBS@ +JAVA_TIMESTAMP_FILE = @JAVA_TIMESTAMP_FILE@ +LCC_VERSION_EXTRA = @LCC_VERSION_EXTRA@ +LCC_VERSION_MAJOR = @LCC_VERSION_MAJOR@ +LCC_VERSION_MINOR = @LCC_VERSION_MINOR@ +LCC_VERSION_PATCH = @LCC_VERSION_PATCH@ +LCC_VERSION_STRING = @LCC_VERSION_STRING@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LEX = @LEX@ +LEXLIB = @LEXLIB@ +LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ +LIBDPDK_CFLAGS = @LIBDPDK_CFLAGS@ +LIBDPDK_CPPFLAGS = @LIBDPDK_CPPFLAGS@ +LIBDPDK_LDFLAGS = @LIBDPDK_LDFLAGS@ +LIBDPDK_LIBS = @LIBDPDK_LIBS@ +LIBLUA_PKG_CONFIG_NAME = @LIBLUA_PKG_CONFIG_NAME@ +LIBMONGOC_CFLAGS = @LIBMONGOC_CFLAGS@ +LIBMONGOC_LIBS = @LIBMONGOC_LIBS@ +LIBNETAPP_CPPFLAGS = @LIBNETAPP_CPPFLAGS@ +LIBNETAPP_LDFLAGS = @LIBNETAPP_LDFLAGS@ +LIBNETAPP_LIBS = @LIBNETAPP_LIBS@ +LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@ +LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@ +LIBOBJS = @LIBOBJS@ +LIBPYTHON_CPPFLAGS = @LIBPYTHON_CPPFLAGS@ +LIBPYTHON_LDFLAGS = @LIBPYTHON_LDFLAGS@ +LIBPYTHON_LIBS = @LIBPYTHON_LIBS@ +LIBRIEMANN_CLIENT_CFLAGS = @LIBRIEMANN_CLIENT_CFLAGS@ +LIBRIEMANN_CLIENT_LIBS = @LIBRIEMANN_CLIENT_LIBS@ +LIBS = @LIBS@ +LIBSIGROK_CFLAGS = @LIBSIGROK_CFLAGS@ +LIBSIGROK_LIBS = @LIBSIGROK_LIBS@ +LIBTOOL = @LIBTOOL@ +LIBXENCTL_CPPFLAGS = @LIBXENCTL_CPPFLAGS@ +LIBXENCTL_LDFLAGS = @LIBXENCTL_LDFLAGS@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LOAD_PLUGIN_CSV = @LOAD_PLUGIN_CSV@ +LOAD_PLUGIN_LOGFILE = @LOAD_PLUGIN_LOGFILE@ +LOAD_PLUGIN_LOG_LOGSTASH = @LOAD_PLUGIN_LOG_LOGSTASH@ +LOAD_PLUGIN_NETWORK = @LOAD_PLUGIN_NETWORK@ +LOAD_PLUGIN_RRDTOOL = @LOAD_PLUGIN_RRDTOOL@ +LOAD_PLUGIN_SYSLOG = @LOAD_PLUGIN_SYSLOG@ +LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ +LUA_CFLAGS = @LUA_CFLAGS@ +LUA_LIBS = @LUA_LIBS@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MICROHTTPD_CFLAGS = @MICROHTTPD_CFLAGS@ +MICROHTTPD_LIBS = @MICROHTTPD_LIBS@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PERL = @PERL@ +PERL_BINDINGS = @PERL_BINDINGS@ +PERL_BINDINGS_OPTIONS = @PERL_BINDINGS_OPTIONS@ +PERL_CFLAGS = @PERL_CFLAGS@ +PERL_LIBS = @PERL_LIBS@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PROTOBUF_CFLAGS = @PROTOBUF_CFLAGS@ +PROTOBUF_C_CFLAGS = @PROTOBUF_C_CFLAGS@ +PROTOBUF_C_LIBS = @PROTOBUF_C_LIBS@ +PROTOBUF_LIBS = @PROTOBUF_LIBS@ +PROTOC = @PROTOC@ +PROTOC_C = @PROTOC_C@ +PTHREAD_LIBS = @PTHREAD_LIBS@ +PYTHON_CONFIG = @PYTHON_CONFIG@ +RANLIB = @RANLIB@ +RRD_CFLAGS = @RRD_CFLAGS@ +RRD_LIBS = @RRD_LIBS@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VALGRIND = @VALGRIND@ +VERSION = @VERSION@ +YACC = @YACC@ +YFLAGS = @YFLAGS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgconfigdir = @pkgconfigdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +ACLOCAL_AMFLAGS = -I m4 +AM_YFLAGS = -d +@BUILD_WIN32_FALSE@cpkgdatadir = $(pkgdatadir) +@BUILD_WIN32_TRUE@cpkgdatadir = $(datadir) +@BUILD_WIN32_FALSE@cpkglibdir = $(pkglibdir) +@BUILD_WIN32_TRUE@cpkglibdir = $(libdir)/plugins +@BUILD_WIN32_FALSE@cpkglocalstatedir = ${localstatedir}/lib/${PACKAGE_NAME} +@BUILD_WIN32_TRUE@cpkglocalstatedir = ${localstatedir} +BUILT_SOURCES = src/libcollectdclient/collectd/lcc_features.h \ + src/liboconfig/parser.h $(dist_man_MANS) $(am__append_290) \ + $(am__append_291) $(am__append_292) +CLEANFILES = \ + .perl-directory-stamp \ + bindings/buildperl/Collectd.pm \ + bindings/buildperl/Collectd/Plugins/OpenVZ.pm \ + bindings/buildperl/Collectd/Unixsock.pm \ + bindings/buildperl/Makefile.PL \ + collectd-api.jar \ + collectd.grpc.pb.cc \ + collectd.grpc.pb.h \ + collectd.pb.cc \ + collectd.pb.h \ + generic-jmx.jar \ + org/collectd/api/*.class \ + org/collectd/java/*.class \ + prometheus.pb-c.c \ + prometheus.pb-c.h \ + src/pinba.pb-c.c \ + src/pinba.pb-c.h \ + types.pb.cc \ + types.pb.h + +EXTRA_DIST = \ + bindings/perl/Makefile.PL \ + bindings/perl/lib/Collectd.pm \ + bindings/perl/lib/Collectd/Plugins/Monitorus.pm \ + bindings/perl/lib/Collectd/Plugins/OpenVZ.pm \ + bindings/perl/lib/Collectd/Unixsock.pm \ + bindings/perl/uninstall_mod.pl \ + contrib \ + proto/collectd.proto \ + proto/prometheus.proto \ + proto/types.proto \ + src/collectd-email.pod \ + src/collectd-exec.pod \ + src/collectd-java.pod \ + src/collectd-lua.pod \ + src/collectd-nagios.pod \ + src/collectd-perl.pod \ + src/collectd-python.pod \ + src/collectd-snmp.pod \ + src/collectd-tg.pod \ + src/collectd-threshold.pod \ + src/collectd-unixsock.pod \ + src/collectd.conf.pod \ + src/collectd.pod \ + src/collectdctl.pod \ + src/collectdmon.pod \ + src/pinba.proto \ + src/postgresql_default.conf \ + src/types.db \ + src/types.db.pod \ + src/valgrind.FreeBSD.suppress \ + src/valgrind.suppress \ + testwrapper.sh \ + version-gen.sh + +dist_man_MANS = \ + src/collectd.1 \ + src/collectd.conf.5 \ + src/collectd-email.5 \ + src/collectd-exec.5 \ + src/collectdctl.1 \ + src/collectd-java.5 \ + src/collectd-lua.5 \ + src/collectdmon.1 \ + src/collectd-nagios.1 \ + src/collectd-perl.5 \ + src/collectd-python.5 \ + src/collectd-snmp.5 \ + src/collectd-tg.1 \ + src/collectd-threshold.5 \ + src/collectd-unixsock.5 \ + src/types.db.5 + +nodist_pkgconfig_DATA = \ + src/libcollectdclient/libcollectdclient.pc + +pkginclude_HEADERS = \ + src/libcollectdclient/collectd/client.h \ + src/libcollectdclient/collectd/lcc_features.h \ + src/libcollectdclient/collectd/network_buffer.h \ + src/libcollectdclient/collectd/network.h \ + src/libcollectdclient/collectd/network_parse.h \ + src/libcollectdclient/collectd/server.h \ + src/libcollectdclient/collectd/types.h + +lib_LTLIBRARIES = libcollectdclient.la +noinst_LTLIBRARIES = libavltree.la libcmds.la libcommon.la \ + libformat_graphite.la libformat_json.la libheap.la \ + libignorelist.la liblatency.la libllist.la liblookup.la \ + libmetadata.la libmount.la liboconfig.la $(am__append_38) \ + $(am__append_41) $(am__append_204) +check_LTLIBRARIES = \ + libplugin_mock.la + +LOG_COMPILER = env VALGRIND="@VALGRIND@" $(abs_srcdir)/testwrapper.sh +jardir = $(cpkgdatadir)/java +pkglib_LTLIBRARIES = $(am__append_44) $(am__append_45) \ + $(am__append_46) $(am__append_47) $(am__append_48) \ + $(am__append_50) $(am__append_51) $(am__append_52) \ + $(am__append_53) $(am__append_54) $(am__append_56) \ + $(am__append_57) $(am__append_58) $(am__append_61) \ + $(am__append_62) $(am__append_63) $(am__append_64) \ + $(am__append_65) $(am__append_66) $(am__append_67) \ + $(am__append_69) $(am__append_75) $(am__append_76) \ + $(am__append_77) $(am__append_78) $(am__append_79) \ + $(am__append_81) $(am__append_82) $(am__append_83) \ + $(am__append_84) $(am__append_85) $(am__append_96) \ + $(am__append_97) $(am__append_98) $(am__append_99) \ + $(am__append_100) $(am__append_101) $(am__append_102) \ + $(am__append_103) $(am__append_104) $(am__append_105) \ + $(am__append_106) $(am__append_107) $(am__append_108) \ + $(am__append_109) $(am__append_110) $(am__append_111) \ + $(am__append_112) $(am__append_114) $(am__append_115) \ + $(am__append_116) $(am__append_119) $(am__append_125) \ + $(am__append_126) $(am__append_127) $(am__append_128) \ + $(am__append_129) $(am__append_130) $(am__append_131) \ + $(am__append_132) $(am__append_136) $(am__append_137) \ + $(am__append_140) $(am__append_141) $(am__append_142) \ + $(am__append_143) $(am__append_144) $(am__append_145) \ + $(am__append_146) $(am__append_147) $(am__append_148) \ + $(am__append_149) $(am__append_151) $(am__append_152) \ + $(am__append_153) $(am__append_154) $(am__append_156) \ + $(am__append_162) $(am__append_163) $(am__append_164) \ + $(am__append_165) $(am__append_166) $(am__append_167) \ + $(am__append_168) $(am__append_169) $(am__append_177) \ + $(am__append_178) $(am__append_179) $(am__append_180) \ + $(am__append_181) $(am__append_182) $(am__append_184) \ + $(am__append_185) $(am__append_186) $(am__append_188) \ + $(am__append_189) $(am__append_190) $(am__append_191) \ + $(am__append_192) $(am__append_193) $(am__append_194) \ + $(am__append_197) $(am__append_198) $(am__append_199) \ + $(am__append_200) $(am__append_201) $(am__append_202) \ + $(am__append_203) $(am__append_205) $(am__append_209) \ + $(am__append_210) $(am__append_211) $(am__append_214) \ + $(am__append_215) $(am__append_216) $(am__append_217) \ + $(am__append_218) $(am__append_219) $(am__append_220) \ + $(am__append_221) $(am__append_222) $(am__append_223) \ + $(am__append_224) $(am__append_227) $(am__append_228) \ + $(am__append_235) $(am__append_236) $(am__append_237) \ + $(am__append_238) $(am__append_239) $(am__append_240) \ + $(am__append_241) $(am__append_242) $(am__append_243) \ + $(am__append_244) $(am__append_245) $(am__append_246) \ + $(am__append_247) $(am__append_249) $(am__append_250) \ + $(am__append_251) $(am__append_252) $(am__append_253) \ + $(am__append_255) $(am__append_256) $(am__append_257) \ + $(am__append_258) $(am__append_261) $(am__append_264) \ + $(am__append_265) $(am__append_266) $(am__append_269) \ + $(am__append_270) $(am__append_271) $(am__append_272) \ + $(am__append_273) $(am__append_274) $(am__append_275) \ + $(am__append_276) $(am__append_277) $(am__append_278) \ + $(am__append_279) $(am__append_280) $(am__append_281) \ + $(am__append_282) $(am__append_283) $(am__append_284) \ + $(am__append_285) $(am__append_286) $(am__append_287) \ + $(am__append_288) $(am__append_289) +PLUGIN_LDFLAGS = -module -avoid-version -export-symbols-regex \ + '\' $(am__append_1) +AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/daemon \ + -DPREFIX='"${prefix}"' \ + -DCONFIGFILE='"${sysconfdir}/${PACKAGE_NAME}.conf"' \ + -DLOCALSTATEDIR='"${localstatedir}"' \ + -DPKGLOCALSTATEDIR='"${cpkglocalstatedir}"' \ + -DPLUGINDIR='"${cpkglibdir}"' -DPKGDATADIR='"${cpkgdatadir}"' \ + $(am__append_2) +COMMON_DEPS = $(am__append_3) + +# Link to these libraries.. +COMMON_LIBS = $(PTHREAD_LIBS) $(am__append_4) $(am__append_5) \ + $(am__append_6) $(am__append_7) $(am__append_8) \ + $(am__append_9) $(am__append_10) $(am__append_11) +collectd_SOURCES = src/daemon/cmd.h src/daemon/collectd.c \ + src/daemon/collectd.h src/daemon/configfile.c \ + src/daemon/configfile.h src/daemon/filter_chain.c \ + src/daemon/filter_chain.h src/daemon/globals.c \ + src/daemon/globals.h src/utils/metadata/meta_data.c \ + src/utils/metadata/meta_data.h src/daemon/plugin.c \ + src/daemon/plugin.h src/daemon/utils_cache.c \ + src/daemon/utils_cache.h src/daemon/utils_complain.c \ + src/daemon/utils_complain.h src/daemon/utils_random.c \ + src/daemon/utils_random.h src/daemon/utils_subst.c \ + src/daemon/utils_subst.h src/daemon/utils_time.c \ + src/daemon/utils_time.h src/daemon/types_list.c \ + src/daemon/types_list.h src/daemon/utils_threshold.c \ + src/daemon/utils_threshold.h $(am__append_12) $(am__append_14) +collectd_CFLAGS = $(AM_CFLAGS) $(am__append_16) +collectd_CPPFLAGS = $(AM_CPPFLAGS) $(am__append_15) +collectd_LDFLAGS = -export-dynamic $(am__append_13) +collectd_LDADD = libavltree.la libcommon.la libheap.la libllist.la \ + liboconfig.la -lm $(COMMON_LIBS) $(DLOPEN_LIBS) \ + $(am__append_17) +collectdmon_SOURCES = src/collectdmon.c +collectd_nagios_SOURCES = src/collectd-nagios.c +collectd_nagios_CPPFLAGS = $(AM_CPPFLAGS) \ + -I$(srcdir)/src/libcollectdclient \ + -I$(top_builddir)/src/libcollectdclient + +collectd_nagios_LDADD = libcollectdclient.la $(am__append_18) \ + $(am__append_19) +collectdctl_SOURCES = src/collectdctl.c +collectdctl_CPPFLAGS = $(AM_CPPFLAGS) \ + -I$(srcdir)/src/libcollectdclient \ + -I$(top_builddir)/src/libcollectdclient + +collectdctl_LDADD = libcollectdclient.la $(am__append_20) \ + $(am__append_21) +collectd_tg_SOURCES = src/collectd-tg.c +collectd_tg_CPPFLAGS = $(AM_CPPFLAGS) \ + -I$(srcdir)/src/libcollectdclient \ + -I$(top_builddir)/src/libcollectdclient + +collectd_tg_LDADD = $(PTHREAD_LIBS) libheap.la libcollectdclient.la \ + $(am__append_22) $(am__append_23) $(am__append_24) +test_common_SOURCES = \ + src/utils/common/common_test.c \ + src/testing.h + +test_common_LDADD = libplugin_mock.la +test_meta_data_SOURCES = \ + src/utils/metadata/meta_data_test.c \ + src/testing.h + +test_meta_data_LDADD = libmetadata.la libplugin_mock.la +test_utils_avltree_SOURCES = \ + src/utils/avltree/avltree_test.c \ + src/testing.h + +test_utils_avltree_LDADD = libavltree.la $(COMMON_LIBS) +test_utils_heap_SOURCES = \ + src/utils/heap/heap_test.c \ + src/testing.h + +test_utils_heap_LDADD = libheap.la $(COMMON_LIBS) +test_utils_message_parser_SOURCES = \ + src/utils/message_parser/message_parser_test.c \ + src/testing.h \ + src/daemon/configfile.c \ + src/daemon/types_list.c \ + src/utils_tail_match.c src/utils_tail_match.h \ + src/utils/tail/tail.c src/utils/tail/tail.h \ + src/utils/match/match.c src/utils/match/match.h \ + src/utils/latency/latency.c src/utils/latency/latency.h \ + src/utils/latency/latency_config.c src/utils/latency/latency_config.h + +test_utils_message_parser_CPPFLAGS = $(AM_CPPFLAGS) +test_utils_message_parser_LDADD = liboconfig.la libplugin_mock.la -lm +test_utils_time_SOURCES = \ + src/daemon/utils_time_test.c \ + src/testing.h + +test_utils_subst_SOURCES = \ + src/daemon/utils_subst_test.c \ + src/testing.h \ + src/daemon/utils_subst.c \ + src/daemon/utils_subst.h + +test_utils_subst_LDADD = libplugin_mock.la +test_utils_config_cores_SOURCES = \ + src/utils/config_cores/config_cores_test.c \ + src/testing.h + +test_utils_config_cores_LDADD = libplugin_mock.la +libavltree_la_SOURCES = \ + src/utils/avltree/avltree.c \ + src/utils/avltree/avltree.h + +libcommon_la_SOURCES = \ + src/utils/common/common.c \ + src/utils/common/common.h + +libcommon_la_LIBADD = $(COMMON_LIBS) +libheap_la_SOURCES = \ + src/utils/heap/heap.c \ + src/utils/heap/heap.h + +libignorelist_la_SOURCES = \ + src/utils/ignorelist/ignorelist.c \ + src/utils/ignorelist/ignorelist.h + +libllist_la_SOURCES = \ + src/daemon/utils_llist.c \ + src/daemon/utils_llist.h + +libmetadata_la_SOURCES = \ + src/utils/metadata/meta_data.c \ + src/utils/metadata/meta_data.h + +libplugin_mock_la_SOURCES = \ + src/daemon/plugin_mock.c \ + src/daemon/utils_cache_mock.c \ + src/daemon/utils_complain.c \ + src/daemon/utils_complain.h \ + src/daemon/utils_time.c \ + src/daemon/utils_time.h + +libplugin_mock_la_CPPFLAGS = $(AM_CPPFLAGS) -DMOCK_TIME +libplugin_mock_la_LIBADD = libcommon.la libignorelist.la $(COMMON_LIBS) +libformat_graphite_la_SOURCES = \ + src/utils/format_graphite/format_graphite.c \ + src/utils/format_graphite/format_graphite.h + +test_format_graphite_SOURCES = \ + src/utils/format_graphite/format_graphite_test.c \ + src/testing.h + +test_format_graphite_LDADD = \ + libformat_graphite.la \ + libmetadata.la \ + libplugin_mock.la \ + -lm + +libformat_json_la_SOURCES = \ + src/utils/format_json/format_json.c \ + src/utils/format_json/format_json.h + +libformat_json_la_CPPFLAGS = $(AM_CPPFLAGS) $(am__append_25) +libformat_json_la_LDFLAGS = $(AM_LDFLAGS) $(am__append_26) +libformat_json_la_LIBADD = $(am__append_27) +@BUILD_WITH_LIBYAJL_TRUE@test_format_json_SOURCES = \ +@BUILD_WITH_LIBYAJL_TRUE@ src/utils/format_json/format_json_test.c \ +@BUILD_WITH_LIBYAJL_TRUE@ src/testing.h + +@BUILD_WITH_LIBYAJL_TRUE@test_format_json_LDADD = \ +@BUILD_WITH_LIBYAJL_TRUE@ libformat_json.la \ +@BUILD_WITH_LIBYAJL_TRUE@ libmetadata.la \ +@BUILD_WITH_LIBYAJL_TRUE@ libplugin_mock.la \ +@BUILD_WITH_LIBYAJL_TRUE@ -lm + +@BUILD_PLUGIN_CEPH_TRUE@test_plugin_ceph_SOURCES = src/ceph_test.c +@BUILD_PLUGIN_CEPH_TRUE@test_plugin_ceph_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBYAJL_CPPFLAGS) +@BUILD_PLUGIN_CEPH_TRUE@test_plugin_ceph_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBYAJL_LDFLAGS) +@BUILD_PLUGIN_CEPH_TRUE@test_plugin_ceph_LDADD = libplugin_mock.la $(BUILD_WITH_LIBYAJL_LIBS) +liblatency_la_SOURCES = \ + src/utils/latency/latency.c \ + src/utils/latency/latency.h \ + src/utils/latency/latency_config.c \ + src/utils/latency/latency_config.h + +liblatency_la_LIBADD = \ + libcommon.la \ + -lm + +test_utils_latency_SOURCES = \ + src/utils/latency/latency_test.c \ + src/testing.h + +test_utils_latency_LDADD = \ + liblatency.la \ + libplugin_mock.la \ + -lm + +libcmds_la_SOURCES = \ + src/utils/cmds/cmds.c \ + src/utils/cmds/cmds.h \ + src/utils/cmds/flush.c \ + src/utils/cmds/flush.h \ + src/utils/cmds/getthreshold.c \ + src/utils/cmds/getthreshold.h \ + src/utils/cmds/getval.c \ + src/utils/cmds/getval.h \ + src/utils/cmds/listval.c \ + src/utils/cmds/listval.h \ + src/utils/cmds/putnotif.c \ + src/utils/cmds/putnotif.h \ + src/utils/cmds/putval.c \ + src/utils/cmds/putval.h \ + src/utils/cmds/parse_option.c \ + src/utils/cmds/parse_option.h + +libcmds_la_LIBADD = \ + libcommon.la \ + libmetadata.la \ + -lm + +test_utils_cmds_SOURCES = \ + src/utils/cmds/cmds_test.c \ + src/testing.h + +test_utils_cmds_LDADD = \ + libcmds.la \ + libplugin_mock.la + +liblookup_la_SOURCES = \ + src/utils/lookup/vl_lookup.c \ + src/utils/lookup/vl_lookup.h + +liblookup_la_LIBADD = libavltree.la +test_utils_vl_lookup_SOURCES = \ + src/utils/lookup/vl_lookup_test.c \ + src/testing.h + +test_utils_vl_lookup_LDADD = liblookup.la libplugin_mock.la \ + $(am__append_30) +libmount_la_SOURCES = \ + src/utils/mount/mount.c \ + src/utils/mount/mount.h + +test_utils_mount_SOURCES = \ + src/utils/mount/mount_test.c \ + src/testing.h + +test_utils_mount_LDADD = libmount.la libplugin_mock.la \ + $(am__append_31) +libcollectdclient_la_SOURCES = \ + src/libcollectdclient/client.c \ + src/libcollectdclient/network.c \ + src/libcollectdclient/network_buffer.c \ + src/libcollectdclient/network_parse.c \ + src/libcollectdclient/server.c \ + src/libcollectdclient/collectd/stdendian.h + +libcollectdclient_la_CPPFLAGS = $(AM_CPPFLAGS) \ + -I$(srcdir)/src/libcollectdclient \ + -I$(top_builddir)/src/libcollectdclient -I$(srcdir)/src/daemon \ + $(am__append_34) +libcollectdclient_la_LDFLAGS = -version-info 2:0:1 $(am__append_32) \ + $(am__append_35) +libcollectdclient_la_LIBADD = -lm $(am__append_33) $(am__append_36) + +# network_parse_test.c includes network_parse.c, so no need to link with +# libcollectdclient.so. +test_libcollectd_network_parse_SOURCES = src/libcollectdclient/network_parse_test.c +test_libcollectd_network_parse_CPPFLAGS = $(AM_CPPFLAGS) \ + -I$(srcdir)/src/libcollectdclient \ + -I$(top_builddir)/src/libcollectdclient $(am__append_37) +@BUILD_WITH_LIBGCRYPT_TRUE@test_libcollectd_network_parse_LDFLAGS = $(GCRYPT_LDFLAGS) +@BUILD_WITH_LIBGCRYPT_TRUE@test_libcollectd_network_parse_LDADD = $(GCRYPT_LIBS) +liboconfig_la_SOURCES = \ + src/liboconfig/oconfig.c \ + src/liboconfig/oconfig.h \ + src/liboconfig/aux_types.h \ + src/liboconfig/scanner.l \ + src/liboconfig/parser.y + +liboconfig_la_CPPFLAGS = -I$(srcdir)/src/liboconfig $(AM_CPPFLAGS) +liboconfig_la_LDFLAGS = -avoid-version $(LEXLIB) +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@liboauth_la_SOURCES = \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ src/utils/oauth/oauth.c \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ src/utils/oauth/oauth.h + +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@liboauth_la_CPPFLAGS = \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ $(AM_CPPFLAGS) \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ $(BUILD_WITH_LIBCURL_CFLAGS) \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ $(BUILD_WITH_LIBSSL_CFLAGS) \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ $(BUILD_WITH_LIBYAJL_CPPFLAGS) + +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@liboauth_la_LIBADD = \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ $(BUILD_WITH_LIBCURL_LIBS) \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ $(BUILD_WITH_LIBSSL_LIBS) \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ $(BUILD_WITH_LIBYAJL_LIBS) + +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@test_utils_oauth_SOURCES = \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ src/utils/oauth/oauth_test.c + +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@test_utils_oauth_LDADD = \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ liboauth.la \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ libcommon.la \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ libplugin_mock.la + +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@libgce_la_SOURCES = \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ src/utils/gce/gce.c \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ src/utils/gce/gce.h + +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@libgce_la_CPPFLAGS = \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ $(AM_CPPFLAGS) \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ $(BUILD_WITH_LIBCURL_CFLAGS) + +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@libgce_la_LIBADD = \ +@BUILD_WITH_LIBCURL_TRUE@@BUILD_WITH_LIBSSL_TRUE@@BUILD_WITH_LIBYAJL2_TRUE@ $(BUILD_WITH_LIBCURL_LIBS) + +@BUILD_WITH_LIBYAJL2_TRUE@libformat_stackdriver_la_SOURCES = \ +@BUILD_WITH_LIBYAJL2_TRUE@ src/utils/format_stackdriver/format_stackdriver.c \ +@BUILD_WITH_LIBYAJL2_TRUE@ src/utils/format_stackdriver/format_stackdriver.h + +@BUILD_WITH_LIBYAJL2_TRUE@libformat_stackdriver_la_CPPFLAGS = \ +@BUILD_WITH_LIBYAJL2_TRUE@ $(AM_CPPFLAGS) \ +@BUILD_WITH_LIBYAJL2_TRUE@ $(BUILD_WITH_LIBYAJL_CPPFLAGS) + +@BUILD_WITH_LIBYAJL2_TRUE@libformat_stackdriver_la_LIBADD = \ +@BUILD_WITH_LIBYAJL2_TRUE@ libavltree.la \ +@BUILD_WITH_LIBYAJL2_TRUE@ $(BUILD_WITH_LIBSSL_LIBS) \ +@BUILD_WITH_LIBYAJL2_TRUE@ $(BUILD_WITH_LIBYAJL_LIBS) + +@BUILD_WITH_LIBYAJL2_TRUE@test_format_stackdriver_SOURCES = \ +@BUILD_WITH_LIBYAJL2_TRUE@ src/utils/format_stackdriver/format_stackdriver_test.c \ +@BUILD_WITH_LIBYAJL2_TRUE@ src/testing.h + +@BUILD_WITH_LIBYAJL2_TRUE@test_format_stackdriver_LDADD = \ +@BUILD_WITH_LIBYAJL2_TRUE@ libformat_stackdriver.la \ +@BUILD_WITH_LIBYAJL2_TRUE@ libplugin_mock.la \ +@BUILD_WITH_LIBYAJL2_TRUE@ -lm + +@BUILD_PLUGIN_AGGREGATION_TRUE@aggregation_la_SOURCES = \ +@BUILD_PLUGIN_AGGREGATION_TRUE@ src/aggregation.c \ +@BUILD_PLUGIN_AGGREGATION_TRUE@ src/utils/lookup/vl_lookup.c \ +@BUILD_PLUGIN_AGGREGATION_TRUE@ src/utils/lookup/vl_lookup.h + +@BUILD_PLUGIN_AGGREGATION_TRUE@aggregation_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_AGGREGATION_TRUE@aggregation_la_LIBADD = -lm +@BUILD_PLUGIN_AMQP_TRUE@amqp_la_SOURCES = src/amqp.c +@BUILD_PLUGIN_AMQP_TRUE@amqp_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBRABBITMQ_CPPFLAGS) +@BUILD_PLUGIN_AMQP_TRUE@amqp_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBRABBITMQ_LDFLAGS) +@BUILD_PLUGIN_AMQP_TRUE@amqp_la_LIBADD = \ +@BUILD_PLUGIN_AMQP_TRUE@ $(BUILD_WITH_LIBRABBITMQ_LIBS) \ +@BUILD_PLUGIN_AMQP_TRUE@ libcmds.la \ +@BUILD_PLUGIN_AMQP_TRUE@ libformat_graphite.la \ +@BUILD_PLUGIN_AMQP_TRUE@ libformat_json.la + +@BUILD_PLUGIN_AMQP1_TRUE@amqp1_la_SOURCES = \ +@BUILD_PLUGIN_AMQP1_TRUE@ src/amqp1.c \ +@BUILD_PLUGIN_AMQP1_TRUE@ src/utils/deq/deq.h + +@BUILD_PLUGIN_AMQP1_TRUE@amqp1_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBQPIDPROTON_CPPFLAGS) +@BUILD_PLUGIN_AMQP1_TRUE@amqp1_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBQPIDPROTON_LDFLAGS) +@BUILD_PLUGIN_AMQP1_TRUE@amqp1_la_LIBADD = \ +@BUILD_PLUGIN_AMQP1_TRUE@ $(BUILD_WITH_LIBQPIDPROTON_LIBS) \ +@BUILD_PLUGIN_AMQP1_TRUE@ libcmds.la \ +@BUILD_PLUGIN_AMQP1_TRUE@ libformat_graphite.la \ +@BUILD_PLUGIN_AMQP1_TRUE@ libformat_json.la + +@BUILD_PLUGIN_APACHE_TRUE@apache_la_SOURCES = src/apache.c +@BUILD_PLUGIN_APACHE_TRUE@apache_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBCURL_CFLAGS) +@BUILD_PLUGIN_APACHE_TRUE@apache_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_APACHE_TRUE@apache_la_LIBADD = $(BUILD_WITH_LIBCURL_LIBS) +@BUILD_PLUGIN_APCUPS_TRUE@apcups_la_SOURCES = src/apcups.c +@BUILD_PLUGIN_APCUPS_TRUE@apcups_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_APCUPS_TRUE@apcups_la_LIBADD = $(am__append_49) +@BUILD_PLUGIN_APPLE_SENSORS_TRUE@apple_sensors_la_SOURCES = src/apple_sensors.c +@BUILD_PLUGIN_APPLE_SENSORS_TRUE@apple_sensors_la_LDFLAGS = $(PLUGIN_LDFLAGS) -framework IOKit +@BUILD_PLUGIN_AQUAERO_TRUE@aquaero_la_SOURCES = src/aquaero.c +@BUILD_PLUGIN_AQUAERO_TRUE@aquaero_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBAQUAERO5_CFLAGS) +@BUILD_PLUGIN_AQUAERO_TRUE@aquaero_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBAQUAERO5_LDFLAGS) +@BUILD_PLUGIN_AQUAERO_TRUE@aquaero_la_LIBADD = -laquaero5 +@BUILD_PLUGIN_ASCENT_TRUE@ascent_la_SOURCES = src/ascent.c +@BUILD_PLUGIN_ASCENT_TRUE@ascent_la_CFLAGS = \ +@BUILD_PLUGIN_ASCENT_TRUE@ $(AM_CFLAGS) \ +@BUILD_PLUGIN_ASCENT_TRUE@ $(BUILD_WITH_LIBCURL_CFLAGS) \ +@BUILD_PLUGIN_ASCENT_TRUE@ $(BUILD_WITH_LIBXML2_CFLAGS) + +@BUILD_PLUGIN_ASCENT_TRUE@ascent_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_ASCENT_TRUE@ascent_la_LIBADD = \ +@BUILD_PLUGIN_ASCENT_TRUE@ $(BUILD_WITH_LIBCURL_LIBS) \ +@BUILD_PLUGIN_ASCENT_TRUE@ $(BUILD_WITH_LIBXML2_LIBS) + +@BUILD_PLUGIN_BAROMETER_TRUE@barometer_la_SOURCES = src/barometer.c +@BUILD_PLUGIN_BAROMETER_TRUE@barometer_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_BAROMETER_TRUE@barometer_la_LIBADD = -lm $(BUILD_WITH_LIBI2C_LIBS) +@BUILD_PLUGIN_BATTERY_TRUE@battery_la_SOURCES = \ +@BUILD_PLUGIN_BATTERY_TRUE@ src/battery.c \ +@BUILD_PLUGIN_BATTERY_TRUE@ src/battery_statefs.c + +@BUILD_PLUGIN_BATTERY_TRUE@battery_la_LDFLAGS = $(PLUGIN_LDFLAGS) \ +@BUILD_PLUGIN_BATTERY_TRUE@ $(am__append_55) +@BUILD_PLUGIN_BIND_TRUE@bind_la_SOURCES = src/bind.c +@BUILD_PLUGIN_BIND_TRUE@bind_la_CFLAGS = $(AM_CFLAGS) \ +@BUILD_PLUGIN_BIND_TRUE@ $(BUILD_WITH_LIBCURL_CFLAGS) $(BUILD_WITH_LIBXML2_CFLAGS) + +@BUILD_PLUGIN_BIND_TRUE@bind_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_BIND_TRUE@bind_la_LIBADD = $(BUILD_WITH_LIBCURL_LIBS) $(BUILD_WITH_LIBXML2_LIBS) +@BUILD_PLUGIN_BUDDYINFO_TRUE@buddyinfo_la_SOURCES = src/buddyinfo.c +@BUILD_PLUGIN_BUDDYINFO_TRUE@buddyinfo_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_BUDDYINFO_TRUE@buddyinfo_la_LIBADD = libignorelist.la +@BUILD_PLUGIN_CAPABILITIES_TRUE@capabilities_la_SOURCES = src/capabilities.c \ +@BUILD_PLUGIN_CAPABILITIES_TRUE@ src/utils/dmi/dmi.c \ +@BUILD_PLUGIN_CAPABILITIES_TRUE@ src/utils/dmi/dmi.h + +@BUILD_PLUGIN_CAPABILITIES_TRUE@capabilities_la_CPPFLAGS = $(AM_CPPFLAGS) \ +@BUILD_PLUGIN_CAPABILITIES_TRUE@ $(BUILD_WITH_LIBMICROHTTPD_CPPFLAGS) $(BUILD_WITH_LIBJANSSON_CPPFLAGS) + +@BUILD_PLUGIN_CAPABILITIES_TRUE@capabilities_la_LDFLAGS = $(PLUGIN_LDFLAGS) \ +@BUILD_PLUGIN_CAPABILITIES_TRUE@ $(BUILD_WITH_LIBMICROHTTPD_LDFLAGS) $(BUILD_WITH_LIBJANSSON_LDFLAGS) + +@BUILD_PLUGIN_CAPABILITIES_TRUE@capabilities_la_LIBADD = $(BUILD_WITH_LIBMICROHTTPD_LIBS) \ +@BUILD_PLUGIN_CAPABILITIES_TRUE@ $(BUILD_WITH_LIBJANSSON_LIBS) + +@BUILD_PLUGIN_CAPABILITIES_TRUE@test_plugin_capabilities_SOURCES = \ +@BUILD_PLUGIN_CAPABILITIES_TRUE@ src/capabilities_test.c \ +@BUILD_PLUGIN_CAPABILITIES_TRUE@ src/daemon/configfile.c \ +@BUILD_PLUGIN_CAPABILITIES_TRUE@ src/daemon/types_list.c + +@BUILD_PLUGIN_CAPABILITIES_TRUE@test_plugin_capabilities_CPPFLAGS = $(AM_CPPFLAGS) \ +@BUILD_PLUGIN_CAPABILITIES_TRUE@ $(BUILD_WITH_LIBJANSSON_CPPFLAGS) + +@BUILD_PLUGIN_CAPABILITIES_TRUE@test_plugin_capabilities_LDFLAGS = $(PLUGIN_LDFLAGS) \ +@BUILD_PLUGIN_CAPABILITIES_TRUE@ $(BUILD_WITH_LIBJANSSON_LDFLAGS) + +@BUILD_PLUGIN_CAPABILITIES_TRUE@test_plugin_capabilities_LDADD = liboconfig.la libplugin_mock.la \ +@BUILD_PLUGIN_CAPABILITIES_TRUE@ $(BUILD_WITH_LIBJANSSON_LIBS) + +@BUILD_PLUGIN_CEPH_TRUE@ceph_la_SOURCES = src/ceph.c +@BUILD_PLUGIN_CEPH_TRUE@ceph_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBYAJL_CPPFLAGS) +@BUILD_PLUGIN_CEPH_TRUE@ceph_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBYAJL_LDFLAGS) +@BUILD_PLUGIN_CEPH_TRUE@ceph_la_LIBADD = $(BUILD_WITH_LIBYAJL_LIBS) +@BUILD_PLUGIN_CGROUPS_TRUE@cgroups_la_SOURCES = src/cgroups.c +@BUILD_PLUGIN_CGROUPS_TRUE@cgroups_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_CGROUPS_TRUE@cgroups_la_LIBADD = libignorelist.la libmount.la +@BUILD_PLUGIN_CHRONY_TRUE@chrony_la_SOURCES = src/chrony.c +@BUILD_PLUGIN_CHRONY_TRUE@chrony_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_CHRONY_TRUE@chrony_la_LIBADD = -lm +@BUILD_PLUGIN_CHECK_UPTIME_TRUE@check_uptime_la_SOURCES = src/check_uptime.c +@BUILD_PLUGIN_CHECK_UPTIME_TRUE@check_uptime_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_CONNECTIVITY_TRUE@connectivity_la_SOURCES = src/connectivity.c +@BUILD_PLUGIN_CONNECTIVITY_TRUE@connectivity_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBMNL_CFLAGS) +@BUILD_PLUGIN_CONNECTIVITY_TRUE@connectivity_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBYAJL_CPPFLAGS) +@BUILD_PLUGIN_CONNECTIVITY_TRUE@connectivity_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBYAJL_LDFLAGS) +@BUILD_PLUGIN_CONNECTIVITY_TRUE@connectivity_la_LIBADD = $(BUILD_WITH_LIBYAJL_LIBS) $(BUILD_WITH_LIBMNL_LIBS) libignorelist.la +@BUILD_PLUGIN_CONNTRACK_TRUE@conntrack_la_SOURCES = src/conntrack.c +@BUILD_PLUGIN_CONNTRACK_TRUE@conntrack_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_CONTEXTSWITCH_TRUE@contextswitch_la_SOURCES = src/contextswitch.c +@BUILD_PLUGIN_CONTEXTSWITCH_TRUE@contextswitch_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_CONTEXTSWITCH_TRUE@contextswitch_la_LIBADD = \ +@BUILD_PLUGIN_CONTEXTSWITCH_TRUE@ $(am__append_68) +@BUILD_PLUGIN_CPU_TRUE@cpu_la_SOURCES = src/cpu.c +@BUILD_PLUGIN_CPU_TRUE@cpu_la_CFLAGS = $(AM_CFLAGS) $(am__append_72) +@BUILD_PLUGIN_CPU_TRUE@cpu_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_CPU_TRUE@cpu_la_LIBADD = $(am__append_70) \ +@BUILD_PLUGIN_CPU_TRUE@ $(am__append_71) $(am__append_73) \ +@BUILD_PLUGIN_CPU_TRUE@ $(am__append_74) +@BUILD_PLUGIN_CPUFREQ_TRUE@cpufreq_la_SOURCES = src/cpufreq.c +@BUILD_PLUGIN_CPUFREQ_TRUE@cpufreq_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_CPUSLEEP_TRUE@cpusleep_la_SOURCES = src/cpusleep.c +@BUILD_PLUGIN_CPUSLEEP_TRUE@cpusleep_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_CSV_TRUE@csv_la_SOURCES = src/csv.c +@BUILD_PLUGIN_CSV_TRUE@csv_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_CURL_TRUE@curl_la_SOURCES = \ +@BUILD_PLUGIN_CURL_TRUE@ src/curl.c \ +@BUILD_PLUGIN_CURL_TRUE@ src/utils/curl_stats/curl_stats.c \ +@BUILD_PLUGIN_CURL_TRUE@ src/utils/curl_stats/curl_stats.h \ +@BUILD_PLUGIN_CURL_TRUE@ src/utils/match/match.c \ +@BUILD_PLUGIN_CURL_TRUE@ src/utils/match/match.h + +@BUILD_PLUGIN_CURL_TRUE@curl_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBCURL_CFLAGS) +@BUILD_PLUGIN_CURL_TRUE@curl_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_CURL_TRUE@curl_la_LIBADD = liblatency.la $(BUILD_WITH_LIBCURL_LIBS) +@BUILD_PLUGIN_CURL_JSON_TRUE@curl_json_la_SOURCES = \ +@BUILD_PLUGIN_CURL_JSON_TRUE@ src/curl_json.c \ +@BUILD_PLUGIN_CURL_JSON_TRUE@ src/utils/curl_stats/curl_stats.c \ +@BUILD_PLUGIN_CURL_JSON_TRUE@ src/utils/curl_stats/curl_stats.h + +@BUILD_PLUGIN_CURL_JSON_TRUE@curl_json_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBCURL_CFLAGS) +@BUILD_PLUGIN_CURL_JSON_TRUE@curl_json_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBYAJL_CPPFLAGS) +@BUILD_PLUGIN_CURL_JSON_TRUE@curl_json_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBYAJL_LDFLAGS) +@BUILD_PLUGIN_CURL_JSON_TRUE@curl_json_la_LIBADD = $(BUILD_WITH_LIBCURL_LIBS) $(BUILD_WITH_LIBYAJL_LIBS) +@BUILD_PLUGIN_CURL_JSON_TRUE@test_plugin_curl_json_SOURCES = src/curl_json_test.c \ +@BUILD_PLUGIN_CURL_JSON_TRUE@ src/utils/curl_stats/curl_stats.c \ +@BUILD_PLUGIN_CURL_JSON_TRUE@ src/daemon/configfile.c \ +@BUILD_PLUGIN_CURL_JSON_TRUE@ src/daemon/types_list.c + +@BUILD_PLUGIN_CURL_JSON_TRUE@test_plugin_curl_json_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBYAJL_CPPFLAGS) +@BUILD_PLUGIN_CURL_JSON_TRUE@test_plugin_curl_json_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBYAJL_LDFLAGS) +@BUILD_PLUGIN_CURL_JSON_TRUE@test_plugin_curl_json_LDADD = libavltree.la liboconfig.la libplugin_mock.la $(BUILD_WITH_LIBCURL_LIBS) $(BUILD_WITH_LIBYAJL_LIBS) +@BUILD_PLUGIN_CURL_XML_TRUE@curl_xml_la_SOURCES = \ +@BUILD_PLUGIN_CURL_XML_TRUE@ src/curl_xml.c \ +@BUILD_PLUGIN_CURL_XML_TRUE@ src/utils/curl_stats/curl_stats.c \ +@BUILD_PLUGIN_CURL_XML_TRUE@ src/utils/curl_stats/curl_stats.h + +@BUILD_PLUGIN_CURL_XML_TRUE@curl_xml_la_CFLAGS = $(AM_CFLAGS) \ +@BUILD_PLUGIN_CURL_XML_TRUE@ $(BUILD_WITH_LIBCURL_CFLAGS) $(BUILD_WITH_LIBXML2_CFLAGS) + +@BUILD_PLUGIN_CURL_XML_TRUE@curl_xml_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_CURL_XML_TRUE@curl_xml_la_LIBADD = $(BUILD_WITH_LIBCURL_LIBS) $(BUILD_WITH_LIBXML2_LIBS) +@BUILD_PLUGIN_DBI_TRUE@dbi_la_SOURCES = \ +@BUILD_PLUGIN_DBI_TRUE@ src/dbi.c \ +@BUILD_PLUGIN_DBI_TRUE@ src/utils/db_query/db_query.c \ +@BUILD_PLUGIN_DBI_TRUE@ src/utils/db_query/db_query.h + +@BUILD_PLUGIN_DBI_TRUE@dbi_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBDBI_CPPFLAGS) +@BUILD_PLUGIN_DBI_TRUE@dbi_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBDBI_LDFLAGS) +@BUILD_PLUGIN_DBI_TRUE@dbi_la_LIBADD = $(BUILD_WITH_LIBDBI_LIBS) +@BUILD_PLUGIN_DCPMM_TRUE@dcpmm_la_SOURCES = src/dcpmm.c +@BUILD_PLUGIN_DCPMM_TRUE@dcpmm_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBPMWAPI_CPPFLAGS) +@BUILD_PLUGIN_DCPMM_TRUE@dcpmm_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBPMWAPI_LDFLAGS) +@BUILD_PLUGIN_DCPMM_TRUE@dcpmm_la_LIBADD = -lpmwapi +@BUILD_PLUGIN_DF_TRUE@df_la_SOURCES = src/df.c +@BUILD_PLUGIN_DF_TRUE@df_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_DF_TRUE@df_la_LIBADD = libignorelist.la libmount.la +@BUILD_PLUGIN_DISK_TRUE@disk_la_SOURCES = src/disk.c +@BUILD_PLUGIN_DISK_TRUE@disk_la_CFLAGS = $(AM_CFLAGS) $(am__append_89) +@BUILD_PLUGIN_DISK_TRUE@disk_la_CPPFLAGS = $(AM_CPPFLAGS) \ +@BUILD_PLUGIN_DISK_TRUE@ $(am__append_91) +@BUILD_PLUGIN_DISK_TRUE@disk_la_LDFLAGS = $(PLUGIN_LDFLAGS) \ +@BUILD_PLUGIN_DISK_TRUE@ $(am__append_88) $(am__append_92) +@BUILD_PLUGIN_DISK_TRUE@disk_la_LIBADD = libignorelist.la \ +@BUILD_PLUGIN_DISK_TRUE@ $(am__append_86) $(am__append_87) \ +@BUILD_PLUGIN_DISK_TRUE@ $(am__append_90) $(am__append_93) \ +@BUILD_PLUGIN_DISK_TRUE@ $(am__append_94) $(am__append_95) +@BUILD_PLUGIN_DNS_TRUE@dns_la_SOURCES = \ +@BUILD_PLUGIN_DNS_TRUE@ src/dns.c \ +@BUILD_PLUGIN_DNS_TRUE@ src/utils/dns/dns.c \ +@BUILD_PLUGIN_DNS_TRUE@ src/utils/dns/dns.h + +@BUILD_PLUGIN_DNS_TRUE@dns_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBPCAP_CPPFLAGS) +@BUILD_PLUGIN_DNS_TRUE@dns_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBPCAP_LDFLAGS) +@BUILD_PLUGIN_DNS_TRUE@dns_la_LIBADD = $(BUILD_WITH_LIBPCAP_LIBS) +@BUILD_PLUGIN_DPDKEVENTS_TRUE@dpdkevents_la_SOURCES = src/dpdkevents.c src/utils/dpdk/dpdk.c src/utils/dpdk/dpdk.h +@BUILD_PLUGIN_DPDKEVENTS_TRUE@dpdkevents_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBDPDK_CPPFLAGS) +@BUILD_PLUGIN_DPDKEVENTS_TRUE@dpdkevents_la_CFLAGS = $(AM_CFLAGS) $(LIBDPDK_CFLAGS) +@BUILD_PLUGIN_DPDKEVENTS_TRUE@dpdkevents_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(LIBDPDK_LDFLAGS) +@BUILD_PLUGIN_DPDKEVENTS_TRUE@dpdkevents_la_LIBADD = $(LIBDPDK_LIBS) +@BUILD_PLUGIN_DPDKSTAT_TRUE@dpdkstat_la_SOURCES = src/dpdkstat.c src/utils/dpdk/dpdk.c src/utils/dpdk/dpdk.h +@BUILD_PLUGIN_DPDKSTAT_TRUE@dpdkstat_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBDPDK_CPPFLAGS) +@BUILD_PLUGIN_DPDKSTAT_TRUE@dpdkstat_la_CFLAGS = $(AM_CFLAGS) $(LIBDPDK_CFLAGS) +@BUILD_PLUGIN_DPDKSTAT_TRUE@dpdkstat_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(LIBDPDK_LDFLAGS) +@BUILD_PLUGIN_DPDKSTAT_TRUE@dpdkstat_la_LIBADD = $(LIBDPDK_LIBS) +@BUILD_PLUGIN_DPDK_TELEMETRY_TRUE@dpdk_telemetry_la_SOURCES = src/dpdk_telemetry.c +@BUILD_PLUGIN_DPDK_TELEMETRY_TRUE@dpdk_telemetry_la_CFLAGS = $(AM_CFLAGS) +@BUILD_PLUGIN_DPDK_TELEMETRY_TRUE@dpdk_telemetry_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBJANSSON_LDFLAGS) +@BUILD_PLUGIN_DPDK_TELEMETRY_TRUE@dpdk_telemetry_la_LIBADD = $(BUILD_WITH_LIBJANSSON_LIBS) +@BUILD_PLUGIN_DRBD_TRUE@drbd_la_SOURCES = src/drbd.c +@BUILD_PLUGIN_DRBD_TRUE@drbd_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_EMAIL_TRUE@email_la_SOURCES = src/email.c +@BUILD_PLUGIN_EMAIL_TRUE@email_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_ENTROPY_TRUE@entropy_la_SOURCES = src/entropy.c +@BUILD_PLUGIN_ENTROPY_TRUE@entropy_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_EXEC_TRUE@exec_la_SOURCES = src/exec.c +@BUILD_PLUGIN_EXEC_TRUE@exec_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_EXEC_TRUE@exec_la_LIBADD = libcmds.la +@BUILD_PLUGIN_ETHSTAT_TRUE@ethstat_la_SOURCES = src/ethstat.c +@BUILD_PLUGIN_ETHSTAT_TRUE@ethstat_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_FHCOUNT_TRUE@fhcount_la_SOURCES = src/fhcount.c +@BUILD_PLUGIN_FHCOUNT_TRUE@fhcount_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_FILECOUNT_TRUE@filecount_la_SOURCES = src/filecount.c +@BUILD_PLUGIN_FILECOUNT_TRUE@filecount_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_FSCACHE_TRUE@fscache_la_SOURCES = src/fscache.c +@BUILD_PLUGIN_FSCACHE_TRUE@fscache_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_GMOND_TRUE@gmond_la_SOURCES = src/gmond.c +@BUILD_PLUGIN_GMOND_TRUE@gmond_la_CPPFLAGS = $(AM_CPPFLAGS) $(GANGLIA_CPPFLAGS) +@BUILD_PLUGIN_GMOND_TRUE@gmond_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(GANGLIA_LDFLAGS) +@BUILD_PLUGIN_GMOND_TRUE@gmond_la_LIBADD = $(GANGLIA_LIBS) +@BUILD_PLUGIN_GPS_TRUE@gps_la_SOURCES = src/gps.c +@BUILD_PLUGIN_GPS_TRUE@gps_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBGPS_CFLAGS) +@BUILD_PLUGIN_GPS_TRUE@gps_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBGPS_LDFLAGS) +@BUILD_PLUGIN_GPS_TRUE@gps_la_LIBADD = -lpthread $(BUILD_WITH_LIBGPS_LIBS) +@BUILD_PLUGIN_GPU_NVIDIA_TRUE@gpu_nvidia_la_SOURCES = src/gpu_nvidia.c +@BUILD_PLUGIN_GPU_NVIDIA_TRUE@gpu_nvidia_la_CPPFLAGS = $(AM_CPPFLAGS) $(PLUGIN_CPPFLAGS) $(BUILD_WITH_CUDA_CPPFLAGS) +@BUILD_PLUGIN_GPU_NVIDIA_TRUE@gpu_nvidia_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_CUDA_LDFLAGS) +@BUILD_PLUGIN_GPU_NVIDIA_TRUE@gpu_nvidia_la_LIBADD = $(BUILD_WITH_CUDA_LIBS) +@BUILD_PLUGIN_GRPC_TRUE@grpc_la_SOURCES = src/grpc.cc +@BUILD_PLUGIN_GRPC_TRUE@nodist_grpc_la_SOURCES = \ +@BUILD_PLUGIN_GRPC_TRUE@ collectd.grpc.pb.cc \ +@BUILD_PLUGIN_GRPC_TRUE@ collectd.pb.cc \ +@BUILD_PLUGIN_GRPC_TRUE@ types.pb.cc + +@BUILD_PLUGIN_GRPC_TRUE@grpc_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBGRPCPP_CPPFLAGS) $(BUILD_WITH_LIBPROTOBUF_CPPFLAGS) +@BUILD_PLUGIN_GRPC_TRUE@grpc_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBGRPCPP_LDFLAGS) $(BUILD_WITH_LIBPROTOBUF_LDFLAGS) +@BUILD_PLUGIN_GRPC_TRUE@grpc_la_LIBADD = $(BUILD_WITH_LIBGRPCPP_LIBS) $(BUILD_WITH_LIBPROTOBUF_LIBS) +@BUILD_PLUGIN_HDDTEMP_TRUE@hddtemp_la_SOURCES = src/hddtemp.c +@BUILD_PLUGIN_HDDTEMP_TRUE@hddtemp_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_HDDTEMP_TRUE@hddtemp_la_LIBADD = $(am__append_113) +@BUILD_PLUGIN_HUGEPAGES_TRUE@hugepages_la_SOURCES = src/hugepages.c +@BUILD_PLUGIN_HUGEPAGES_TRUE@hugepages_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_INTEL_PMU_TRUE@intel_pmu_la_SOURCES = \ +@BUILD_PLUGIN_INTEL_PMU_TRUE@ src/intel_pmu.c \ +@BUILD_PLUGIN_INTEL_PMU_TRUE@ src/utils/config_cores/config_cores.h \ +@BUILD_PLUGIN_INTEL_PMU_TRUE@ src/utils/config_cores/config_cores.c + +@BUILD_PLUGIN_INTEL_PMU_TRUE@intel_pmu_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBJEVENTS_CPPFLAGS) +@BUILD_PLUGIN_INTEL_PMU_TRUE@intel_pmu_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBJEVENTS_LDFLAGS) +@BUILD_PLUGIN_INTEL_PMU_TRUE@intel_pmu_la_LIBADD = $(BUILD_WITH_LIBJEVENTS_LIBS) +@BUILD_PLUGIN_INTEL_RDT_TRUE@intel_rdt_la_SOURCES = \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ src/intel_rdt.c \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ src/utils/proc_pids/proc_pids.c \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ src/utils/proc_pids/proc_pids.h \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ src/utils/config_cores/config_cores.h \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ src/utils/config_cores/config_cores.c + +@BUILD_PLUGIN_INTEL_RDT_TRUE@intel_rdt_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBPQOS_CPPFLAGS) +@BUILD_PLUGIN_INTEL_RDT_TRUE@intel_rdt_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBPQOS_LDFLAGS) +@BUILD_PLUGIN_INTEL_RDT_TRUE@intel_rdt_la_LIBADD = $(BUILD_WITH_LIBPQOS_LIBS) +@BUILD_PLUGIN_INTEL_RDT_TRUE@test_plugin_intel_rdt_SOURCES = \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ src/intel_rdt_test.c \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ src/utils/config_cores/config_cores.c \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ src/utils/proc_pids/proc_pids.c \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ src/daemon/configfile.c \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ src/daemon/types_list.c + +@BUILD_PLUGIN_INTEL_RDT_TRUE@test_plugin_intel_rdt_CPPFLAGS = $(AM_CPPFLAGS) +@BUILD_PLUGIN_INTEL_RDT_TRUE@test_plugin_intel_rdt_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_INTEL_RDT_TRUE@test_plugin_intel_rdt_LDADD = liboconfig.la libplugin_mock.la +@BUILD_PLUGIN_INTEL_RDT_TRUE@test_utils_proc_pids_SOURCES = \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ src/utils/proc_pids/proc_pids_test.c \ +@BUILD_PLUGIN_INTEL_RDT_TRUE@ src/testing.h + +@BUILD_PLUGIN_INTEL_RDT_TRUE@test_utils_proc_pids_LDADD = libplugin_mock.la +@BUILD_PLUGIN_INTERFACE_TRUE@interface_la_SOURCES = src/interface.c +@BUILD_PLUGIN_INTERFACE_TRUE@interface_la_CFLAGS = $(AM_CFLAGS) \ +@BUILD_PLUGIN_INTERFACE_TRUE@ $(am__append_120) +@BUILD_PLUGIN_INTERFACE_TRUE@interface_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_INTERFACE_TRUE@interface_la_LIBADD = libignorelist.la \ +@BUILD_PLUGIN_INTERFACE_TRUE@ $(am__append_121) \ +@BUILD_PLUGIN_INTERFACE_TRUE@ $(am__append_122) \ +@BUILD_PLUGIN_INTERFACE_TRUE@ $(am__append_123) \ +@BUILD_PLUGIN_INTERFACE_TRUE@ $(am__append_124) +@BUILD_PLUGIN_IPC_TRUE@ipc_la_SOURCES = src/ipc.c +@BUILD_PLUGIN_IPC_TRUE@ipc_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_IPTABLES_TRUE@iptables_la_SOURCES = src/iptables.c +@BUILD_PLUGIN_IPTABLES_TRUE@iptables_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBIPTC_CPPFLAGS) +@BUILD_PLUGIN_IPTABLES_TRUE@iptables_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_IPTABLES_TRUE@iptables_la_LIBADD = $(BUILD_WITH_LIBIPTC_LDFLAGS) +@BUILD_PLUGIN_IPMI_TRUE@ipmi_la_SOURCES = src/ipmi.c +@BUILD_PLUGIN_IPMI_TRUE@ipmi_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_OPENIPMI_CFLAGS) +@BUILD_PLUGIN_IPMI_TRUE@ipmi_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_IPMI_TRUE@ipmi_la_LIBADD = libignorelist.la $(BUILD_WITH_OPENIPMI_LIBS) +@BUILD_PLUGIN_IPSTATS_TRUE@ipstats_la_SOURCES = src/ipstats.c +@BUILD_PLUGIN_IPSTATS_TRUE@ipstats_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_IPVS_TRUE@ipvs_la_SOURCES = src/ipvs.c +@BUILD_PLUGIN_IPVS_TRUE@ipvs_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_IRQ_TRUE@irq_la_SOURCES = src/irq.c +@BUILD_PLUGIN_IRQ_TRUE@irq_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_IRQ_TRUE@irq_la_LIBADD = libignorelist.la +@BUILD_PLUGIN_JAVA_TRUE@java_la_SOURCES = src/java.c +@BUILD_PLUGIN_JAVA_TRUE@java_la_CPPFLAGS = $(AM_CPPFLAGS) $(JAVA_CPPFLAGS) +@BUILD_PLUGIN_JAVA_TRUE@java_la_CFLAGS = $(AM_CFLAGS) $(JAVA_CFLAGS) +@BUILD_PLUGIN_JAVA_TRUE@java_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(JAVA_LDFLAGS) +@BUILD_PLUGIN_JAVA_TRUE@java_la_LIBADD = $(JAVA_LIBS) +@BUILD_PLUGIN_LOAD_TRUE@load_la_SOURCES = src/load.c +@BUILD_PLUGIN_LOAD_TRUE@load_la_CFLAGS = $(AM_CFLAGS) \ +@BUILD_PLUGIN_LOAD_TRUE@ $(am__append_133) +@BUILD_PLUGIN_LOAD_TRUE@load_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_LOAD_TRUE@load_la_LIBADD = $(am__append_134) \ +@BUILD_PLUGIN_LOAD_TRUE@ $(am__append_135) +@BUILD_PLUGIN_LOGFILE_TRUE@logfile_la_SOURCES = src/logfile.c +@BUILD_PLUGIN_LOGFILE_TRUE@logfile_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_LOGFILE_TRUE@logfile_la_DEPENDENCIES = $(COMMON_DEPS) +@BUILD_PLUGIN_LOGPARSER_TRUE@logparser_la_SOURCES = src/logparser.c \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/utils/message_parser/message_parser.c src/utils/message_parser/message_parser.h \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/utils_tail_match.c src/utils_tail_match.h \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/utils/tail/tail.c src/utils/tail/tail.h \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/utils/match/match.c src/utils/match/match.h \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/utils/latency/latency.c src/utils/latency/latency.h \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/utils/latency/latency_config.c src/utils/latency/latency_config.h + +@BUILD_PLUGIN_LOGPARSER_TRUE@logparser_la_CPPFLAGS = $(AM_CPPFLAGS) +@BUILD_PLUGIN_LOGPARSER_TRUE@logparser_la_LDFLAGS = $(PLUGIN_LDFLAGS) -lm +@BUILD_PLUGIN_LOGPARSER_TRUE@test_plugin_logparser_SOURCES = src/logparser_test.c \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/utils/message_parser/message_parser.c \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/utils_tail_match.c src/utils_tail_match.h \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/utils/tail/tail.c src/utils/tail/tail.h \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/utils/match/match.c src/utils/match/match.h \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/daemon/configfile.c \ +@BUILD_PLUGIN_LOGPARSER_TRUE@ src/daemon/types_list.c + +@BUILD_PLUGIN_LOGPARSER_TRUE@test_plugin_logparser_CPPFLAGS = $(AM_CPPFLAGS) +@BUILD_PLUGIN_LOGPARSER_TRUE@test_plugin_logparser_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_LOGPARSER_TRUE@test_plugin_logparser_LDADD = liboconfig.la libplugin_mock.la liblatency.la +@BUILD_PLUGIN_LOG_LOGSTASH_TRUE@log_logstash_la_SOURCES = src/log_logstash.c +@BUILD_PLUGIN_LOG_LOGSTASH_TRUE@log_logstash_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBYAJL_CPPFLAGS) +@BUILD_PLUGIN_LOG_LOGSTASH_TRUE@log_logstash_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBYAJL_LDFLAGS) +@BUILD_PLUGIN_LOG_LOGSTASH_TRUE@log_logstash_la_LIBADD = $(BUILD_WITH_LIBYAJL_LIBS) +@BUILD_PLUGIN_LPAR_TRUE@lpar_la_SOURCES = src/lpar.c +@BUILD_PLUGIN_LPAR_TRUE@lpar_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_LPAR_TRUE@lpar_la_LIBADD = -lperfstat +@BUILD_PLUGIN_LUA_TRUE@lua_la_SOURCES = \ +@BUILD_PLUGIN_LUA_TRUE@ src/lua.c \ +@BUILD_PLUGIN_LUA_TRUE@ src/utils_lua.c \ +@BUILD_PLUGIN_LUA_TRUE@ src/utils_lua.h + +@BUILD_PLUGIN_LUA_TRUE@lua_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBLUA_CFLAGS) +@BUILD_PLUGIN_LUA_TRUE@lua_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_LUA_TRUE@lua_la_LIBADD = $(BUILD_WITH_LIBLUA_LIBS) +@BUILD_PLUGIN_MADWIFI_TRUE@madwifi_la_SOURCES = \ +@BUILD_PLUGIN_MADWIFI_TRUE@ src/madwifi.c \ +@BUILD_PLUGIN_MADWIFI_TRUE@ src/madwifi.h + +@BUILD_PLUGIN_MADWIFI_TRUE@madwifi_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_MADWIFI_TRUE@madwifi_la_LIBADD = libignorelist.la +@BUILD_PLUGIN_MATCH_EMPTY_COUNTER_TRUE@match_empty_counter_la_SOURCES = src/match_empty_counter.c +@BUILD_PLUGIN_MATCH_EMPTY_COUNTER_TRUE@match_empty_counter_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_MATCH_HASHED_TRUE@match_hashed_la_SOURCES = src/match_hashed.c +@BUILD_PLUGIN_MATCH_HASHED_TRUE@match_hashed_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_MATCH_REGEX_TRUE@match_regex_la_SOURCES = src/match_regex.c +@BUILD_PLUGIN_MATCH_REGEX_TRUE@match_regex_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_MATCH_TIMEDIFF_TRUE@match_timediff_la_SOURCES = src/match_timediff.c +@BUILD_PLUGIN_MATCH_TIMEDIFF_TRUE@match_timediff_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_MATCH_VALUE_TRUE@match_value_la_SOURCES = src/match_value.c +@BUILD_PLUGIN_MATCH_VALUE_TRUE@match_value_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_MBMON_TRUE@mbmon_la_SOURCES = src/mbmon.c +@BUILD_PLUGIN_MBMON_TRUE@mbmon_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_MBMON_TRUE@mbmon_la_LIBADD = $(am__append_150) +@BUILD_PLUGIN_MCELOG_TRUE@mcelog_la_SOURCES = src/mcelog.c +@BUILD_PLUGIN_MCELOG_TRUE@mcelog_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_MD_TRUE@md_la_SOURCES = src/md.c +@BUILD_PLUGIN_MD_TRUE@md_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_MD_TRUE@md_la_LIBADD = libignorelist.la +@BUILD_PLUGIN_MEMCACHEC_TRUE@memcachec_la_SOURCES = \ +@BUILD_PLUGIN_MEMCACHEC_TRUE@ src/memcachec.c \ +@BUILD_PLUGIN_MEMCACHEC_TRUE@ src/utils/match/match.c \ +@BUILD_PLUGIN_MEMCACHEC_TRUE@ src/utils/match/match.h + +@BUILD_PLUGIN_MEMCACHEC_TRUE@memcachec_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBMEMCACHED_CPPFLAGS) +@BUILD_PLUGIN_MEMCACHEC_TRUE@memcachec_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBMEMCACHED_LDFLAGS) +@BUILD_PLUGIN_MEMCACHEC_TRUE@memcachec_la_LIBADD = liblatency.la $(BUILD_WITH_LIBMEMCACHED_LIBS) +@BUILD_PLUGIN_MEMCACHED_TRUE@memcached_la_SOURCES = src/memcached.c +@BUILD_PLUGIN_MEMCACHED_TRUE@memcached_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_MEMCACHED_TRUE@memcached_la_LIBADD = $(am__append_155) +@BUILD_PLUGIN_MEMORY_TRUE@memory_la_SOURCES = src/memory.c +@BUILD_PLUGIN_MEMORY_TRUE@memory_la_CFLAGS = $(AM_CFLAGS) \ +@BUILD_PLUGIN_MEMORY_TRUE@ $(am__append_159) +@BUILD_PLUGIN_MEMORY_TRUE@memory_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_MEMORY_TRUE@memory_la_LIBADD = $(am__append_157) \ +@BUILD_PLUGIN_MEMORY_TRUE@ $(am__append_158) $(am__append_160) \ +@BUILD_PLUGIN_MEMORY_TRUE@ $(am__append_161) +@BUILD_PLUGIN_MIC_TRUE@mic_la_SOURCES = src/mic.c +@BUILD_PLUGIN_MIC_TRUE@mic_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_MIC_CPPFLAGS) +@BUILD_PLUGIN_MIC_TRUE@mic_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_MIC_LDFLAGS) +@BUILD_PLUGIN_MIC_TRUE@mic_la_LIBADD = libignorelist.la $(BUILD_WITH_MIC_LIBS) +@BUILD_PLUGIN_MODBUS_TRUE@modbus_la_SOURCES = src/modbus.c +@BUILD_PLUGIN_MODBUS_TRUE@modbus_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBMODBUS_CFLAGS) +@BUILD_PLUGIN_MODBUS_TRUE@modbus_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_MODBUS_TRUE@modbus_la_LIBADD = $(BUILD_WITH_LIBMODBUS_LIBS) +@BUILD_PLUGIN_MQTT_TRUE@mqtt_la_SOURCES = src/mqtt.c +@BUILD_PLUGIN_MQTT_TRUE@mqtt_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBMOSQUITTO_CPPFLAGS) +@BUILD_PLUGIN_MQTT_TRUE@mqtt_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBMOSQUITTO_LDFLAGS) +@BUILD_PLUGIN_MQTT_TRUE@mqtt_la_LIBADD = $(BUILD_WITH_LIBMOSQUITTO_LIBS) +@BUILD_PLUGIN_MULTIMETER_TRUE@multimeter_la_SOURCES = src/multimeter.c +@BUILD_PLUGIN_MULTIMETER_TRUE@multimeter_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_MYSQL_TRUE@mysql_la_SOURCES = src/mysql.c +@BUILD_PLUGIN_MYSQL_TRUE@mysql_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBMYSQL_CFLAGS) +@BUILD_PLUGIN_MYSQL_TRUE@mysql_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_MYSQL_TRUE@mysql_la_LIBADD = $(BUILD_WITH_LIBMYSQL_LIBS) +@BUILD_PLUGIN_NETAPP_TRUE@netapp_la_SOURCES = src/netapp.c +@BUILD_PLUGIN_NETAPP_TRUE@netapp_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBNETAPP_CPPFLAGS) +@BUILD_PLUGIN_NETAPP_TRUE@netapp_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(LIBNETAPP_LDFLAGS) +@BUILD_PLUGIN_NETAPP_TRUE@netapp_la_LIBADD = libignorelist.la $(LIBNETAPP_LIBS) +@BUILD_PLUGIN_NETLINK_TRUE@netlink_la_SOURCES = src/netlink.c +@BUILD_PLUGIN_NETLINK_TRUE@netlink_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBMNL_CFLAGS) +@BUILD_PLUGIN_NETLINK_TRUE@netlink_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_NETLINK_TRUE@netlink_la_LIBADD = $(BUILD_WITH_LIBMNL_LIBS) +@BUILD_PLUGIN_NETWORK_TRUE@network_la_SOURCES = \ +@BUILD_PLUGIN_NETWORK_TRUE@ src/network.c \ +@BUILD_PLUGIN_NETWORK_TRUE@ src/network.h \ +@BUILD_PLUGIN_NETWORK_TRUE@ src/utils_fbhash.c \ +@BUILD_PLUGIN_NETWORK_TRUE@ src/utils_fbhash.h + +@BUILD_PLUGIN_NETWORK_TRUE@network_la_CPPFLAGS = $(AM_CPPFLAGS) \ +@BUILD_PLUGIN_NETWORK_TRUE@ $(am__append_171) +@BUILD_PLUGIN_NETWORK_TRUE@network_la_LDFLAGS = $(PLUGIN_LDFLAGS) \ +@BUILD_PLUGIN_NETWORK_TRUE@ $(am__append_172) +@BUILD_PLUGIN_NETWORK_TRUE@network_la_LIBADD = $(am__append_170) \ +@BUILD_PLUGIN_NETWORK_TRUE@ $(am__append_173) +@BUILD_PLUGIN_NETWORK_TRUE@test_plugin_network_SOURCES = \ +@BUILD_PLUGIN_NETWORK_TRUE@ src/network_test.c \ +@BUILD_PLUGIN_NETWORK_TRUE@ src/utils_fbhash.c \ +@BUILD_PLUGIN_NETWORK_TRUE@ src/daemon/configfile.c \ +@BUILD_PLUGIN_NETWORK_TRUE@ src/daemon/types_list.c + +@BUILD_PLUGIN_NETWORK_TRUE@test_plugin_network_CPPFLAGS = $(AM_CPPFLAGS) $(GCRYPT_CPPFLAGS) +@BUILD_PLUGIN_NETWORK_TRUE@test_plugin_network_LDFLAGS = $(PLUGIN_LDFLAGS) $(GCRYPT_LDFLAGS) +@BUILD_PLUGIN_NETWORK_TRUE@test_plugin_network_LDADD = libavltree.la \ +@BUILD_PLUGIN_NETWORK_TRUE@ liboconfig.la libplugin_mock.la \ +@BUILD_PLUGIN_NETWORK_TRUE@ libmetadata.la $(GCRYPT_LIBS) \ +@BUILD_PLUGIN_NETWORK_TRUE@ $(am__append_174) $(am__append_175) +@BUILD_PLUGIN_NFS_TRUE@nfs_la_SOURCES = src/nfs.c +@BUILD_PLUGIN_NFS_TRUE@nfs_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_NGINX_TRUE@nginx_la_SOURCES = src/nginx.c +@BUILD_PLUGIN_NGINX_TRUE@nginx_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBCURL_CFLAGS) +@BUILD_PLUGIN_NGINX_TRUE@nginx_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_NGINX_TRUE@nginx_la_LIBADD = $(BUILD_WITH_LIBCURL_LIBS) +@BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE@notify_desktop_la_SOURCES = src/notify_desktop.c +@BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE@notify_desktop_la_CFLAGS = $(AM_CFLAGS) $(LIBNOTIFY_CFLAGS) +@BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE@notify_desktop_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE@notify_desktop_la_LIBADD = $(LIBNOTIFY_LIBS) +@BUILD_PLUGIN_NOTIFY_EMAIL_TRUE@notify_email_la_SOURCES = src/notify_email.c +@BUILD_PLUGIN_NOTIFY_EMAIL_TRUE@notify_email_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBESMTP_CPPFLAGS) +@BUILD_PLUGIN_NOTIFY_EMAIL_TRUE@notify_email_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBESMTP_LDFLAGS) +@BUILD_PLUGIN_NOTIFY_EMAIL_TRUE@notify_email_la_LIBADD = $(BUILD_WITH_LIBESMTP_LIBS) +@BUILD_PLUGIN_NOTIFY_NAGIOS_TRUE@notify_nagios_la_SOURCES = src/notify_nagios.c +@BUILD_PLUGIN_NOTIFY_NAGIOS_TRUE@notify_nagios_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_NTPD_TRUE@ntpd_la_SOURCES = src/ntpd.c +@BUILD_PLUGIN_NTPD_TRUE@ntpd_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_NTPD_TRUE@ntpd_la_LIBADD = $(am__append_183) +@BUILD_PLUGIN_NUMA_TRUE@numa_la_SOURCES = src/numa.c +@BUILD_PLUGIN_NUMA_TRUE@numa_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_NUT_TRUE@nut_la_SOURCES = src/nut.c +@BUILD_PLUGIN_NUT_TRUE@nut_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBUPSCLIENT_CFLAGS) +@BUILD_PLUGIN_NUT_TRUE@nut_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_NUT_TRUE@nut_la_LIBADD = $(BUILD_WITH_LIBUPSCLIENT_LIBS) +@BUILD_PLUGIN_OLSRD_TRUE@olsrd_la_SOURCES = src/olsrd.c +@BUILD_PLUGIN_OLSRD_TRUE@olsrd_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_OLSRD_TRUE@olsrd_la_LIBADD = $(am__append_187) +@BUILD_PLUGIN_ONEWIRE_TRUE@onewire_la_SOURCES = src/onewire.c +@BUILD_PLUGIN_ONEWIRE_TRUE@onewire_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBOWCAPI_CPPFLAGS) +@BUILD_PLUGIN_ONEWIRE_TRUE@onewire_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBOWCAPI_LDFLAGS) +@BUILD_PLUGIN_ONEWIRE_TRUE@onewire_la_LIBADD = libignorelist.la $(BUILD_WITH_LIBOWCAPI_LIBS) +@BUILD_PLUGIN_OPENLDAP_TRUE@openldap_la_SOURCES = src/openldap.c +@BUILD_PLUGIN_OPENLDAP_TRUE@openldap_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBLDAP_CPPFLAGS) +@BUILD_PLUGIN_OPENLDAP_TRUE@openldap_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBLDAP_LDFLAGS) +@BUILD_PLUGIN_OPENLDAP_TRUE@openldap_la_LIBADD = -lldap +@BUILD_PLUGIN_OPENVPN_TRUE@openvpn_la_SOURCES = src/openvpn.c +@BUILD_PLUGIN_OPENVPN_TRUE@openvpn_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_ORACLE_TRUE@oracle_la_SOURCES = \ +@BUILD_PLUGIN_ORACLE_TRUE@ src/oracle.c \ +@BUILD_PLUGIN_ORACLE_TRUE@ src/utils/db_query/db_query.c \ +@BUILD_PLUGIN_ORACLE_TRUE@ src/utils/db_query/db_query.h + +@BUILD_PLUGIN_ORACLE_TRUE@oracle_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_ORACLE_CPPFLAGS) +@BUILD_PLUGIN_ORACLE_TRUE@oracle_la_LIBADD = $(BUILD_WITH_ORACLE_LIBS) +@BUILD_PLUGIN_ORACLE_TRUE@oracle_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_OVS_EVENTS_TRUE@ovs_events_la_SOURCES = \ +@BUILD_PLUGIN_OVS_EVENTS_TRUE@ src/ovs_events.c \ +@BUILD_PLUGIN_OVS_EVENTS_TRUE@ src/utils/ovs/ovs.c \ +@BUILD_PLUGIN_OVS_EVENTS_TRUE@ src/utils/ovs/ovs.h + +@BUILD_PLUGIN_OVS_EVENTS_TRUE@ovs_events_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBYAJL_CPPFLAGS) +@BUILD_PLUGIN_OVS_EVENTS_TRUE@ovs_events_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBYAJL_LDFLAGS) +@BUILD_PLUGIN_OVS_EVENTS_TRUE@ovs_events_la_LIBADD = $(BUILD_WITH_LIBYAJL_LIBS) +@BUILD_PLUGIN_OVS_STATS_TRUE@ovs_stats_la_SOURCES = \ +@BUILD_PLUGIN_OVS_STATS_TRUE@ src/ovs_stats.c \ +@BUILD_PLUGIN_OVS_STATS_TRUE@ src/utils/ovs/ovs.c \ +@BUILD_PLUGIN_OVS_STATS_TRUE@ src/utils/ovs/ovs.h + +@BUILD_PLUGIN_OVS_STATS_TRUE@ovs_stats_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBYAJL_CPPFLAGS) +@BUILD_PLUGIN_OVS_STATS_TRUE@ovs_stats_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBYAJL_LDFLAGS) +@BUILD_PLUGIN_OVS_STATS_TRUE@ovs_stats_la_LIBADD = $(BUILD_WITH_LIBYAJL_LIBS) +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@pcie_errors_la_SOURCES = src/pcie_errors.c +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@pcie_errors_la_CPPFLAGS = $(AM_CPPFLAGS) +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@pcie_errors_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@test_plugin_pcie_errors_SOURCES = \ +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@ src/pcie_errors_test.c \ +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@ src/daemon/utils_llist.c \ +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@ src/daemon/configfile.c \ +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@ src/daemon/types_list.c + +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@test_plugin_pcie_errors_CPPFLAGS = $(AM_CPPFLAGS) +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@test_plugin_pcie_errors_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_PCIE_ERRORS_TRUE@test_plugin_pcie_errors_LDADD = liboconfig.la libplugin_mock.la +@BUILD_PLUGIN_PERL_TRUE@perl_la_SOURCES = src/perl.c +# Despite C99 providing the "bool" type thru stdbool.h, Perl defines its own +# version of that type if HAS_BOOL is not defined... *sigh* +# Despite off_t being 64 bit wide on 64 bit platforms, Perl insist on using +# off64_t which is only exposed when _LARGEFILE64_SOURCE is defined... *sigh* +# On older platforms we also need _REENTRANT. _GNU_SOURCE sets both of these. +@BUILD_PLUGIN_PERL_TRUE@perl_la_CPPFLAGS = $(AM_CPPFLAGS) -DHAS_BOOL=1 \ +@BUILD_PLUGIN_PERL_TRUE@ -D_GNU_SOURCE +@BUILD_PLUGIN_PERL_TRUE@perl_la_CFLAGS = $(AM_CFLAGS) \ +@BUILD_PLUGIN_PERL_TRUE@ $(PERL_CFLAGS) \ +@BUILD_PLUGIN_PERL_TRUE@ -DXS_VERSION=\"$(VERSION)\" -DVERSION=\"$(VERSION)\" + +@BUILD_PLUGIN_PERL_TRUE@perl_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(PERL_LDFLAGS) +@BUILD_PLUGIN_PERL_TRUE@perl_la_LIBADD = $(PERL_LIBS) +@BUILD_PLUGIN_PF_TRUE@pf_la_SOURCES = src/pf.c +@BUILD_PLUGIN_PF_TRUE@pf_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_PINBA_TRUE@pinba_la_SOURCES = src/pinba.c +@BUILD_PLUGIN_PINBA_TRUE@nodist_pinba_la_SOURCES = \ +@BUILD_PLUGIN_PINBA_TRUE@ src/pinba.pb-c.c \ +@BUILD_PLUGIN_PINBA_TRUE@ src/pinba.pb-c.h + +@BUILD_PLUGIN_PINBA_TRUE@pinba_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBPROTOBUF_C_CPPFLAGS) +@BUILD_PLUGIN_PINBA_TRUE@pinba_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBPROTOBUF_C_LDFLAGS) +@BUILD_PLUGIN_PINBA_TRUE@pinba_la_LIBADD = $(BUILD_WITH_LIBPROTOBUF_C_LIBS) +@BUILD_PLUGIN_PING_TRUE@ping_la_SOURCES = src/ping.c +@BUILD_PLUGIN_PING_TRUE@ping_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBOPING_CPPFLAGS) +@BUILD_PLUGIN_PING_TRUE@ping_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBOPING_LDFLAGS) +@BUILD_PLUGIN_PING_TRUE@ping_la_LIBADD = -loping -lm +@BUILD_PLUGIN_POSTGRESQL_TRUE@postgresql_la_SOURCES = \ +@BUILD_PLUGIN_POSTGRESQL_TRUE@ src/postgresql.c \ +@BUILD_PLUGIN_POSTGRESQL_TRUE@ src/utils/db_query/db_query.c \ +@BUILD_PLUGIN_POSTGRESQL_TRUE@ src/utils/db_query/db_query.h + +@BUILD_PLUGIN_POSTGRESQL_TRUE@postgresql_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBPQ_CPPFLAGS) +@BUILD_PLUGIN_POSTGRESQL_TRUE@postgresql_la_LDFLAGS = $(PLUGIN_LDFLAGS) \ +@BUILD_PLUGIN_POSTGRESQL_TRUE@ $(BUILD_WITH_LIBPQ_LDFLAGS) + +@BUILD_PLUGIN_POSTGRESQL_TRUE@postgresql_la_LIBADD = $(BUILD_WITH_LIBPQ_LIBS) +@BUILD_PLUGIN_POWERDNS_TRUE@powerdns_la_SOURCES = src/powerdns.c +@BUILD_PLUGIN_POWERDNS_TRUE@powerdns_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_PYTHON_TRUE@python_la_SOURCES = \ +@BUILD_PLUGIN_PYTHON_TRUE@ src/python.c \ +@BUILD_PLUGIN_PYTHON_TRUE@ src/pyconfig.c \ +@BUILD_PLUGIN_PYTHON_TRUE@ src/pyvalues.c \ +@BUILD_PLUGIN_PYTHON_TRUE@ src/cpython.h + +@BUILD_PLUGIN_PYTHON_TRUE@python_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBPYTHON_CPPFLAGS) +@BUILD_PLUGIN_PYTHON_TRUE@python_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(LIBPYTHON_LDFLAGS) +@HAVE_LIBMNL_TRUE@libtaskstats_la_SOURCES = \ +@HAVE_LIBMNL_TRUE@ src/utils/taskstats/taskstats.c \ +@HAVE_LIBMNL_TRUE@ src/utils/taskstats/taskstats.h + +@HAVE_LIBMNL_TRUE@libtaskstats_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBMNL_CFLAGS) +@HAVE_LIBMNL_TRUE@libtaskstats_la_LIBADD = $(BUILD_WITH_LIBMNL_LIBS) +@BUILD_PLUGIN_PROCESSES_TRUE@processes_la_SOURCES = src/processes.c +@BUILD_PLUGIN_PROCESSES_TRUE@processes_la_CPPFLAGS = $(AM_CPPFLAGS) \ +@BUILD_PLUGIN_PROCESSES_TRUE@ $(am__append_207) +@BUILD_PLUGIN_PROCESSES_TRUE@processes_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_PROCESSES_TRUE@processes_la_LIBADD = $(am__append_206) \ +@BUILD_PLUGIN_PROCESSES_TRUE@ $(am__append_208) +@BUILD_PLUGIN_PROCEVENT_TRUE@procevent_la_SOURCES = src/procevent.c +@BUILD_PLUGIN_PROCEVENT_TRUE@procevent_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBYAJL_CPPFLAGS) +@BUILD_PLUGIN_PROCEVENT_TRUE@procevent_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBYAJL_LDFLAGS) +@BUILD_PLUGIN_PROCEVENT_TRUE@procevent_la_LIBADD = $(BUILD_WITH_LIBYAJL_LIBS) libignorelist.la +@BUILD_PLUGIN_PROTOCOLS_TRUE@protocols_la_SOURCES = src/protocols.c +@BUILD_PLUGIN_PROTOCOLS_TRUE@protocols_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_PROTOCOLS_TRUE@protocols_la_LIBADD = libignorelist.la +@BUILD_PLUGIN_REDFISH_TRUE@redfish_la_SOURCES = src/redfish.c +@BUILD_PLUGIN_REDFISH_TRUE@redfish_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBREDFISH_CPPFLAGS) +@BUILD_PLUGIN_REDFISH_TRUE@redfish_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBREDFISH_LDFLAGS) +@BUILD_PLUGIN_REDFISH_TRUE@redfish_la_LIBADD = $(BUILD_WITH_LIBREDFISH_LIBS) -lredfish +@BUILD_PLUGIN_REDFISH_TRUE@test_plugin_redfish_SOURCES = src/redfish_test.c \ +@BUILD_PLUGIN_REDFISH_TRUE@ src/utils/avltree/avltree.c \ +@BUILD_PLUGIN_REDFISH_TRUE@ src/daemon/utils_llist.c \ +@BUILD_PLUGIN_REDFISH_TRUE@ src/daemon/configfile.c \ +@BUILD_PLUGIN_REDFISH_TRUE@ src/daemon/types_list.c + +@BUILD_PLUGIN_REDFISH_TRUE@test_plugin_redfish_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBREDFISH_CPPFLAGS) +@BUILD_PLUGIN_REDFISH_TRUE@test_plugin_redfish_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBREDFISH_LDFLAGS) +@BUILD_PLUGIN_REDFISH_TRUE@test_plugin_redfish_LDADD = liboconfig.la libplugin_mock.la \ +@BUILD_PLUGIN_REDFISH_TRUE@ $(BUILD_WITH_LIBREDFISH_LIBS) -lredfish -ljansson + +@BUILD_PLUGIN_REDIS_TRUE@redis_la_SOURCES = src/redis.c +@BUILD_PLUGIN_REDIS_TRUE@redis_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBHIREDIS_CPPFLAGS) +@BUILD_PLUGIN_REDIS_TRUE@redis_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBHIREDIS_LDFLAGS) +@BUILD_PLUGIN_REDIS_TRUE@redis_la_LIBADD = -lhiredis +@BUILD_PLUGIN_ROUTEROS_TRUE@routeros_la_SOURCES = src/routeros.c +@BUILD_PLUGIN_ROUTEROS_TRUE@routeros_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBROUTEROS_CPPFLAGS) +@BUILD_PLUGIN_ROUTEROS_TRUE@routeros_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBROUTEROS_LDFLAGS) +@BUILD_PLUGIN_ROUTEROS_TRUE@routeros_la_LIBADD = -lrouteros +@BUILD_PLUGIN_RRDCACHED_TRUE@rrdcached_la_SOURCES = \ +@BUILD_PLUGIN_RRDCACHED_TRUE@ src/rrdcached.c \ +@BUILD_PLUGIN_RRDCACHED_TRUE@ src/utils/rrdcreate/rrdcreate.c \ +@BUILD_PLUGIN_RRDCACHED_TRUE@ src/utils/rrdcreate/rrdcreate.h + +@BUILD_PLUGIN_RRDCACHED_TRUE@rrdcached_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBRRD_CFLAGS) +@BUILD_PLUGIN_RRDCACHED_TRUE@rrdcached_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBRRD_LDFLAGS) +@BUILD_PLUGIN_RRDCACHED_TRUE@rrdcached_la_LIBADD = $(BUILD_WITH_LIBRRD_LIBS) +@BUILD_PLUGIN_RRDTOOL_TRUE@rrdtool_la_SOURCES = \ +@BUILD_PLUGIN_RRDTOOL_TRUE@ src/rrdtool.c \ +@BUILD_PLUGIN_RRDTOOL_TRUE@ src/utils/rrdcreate/rrdcreate.c \ +@BUILD_PLUGIN_RRDTOOL_TRUE@ src/utils/rrdcreate/rrdcreate.h + +@BUILD_PLUGIN_RRDTOOL_TRUE@rrdtool_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBRRD_CFLAGS) +@BUILD_PLUGIN_RRDTOOL_TRUE@rrdtool_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBRRD_LDFLAGS) +@BUILD_PLUGIN_RRDTOOL_TRUE@rrdtool_la_LIBADD = $(BUILD_WITH_LIBRRD_LIBS) +@BUILD_PLUGIN_SENSORS_TRUE@sensors_la_SOURCES = src/sensors.c +@BUILD_PLUGIN_SENSORS_TRUE@sensors_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBSENSORS_CPPFLAGS) +@BUILD_PLUGIN_SENSORS_TRUE@sensors_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBSENSORS_LDFLAGS) +@BUILD_PLUGIN_SENSORS_TRUE@sensors_la_LIBADD = libignorelist.la $(BUILD_WITH_LIBSENSORS_LIBS) +@BUILD_PLUGIN_SERIAL_TRUE@serial_la_SOURCES = src/serial.c +@BUILD_PLUGIN_SERIAL_TRUE@serial_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_SIGROK_TRUE@sigrok_la_SOURCES = src/sigrok.c +@BUILD_PLUGIN_SIGROK_TRUE@sigrok_la_CFLAGS = $(AM_CFLAGS) $(LIBSIGROK_CFLAGS) +@BUILD_PLUGIN_SIGROK_TRUE@sigrok_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_SIGROK_TRUE@sigrok_la_LIBADD = $(LIBSIGROK_LIBS) +@BUILD_PLUGIN_SLURM_TRUE@slurm_la_SOURCES = src/slurm.c +@BUILD_PLUGIN_SLURM_TRUE@slurm_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBSLURM_CFLAGS) +@BUILD_PLUGIN_SLURM_TRUE@slurm_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_SLURM_TRUE@slurm_la_LIBADD = $(BUILD_WITH_LIBSLURM_LIBS) +@BUILD_PLUGIN_SMART_TRUE@@BUILD_WITH_LIBUDEV_TRUE@smart_la_SOURCES = src/smart.c +@BUILD_PLUGIN_SMART_TRUE@@BUILD_WITH_LIBUDEV_TRUE@smart_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBATASMART_CPPFLAGS) $(BUILD_WITH_LIBUDEV_CPPFLAGS) +@BUILD_PLUGIN_SMART_TRUE@@BUILD_WITH_LIBUDEV_TRUE@smart_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBATASMART_LDFLAGS) $(BUILD_WITH_LIBUDEV_LDFLAGS) +@BUILD_PLUGIN_SMART_TRUE@@BUILD_WITH_LIBUDEV_TRUE@smart_la_LIBADD = libignorelist.la $(BUILD_WITH_LIBATASMART_LIBS) $(BUILD_WITH_LIBUDEV_LIBS) +@BUILD_PLUGIN_SNMP_TRUE@snmp_la_SOURCES = src/snmp.c +@BUILD_PLUGIN_SNMP_TRUE@snmp_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBNETSNMP_CPPFLAGS) +@BUILD_PLUGIN_SNMP_TRUE@snmp_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBNETSNMP_LDFLAGS) +@BUILD_PLUGIN_SNMP_TRUE@snmp_la_LIBADD = libignorelist.la $(BUILD_WITH_LIBNETSNMP_LIBS) +@BUILD_PLUGIN_SNMP_AGENT_TRUE@snmp_agent_la_SOURCES = src/snmp_agent.c +@BUILD_PLUGIN_SNMP_AGENT_TRUE@snmp_agent_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBNETSNMPAGENT_CPPFLAGS) +@BUILD_PLUGIN_SNMP_AGENT_TRUE@snmp_agent_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBNETSNMPAGENT_LDFLAGS) +@BUILD_PLUGIN_SNMP_AGENT_TRUE@snmp_agent_la_LIBADD = $(BUILD_WITH_LIBNETSNMPAGENT_LIBS) +@BUILD_PLUGIN_SNMP_AGENT_TRUE@test_plugin_snmp_agent_SOURCES = src/snmp_agent_test.c \ +@BUILD_PLUGIN_SNMP_AGENT_TRUE@ src/utils/avltree/avltree.c \ +@BUILD_PLUGIN_SNMP_AGENT_TRUE@ src/daemon/utils_llist.c \ +@BUILD_PLUGIN_SNMP_AGENT_TRUE@ src/daemon/configfile.c \ +@BUILD_PLUGIN_SNMP_AGENT_TRUE@ src/daemon/types_list.c + +@BUILD_PLUGIN_SNMP_AGENT_TRUE@test_plugin_snmp_agent_CPPFLAGS = $(AM_CPPFLAGS) \ +@BUILD_PLUGIN_SNMP_AGENT_TRUE@ $(BUILD_WITH_LIBNETSNMPAGENT_CPPFLAGS) + +@BUILD_PLUGIN_SNMP_AGENT_TRUE@test_plugin_snmp_agent_LDFLAGS = $(PLUGIN_LDFLAGS) \ +@BUILD_PLUGIN_SNMP_AGENT_TRUE@ $(BUILD_WITH_LIBNETSNMPAGENT_LDFLAGS) + +@BUILD_PLUGIN_SNMP_AGENT_TRUE@test_plugin_snmp_agent_LDADD = liboconfig.la libplugin_mock.la \ +@BUILD_PLUGIN_SNMP_AGENT_TRUE@ $(BUILD_WITH_LIBNETSNMPAGENT_LIBS) $(BUILD_WITH_LIBNETSNMP_LIBS) + +@BUILD_PLUGIN_STATSD_TRUE@statsd_la_SOURCES = src/statsd.c +@BUILD_PLUGIN_STATSD_TRUE@statsd_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_STATSD_TRUE@statsd_la_LIBADD = liblatency.la +@BUILD_PLUGIN_SWAP_TRUE@swap_la_SOURCES = src/swap.c +@BUILD_PLUGIN_SWAP_TRUE@swap_la_CFLAGS = $(AM_CFLAGS) \ +@BUILD_PLUGIN_SWAP_TRUE@ $(am__append_232) +@BUILD_PLUGIN_SWAP_TRUE@swap_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_SWAP_TRUE@swap_la_LIBADD = $(am__append_229) \ +@BUILD_PLUGIN_SWAP_TRUE@ $(am__append_230) $(am__append_231) \ +@BUILD_PLUGIN_SWAP_TRUE@ $(am__append_233) $(am__append_234) +@BUILD_PLUGIN_SYNPROXY_TRUE@synproxy_la_SOURCES = src/synproxy.c +@BUILD_PLUGIN_SYNPROXY_TRUE@synproxy_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_SYSEVENT_TRUE@sysevent_la_SOURCES = src/sysevent.c +@BUILD_PLUGIN_SYSEVENT_TRUE@sysevent_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBYAJL_CPPFLAGS) +@BUILD_PLUGIN_SYSEVENT_TRUE@sysevent_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBYAJL_LDFLAGS) +@BUILD_PLUGIN_SYSEVENT_TRUE@sysevent_la_LIBADD = $(BUILD_WITH_LIBYAJL_LIBS) libignorelist.la +@BUILD_PLUGIN_SYSLOG_TRUE@syslog_la_SOURCES = src/syslog.c +@BUILD_PLUGIN_SYSLOG_TRUE@syslog_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_TABLE_TRUE@table_la_SOURCES = src/table.c +@BUILD_PLUGIN_TABLE_TRUE@table_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_TAIL_TRUE@tail_la_SOURCES = \ +@BUILD_PLUGIN_TAIL_TRUE@ src/tail.c \ +@BUILD_PLUGIN_TAIL_TRUE@ src/utils/match/match.c \ +@BUILD_PLUGIN_TAIL_TRUE@ src/utils/match/match.h \ +@BUILD_PLUGIN_TAIL_TRUE@ src/utils/tail/tail.c \ +@BUILD_PLUGIN_TAIL_TRUE@ src/utils/tail/tail.h \ +@BUILD_PLUGIN_TAIL_TRUE@ src/utils_tail_match.c \ +@BUILD_PLUGIN_TAIL_TRUE@ src/utils_tail_match.h + +@BUILD_PLUGIN_TAIL_TRUE@tail_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_TAIL_TRUE@tail_la_LIBADD = liblatency.la +@BUILD_PLUGIN_TAIL_CSV_TRUE@tail_csv_la_SOURCES = \ +@BUILD_PLUGIN_TAIL_CSV_TRUE@ src/tail_csv.c \ +@BUILD_PLUGIN_TAIL_CSV_TRUE@ src/utils/tail/tail.c \ +@BUILD_PLUGIN_TAIL_CSV_TRUE@ src/utils/tail/tail.h + +@BUILD_PLUGIN_TAIL_CSV_TRUE@tail_csv_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_TAPE_TRUE@tape_la_SOURCES = src/tape.c +@BUILD_PLUGIN_TAPE_TRUE@tape_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_TAPE_TRUE@tape_la_LIBADD = -lkstat -ldevinfo +@BUILD_PLUGIN_TARGET_NOTIFICATION_TRUE@target_notification_la_SOURCES = src/target_notification.c +@BUILD_PLUGIN_TARGET_NOTIFICATION_TRUE@target_notification_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_TARGET_REPLACE_TRUE@target_replace_la_SOURCES = src/target_replace.c +@BUILD_PLUGIN_TARGET_REPLACE_TRUE@target_replace_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_TARGET_SCALE_TRUE@target_scale_la_SOURCES = src/target_scale.c +@BUILD_PLUGIN_TARGET_SCALE_TRUE@target_scale_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_TARGET_SET_TRUE@target_set_la_SOURCES = src/target_set.c +@BUILD_PLUGIN_TARGET_SET_TRUE@target_set_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_TARGET_V5UPGRADE_TRUE@target_v5upgrade_la_SOURCES = src/target_v5upgrade.c +@BUILD_PLUGIN_TARGET_V5UPGRADE_TRUE@target_v5upgrade_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_TCPCONNS_TRUE@tcpconns_la_SOURCES = src/tcpconns.c +@BUILD_PLUGIN_TCPCONNS_TRUE@tcpconns_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_TCPCONNS_TRUE@tcpconns_la_LIBADD = $(am__append_248) +@BUILD_PLUGIN_TEAMSPEAK2_TRUE@teamspeak2_la_SOURCES = src/teamspeak2.c +@BUILD_PLUGIN_TEAMSPEAK2_TRUE@teamspeak2_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_TED_TRUE@ted_la_SOURCES = src/ted.c +@BUILD_PLUGIN_TED_TRUE@ted_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_THERMAL_TRUE@thermal_la_SOURCES = src/thermal.c +@BUILD_PLUGIN_THERMAL_TRUE@thermal_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_THERMAL_TRUE@thermal_la_LIBADD = libignorelist.la +@BUILD_PLUGIN_THRESHOLD_TRUE@threshold_la_SOURCES = src/threshold.c +@BUILD_PLUGIN_THRESHOLD_TRUE@threshold_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_TOKYOTYRANT_TRUE@tokyotyrant_la_SOURCES = src/tokyotyrant.c +@BUILD_PLUGIN_TOKYOTYRANT_TRUE@tokyotyrant_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBTOKYOTYRANT_CPPFLAGS) +@BUILD_PLUGIN_TOKYOTYRANT_TRUE@tokyotyrant_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBTOKYOTYRANT_LDFLAGS) +@BUILD_PLUGIN_TOKYOTYRANT_TRUE@tokyotyrant_la_LIBADD = $(BUILD_WITH_LIBTOKYOTYRANT_LIBS) \ +@BUILD_PLUGIN_TOKYOTYRANT_TRUE@ $(am__append_254) +@BUILD_PLUGIN_TURBOSTAT_TRUE@turbostat_la_SOURCES = \ +@BUILD_PLUGIN_TURBOSTAT_TRUE@ src/turbostat.c \ +@BUILD_PLUGIN_TURBOSTAT_TRUE@ src/msr-index.h + +@BUILD_PLUGIN_TURBOSTAT_TRUE@turbostat_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_UBI_TRUE@ubi_la_SOURCES = src/ubi.c +@BUILD_PLUGIN_UBI_TRUE@ubi_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_UBI_TRUE@ubi_la_LIBADD = libignorelist.la +@BUILD_PLUGIN_UNIXSOCK_TRUE@unixsock_la_SOURCES = src/unixsock.c +@BUILD_PLUGIN_UNIXSOCK_TRUE@unixsock_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_UNIXSOCK_TRUE@unixsock_la_LIBADD = libcmds.la +@BUILD_PLUGIN_UPTIME_TRUE@uptime_la_SOURCES = src/uptime.c +@BUILD_PLUGIN_UPTIME_TRUE@uptime_la_CFLAGS = $(AM_CFLAGS) +@BUILD_PLUGIN_UPTIME_TRUE@uptime_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_UPTIME_TRUE@uptime_la_LIBADD = $(am__append_259) \ +@BUILD_PLUGIN_UPTIME_TRUE@ $(am__append_260) +@BUILD_PLUGIN_USERS_TRUE@users_la_SOURCES = src/users.c +@BUILD_PLUGIN_USERS_TRUE@users_la_CFLAGS = $(AM_CFLAGS) \ +@BUILD_PLUGIN_USERS_TRUE@ $(am__append_262) +@BUILD_PLUGIN_USERS_TRUE@users_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_USERS_TRUE@users_la_LIBADD = $(am__append_263) +@BUILD_PLUGIN_UUID_TRUE@uuid_la_SOURCES = src/uuid.c +@BUILD_PLUGIN_UUID_TRUE@uuid_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_VARNISH_TRUE@varnish_la_SOURCES = src/varnish.c +@BUILD_PLUGIN_VARNISH_TRUE@varnish_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBVARNISH_CFLAGS) +@BUILD_PLUGIN_VARNISH_TRUE@varnish_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_VARNISH_TRUE@varnish_la_LIBADD = $(BUILD_WITH_LIBVARNISH_LIBS) +@BUILD_PLUGIN_VIRT_TRUE@virt_la_SOURCES = src/virt.c +@BUILD_PLUGIN_VIRT_TRUE@virt_la_CFLAGS = $(AM_CFLAGS) \ +@BUILD_PLUGIN_VIRT_TRUE@ $(BUILD_WITH_LIBVIRT_CFLAGS) $(BUILD_WITH_LIBXML2_CFLAGS) + +@BUILD_PLUGIN_VIRT_TRUE@virt_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_VIRT_TRUE@virt_la_LIBADD = libignorelist.la $(BUILD_WITH_LIBVIRT_LIBS) $(BUILD_WITH_LIBXML2_LIBS) +@BUILD_PLUGIN_VIRT_TRUE@test_plugin_virt_SOURCES = src/virt_test.c src/daemon/configfile.c \ +@BUILD_PLUGIN_VIRT_TRUE@ src/daemon/types_list.c + +@BUILD_PLUGIN_VIRT_TRUE@test_plugin_virt_CPPFLAGS = $(AM_CPPFLAGS) \ +@BUILD_PLUGIN_VIRT_TRUE@ $(BUILD_WITH_LIBVIRT_CPPFLAGS) $(BUILD_WITH_LIBXML2_CFLAGS) + +@BUILD_PLUGIN_VIRT_TRUE@test_plugin_virt_LDFLAGS = $(PLUGIN_LDFLAGS) \ +@BUILD_PLUGIN_VIRT_TRUE@ $(BUILD_WITH_LIBVIRT_LDFLAGS) $(BUILD_WITH_LIBXML2_LDFLAGS) + +@BUILD_PLUGIN_VIRT_TRUE@test_plugin_virt_LDADD = liboconfig.la libplugin_mock.la \ +@BUILD_PLUGIN_VIRT_TRUE@ $(BUILD_WITH_LIBVIRT_LIBS) $(BUILD_WITH_LIBXML2_LIBS) + +@BUILD_PLUGIN_VMEM_TRUE@vmem_la_SOURCES = src/vmem.c +@BUILD_PLUGIN_VMEM_TRUE@vmem_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_VSERVER_TRUE@vserver_la_SOURCES = src/vserver.c +@BUILD_PLUGIN_VSERVER_TRUE@vserver_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_WIRELESS_TRUE@wireless_la_SOURCES = src/wireless.c +@BUILD_PLUGIN_WIRELESS_TRUE@wireless_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_WRITE_GRAPHITE_TRUE@write_graphite_la_SOURCES = src/write_graphite.c +@BUILD_PLUGIN_WRITE_GRAPHITE_TRUE@write_graphite_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_WRITE_GRAPHITE_TRUE@write_graphite_la_LIBADD = libformat_graphite.la +@BUILD_PLUGIN_WRITE_HTTP_TRUE@write_http_la_SOURCES = \ +@BUILD_PLUGIN_WRITE_HTTP_TRUE@ src/write_http.c \ +@BUILD_PLUGIN_WRITE_HTTP_TRUE@ src/utils/curl_stats/curl_stats.c \ +@BUILD_PLUGIN_WRITE_HTTP_TRUE@ src/utils/curl_stats/curl_stats.h \ +@BUILD_PLUGIN_WRITE_HTTP_TRUE@ src/utils/format_kairosdb/format_kairosdb.c \ +@BUILD_PLUGIN_WRITE_HTTP_TRUE@ src/utils/format_kairosdb/format_kairosdb.h + +@BUILD_PLUGIN_WRITE_HTTP_TRUE@write_http_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBCURL_CFLAGS) +@BUILD_PLUGIN_WRITE_HTTP_TRUE@write_http_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_WRITE_HTTP_TRUE@write_http_la_LIBADD = libformat_json.la $(BUILD_WITH_LIBCURL_LIBS) +@BUILD_PLUGIN_WRITE_INFLUXDB_UDP_TRUE@write_influxdb_udp_la_SOURCES = src/write_influxdb_udp.c +@BUILD_PLUGIN_WRITE_INFLUXDB_UDP_TRUE@write_influxdb_udp_la_CPPFLAGS = $(AM_CPPFLAGS) +@BUILD_PLUGIN_WRITE_INFLUXDB_UDP_TRUE@write_influxdb_udp_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_WRITE_INFLUXDB_UDP_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@write_influxdb_udp_la_LIBADD = -lsocket +@BUILD_PLUGIN_WRITE_KAFKA_TRUE@write_kafka_la_SOURCES = src/write_kafka.c +@BUILD_PLUGIN_WRITE_KAFKA_TRUE@write_kafka_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBRDKAFKA_CPPFLAGS) +@BUILD_PLUGIN_WRITE_KAFKA_TRUE@write_kafka_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBRDKAFKA_LDFLAGS) +@BUILD_PLUGIN_WRITE_KAFKA_TRUE@write_kafka_la_LIBADD = \ +@BUILD_PLUGIN_WRITE_KAFKA_TRUE@ libcmds.la \ +@BUILD_PLUGIN_WRITE_KAFKA_TRUE@ libformat_graphite.la \ +@BUILD_PLUGIN_WRITE_KAFKA_TRUE@ libformat_json.la \ +@BUILD_PLUGIN_WRITE_KAFKA_TRUE@ $(BUILD_WITH_LIBRDKAFKA_LIBS) + +@BUILD_PLUGIN_WRITE_LOG_TRUE@write_log_la_SOURCES = src/write_log.c +@BUILD_PLUGIN_WRITE_LOG_TRUE@write_log_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_WRITE_LOG_TRUE@write_log_la_LIBADD = libformat_graphite.la libformat_json.la +@BUILD_PLUGIN_WRITE_MONGODB_TRUE@write_mongodb_la_SOURCES = src/write_mongodb.c +@BUILD_PLUGIN_WRITE_MONGODB_TRUE@write_mongodb_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBMONGOC_CFLAGS) +@BUILD_PLUGIN_WRITE_MONGODB_TRUE@write_mongodb_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBMONGOC_LDFLAGS) +@BUILD_PLUGIN_WRITE_MONGODB_TRUE@write_mongodb_la_LIBADD = $(BUILD_WITH_LIBMONGOC_LIBS) +@BUILD_PLUGIN_WRITE_PROMETHEUS_TRUE@write_prometheus_la_SOURCES = src/write_prometheus.c +@BUILD_PLUGIN_WRITE_PROMETHEUS_TRUE@nodist_write_prometheus_la_SOURCES = \ +@BUILD_PLUGIN_WRITE_PROMETHEUS_TRUE@ prometheus.pb-c.c \ +@BUILD_PLUGIN_WRITE_PROMETHEUS_TRUE@ prometheus.pb-c.h + +@BUILD_PLUGIN_WRITE_PROMETHEUS_TRUE@write_prometheus_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBPROTOBUF_C_CPPFLAGS) $(BUILD_WITH_LIBMICROHTTPD_CPPFLAGS) +@BUILD_PLUGIN_WRITE_PROMETHEUS_TRUE@write_prometheus_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBPROTOBUF_C_LDFLAGS) $(BUILD_WITH_LIBMICROHTTPD_LDFLAGS) +@BUILD_PLUGIN_WRITE_PROMETHEUS_TRUE@write_prometheus_la_LIBADD = $(BUILD_WITH_LIBPROTOBUF_C_LIBS) $(BUILD_WITH_LIBMICROHTTPD_LIBS) +@BUILD_PLUGIN_WRITE_REDIS_TRUE@write_redis_la_SOURCES = src/write_redis.c +@BUILD_PLUGIN_WRITE_REDIS_TRUE@write_redis_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBHIREDIS_CPPFLAGS) +@BUILD_PLUGIN_WRITE_REDIS_TRUE@write_redis_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBHIREDIS_LDFLAGS) +@BUILD_PLUGIN_WRITE_REDIS_TRUE@write_redis_la_LIBADD = -lhiredis +@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@write_riemann_la_SOURCES = \ +@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@ src/write_riemann.c \ +@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@ src/write_riemann_threshold.c \ +@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@ src/write_riemann_threshold.h + +@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@write_riemann_la_CFLAGS = $(AM_CFLAGS) $(LIBRIEMANN_CLIENT_CFLAGS) +@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@write_riemann_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(LIBRIEMANN_CLIENT_LIBS) +@BUILD_PLUGIN_WRITE_SENSU_TRUE@write_sensu_la_SOURCES = src/write_sensu.c +@BUILD_PLUGIN_WRITE_SENSU_TRUE@write_sensu_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_WRITE_STACKDRIVER_TRUE@write_stackdriver_la_SOURCES = src/write_stackdriver.c +@BUILD_PLUGIN_WRITE_STACKDRIVER_TRUE@write_stackdriver_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_WRITE_STACKDRIVER_TRUE@write_stackdriver_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBCURL_CFLAGS) +@BUILD_PLUGIN_WRITE_STACKDRIVER_TRUE@write_stackdriver_la_LIBADD = libformat_stackdriver.la libgce.la liboauth.la \ +@BUILD_PLUGIN_WRITE_STACKDRIVER_TRUE@ $(BUILD_WITH_LIBCURL_LIBS) + +@BUILD_PLUGIN_WRITE_SYSLOG_TRUE@write_syslog_la_SOURCES = src/write_syslog.c +@BUILD_PLUGIN_WRITE_SYSLOG_TRUE@write_syslog_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_WRITE_TSDB_TRUE@write_tsdb_la_SOURCES = src/write_tsdb.c +@BUILD_PLUGIN_WRITE_TSDB_TRUE@write_tsdb_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_XENCPU_TRUE@xencpu_la_SOURCES = src/xencpu.c +@BUILD_PLUGIN_XENCPU_TRUE@xencpu_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBXENCTL_CPPFLAGS) +@BUILD_PLUGIN_XENCPU_TRUE@xencpu_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(LIBXENCTL_LDFLAGS) +@BUILD_PLUGIN_XENCPU_TRUE@xencpu_la_LIBADD = -lxenctrl +@BUILD_PLUGIN_XMMS_TRUE@xmms_la_SOURCES = src/xmms.c +@BUILD_PLUGIN_XMMS_TRUE@xmms_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBXMMS_CFLAGS) +@BUILD_PLUGIN_XMMS_TRUE@xmms_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_XMMS_TRUE@xmms_la_LIBADD = $(BUILD_WITH_LIBXMMS_LIBS) +@BUILD_PLUGIN_ZFS_ARC_TRUE@zfs_arc_la_SOURCES = src/zfs_arc.c +@BUILD_PLUGIN_ZFS_ARC_TRUE@zfs_arc_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_FREEBSD_TRUE@@BUILD_PLUGIN_ZFS_ARC_TRUE@zfs_arc_la_LIBADD = -lm +@BUILD_PLUGIN_ZFS_ARC_TRUE@@BUILD_SOLARIS_TRUE@zfs_arc_la_LIBADD = -lkstat +@BUILD_PLUGIN_ZOOKEEPER_TRUE@zookeeper_la_SOURCES = src/zookeeper.c +@BUILD_PLUGIN_ZOOKEEPER_TRUE@zookeeper_la_LDFLAGS = $(PLUGIN_LDFLAGS) +@BUILD_PLUGIN_ZONE_TRUE@zone_la_SOURCES = src/zone.c +@BUILD_PLUGIN_ZONE_TRUE@zone_la_LDFLAGS = $(PLUGIN_LDFLAGS) +AM_V_POD2MAN_C = $(am__v_POD2MAN_C_@AM_V@) +am__v_POD2MAN_C_ = $(am__v_POD2MAN_C_@AM_DEFAULT_V@) +am__v_POD2MAN_C_0 = @echo " POD2MAN " $@; +am__v_POD2MAN_C_1 = +V_PROTOC = $(v_protoc_@AM_V@) +v_protoc_ = $(v_protoc_@AM_DEFAULT_V@) +v_protoc_0 = @echo " PROTOC " $@; +AM_V_PROTOC_C = $(am__v_PROTOC_C_@AM_V@) +am__v_PROTOC_C_ = $(am__v_PROTOC_C_@AM_DEFAULT_V@) +am__v_PROTOC_C_0 = @echo " PROTOC-C" $@; +am__v_PROTOC_C_1 = +@BUILD_WITH_JAVA_TRUE@dist_noinst_JAVA = \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/api/Collectd.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/api/CollectdConfigInterface.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/api/CollectdFlushInterface.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/api/CollectdInitInterface.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/api/CollectdLogInterface.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/api/CollectdMatchFactoryInterface.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/api/CollectdMatchInterface.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/api/CollectdNotificationInterface.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/api/CollectdReadInterface.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/api/CollectdShutdownInterface.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/api/CollectdTargetFactoryInterface.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/api/CollectdTargetInterface.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/api/CollectdWriteInterface.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/api/DataSet.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/api/DataSource.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/api/Notification.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/api/OConfigItem.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/api/OConfigValue.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/api/PluginData.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/api/ValueList.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/java/GenericJMX.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/java/GenericJMXConfConnection.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/java/GenericJMXConfMBean.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/java/GenericJMXConfValue.java \ +@BUILD_WITH_JAVA_TRUE@ bindings/java/org/collectd/java/JMXMemory.java + +@BUILD_WITH_JAVA_TRUE@jar_DATA = collectd-api.jar generic-jmx.jar +all: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) all-am + +.SUFFIXES: +.SUFFIXES: .1 .5 .c .cc .l .lo .log .o .obj .pod .test .test$(EXEEXT) .trs .y +am--refresh: Makefile + @: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck + +$(top_srcdir)/configure: $(am__configure_deps) + $(am__cd) $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +$(am__aclocal_m4_deps): + +src/config.h: src/stamp-h1 + @test -f $@ || rm -f src/stamp-h1 + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) src/stamp-h1 + +src/stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status + @rm -f src/stamp-h1 + cd $(top_builddir) && $(SHELL) ./config.status src/config.h +$(top_srcdir)/src/config.h.in: $(am__configure_deps) + ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) + rm -f src/stamp-h1 + touch $@ + +distclean-hdr: + -rm -f src/config.h src/stamp-h1 +src/libcollectdclient/collectd/lcc_features.h: $(top_builddir)/config.status $(top_srcdir)/src/libcollectdclient/collectd/lcc_features.h.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +src/collectd.conf: $(top_builddir)/config.status $(top_srcdir)/src/collectd.conf.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +src/libcollectdclient/libcollectdclient.pc: $(top_builddir)/config.status $(top_srcdir)/src/libcollectdclient/libcollectdclient.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ + fi; \ + for p in $$list; do echo "$$p $$p"; done | \ + sed 's/$(EXEEXT)$$//' | \ + while read p p1; do if test -f $$p \ + || test -f $$p1 \ + ; then echo "$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n;h' \ + -e 's|.*|.|' \ + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ + sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) files[d] = files[d] " " $$1; \ + else { print "f", $$3 "/" $$4, $$1; } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ + -e 's/$$/$(EXEEXT)/' \ + `; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(bindir)" && rm -f $$files + +clean-binPROGRAMS: + @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list + +clean-checkPROGRAMS: + @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list +install-sbinPROGRAMS: $(sbin_PROGRAMS) + @$(NORMAL_INSTALL) + @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \ + fi; \ + for p in $$list; do echo "$$p $$p"; done | \ + sed 's/$(EXEEXT)$$//' | \ + while read p p1; do if test -f $$p \ + || test -f $$p1 \ + ; then echo "$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n;h' \ + -e 's|.*|.|' \ + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ + sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) files[d] = files[d] " " $$1; \ + else { print "f", $$3 "/" $$4, $$1; } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-sbinPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ + -e 's/$$/$(EXEEXT)/' \ + `; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(sbindir)" && rm -f $$files + +clean-sbinPROGRAMS: + @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list + +clean-checkLTLIBRARIES: + -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES) + @list='$(check_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ + } + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \ + } + +uninstall-pkglibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \ + done + +clean-pkglibLTLIBRARIES: + -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES) + @list='$(pkglib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +src/$(am__dirstamp): + @$(MKDIR_P) src + @: > src/$(am__dirstamp) +src/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/$(DEPDIR) + @: > src/$(DEPDIR)/$(am__dirstamp) +src/aggregation.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/utils/lookup/$(am__dirstamp): + @$(MKDIR_P) src/utils/lookup + @: > src/utils/lookup/$(am__dirstamp) +src/utils/lookup/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/lookup/$(DEPDIR) + @: > src/utils/lookup/$(DEPDIR)/$(am__dirstamp) +src/utils/lookup/vl_lookup.lo: src/utils/lookup/$(am__dirstamp) \ + src/utils/lookup/$(DEPDIR)/$(am__dirstamp) + +aggregation.la: $(aggregation_la_OBJECTS) $(aggregation_la_DEPENDENCIES) $(EXTRA_aggregation_la_DEPENDENCIES) + $(AM_V_CCLD)$(aggregation_la_LINK) $(am_aggregation_la_rpath) $(aggregation_la_OBJECTS) $(aggregation_la_LIBADD) $(LIBS) +src/amqp_la-amqp.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +amqp.la: $(amqp_la_OBJECTS) $(amqp_la_DEPENDENCIES) $(EXTRA_amqp_la_DEPENDENCIES) + $(AM_V_CCLD)$(amqp_la_LINK) $(am_amqp_la_rpath) $(amqp_la_OBJECTS) $(amqp_la_LIBADD) $(LIBS) +src/amqp1_la-amqp1.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +amqp1.la: $(amqp1_la_OBJECTS) $(amqp1_la_DEPENDENCIES) $(EXTRA_amqp1_la_DEPENDENCIES) + $(AM_V_CCLD)$(amqp1_la_LINK) $(am_amqp1_la_rpath) $(amqp1_la_OBJECTS) $(amqp1_la_LIBADD) $(LIBS) +src/apache_la-apache.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +apache.la: $(apache_la_OBJECTS) $(apache_la_DEPENDENCIES) $(EXTRA_apache_la_DEPENDENCIES) + $(AM_V_CCLD)$(apache_la_LINK) $(am_apache_la_rpath) $(apache_la_OBJECTS) $(apache_la_LIBADD) $(LIBS) +src/apcups.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +apcups.la: $(apcups_la_OBJECTS) $(apcups_la_DEPENDENCIES) $(EXTRA_apcups_la_DEPENDENCIES) + $(AM_V_CCLD)$(apcups_la_LINK) $(am_apcups_la_rpath) $(apcups_la_OBJECTS) $(apcups_la_LIBADD) $(LIBS) +src/apple_sensors.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +apple_sensors.la: $(apple_sensors_la_OBJECTS) $(apple_sensors_la_DEPENDENCIES) $(EXTRA_apple_sensors_la_DEPENDENCIES) + $(AM_V_CCLD)$(apple_sensors_la_LINK) $(am_apple_sensors_la_rpath) $(apple_sensors_la_OBJECTS) $(apple_sensors_la_LIBADD) $(LIBS) +src/aquaero_la-aquaero.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +aquaero.la: $(aquaero_la_OBJECTS) $(aquaero_la_DEPENDENCIES) $(EXTRA_aquaero_la_DEPENDENCIES) + $(AM_V_CCLD)$(aquaero_la_LINK) $(am_aquaero_la_rpath) $(aquaero_la_OBJECTS) $(aquaero_la_LIBADD) $(LIBS) +src/ascent_la-ascent.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +ascent.la: $(ascent_la_OBJECTS) $(ascent_la_DEPENDENCIES) $(EXTRA_ascent_la_DEPENDENCIES) + $(AM_V_CCLD)$(ascent_la_LINK) $(am_ascent_la_rpath) $(ascent_la_OBJECTS) $(ascent_la_LIBADD) $(LIBS) +src/barometer.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +barometer.la: $(barometer_la_OBJECTS) $(barometer_la_DEPENDENCIES) $(EXTRA_barometer_la_DEPENDENCIES) + $(AM_V_CCLD)$(barometer_la_LINK) $(am_barometer_la_rpath) $(barometer_la_OBJECTS) $(barometer_la_LIBADD) $(LIBS) +src/battery.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/battery_statefs.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +battery.la: $(battery_la_OBJECTS) $(battery_la_DEPENDENCIES) $(EXTRA_battery_la_DEPENDENCIES) + $(AM_V_CCLD)$(battery_la_LINK) $(am_battery_la_rpath) $(battery_la_OBJECTS) $(battery_la_LIBADD) $(LIBS) +src/bind_la-bind.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +bind.la: $(bind_la_OBJECTS) $(bind_la_DEPENDENCIES) $(EXTRA_bind_la_DEPENDENCIES) + $(AM_V_CCLD)$(bind_la_LINK) $(am_bind_la_rpath) $(bind_la_OBJECTS) $(bind_la_LIBADD) $(LIBS) +src/buddyinfo.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +buddyinfo.la: $(buddyinfo_la_OBJECTS) $(buddyinfo_la_DEPENDENCIES) $(EXTRA_buddyinfo_la_DEPENDENCIES) + $(AM_V_CCLD)$(buddyinfo_la_LINK) $(am_buddyinfo_la_rpath) $(buddyinfo_la_OBJECTS) $(buddyinfo_la_LIBADD) $(LIBS) +src/capabilities_la-capabilities.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/utils/dmi/$(am__dirstamp): + @$(MKDIR_P) src/utils/dmi + @: > src/utils/dmi/$(am__dirstamp) +src/utils/dmi/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/dmi/$(DEPDIR) + @: > src/utils/dmi/$(DEPDIR)/$(am__dirstamp) +src/utils/dmi/capabilities_la-dmi.lo: src/utils/dmi/$(am__dirstamp) \ + src/utils/dmi/$(DEPDIR)/$(am__dirstamp) + +capabilities.la: $(capabilities_la_OBJECTS) $(capabilities_la_DEPENDENCIES) $(EXTRA_capabilities_la_DEPENDENCIES) + $(AM_V_CCLD)$(capabilities_la_LINK) $(am_capabilities_la_rpath) $(capabilities_la_OBJECTS) $(capabilities_la_LIBADD) $(LIBS) +src/ceph_la-ceph.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +ceph.la: $(ceph_la_OBJECTS) $(ceph_la_DEPENDENCIES) $(EXTRA_ceph_la_DEPENDENCIES) + $(AM_V_CCLD)$(ceph_la_LINK) $(am_ceph_la_rpath) $(ceph_la_OBJECTS) $(ceph_la_LIBADD) $(LIBS) +src/cgroups.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +cgroups.la: $(cgroups_la_OBJECTS) $(cgroups_la_DEPENDENCIES) $(EXTRA_cgroups_la_DEPENDENCIES) + $(AM_V_CCLD)$(cgroups_la_LINK) $(am_cgroups_la_rpath) $(cgroups_la_OBJECTS) $(cgroups_la_LIBADD) $(LIBS) +src/check_uptime.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +check_uptime.la: $(check_uptime_la_OBJECTS) $(check_uptime_la_DEPENDENCIES) $(EXTRA_check_uptime_la_DEPENDENCIES) + $(AM_V_CCLD)$(check_uptime_la_LINK) $(am_check_uptime_la_rpath) $(check_uptime_la_OBJECTS) $(check_uptime_la_LIBADD) $(LIBS) +src/chrony.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +chrony.la: $(chrony_la_OBJECTS) $(chrony_la_DEPENDENCIES) $(EXTRA_chrony_la_DEPENDENCIES) + $(AM_V_CCLD)$(chrony_la_LINK) $(am_chrony_la_rpath) $(chrony_la_OBJECTS) $(chrony_la_LIBADD) $(LIBS) +src/connectivity_la-connectivity.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +connectivity.la: $(connectivity_la_OBJECTS) $(connectivity_la_DEPENDENCIES) $(EXTRA_connectivity_la_DEPENDENCIES) + $(AM_V_CCLD)$(connectivity_la_LINK) $(am_connectivity_la_rpath) $(connectivity_la_OBJECTS) $(connectivity_la_LIBADD) $(LIBS) +src/conntrack.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +conntrack.la: $(conntrack_la_OBJECTS) $(conntrack_la_DEPENDENCIES) $(EXTRA_conntrack_la_DEPENDENCIES) + $(AM_V_CCLD)$(conntrack_la_LINK) $(am_conntrack_la_rpath) $(conntrack_la_OBJECTS) $(conntrack_la_LIBADD) $(LIBS) +src/contextswitch.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +contextswitch.la: $(contextswitch_la_OBJECTS) $(contextswitch_la_DEPENDENCIES) $(EXTRA_contextswitch_la_DEPENDENCIES) + $(AM_V_CCLD)$(contextswitch_la_LINK) $(am_contextswitch_la_rpath) $(contextswitch_la_OBJECTS) $(contextswitch_la_LIBADD) $(LIBS) +src/cpu_la-cpu.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +cpu.la: $(cpu_la_OBJECTS) $(cpu_la_DEPENDENCIES) $(EXTRA_cpu_la_DEPENDENCIES) + $(AM_V_CCLD)$(cpu_la_LINK) $(am_cpu_la_rpath) $(cpu_la_OBJECTS) $(cpu_la_LIBADD) $(LIBS) +src/cpufreq.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +cpufreq.la: $(cpufreq_la_OBJECTS) $(cpufreq_la_DEPENDENCIES) $(EXTRA_cpufreq_la_DEPENDENCIES) + $(AM_V_CCLD)$(cpufreq_la_LINK) $(am_cpufreq_la_rpath) $(cpufreq_la_OBJECTS) $(cpufreq_la_LIBADD) $(LIBS) +src/cpusleep.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +cpusleep.la: $(cpusleep_la_OBJECTS) $(cpusleep_la_DEPENDENCIES) $(EXTRA_cpusleep_la_DEPENDENCIES) + $(AM_V_CCLD)$(cpusleep_la_LINK) $(am_cpusleep_la_rpath) $(cpusleep_la_OBJECTS) $(cpusleep_la_LIBADD) $(LIBS) +src/csv.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +csv.la: $(csv_la_OBJECTS) $(csv_la_DEPENDENCIES) $(EXTRA_csv_la_DEPENDENCIES) + $(AM_V_CCLD)$(csv_la_LINK) $(am_csv_la_rpath) $(csv_la_OBJECTS) $(csv_la_LIBADD) $(LIBS) +src/curl_la-curl.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/utils/curl_stats/$(am__dirstamp): + @$(MKDIR_P) src/utils/curl_stats + @: > src/utils/curl_stats/$(am__dirstamp) +src/utils/curl_stats/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/curl_stats/$(DEPDIR) + @: > src/utils/curl_stats/$(DEPDIR)/$(am__dirstamp) +src/utils/curl_stats/curl_la-curl_stats.lo: \ + src/utils/curl_stats/$(am__dirstamp) \ + src/utils/curl_stats/$(DEPDIR)/$(am__dirstamp) +src/utils/match/$(am__dirstamp): + @$(MKDIR_P) src/utils/match + @: > src/utils/match/$(am__dirstamp) +src/utils/match/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/match/$(DEPDIR) + @: > src/utils/match/$(DEPDIR)/$(am__dirstamp) +src/utils/match/curl_la-match.lo: src/utils/match/$(am__dirstamp) \ + src/utils/match/$(DEPDIR)/$(am__dirstamp) + +curl.la: $(curl_la_OBJECTS) $(curl_la_DEPENDENCIES) $(EXTRA_curl_la_DEPENDENCIES) + $(AM_V_CCLD)$(curl_la_LINK) $(am_curl_la_rpath) $(curl_la_OBJECTS) $(curl_la_LIBADD) $(LIBS) +src/curl_json_la-curl_json.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/utils/curl_stats/curl_json_la-curl_stats.lo: \ + src/utils/curl_stats/$(am__dirstamp) \ + src/utils/curl_stats/$(DEPDIR)/$(am__dirstamp) + +curl_json.la: $(curl_json_la_OBJECTS) $(curl_json_la_DEPENDENCIES) $(EXTRA_curl_json_la_DEPENDENCIES) + $(AM_V_CCLD)$(curl_json_la_LINK) $(am_curl_json_la_rpath) $(curl_json_la_OBJECTS) $(curl_json_la_LIBADD) $(LIBS) +src/curl_xml_la-curl_xml.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/utils/curl_stats/curl_xml_la-curl_stats.lo: \ + src/utils/curl_stats/$(am__dirstamp) \ + src/utils/curl_stats/$(DEPDIR)/$(am__dirstamp) + +curl_xml.la: $(curl_xml_la_OBJECTS) $(curl_xml_la_DEPENDENCIES) $(EXTRA_curl_xml_la_DEPENDENCIES) + $(AM_V_CCLD)$(curl_xml_la_LINK) $(am_curl_xml_la_rpath) $(curl_xml_la_OBJECTS) $(curl_xml_la_LIBADD) $(LIBS) +src/dbi_la-dbi.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/utils/db_query/$(am__dirstamp): + @$(MKDIR_P) src/utils/db_query + @: > src/utils/db_query/$(am__dirstamp) +src/utils/db_query/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/db_query/$(DEPDIR) + @: > src/utils/db_query/$(DEPDIR)/$(am__dirstamp) +src/utils/db_query/dbi_la-db_query.lo: \ + src/utils/db_query/$(am__dirstamp) \ + src/utils/db_query/$(DEPDIR)/$(am__dirstamp) + +dbi.la: $(dbi_la_OBJECTS) $(dbi_la_DEPENDENCIES) $(EXTRA_dbi_la_DEPENDENCIES) + $(AM_V_CCLD)$(dbi_la_LINK) $(am_dbi_la_rpath) $(dbi_la_OBJECTS) $(dbi_la_LIBADD) $(LIBS) +src/dcpmm_la-dcpmm.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +dcpmm.la: $(dcpmm_la_OBJECTS) $(dcpmm_la_DEPENDENCIES) $(EXTRA_dcpmm_la_DEPENDENCIES) + $(AM_V_CCLD)$(dcpmm_la_LINK) $(am_dcpmm_la_rpath) $(dcpmm_la_OBJECTS) $(dcpmm_la_LIBADD) $(LIBS) +src/df.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +df.la: $(df_la_OBJECTS) $(df_la_DEPENDENCIES) $(EXTRA_df_la_DEPENDENCIES) + $(AM_V_CCLD)$(df_la_LINK) $(am_df_la_rpath) $(df_la_OBJECTS) $(df_la_LIBADD) $(LIBS) +src/disk_la-disk.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +disk.la: $(disk_la_OBJECTS) $(disk_la_DEPENDENCIES) $(EXTRA_disk_la_DEPENDENCIES) + $(AM_V_CCLD)$(disk_la_LINK) $(am_disk_la_rpath) $(disk_la_OBJECTS) $(disk_la_LIBADD) $(LIBS) +src/dns_la-dns.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/utils/dns/$(am__dirstamp): + @$(MKDIR_P) src/utils/dns + @: > src/utils/dns/$(am__dirstamp) +src/utils/dns/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/dns/$(DEPDIR) + @: > src/utils/dns/$(DEPDIR)/$(am__dirstamp) +src/utils/dns/dns_la-dns.lo: src/utils/dns/$(am__dirstamp) \ + src/utils/dns/$(DEPDIR)/$(am__dirstamp) + +dns.la: $(dns_la_OBJECTS) $(dns_la_DEPENDENCIES) $(EXTRA_dns_la_DEPENDENCIES) + $(AM_V_CCLD)$(dns_la_LINK) $(am_dns_la_rpath) $(dns_la_OBJECTS) $(dns_la_LIBADD) $(LIBS) +src/dpdk_telemetry_la-dpdk_telemetry.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +dpdk_telemetry.la: $(dpdk_telemetry_la_OBJECTS) $(dpdk_telemetry_la_DEPENDENCIES) $(EXTRA_dpdk_telemetry_la_DEPENDENCIES) + $(AM_V_CCLD)$(dpdk_telemetry_la_LINK) $(am_dpdk_telemetry_la_rpath) $(dpdk_telemetry_la_OBJECTS) $(dpdk_telemetry_la_LIBADD) $(LIBS) +src/dpdkevents_la-dpdkevents.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/utils/dpdk/$(am__dirstamp): + @$(MKDIR_P) src/utils/dpdk + @: > src/utils/dpdk/$(am__dirstamp) +src/utils/dpdk/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/dpdk/$(DEPDIR) + @: > src/utils/dpdk/$(DEPDIR)/$(am__dirstamp) +src/utils/dpdk/dpdkevents_la-dpdk.lo: src/utils/dpdk/$(am__dirstamp) \ + src/utils/dpdk/$(DEPDIR)/$(am__dirstamp) + +dpdkevents.la: $(dpdkevents_la_OBJECTS) $(dpdkevents_la_DEPENDENCIES) $(EXTRA_dpdkevents_la_DEPENDENCIES) + $(AM_V_CCLD)$(dpdkevents_la_LINK) $(am_dpdkevents_la_rpath) $(dpdkevents_la_OBJECTS) $(dpdkevents_la_LIBADD) $(LIBS) +src/dpdkstat_la-dpdkstat.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/utils/dpdk/dpdkstat_la-dpdk.lo: src/utils/dpdk/$(am__dirstamp) \ + src/utils/dpdk/$(DEPDIR)/$(am__dirstamp) + +dpdkstat.la: $(dpdkstat_la_OBJECTS) $(dpdkstat_la_DEPENDENCIES) $(EXTRA_dpdkstat_la_DEPENDENCIES) + $(AM_V_CCLD)$(dpdkstat_la_LINK) $(am_dpdkstat_la_rpath) $(dpdkstat_la_OBJECTS) $(dpdkstat_la_LIBADD) $(LIBS) +src/drbd.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +drbd.la: $(drbd_la_OBJECTS) $(drbd_la_DEPENDENCIES) $(EXTRA_drbd_la_DEPENDENCIES) + $(AM_V_CCLD)$(drbd_la_LINK) $(am_drbd_la_rpath) $(drbd_la_OBJECTS) $(drbd_la_LIBADD) $(LIBS) +src/email.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +email.la: $(email_la_OBJECTS) $(email_la_DEPENDENCIES) $(EXTRA_email_la_DEPENDENCIES) + $(AM_V_CCLD)$(email_la_LINK) $(am_email_la_rpath) $(email_la_OBJECTS) $(email_la_LIBADD) $(LIBS) +src/entropy.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +entropy.la: $(entropy_la_OBJECTS) $(entropy_la_DEPENDENCIES) $(EXTRA_entropy_la_DEPENDENCIES) + $(AM_V_CCLD)$(entropy_la_LINK) $(am_entropy_la_rpath) $(entropy_la_OBJECTS) $(entropy_la_LIBADD) $(LIBS) +src/ethstat.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +ethstat.la: $(ethstat_la_OBJECTS) $(ethstat_la_DEPENDENCIES) $(EXTRA_ethstat_la_DEPENDENCIES) + $(AM_V_CCLD)$(ethstat_la_LINK) $(am_ethstat_la_rpath) $(ethstat_la_OBJECTS) $(ethstat_la_LIBADD) $(LIBS) +src/exec.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +exec.la: $(exec_la_OBJECTS) $(exec_la_DEPENDENCIES) $(EXTRA_exec_la_DEPENDENCIES) + $(AM_V_CCLD)$(exec_la_LINK) $(am_exec_la_rpath) $(exec_la_OBJECTS) $(exec_la_LIBADD) $(LIBS) +src/fhcount.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +fhcount.la: $(fhcount_la_OBJECTS) $(fhcount_la_DEPENDENCIES) $(EXTRA_fhcount_la_DEPENDENCIES) + $(AM_V_CCLD)$(fhcount_la_LINK) $(am_fhcount_la_rpath) $(fhcount_la_OBJECTS) $(fhcount_la_LIBADD) $(LIBS) +src/filecount.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +filecount.la: $(filecount_la_OBJECTS) $(filecount_la_DEPENDENCIES) $(EXTRA_filecount_la_DEPENDENCIES) + $(AM_V_CCLD)$(filecount_la_LINK) $(am_filecount_la_rpath) $(filecount_la_OBJECTS) $(filecount_la_LIBADD) $(LIBS) +src/fscache.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +fscache.la: $(fscache_la_OBJECTS) $(fscache_la_DEPENDENCIES) $(EXTRA_fscache_la_DEPENDENCIES) + $(AM_V_CCLD)$(fscache_la_LINK) $(am_fscache_la_rpath) $(fscache_la_OBJECTS) $(fscache_la_LIBADD) $(LIBS) +src/gmond_la-gmond.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +gmond.la: $(gmond_la_OBJECTS) $(gmond_la_DEPENDENCIES) $(EXTRA_gmond_la_DEPENDENCIES) + $(AM_V_CCLD)$(gmond_la_LINK) $(am_gmond_la_rpath) $(gmond_la_OBJECTS) $(gmond_la_LIBADD) $(LIBS) +src/gps_la-gps.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +gps.la: $(gps_la_OBJECTS) $(gps_la_DEPENDENCIES) $(EXTRA_gps_la_DEPENDENCIES) + $(AM_V_CCLD)$(gps_la_LINK) $(am_gps_la_rpath) $(gps_la_OBJECTS) $(gps_la_LIBADD) $(LIBS) +src/gpu_nvidia_la-gpu_nvidia.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +gpu_nvidia.la: $(gpu_nvidia_la_OBJECTS) $(gpu_nvidia_la_DEPENDENCIES) $(EXTRA_gpu_nvidia_la_DEPENDENCIES) + $(AM_V_CCLD)$(gpu_nvidia_la_LINK) $(am_gpu_nvidia_la_rpath) $(gpu_nvidia_la_OBJECTS) $(gpu_nvidia_la_LIBADD) $(LIBS) +src/grpc_la-grpc.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +grpc.la: $(grpc_la_OBJECTS) $(grpc_la_DEPENDENCIES) $(EXTRA_grpc_la_DEPENDENCIES) + $(AM_V_CXXLD)$(grpc_la_LINK) $(am_grpc_la_rpath) $(grpc_la_OBJECTS) $(grpc_la_LIBADD) $(LIBS) +src/hddtemp.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +hddtemp.la: $(hddtemp_la_OBJECTS) $(hddtemp_la_DEPENDENCIES) $(EXTRA_hddtemp_la_DEPENDENCIES) + $(AM_V_CCLD)$(hddtemp_la_LINK) $(am_hddtemp_la_rpath) $(hddtemp_la_OBJECTS) $(hddtemp_la_LIBADD) $(LIBS) +src/hugepages.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +hugepages.la: $(hugepages_la_OBJECTS) $(hugepages_la_DEPENDENCIES) $(EXTRA_hugepages_la_DEPENDENCIES) + $(AM_V_CCLD)$(hugepages_la_LINK) $(am_hugepages_la_rpath) $(hugepages_la_OBJECTS) $(hugepages_la_LIBADD) $(LIBS) +src/intel_pmu_la-intel_pmu.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/utils/config_cores/$(am__dirstamp): + @$(MKDIR_P) src/utils/config_cores + @: > src/utils/config_cores/$(am__dirstamp) +src/utils/config_cores/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/config_cores/$(DEPDIR) + @: > src/utils/config_cores/$(DEPDIR)/$(am__dirstamp) +src/utils/config_cores/intel_pmu_la-config_cores.lo: \ + src/utils/config_cores/$(am__dirstamp) \ + src/utils/config_cores/$(DEPDIR)/$(am__dirstamp) + +intel_pmu.la: $(intel_pmu_la_OBJECTS) $(intel_pmu_la_DEPENDENCIES) $(EXTRA_intel_pmu_la_DEPENDENCIES) + $(AM_V_CCLD)$(intel_pmu_la_LINK) $(am_intel_pmu_la_rpath) $(intel_pmu_la_OBJECTS) $(intel_pmu_la_LIBADD) $(LIBS) +src/intel_rdt_la-intel_rdt.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/utils/proc_pids/$(am__dirstamp): + @$(MKDIR_P) src/utils/proc_pids + @: > src/utils/proc_pids/$(am__dirstamp) +src/utils/proc_pids/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/proc_pids/$(DEPDIR) + @: > src/utils/proc_pids/$(DEPDIR)/$(am__dirstamp) +src/utils/proc_pids/intel_rdt_la-proc_pids.lo: \ + src/utils/proc_pids/$(am__dirstamp) \ + src/utils/proc_pids/$(DEPDIR)/$(am__dirstamp) +src/utils/config_cores/intel_rdt_la-config_cores.lo: \ + src/utils/config_cores/$(am__dirstamp) \ + src/utils/config_cores/$(DEPDIR)/$(am__dirstamp) + +intel_rdt.la: $(intel_rdt_la_OBJECTS) $(intel_rdt_la_DEPENDENCIES) $(EXTRA_intel_rdt_la_DEPENDENCIES) + $(AM_V_CCLD)$(intel_rdt_la_LINK) $(am_intel_rdt_la_rpath) $(intel_rdt_la_OBJECTS) $(intel_rdt_la_LIBADD) $(LIBS) +src/interface_la-interface.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +interface.la: $(interface_la_OBJECTS) $(interface_la_DEPENDENCIES) $(EXTRA_interface_la_DEPENDENCIES) + $(AM_V_CCLD)$(interface_la_LINK) $(am_interface_la_rpath) $(interface_la_OBJECTS) $(interface_la_LIBADD) $(LIBS) +src/ipc.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +ipc.la: $(ipc_la_OBJECTS) $(ipc_la_DEPENDENCIES) $(EXTRA_ipc_la_DEPENDENCIES) + $(AM_V_CCLD)$(ipc_la_LINK) $(am_ipc_la_rpath) $(ipc_la_OBJECTS) $(ipc_la_LIBADD) $(LIBS) +src/ipmi_la-ipmi.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +ipmi.la: $(ipmi_la_OBJECTS) $(ipmi_la_DEPENDENCIES) $(EXTRA_ipmi_la_DEPENDENCIES) + $(AM_V_CCLD)$(ipmi_la_LINK) $(am_ipmi_la_rpath) $(ipmi_la_OBJECTS) $(ipmi_la_LIBADD) $(LIBS) +src/ipstats.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +ipstats.la: $(ipstats_la_OBJECTS) $(ipstats_la_DEPENDENCIES) $(EXTRA_ipstats_la_DEPENDENCIES) + $(AM_V_CCLD)$(ipstats_la_LINK) $(am_ipstats_la_rpath) $(ipstats_la_OBJECTS) $(ipstats_la_LIBADD) $(LIBS) +src/iptables_la-iptables.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +iptables.la: $(iptables_la_OBJECTS) $(iptables_la_DEPENDENCIES) $(EXTRA_iptables_la_DEPENDENCIES) + $(AM_V_CCLD)$(iptables_la_LINK) $(am_iptables_la_rpath) $(iptables_la_OBJECTS) $(iptables_la_LIBADD) $(LIBS) +src/ipvs.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +ipvs.la: $(ipvs_la_OBJECTS) $(ipvs_la_DEPENDENCIES) $(EXTRA_ipvs_la_DEPENDENCIES) + $(AM_V_CCLD)$(ipvs_la_LINK) $(am_ipvs_la_rpath) $(ipvs_la_OBJECTS) $(ipvs_la_LIBADD) $(LIBS) +src/irq.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +irq.la: $(irq_la_OBJECTS) $(irq_la_DEPENDENCIES) $(EXTRA_irq_la_DEPENDENCIES) + $(AM_V_CCLD)$(irq_la_LINK) $(am_irq_la_rpath) $(irq_la_OBJECTS) $(irq_la_LIBADD) $(LIBS) +src/java_la-java.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +java.la: $(java_la_OBJECTS) $(java_la_DEPENDENCIES) $(EXTRA_java_la_DEPENDENCIES) + $(AM_V_CCLD)$(java_la_LINK) $(am_java_la_rpath) $(java_la_OBJECTS) $(java_la_LIBADD) $(LIBS) +src/utils/avltree/$(am__dirstamp): + @$(MKDIR_P) src/utils/avltree + @: > src/utils/avltree/$(am__dirstamp) +src/utils/avltree/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/avltree/$(DEPDIR) + @: > src/utils/avltree/$(DEPDIR)/$(am__dirstamp) +src/utils/avltree/avltree.lo: src/utils/avltree/$(am__dirstamp) \ + src/utils/avltree/$(DEPDIR)/$(am__dirstamp) + +libavltree.la: $(libavltree_la_OBJECTS) $(libavltree_la_DEPENDENCIES) $(EXTRA_libavltree_la_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(libavltree_la_OBJECTS) $(libavltree_la_LIBADD) $(LIBS) +src/utils/cmds/$(am__dirstamp): + @$(MKDIR_P) src/utils/cmds + @: > src/utils/cmds/$(am__dirstamp) +src/utils/cmds/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/cmds/$(DEPDIR) + @: > src/utils/cmds/$(DEPDIR)/$(am__dirstamp) +src/utils/cmds/cmds.lo: src/utils/cmds/$(am__dirstamp) \ + src/utils/cmds/$(DEPDIR)/$(am__dirstamp) +src/utils/cmds/flush.lo: src/utils/cmds/$(am__dirstamp) \ + src/utils/cmds/$(DEPDIR)/$(am__dirstamp) +src/utils/cmds/getthreshold.lo: src/utils/cmds/$(am__dirstamp) \ + src/utils/cmds/$(DEPDIR)/$(am__dirstamp) +src/utils/cmds/getval.lo: src/utils/cmds/$(am__dirstamp) \ + src/utils/cmds/$(DEPDIR)/$(am__dirstamp) +src/utils/cmds/listval.lo: src/utils/cmds/$(am__dirstamp) \ + src/utils/cmds/$(DEPDIR)/$(am__dirstamp) +src/utils/cmds/putnotif.lo: src/utils/cmds/$(am__dirstamp) \ + src/utils/cmds/$(DEPDIR)/$(am__dirstamp) +src/utils/cmds/putval.lo: src/utils/cmds/$(am__dirstamp) \ + src/utils/cmds/$(DEPDIR)/$(am__dirstamp) +src/utils/cmds/parse_option.lo: src/utils/cmds/$(am__dirstamp) \ + src/utils/cmds/$(DEPDIR)/$(am__dirstamp) + +libcmds.la: $(libcmds_la_OBJECTS) $(libcmds_la_DEPENDENCIES) $(EXTRA_libcmds_la_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(libcmds_la_OBJECTS) $(libcmds_la_LIBADD) $(LIBS) +src/libcollectdclient/$(am__dirstamp): + @$(MKDIR_P) src/libcollectdclient + @: > src/libcollectdclient/$(am__dirstamp) +src/libcollectdclient/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/libcollectdclient/$(DEPDIR) + @: > src/libcollectdclient/$(DEPDIR)/$(am__dirstamp) +src/libcollectdclient/libcollectdclient_la-client.lo: \ + src/libcollectdclient/$(am__dirstamp) \ + src/libcollectdclient/$(DEPDIR)/$(am__dirstamp) +src/libcollectdclient/libcollectdclient_la-network.lo: \ + src/libcollectdclient/$(am__dirstamp) \ + src/libcollectdclient/$(DEPDIR)/$(am__dirstamp) +src/libcollectdclient/libcollectdclient_la-network_buffer.lo: \ + src/libcollectdclient/$(am__dirstamp) \ + src/libcollectdclient/$(DEPDIR)/$(am__dirstamp) +src/libcollectdclient/libcollectdclient_la-network_parse.lo: \ + src/libcollectdclient/$(am__dirstamp) \ + src/libcollectdclient/$(DEPDIR)/$(am__dirstamp) +src/libcollectdclient/libcollectdclient_la-server.lo: \ + src/libcollectdclient/$(am__dirstamp) \ + src/libcollectdclient/$(DEPDIR)/$(am__dirstamp) + +libcollectdclient.la: $(libcollectdclient_la_OBJECTS) $(libcollectdclient_la_DEPENDENCIES) $(EXTRA_libcollectdclient_la_DEPENDENCIES) + $(AM_V_CCLD)$(libcollectdclient_la_LINK) -rpath $(libdir) $(libcollectdclient_la_OBJECTS) $(libcollectdclient_la_LIBADD) $(LIBS) +src/utils/common/$(am__dirstamp): + @$(MKDIR_P) src/utils/common + @: > src/utils/common/$(am__dirstamp) +src/utils/common/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/common/$(DEPDIR) + @: > src/utils/common/$(DEPDIR)/$(am__dirstamp) +src/utils/common/common.lo: src/utils/common/$(am__dirstamp) \ + src/utils/common/$(DEPDIR)/$(am__dirstamp) + +libcommon.la: $(libcommon_la_OBJECTS) $(libcommon_la_DEPENDENCIES) $(EXTRA_libcommon_la_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(libcommon_la_OBJECTS) $(libcommon_la_LIBADD) $(LIBS) +src/utils/format_graphite/$(am__dirstamp): + @$(MKDIR_P) src/utils/format_graphite + @: > src/utils/format_graphite/$(am__dirstamp) +src/utils/format_graphite/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/format_graphite/$(DEPDIR) + @: > src/utils/format_graphite/$(DEPDIR)/$(am__dirstamp) +src/utils/format_graphite/format_graphite.lo: \ + src/utils/format_graphite/$(am__dirstamp) \ + src/utils/format_graphite/$(DEPDIR)/$(am__dirstamp) + +libformat_graphite.la: $(libformat_graphite_la_OBJECTS) $(libformat_graphite_la_DEPENDENCIES) $(EXTRA_libformat_graphite_la_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(libformat_graphite_la_OBJECTS) $(libformat_graphite_la_LIBADD) $(LIBS) +src/utils/format_json/$(am__dirstamp): + @$(MKDIR_P) src/utils/format_json + @: > src/utils/format_json/$(am__dirstamp) +src/utils/format_json/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/format_json/$(DEPDIR) + @: > src/utils/format_json/$(DEPDIR)/$(am__dirstamp) +src/utils/format_json/libformat_json_la-format_json.lo: \ + src/utils/format_json/$(am__dirstamp) \ + src/utils/format_json/$(DEPDIR)/$(am__dirstamp) + +libformat_json.la: $(libformat_json_la_OBJECTS) $(libformat_json_la_DEPENDENCIES) $(EXTRA_libformat_json_la_DEPENDENCIES) + $(AM_V_CCLD)$(libformat_json_la_LINK) $(libformat_json_la_OBJECTS) $(libformat_json_la_LIBADD) $(LIBS) +src/utils/format_stackdriver/$(am__dirstamp): + @$(MKDIR_P) src/utils/format_stackdriver + @: > src/utils/format_stackdriver/$(am__dirstamp) +src/utils/format_stackdriver/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/format_stackdriver/$(DEPDIR) + @: > src/utils/format_stackdriver/$(DEPDIR)/$(am__dirstamp) +src/utils/format_stackdriver/libformat_stackdriver_la-format_stackdriver.lo: \ + src/utils/format_stackdriver/$(am__dirstamp) \ + src/utils/format_stackdriver/$(DEPDIR)/$(am__dirstamp) + +libformat_stackdriver.la: $(libformat_stackdriver_la_OBJECTS) $(libformat_stackdriver_la_DEPENDENCIES) $(EXTRA_libformat_stackdriver_la_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(am_libformat_stackdriver_la_rpath) $(libformat_stackdriver_la_OBJECTS) $(libformat_stackdriver_la_LIBADD) $(LIBS) +src/utils/gce/$(am__dirstamp): + @$(MKDIR_P) src/utils/gce + @: > src/utils/gce/$(am__dirstamp) +src/utils/gce/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/gce/$(DEPDIR) + @: > src/utils/gce/$(DEPDIR)/$(am__dirstamp) +src/utils/gce/libgce_la-gce.lo: src/utils/gce/$(am__dirstamp) \ + src/utils/gce/$(DEPDIR)/$(am__dirstamp) + +libgce.la: $(libgce_la_OBJECTS) $(libgce_la_DEPENDENCIES) $(EXTRA_libgce_la_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(am_libgce_la_rpath) $(libgce_la_OBJECTS) $(libgce_la_LIBADD) $(LIBS) +src/utils/heap/$(am__dirstamp): + @$(MKDIR_P) src/utils/heap + @: > src/utils/heap/$(am__dirstamp) +src/utils/heap/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/heap/$(DEPDIR) + @: > src/utils/heap/$(DEPDIR)/$(am__dirstamp) +src/utils/heap/heap.lo: src/utils/heap/$(am__dirstamp) \ + src/utils/heap/$(DEPDIR)/$(am__dirstamp) + +libheap.la: $(libheap_la_OBJECTS) $(libheap_la_DEPENDENCIES) $(EXTRA_libheap_la_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(libheap_la_OBJECTS) $(libheap_la_LIBADD) $(LIBS) +src/utils/ignorelist/$(am__dirstamp): + @$(MKDIR_P) src/utils/ignorelist + @: > src/utils/ignorelist/$(am__dirstamp) +src/utils/ignorelist/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/ignorelist/$(DEPDIR) + @: > src/utils/ignorelist/$(DEPDIR)/$(am__dirstamp) +src/utils/ignorelist/ignorelist.lo: \ + src/utils/ignorelist/$(am__dirstamp) \ + src/utils/ignorelist/$(DEPDIR)/$(am__dirstamp) + +libignorelist.la: $(libignorelist_la_OBJECTS) $(libignorelist_la_DEPENDENCIES) $(EXTRA_libignorelist_la_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(libignorelist_la_OBJECTS) $(libignorelist_la_LIBADD) $(LIBS) +src/utils/latency/$(am__dirstamp): + @$(MKDIR_P) src/utils/latency + @: > src/utils/latency/$(am__dirstamp) +src/utils/latency/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/latency/$(DEPDIR) + @: > src/utils/latency/$(DEPDIR)/$(am__dirstamp) +src/utils/latency/latency.lo: src/utils/latency/$(am__dirstamp) \ + src/utils/latency/$(DEPDIR)/$(am__dirstamp) +src/utils/latency/latency_config.lo: \ + src/utils/latency/$(am__dirstamp) \ + src/utils/latency/$(DEPDIR)/$(am__dirstamp) + +liblatency.la: $(liblatency_la_OBJECTS) $(liblatency_la_DEPENDENCIES) $(EXTRA_liblatency_la_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(liblatency_la_OBJECTS) $(liblatency_la_LIBADD) $(LIBS) +src/daemon/$(am__dirstamp): + @$(MKDIR_P) src/daemon + @: > src/daemon/$(am__dirstamp) +src/daemon/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/daemon/$(DEPDIR) + @: > src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/utils_llist.lo: src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) + +libllist.la: $(libllist_la_OBJECTS) $(libllist_la_DEPENDENCIES) $(EXTRA_libllist_la_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(libllist_la_OBJECTS) $(libllist_la_LIBADD) $(LIBS) + +liblookup.la: $(liblookup_la_OBJECTS) $(liblookup_la_DEPENDENCIES) $(EXTRA_liblookup_la_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(liblookup_la_OBJECTS) $(liblookup_la_LIBADD) $(LIBS) +src/utils/metadata/$(am__dirstamp): + @$(MKDIR_P) src/utils/metadata + @: > src/utils/metadata/$(am__dirstamp) +src/utils/metadata/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/metadata/$(DEPDIR) + @: > src/utils/metadata/$(DEPDIR)/$(am__dirstamp) +src/utils/metadata/meta_data.lo: src/utils/metadata/$(am__dirstamp) \ + src/utils/metadata/$(DEPDIR)/$(am__dirstamp) + +libmetadata.la: $(libmetadata_la_OBJECTS) $(libmetadata_la_DEPENDENCIES) $(EXTRA_libmetadata_la_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(libmetadata_la_OBJECTS) $(libmetadata_la_LIBADD) $(LIBS) +src/utils/mount/$(am__dirstamp): + @$(MKDIR_P) src/utils/mount + @: > src/utils/mount/$(am__dirstamp) +src/utils/mount/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/mount/$(DEPDIR) + @: > src/utils/mount/$(DEPDIR)/$(am__dirstamp) +src/utils/mount/mount.lo: src/utils/mount/$(am__dirstamp) \ + src/utils/mount/$(DEPDIR)/$(am__dirstamp) + +libmount.la: $(libmount_la_OBJECTS) $(libmount_la_DEPENDENCIES) $(EXTRA_libmount_la_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(libmount_la_OBJECTS) $(libmount_la_LIBADD) $(LIBS) +src/utils/oauth/$(am__dirstamp): + @$(MKDIR_P) src/utils/oauth + @: > src/utils/oauth/$(am__dirstamp) +src/utils/oauth/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/oauth/$(DEPDIR) + @: > src/utils/oauth/$(DEPDIR)/$(am__dirstamp) +src/utils/oauth/liboauth_la-oauth.lo: src/utils/oauth/$(am__dirstamp) \ + src/utils/oauth/$(DEPDIR)/$(am__dirstamp) + +liboauth.la: $(liboauth_la_OBJECTS) $(liboauth_la_DEPENDENCIES) $(EXTRA_liboauth_la_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(am_liboauth_la_rpath) $(liboauth_la_OBJECTS) $(liboauth_la_LIBADD) $(LIBS) +src/liboconfig/$(am__dirstamp): + @$(MKDIR_P) src/liboconfig + @: > src/liboconfig/$(am__dirstamp) +src/liboconfig/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/liboconfig/$(DEPDIR) + @: > src/liboconfig/$(DEPDIR)/$(am__dirstamp) +src/liboconfig/liboconfig_la-oconfig.lo: \ + src/liboconfig/$(am__dirstamp) \ + src/liboconfig/$(DEPDIR)/$(am__dirstamp) +src/liboconfig/liboconfig_la-scanner.lo: \ + src/liboconfig/$(am__dirstamp) \ + src/liboconfig/$(DEPDIR)/$(am__dirstamp) +src/liboconfig/parser.h: src/liboconfig/parser.c + @if test ! -f $@; then rm -f src/liboconfig/parser.c; else :; fi + @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) src/liboconfig/parser.c; else :; fi +src/liboconfig/liboconfig_la-parser.lo: \ + src/liboconfig/$(am__dirstamp) \ + src/liboconfig/$(DEPDIR)/$(am__dirstamp) + +liboconfig.la: $(liboconfig_la_OBJECTS) $(liboconfig_la_DEPENDENCIES) $(EXTRA_liboconfig_la_DEPENDENCIES) + $(AM_V_CCLD)$(liboconfig_la_LINK) $(liboconfig_la_OBJECTS) $(liboconfig_la_LIBADD) $(LIBS) +src/daemon/libplugin_mock_la-plugin_mock.lo: \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/libplugin_mock_la-utils_cache_mock.lo: \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/libplugin_mock_la-utils_complain.lo: \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/libplugin_mock_la-utils_time.lo: \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) + +libplugin_mock.la: $(libplugin_mock_la_OBJECTS) $(libplugin_mock_la_DEPENDENCIES) $(EXTRA_libplugin_mock_la_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(libplugin_mock_la_OBJECTS) $(libplugin_mock_la_LIBADD) $(LIBS) +src/utils/taskstats/$(am__dirstamp): + @$(MKDIR_P) src/utils/taskstats + @: > src/utils/taskstats/$(am__dirstamp) +src/utils/taskstats/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/taskstats/$(DEPDIR) + @: > src/utils/taskstats/$(DEPDIR)/$(am__dirstamp) +src/utils/taskstats/libtaskstats_la-taskstats.lo: \ + src/utils/taskstats/$(am__dirstamp) \ + src/utils/taskstats/$(DEPDIR)/$(am__dirstamp) + +libtaskstats.la: $(libtaskstats_la_OBJECTS) $(libtaskstats_la_DEPENDENCIES) $(EXTRA_libtaskstats_la_DEPENDENCIES) + $(AM_V_CCLD)$(libtaskstats_la_LINK) $(am_libtaskstats_la_rpath) $(libtaskstats_la_OBJECTS) $(libtaskstats_la_LIBADD) $(LIBS) +src/load_la-load.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +load.la: $(load_la_OBJECTS) $(load_la_DEPENDENCIES) $(EXTRA_load_la_DEPENDENCIES) + $(AM_V_CCLD)$(load_la_LINK) $(am_load_la_rpath) $(load_la_OBJECTS) $(load_la_LIBADD) $(LIBS) +src/log_logstash_la-log_logstash.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +log_logstash.la: $(log_logstash_la_OBJECTS) $(log_logstash_la_DEPENDENCIES) $(EXTRA_log_logstash_la_DEPENDENCIES) + $(AM_V_CCLD)$(log_logstash_la_LINK) $(am_log_logstash_la_rpath) $(log_logstash_la_OBJECTS) $(log_logstash_la_LIBADD) $(LIBS) +src/logfile.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +logfile.la: $(logfile_la_OBJECTS) $(logfile_la_DEPENDENCIES) $(EXTRA_logfile_la_DEPENDENCIES) + $(AM_V_CCLD)$(logfile_la_LINK) $(am_logfile_la_rpath) $(logfile_la_OBJECTS) $(logfile_la_LIBADD) $(LIBS) +src/logparser_la-logparser.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/utils/message_parser/$(am__dirstamp): + @$(MKDIR_P) src/utils/message_parser + @: > src/utils/message_parser/$(am__dirstamp) +src/utils/message_parser/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/message_parser/$(DEPDIR) + @: > src/utils/message_parser/$(DEPDIR)/$(am__dirstamp) +src/utils/message_parser/logparser_la-message_parser.lo: \ + src/utils/message_parser/$(am__dirstamp) \ + src/utils/message_parser/$(DEPDIR)/$(am__dirstamp) +src/logparser_la-utils_tail_match.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/utils/tail/$(am__dirstamp): + @$(MKDIR_P) src/utils/tail + @: > src/utils/tail/$(am__dirstamp) +src/utils/tail/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/tail/$(DEPDIR) + @: > src/utils/tail/$(DEPDIR)/$(am__dirstamp) +src/utils/tail/logparser_la-tail.lo: src/utils/tail/$(am__dirstamp) \ + src/utils/tail/$(DEPDIR)/$(am__dirstamp) +src/utils/match/logparser_la-match.lo: \ + src/utils/match/$(am__dirstamp) \ + src/utils/match/$(DEPDIR)/$(am__dirstamp) +src/utils/latency/logparser_la-latency.lo: \ + src/utils/latency/$(am__dirstamp) \ + src/utils/latency/$(DEPDIR)/$(am__dirstamp) +src/utils/latency/logparser_la-latency_config.lo: \ + src/utils/latency/$(am__dirstamp) \ + src/utils/latency/$(DEPDIR)/$(am__dirstamp) + +logparser.la: $(logparser_la_OBJECTS) $(logparser_la_DEPENDENCIES) $(EXTRA_logparser_la_DEPENDENCIES) + $(AM_V_CCLD)$(logparser_la_LINK) $(am_logparser_la_rpath) $(logparser_la_OBJECTS) $(logparser_la_LIBADD) $(LIBS) +src/lpar.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +lpar.la: $(lpar_la_OBJECTS) $(lpar_la_DEPENDENCIES) $(EXTRA_lpar_la_DEPENDENCIES) + $(AM_V_CCLD)$(lpar_la_LINK) $(am_lpar_la_rpath) $(lpar_la_OBJECTS) $(lpar_la_LIBADD) $(LIBS) +src/lua_la-lua.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/lua_la-utils_lua.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +lua.la: $(lua_la_OBJECTS) $(lua_la_DEPENDENCIES) $(EXTRA_lua_la_DEPENDENCIES) + $(AM_V_CCLD)$(lua_la_LINK) $(am_lua_la_rpath) $(lua_la_OBJECTS) $(lua_la_LIBADD) $(LIBS) +src/madwifi.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +madwifi.la: $(madwifi_la_OBJECTS) $(madwifi_la_DEPENDENCIES) $(EXTRA_madwifi_la_DEPENDENCIES) + $(AM_V_CCLD)$(madwifi_la_LINK) $(am_madwifi_la_rpath) $(madwifi_la_OBJECTS) $(madwifi_la_LIBADD) $(LIBS) +src/match_empty_counter.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +match_empty_counter.la: $(match_empty_counter_la_OBJECTS) $(match_empty_counter_la_DEPENDENCIES) $(EXTRA_match_empty_counter_la_DEPENDENCIES) + $(AM_V_CCLD)$(match_empty_counter_la_LINK) $(am_match_empty_counter_la_rpath) $(match_empty_counter_la_OBJECTS) $(match_empty_counter_la_LIBADD) $(LIBS) +src/match_hashed.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +match_hashed.la: $(match_hashed_la_OBJECTS) $(match_hashed_la_DEPENDENCIES) $(EXTRA_match_hashed_la_DEPENDENCIES) + $(AM_V_CCLD)$(match_hashed_la_LINK) $(am_match_hashed_la_rpath) $(match_hashed_la_OBJECTS) $(match_hashed_la_LIBADD) $(LIBS) +src/match_regex.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +match_regex.la: $(match_regex_la_OBJECTS) $(match_regex_la_DEPENDENCIES) $(EXTRA_match_regex_la_DEPENDENCIES) + $(AM_V_CCLD)$(match_regex_la_LINK) $(am_match_regex_la_rpath) $(match_regex_la_OBJECTS) $(match_regex_la_LIBADD) $(LIBS) +src/match_timediff.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +match_timediff.la: $(match_timediff_la_OBJECTS) $(match_timediff_la_DEPENDENCIES) $(EXTRA_match_timediff_la_DEPENDENCIES) + $(AM_V_CCLD)$(match_timediff_la_LINK) $(am_match_timediff_la_rpath) $(match_timediff_la_OBJECTS) $(match_timediff_la_LIBADD) $(LIBS) +src/match_value.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +match_value.la: $(match_value_la_OBJECTS) $(match_value_la_DEPENDENCIES) $(EXTRA_match_value_la_DEPENDENCIES) + $(AM_V_CCLD)$(match_value_la_LINK) $(am_match_value_la_rpath) $(match_value_la_OBJECTS) $(match_value_la_LIBADD) $(LIBS) +src/mbmon.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +mbmon.la: $(mbmon_la_OBJECTS) $(mbmon_la_DEPENDENCIES) $(EXTRA_mbmon_la_DEPENDENCIES) + $(AM_V_CCLD)$(mbmon_la_LINK) $(am_mbmon_la_rpath) $(mbmon_la_OBJECTS) $(mbmon_la_LIBADD) $(LIBS) +src/mcelog.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +mcelog.la: $(mcelog_la_OBJECTS) $(mcelog_la_DEPENDENCIES) $(EXTRA_mcelog_la_DEPENDENCIES) + $(AM_V_CCLD)$(mcelog_la_LINK) $(am_mcelog_la_rpath) $(mcelog_la_OBJECTS) $(mcelog_la_LIBADD) $(LIBS) +src/md.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +md.la: $(md_la_OBJECTS) $(md_la_DEPENDENCIES) $(EXTRA_md_la_DEPENDENCIES) + $(AM_V_CCLD)$(md_la_LINK) $(am_md_la_rpath) $(md_la_OBJECTS) $(md_la_LIBADD) $(LIBS) +src/memcachec_la-memcachec.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/utils/match/memcachec_la-match.lo: \ + src/utils/match/$(am__dirstamp) \ + src/utils/match/$(DEPDIR)/$(am__dirstamp) + +memcachec.la: $(memcachec_la_OBJECTS) $(memcachec_la_DEPENDENCIES) $(EXTRA_memcachec_la_DEPENDENCIES) + $(AM_V_CCLD)$(memcachec_la_LINK) $(am_memcachec_la_rpath) $(memcachec_la_OBJECTS) $(memcachec_la_LIBADD) $(LIBS) +src/memcached.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +memcached.la: $(memcached_la_OBJECTS) $(memcached_la_DEPENDENCIES) $(EXTRA_memcached_la_DEPENDENCIES) + $(AM_V_CCLD)$(memcached_la_LINK) $(am_memcached_la_rpath) $(memcached_la_OBJECTS) $(memcached_la_LIBADD) $(LIBS) +src/memory_la-memory.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +memory.la: $(memory_la_OBJECTS) $(memory_la_DEPENDENCIES) $(EXTRA_memory_la_DEPENDENCIES) + $(AM_V_CCLD)$(memory_la_LINK) $(am_memory_la_rpath) $(memory_la_OBJECTS) $(memory_la_LIBADD) $(LIBS) +src/mic_la-mic.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +mic.la: $(mic_la_OBJECTS) $(mic_la_DEPENDENCIES) $(EXTRA_mic_la_DEPENDENCIES) + $(AM_V_CCLD)$(mic_la_LINK) $(am_mic_la_rpath) $(mic_la_OBJECTS) $(mic_la_LIBADD) $(LIBS) +src/modbus_la-modbus.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +modbus.la: $(modbus_la_OBJECTS) $(modbus_la_DEPENDENCIES) $(EXTRA_modbus_la_DEPENDENCIES) + $(AM_V_CCLD)$(modbus_la_LINK) $(am_modbus_la_rpath) $(modbus_la_OBJECTS) $(modbus_la_LIBADD) $(LIBS) +src/mqtt_la-mqtt.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +mqtt.la: $(mqtt_la_OBJECTS) $(mqtt_la_DEPENDENCIES) $(EXTRA_mqtt_la_DEPENDENCIES) + $(AM_V_CCLD)$(mqtt_la_LINK) $(am_mqtt_la_rpath) $(mqtt_la_OBJECTS) $(mqtt_la_LIBADD) $(LIBS) +src/multimeter.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +multimeter.la: $(multimeter_la_OBJECTS) $(multimeter_la_DEPENDENCIES) $(EXTRA_multimeter_la_DEPENDENCIES) + $(AM_V_CCLD)$(multimeter_la_LINK) $(am_multimeter_la_rpath) $(multimeter_la_OBJECTS) $(multimeter_la_LIBADD) $(LIBS) +src/mysql_la-mysql.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +mysql.la: $(mysql_la_OBJECTS) $(mysql_la_DEPENDENCIES) $(EXTRA_mysql_la_DEPENDENCIES) + $(AM_V_CCLD)$(mysql_la_LINK) $(am_mysql_la_rpath) $(mysql_la_OBJECTS) $(mysql_la_LIBADD) $(LIBS) +src/netapp_la-netapp.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +netapp.la: $(netapp_la_OBJECTS) $(netapp_la_DEPENDENCIES) $(EXTRA_netapp_la_DEPENDENCIES) + $(AM_V_CCLD)$(netapp_la_LINK) $(am_netapp_la_rpath) $(netapp_la_OBJECTS) $(netapp_la_LIBADD) $(LIBS) +src/netlink_la-netlink.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +netlink.la: $(netlink_la_OBJECTS) $(netlink_la_DEPENDENCIES) $(EXTRA_netlink_la_DEPENDENCIES) + $(AM_V_CCLD)$(netlink_la_LINK) $(am_netlink_la_rpath) $(netlink_la_OBJECTS) $(netlink_la_LIBADD) $(LIBS) +src/network_la-network.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/network_la-utils_fbhash.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +network.la: $(network_la_OBJECTS) $(network_la_DEPENDENCIES) $(EXTRA_network_la_DEPENDENCIES) + $(AM_V_CCLD)$(network_la_LINK) $(am_network_la_rpath) $(network_la_OBJECTS) $(network_la_LIBADD) $(LIBS) +src/nfs.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +nfs.la: $(nfs_la_OBJECTS) $(nfs_la_DEPENDENCIES) $(EXTRA_nfs_la_DEPENDENCIES) + $(AM_V_CCLD)$(nfs_la_LINK) $(am_nfs_la_rpath) $(nfs_la_OBJECTS) $(nfs_la_LIBADD) $(LIBS) +src/nginx_la-nginx.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +nginx.la: $(nginx_la_OBJECTS) $(nginx_la_DEPENDENCIES) $(EXTRA_nginx_la_DEPENDENCIES) + $(AM_V_CCLD)$(nginx_la_LINK) $(am_nginx_la_rpath) $(nginx_la_OBJECTS) $(nginx_la_LIBADD) $(LIBS) +src/notify_desktop_la-notify_desktop.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +notify_desktop.la: $(notify_desktop_la_OBJECTS) $(notify_desktop_la_DEPENDENCIES) $(EXTRA_notify_desktop_la_DEPENDENCIES) + $(AM_V_CCLD)$(notify_desktop_la_LINK) $(am_notify_desktop_la_rpath) $(notify_desktop_la_OBJECTS) $(notify_desktop_la_LIBADD) $(LIBS) +src/notify_email_la-notify_email.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +notify_email.la: $(notify_email_la_OBJECTS) $(notify_email_la_DEPENDENCIES) $(EXTRA_notify_email_la_DEPENDENCIES) + $(AM_V_CCLD)$(notify_email_la_LINK) $(am_notify_email_la_rpath) $(notify_email_la_OBJECTS) $(notify_email_la_LIBADD) $(LIBS) +src/notify_nagios.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +notify_nagios.la: $(notify_nagios_la_OBJECTS) $(notify_nagios_la_DEPENDENCIES) $(EXTRA_notify_nagios_la_DEPENDENCIES) + $(AM_V_CCLD)$(notify_nagios_la_LINK) $(am_notify_nagios_la_rpath) $(notify_nagios_la_OBJECTS) $(notify_nagios_la_LIBADD) $(LIBS) +src/ntpd.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +ntpd.la: $(ntpd_la_OBJECTS) $(ntpd_la_DEPENDENCIES) $(EXTRA_ntpd_la_DEPENDENCIES) + $(AM_V_CCLD)$(ntpd_la_LINK) $(am_ntpd_la_rpath) $(ntpd_la_OBJECTS) $(ntpd_la_LIBADD) $(LIBS) +src/numa.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +numa.la: $(numa_la_OBJECTS) $(numa_la_DEPENDENCIES) $(EXTRA_numa_la_DEPENDENCIES) + $(AM_V_CCLD)$(numa_la_LINK) $(am_numa_la_rpath) $(numa_la_OBJECTS) $(numa_la_LIBADD) $(LIBS) +src/nut_la-nut.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +nut.la: $(nut_la_OBJECTS) $(nut_la_DEPENDENCIES) $(EXTRA_nut_la_DEPENDENCIES) + $(AM_V_CCLD)$(nut_la_LINK) $(am_nut_la_rpath) $(nut_la_OBJECTS) $(nut_la_LIBADD) $(LIBS) +src/olsrd.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +olsrd.la: $(olsrd_la_OBJECTS) $(olsrd_la_DEPENDENCIES) $(EXTRA_olsrd_la_DEPENDENCIES) + $(AM_V_CCLD)$(olsrd_la_LINK) $(am_olsrd_la_rpath) $(olsrd_la_OBJECTS) $(olsrd_la_LIBADD) $(LIBS) +src/onewire_la-onewire.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +onewire.la: $(onewire_la_OBJECTS) $(onewire_la_DEPENDENCIES) $(EXTRA_onewire_la_DEPENDENCIES) + $(AM_V_CCLD)$(onewire_la_LINK) $(am_onewire_la_rpath) $(onewire_la_OBJECTS) $(onewire_la_LIBADD) $(LIBS) +src/openldap_la-openldap.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +openldap.la: $(openldap_la_OBJECTS) $(openldap_la_DEPENDENCIES) $(EXTRA_openldap_la_DEPENDENCIES) + $(AM_V_CCLD)$(openldap_la_LINK) $(am_openldap_la_rpath) $(openldap_la_OBJECTS) $(openldap_la_LIBADD) $(LIBS) +src/openvpn.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +openvpn.la: $(openvpn_la_OBJECTS) $(openvpn_la_DEPENDENCIES) $(EXTRA_openvpn_la_DEPENDENCIES) + $(AM_V_CCLD)$(openvpn_la_LINK) $(am_openvpn_la_rpath) $(openvpn_la_OBJECTS) $(openvpn_la_LIBADD) $(LIBS) +src/oracle_la-oracle.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/utils/db_query/oracle_la-db_query.lo: \ + src/utils/db_query/$(am__dirstamp) \ + src/utils/db_query/$(DEPDIR)/$(am__dirstamp) + +oracle.la: $(oracle_la_OBJECTS) $(oracle_la_DEPENDENCIES) $(EXTRA_oracle_la_DEPENDENCIES) + $(AM_V_CCLD)$(oracle_la_LINK) $(am_oracle_la_rpath) $(oracle_la_OBJECTS) $(oracle_la_LIBADD) $(LIBS) +src/ovs_events_la-ovs_events.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/utils/ovs/$(am__dirstamp): + @$(MKDIR_P) src/utils/ovs + @: > src/utils/ovs/$(am__dirstamp) +src/utils/ovs/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/ovs/$(DEPDIR) + @: > src/utils/ovs/$(DEPDIR)/$(am__dirstamp) +src/utils/ovs/ovs_events_la-ovs.lo: src/utils/ovs/$(am__dirstamp) \ + src/utils/ovs/$(DEPDIR)/$(am__dirstamp) + +ovs_events.la: $(ovs_events_la_OBJECTS) $(ovs_events_la_DEPENDENCIES) $(EXTRA_ovs_events_la_DEPENDENCIES) + $(AM_V_CCLD)$(ovs_events_la_LINK) $(am_ovs_events_la_rpath) $(ovs_events_la_OBJECTS) $(ovs_events_la_LIBADD) $(LIBS) +src/ovs_stats_la-ovs_stats.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/utils/ovs/ovs_stats_la-ovs.lo: src/utils/ovs/$(am__dirstamp) \ + src/utils/ovs/$(DEPDIR)/$(am__dirstamp) + +ovs_stats.la: $(ovs_stats_la_OBJECTS) $(ovs_stats_la_DEPENDENCIES) $(EXTRA_ovs_stats_la_DEPENDENCIES) + $(AM_V_CCLD)$(ovs_stats_la_LINK) $(am_ovs_stats_la_rpath) $(ovs_stats_la_OBJECTS) $(ovs_stats_la_LIBADD) $(LIBS) +src/pcie_errors_la-pcie_errors.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +pcie_errors.la: $(pcie_errors_la_OBJECTS) $(pcie_errors_la_DEPENDENCIES) $(EXTRA_pcie_errors_la_DEPENDENCIES) + $(AM_V_CCLD)$(pcie_errors_la_LINK) $(am_pcie_errors_la_rpath) $(pcie_errors_la_OBJECTS) $(pcie_errors_la_LIBADD) $(LIBS) +src/perl_la-perl.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +perl.la: $(perl_la_OBJECTS) $(perl_la_DEPENDENCIES) $(EXTRA_perl_la_DEPENDENCIES) + $(AM_V_CCLD)$(perl_la_LINK) $(am_perl_la_rpath) $(perl_la_OBJECTS) $(perl_la_LIBADD) $(LIBS) +src/pf.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +pf.la: $(pf_la_OBJECTS) $(pf_la_DEPENDENCIES) $(EXTRA_pf_la_DEPENDENCIES) + $(AM_V_CCLD)$(pf_la_LINK) $(am_pf_la_rpath) $(pf_la_OBJECTS) $(pf_la_LIBADD) $(LIBS) +src/pinba_la-pinba.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/pinba_la-pinba.pb-c.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +pinba.la: $(pinba_la_OBJECTS) $(pinba_la_DEPENDENCIES) $(EXTRA_pinba_la_DEPENDENCIES) + $(AM_V_CCLD)$(pinba_la_LINK) $(am_pinba_la_rpath) $(pinba_la_OBJECTS) $(pinba_la_LIBADD) $(LIBS) +src/ping_la-ping.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +ping.la: $(ping_la_OBJECTS) $(ping_la_DEPENDENCIES) $(EXTRA_ping_la_DEPENDENCIES) + $(AM_V_CCLD)$(ping_la_LINK) $(am_ping_la_rpath) $(ping_la_OBJECTS) $(ping_la_LIBADD) $(LIBS) +src/postgresql_la-postgresql.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/utils/db_query/postgresql_la-db_query.lo: \ + src/utils/db_query/$(am__dirstamp) \ + src/utils/db_query/$(DEPDIR)/$(am__dirstamp) + +postgresql.la: $(postgresql_la_OBJECTS) $(postgresql_la_DEPENDENCIES) $(EXTRA_postgresql_la_DEPENDENCIES) + $(AM_V_CCLD)$(postgresql_la_LINK) $(am_postgresql_la_rpath) $(postgresql_la_OBJECTS) $(postgresql_la_LIBADD) $(LIBS) +src/powerdns.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +powerdns.la: $(powerdns_la_OBJECTS) $(powerdns_la_DEPENDENCIES) $(EXTRA_powerdns_la_DEPENDENCIES) + $(AM_V_CCLD)$(powerdns_la_LINK) $(am_powerdns_la_rpath) $(powerdns_la_OBJECTS) $(powerdns_la_LIBADD) $(LIBS) +src/processes_la-processes.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +processes.la: $(processes_la_OBJECTS) $(processes_la_DEPENDENCIES) $(EXTRA_processes_la_DEPENDENCIES) + $(AM_V_CCLD)$(processes_la_LINK) $(am_processes_la_rpath) $(processes_la_OBJECTS) $(processes_la_LIBADD) $(LIBS) +src/procevent_la-procevent.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +procevent.la: $(procevent_la_OBJECTS) $(procevent_la_DEPENDENCIES) $(EXTRA_procevent_la_DEPENDENCIES) + $(AM_V_CCLD)$(procevent_la_LINK) $(am_procevent_la_rpath) $(procevent_la_OBJECTS) $(procevent_la_LIBADD) $(LIBS) +src/protocols.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +protocols.la: $(protocols_la_OBJECTS) $(protocols_la_DEPENDENCIES) $(EXTRA_protocols_la_DEPENDENCIES) + $(AM_V_CCLD)$(protocols_la_LINK) $(am_protocols_la_rpath) $(protocols_la_OBJECTS) $(protocols_la_LIBADD) $(LIBS) +src/python_la-python.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/python_la-pyconfig.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/python_la-pyvalues.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +python.la: $(python_la_OBJECTS) $(python_la_DEPENDENCIES) $(EXTRA_python_la_DEPENDENCIES) + $(AM_V_CCLD)$(python_la_LINK) $(am_python_la_rpath) $(python_la_OBJECTS) $(python_la_LIBADD) $(LIBS) +src/redfish_la-redfish.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +redfish.la: $(redfish_la_OBJECTS) $(redfish_la_DEPENDENCIES) $(EXTRA_redfish_la_DEPENDENCIES) + $(AM_V_CCLD)$(redfish_la_LINK) $(am_redfish_la_rpath) $(redfish_la_OBJECTS) $(redfish_la_LIBADD) $(LIBS) +src/redis_la-redis.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +redis.la: $(redis_la_OBJECTS) $(redis_la_DEPENDENCIES) $(EXTRA_redis_la_DEPENDENCIES) + $(AM_V_CCLD)$(redis_la_LINK) $(am_redis_la_rpath) $(redis_la_OBJECTS) $(redis_la_LIBADD) $(LIBS) +src/routeros_la-routeros.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +routeros.la: $(routeros_la_OBJECTS) $(routeros_la_DEPENDENCIES) $(EXTRA_routeros_la_DEPENDENCIES) + $(AM_V_CCLD)$(routeros_la_LINK) $(am_routeros_la_rpath) $(routeros_la_OBJECTS) $(routeros_la_LIBADD) $(LIBS) +src/rrdcached_la-rrdcached.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/utils/rrdcreate/$(am__dirstamp): + @$(MKDIR_P) src/utils/rrdcreate + @: > src/utils/rrdcreate/$(am__dirstamp) +src/utils/rrdcreate/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/rrdcreate/$(DEPDIR) + @: > src/utils/rrdcreate/$(DEPDIR)/$(am__dirstamp) +src/utils/rrdcreate/rrdcached_la-rrdcreate.lo: \ + src/utils/rrdcreate/$(am__dirstamp) \ + src/utils/rrdcreate/$(DEPDIR)/$(am__dirstamp) + +rrdcached.la: $(rrdcached_la_OBJECTS) $(rrdcached_la_DEPENDENCIES) $(EXTRA_rrdcached_la_DEPENDENCIES) + $(AM_V_CCLD)$(rrdcached_la_LINK) $(am_rrdcached_la_rpath) $(rrdcached_la_OBJECTS) $(rrdcached_la_LIBADD) $(LIBS) +src/rrdtool_la-rrdtool.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/utils/rrdcreate/rrdtool_la-rrdcreate.lo: \ + src/utils/rrdcreate/$(am__dirstamp) \ + src/utils/rrdcreate/$(DEPDIR)/$(am__dirstamp) + +rrdtool.la: $(rrdtool_la_OBJECTS) $(rrdtool_la_DEPENDENCIES) $(EXTRA_rrdtool_la_DEPENDENCIES) + $(AM_V_CCLD)$(rrdtool_la_LINK) $(am_rrdtool_la_rpath) $(rrdtool_la_OBJECTS) $(rrdtool_la_LIBADD) $(LIBS) +src/sensors_la-sensors.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +sensors.la: $(sensors_la_OBJECTS) $(sensors_la_DEPENDENCIES) $(EXTRA_sensors_la_DEPENDENCIES) + $(AM_V_CCLD)$(sensors_la_LINK) $(am_sensors_la_rpath) $(sensors_la_OBJECTS) $(sensors_la_LIBADD) $(LIBS) +src/serial.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +serial.la: $(serial_la_OBJECTS) $(serial_la_DEPENDENCIES) $(EXTRA_serial_la_DEPENDENCIES) + $(AM_V_CCLD)$(serial_la_LINK) $(am_serial_la_rpath) $(serial_la_OBJECTS) $(serial_la_LIBADD) $(LIBS) +src/sigrok_la-sigrok.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +sigrok.la: $(sigrok_la_OBJECTS) $(sigrok_la_DEPENDENCIES) $(EXTRA_sigrok_la_DEPENDENCIES) + $(AM_V_CCLD)$(sigrok_la_LINK) $(am_sigrok_la_rpath) $(sigrok_la_OBJECTS) $(sigrok_la_LIBADD) $(LIBS) +src/slurm_la-slurm.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +slurm.la: $(slurm_la_OBJECTS) $(slurm_la_DEPENDENCIES) $(EXTRA_slurm_la_DEPENDENCIES) + $(AM_V_CCLD)$(slurm_la_LINK) $(am_slurm_la_rpath) $(slurm_la_OBJECTS) $(slurm_la_LIBADD) $(LIBS) +src/smart_la-smart.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +smart.la: $(smart_la_OBJECTS) $(smart_la_DEPENDENCIES) $(EXTRA_smart_la_DEPENDENCIES) + $(AM_V_CCLD)$(smart_la_LINK) $(am_smart_la_rpath) $(smart_la_OBJECTS) $(smart_la_LIBADD) $(LIBS) +src/snmp_la-snmp.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +snmp.la: $(snmp_la_OBJECTS) $(snmp_la_DEPENDENCIES) $(EXTRA_snmp_la_DEPENDENCIES) + $(AM_V_CCLD)$(snmp_la_LINK) $(am_snmp_la_rpath) $(snmp_la_OBJECTS) $(snmp_la_LIBADD) $(LIBS) +src/snmp_agent_la-snmp_agent.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +snmp_agent.la: $(snmp_agent_la_OBJECTS) $(snmp_agent_la_DEPENDENCIES) $(EXTRA_snmp_agent_la_DEPENDENCIES) + $(AM_V_CCLD)$(snmp_agent_la_LINK) $(am_snmp_agent_la_rpath) $(snmp_agent_la_OBJECTS) $(snmp_agent_la_LIBADD) $(LIBS) +src/statsd.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +statsd.la: $(statsd_la_OBJECTS) $(statsd_la_DEPENDENCIES) $(EXTRA_statsd_la_DEPENDENCIES) + $(AM_V_CCLD)$(statsd_la_LINK) $(am_statsd_la_rpath) $(statsd_la_OBJECTS) $(statsd_la_LIBADD) $(LIBS) +src/swap_la-swap.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +swap.la: $(swap_la_OBJECTS) $(swap_la_DEPENDENCIES) $(EXTRA_swap_la_DEPENDENCIES) + $(AM_V_CCLD)$(swap_la_LINK) $(am_swap_la_rpath) $(swap_la_OBJECTS) $(swap_la_LIBADD) $(LIBS) +src/synproxy.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +synproxy.la: $(synproxy_la_OBJECTS) $(synproxy_la_DEPENDENCIES) $(EXTRA_synproxy_la_DEPENDENCIES) + $(AM_V_CCLD)$(synproxy_la_LINK) $(am_synproxy_la_rpath) $(synproxy_la_OBJECTS) $(synproxy_la_LIBADD) $(LIBS) +src/sysevent_la-sysevent.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +sysevent.la: $(sysevent_la_OBJECTS) $(sysevent_la_DEPENDENCIES) $(EXTRA_sysevent_la_DEPENDENCIES) + $(AM_V_CCLD)$(sysevent_la_LINK) $(am_sysevent_la_rpath) $(sysevent_la_OBJECTS) $(sysevent_la_LIBADD) $(LIBS) +src/syslog.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +syslog.la: $(syslog_la_OBJECTS) $(syslog_la_DEPENDENCIES) $(EXTRA_syslog_la_DEPENDENCIES) + $(AM_V_CCLD)$(syslog_la_LINK) $(am_syslog_la_rpath) $(syslog_la_OBJECTS) $(syslog_la_LIBADD) $(LIBS) +src/table.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +table.la: $(table_la_OBJECTS) $(table_la_DEPENDENCIES) $(EXTRA_table_la_DEPENDENCIES) + $(AM_V_CCLD)$(table_la_LINK) $(am_table_la_rpath) $(table_la_OBJECTS) $(table_la_LIBADD) $(LIBS) +src/tail.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/utils/match/match.lo: src/utils/match/$(am__dirstamp) \ + src/utils/match/$(DEPDIR)/$(am__dirstamp) +src/utils/tail/tail.lo: src/utils/tail/$(am__dirstamp) \ + src/utils/tail/$(DEPDIR)/$(am__dirstamp) +src/utils_tail_match.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +tail.la: $(tail_la_OBJECTS) $(tail_la_DEPENDENCIES) $(EXTRA_tail_la_DEPENDENCIES) + $(AM_V_CCLD)$(tail_la_LINK) $(am_tail_la_rpath) $(tail_la_OBJECTS) $(tail_la_LIBADD) $(LIBS) +src/tail_csv.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +tail_csv.la: $(tail_csv_la_OBJECTS) $(tail_csv_la_DEPENDENCIES) $(EXTRA_tail_csv_la_DEPENDENCIES) + $(AM_V_CCLD)$(tail_csv_la_LINK) $(am_tail_csv_la_rpath) $(tail_csv_la_OBJECTS) $(tail_csv_la_LIBADD) $(LIBS) +src/tape.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +tape.la: $(tape_la_OBJECTS) $(tape_la_DEPENDENCIES) $(EXTRA_tape_la_DEPENDENCIES) + $(AM_V_CCLD)$(tape_la_LINK) $(am_tape_la_rpath) $(tape_la_OBJECTS) $(tape_la_LIBADD) $(LIBS) +src/target_notification.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +target_notification.la: $(target_notification_la_OBJECTS) $(target_notification_la_DEPENDENCIES) $(EXTRA_target_notification_la_DEPENDENCIES) + $(AM_V_CCLD)$(target_notification_la_LINK) $(am_target_notification_la_rpath) $(target_notification_la_OBJECTS) $(target_notification_la_LIBADD) $(LIBS) +src/target_replace.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +target_replace.la: $(target_replace_la_OBJECTS) $(target_replace_la_DEPENDENCIES) $(EXTRA_target_replace_la_DEPENDENCIES) + $(AM_V_CCLD)$(target_replace_la_LINK) $(am_target_replace_la_rpath) $(target_replace_la_OBJECTS) $(target_replace_la_LIBADD) $(LIBS) +src/target_scale.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +target_scale.la: $(target_scale_la_OBJECTS) $(target_scale_la_DEPENDENCIES) $(EXTRA_target_scale_la_DEPENDENCIES) + $(AM_V_CCLD)$(target_scale_la_LINK) $(am_target_scale_la_rpath) $(target_scale_la_OBJECTS) $(target_scale_la_LIBADD) $(LIBS) +src/target_set.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +target_set.la: $(target_set_la_OBJECTS) $(target_set_la_DEPENDENCIES) $(EXTRA_target_set_la_DEPENDENCIES) + $(AM_V_CCLD)$(target_set_la_LINK) $(am_target_set_la_rpath) $(target_set_la_OBJECTS) $(target_set_la_LIBADD) $(LIBS) +src/target_v5upgrade.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +target_v5upgrade.la: $(target_v5upgrade_la_OBJECTS) $(target_v5upgrade_la_DEPENDENCIES) $(EXTRA_target_v5upgrade_la_DEPENDENCIES) + $(AM_V_CCLD)$(target_v5upgrade_la_LINK) $(am_target_v5upgrade_la_rpath) $(target_v5upgrade_la_OBJECTS) $(target_v5upgrade_la_LIBADD) $(LIBS) +src/tcpconns.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +tcpconns.la: $(tcpconns_la_OBJECTS) $(tcpconns_la_DEPENDENCIES) $(EXTRA_tcpconns_la_DEPENDENCIES) + $(AM_V_CCLD)$(tcpconns_la_LINK) $(am_tcpconns_la_rpath) $(tcpconns_la_OBJECTS) $(tcpconns_la_LIBADD) $(LIBS) +src/teamspeak2.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +teamspeak2.la: $(teamspeak2_la_OBJECTS) $(teamspeak2_la_DEPENDENCIES) $(EXTRA_teamspeak2_la_DEPENDENCIES) + $(AM_V_CCLD)$(teamspeak2_la_LINK) $(am_teamspeak2_la_rpath) $(teamspeak2_la_OBJECTS) $(teamspeak2_la_LIBADD) $(LIBS) +src/ted.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +ted.la: $(ted_la_OBJECTS) $(ted_la_DEPENDENCIES) $(EXTRA_ted_la_DEPENDENCIES) + $(AM_V_CCLD)$(ted_la_LINK) $(am_ted_la_rpath) $(ted_la_OBJECTS) $(ted_la_LIBADD) $(LIBS) +src/thermal.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +thermal.la: $(thermal_la_OBJECTS) $(thermal_la_DEPENDENCIES) $(EXTRA_thermal_la_DEPENDENCIES) + $(AM_V_CCLD)$(thermal_la_LINK) $(am_thermal_la_rpath) $(thermal_la_OBJECTS) $(thermal_la_LIBADD) $(LIBS) +src/threshold.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +threshold.la: $(threshold_la_OBJECTS) $(threshold_la_DEPENDENCIES) $(EXTRA_threshold_la_DEPENDENCIES) + $(AM_V_CCLD)$(threshold_la_LINK) $(am_threshold_la_rpath) $(threshold_la_OBJECTS) $(threshold_la_LIBADD) $(LIBS) +src/tokyotyrant_la-tokyotyrant.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +tokyotyrant.la: $(tokyotyrant_la_OBJECTS) $(tokyotyrant_la_DEPENDENCIES) $(EXTRA_tokyotyrant_la_DEPENDENCIES) + $(AM_V_CCLD)$(tokyotyrant_la_LINK) $(am_tokyotyrant_la_rpath) $(tokyotyrant_la_OBJECTS) $(tokyotyrant_la_LIBADD) $(LIBS) +src/turbostat.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +turbostat.la: $(turbostat_la_OBJECTS) $(turbostat_la_DEPENDENCIES) $(EXTRA_turbostat_la_DEPENDENCIES) + $(AM_V_CCLD)$(turbostat_la_LINK) $(am_turbostat_la_rpath) $(turbostat_la_OBJECTS) $(turbostat_la_LIBADD) $(LIBS) +src/ubi.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +ubi.la: $(ubi_la_OBJECTS) $(ubi_la_DEPENDENCIES) $(EXTRA_ubi_la_DEPENDENCIES) + $(AM_V_CCLD)$(ubi_la_LINK) $(am_ubi_la_rpath) $(ubi_la_OBJECTS) $(ubi_la_LIBADD) $(LIBS) +src/unixsock.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +unixsock.la: $(unixsock_la_OBJECTS) $(unixsock_la_DEPENDENCIES) $(EXTRA_unixsock_la_DEPENDENCIES) + $(AM_V_CCLD)$(unixsock_la_LINK) $(am_unixsock_la_rpath) $(unixsock_la_OBJECTS) $(unixsock_la_LIBADD) $(LIBS) +src/uptime_la-uptime.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +uptime.la: $(uptime_la_OBJECTS) $(uptime_la_DEPENDENCIES) $(EXTRA_uptime_la_DEPENDENCIES) + $(AM_V_CCLD)$(uptime_la_LINK) $(am_uptime_la_rpath) $(uptime_la_OBJECTS) $(uptime_la_LIBADD) $(LIBS) +src/users_la-users.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +users.la: $(users_la_OBJECTS) $(users_la_DEPENDENCIES) $(EXTRA_users_la_DEPENDENCIES) + $(AM_V_CCLD)$(users_la_LINK) $(am_users_la_rpath) $(users_la_OBJECTS) $(users_la_LIBADD) $(LIBS) +src/uuid.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +uuid.la: $(uuid_la_OBJECTS) $(uuid_la_DEPENDENCIES) $(EXTRA_uuid_la_DEPENDENCIES) + $(AM_V_CCLD)$(uuid_la_LINK) $(am_uuid_la_rpath) $(uuid_la_OBJECTS) $(uuid_la_LIBADD) $(LIBS) +src/varnish_la-varnish.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +varnish.la: $(varnish_la_OBJECTS) $(varnish_la_DEPENDENCIES) $(EXTRA_varnish_la_DEPENDENCIES) + $(AM_V_CCLD)$(varnish_la_LINK) $(am_varnish_la_rpath) $(varnish_la_OBJECTS) $(varnish_la_LIBADD) $(LIBS) +src/virt_la-virt.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +virt.la: $(virt_la_OBJECTS) $(virt_la_DEPENDENCIES) $(EXTRA_virt_la_DEPENDENCIES) + $(AM_V_CCLD)$(virt_la_LINK) $(am_virt_la_rpath) $(virt_la_OBJECTS) $(virt_la_LIBADD) $(LIBS) +src/vmem.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +vmem.la: $(vmem_la_OBJECTS) $(vmem_la_DEPENDENCIES) $(EXTRA_vmem_la_DEPENDENCIES) + $(AM_V_CCLD)$(vmem_la_LINK) $(am_vmem_la_rpath) $(vmem_la_OBJECTS) $(vmem_la_LIBADD) $(LIBS) +src/vserver.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +vserver.la: $(vserver_la_OBJECTS) $(vserver_la_DEPENDENCIES) $(EXTRA_vserver_la_DEPENDENCIES) + $(AM_V_CCLD)$(vserver_la_LINK) $(am_vserver_la_rpath) $(vserver_la_OBJECTS) $(vserver_la_LIBADD) $(LIBS) +src/wireless.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +wireless.la: $(wireless_la_OBJECTS) $(wireless_la_DEPENDENCIES) $(EXTRA_wireless_la_DEPENDENCIES) + $(AM_V_CCLD)$(wireless_la_LINK) $(am_wireless_la_rpath) $(wireless_la_OBJECTS) $(wireless_la_LIBADD) $(LIBS) +src/write_graphite.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +write_graphite.la: $(write_graphite_la_OBJECTS) $(write_graphite_la_DEPENDENCIES) $(EXTRA_write_graphite_la_DEPENDENCIES) + $(AM_V_CCLD)$(write_graphite_la_LINK) $(am_write_graphite_la_rpath) $(write_graphite_la_OBJECTS) $(write_graphite_la_LIBADD) $(LIBS) +src/write_http_la-write_http.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/utils/curl_stats/write_http_la-curl_stats.lo: \ + src/utils/curl_stats/$(am__dirstamp) \ + src/utils/curl_stats/$(DEPDIR)/$(am__dirstamp) +src/utils/format_kairosdb/$(am__dirstamp): + @$(MKDIR_P) src/utils/format_kairosdb + @: > src/utils/format_kairosdb/$(am__dirstamp) +src/utils/format_kairosdb/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/utils/format_kairosdb/$(DEPDIR) + @: > src/utils/format_kairosdb/$(DEPDIR)/$(am__dirstamp) +src/utils/format_kairosdb/write_http_la-format_kairosdb.lo: \ + src/utils/format_kairosdb/$(am__dirstamp) \ + src/utils/format_kairosdb/$(DEPDIR)/$(am__dirstamp) + +write_http.la: $(write_http_la_OBJECTS) $(write_http_la_DEPENDENCIES) $(EXTRA_write_http_la_DEPENDENCIES) + $(AM_V_CCLD)$(write_http_la_LINK) $(am_write_http_la_rpath) $(write_http_la_OBJECTS) $(write_http_la_LIBADD) $(LIBS) +src/write_influxdb_udp_la-write_influxdb_udp.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +write_influxdb_udp.la: $(write_influxdb_udp_la_OBJECTS) $(write_influxdb_udp_la_DEPENDENCIES) $(EXTRA_write_influxdb_udp_la_DEPENDENCIES) + $(AM_V_CCLD)$(write_influxdb_udp_la_LINK) $(am_write_influxdb_udp_la_rpath) $(write_influxdb_udp_la_OBJECTS) $(write_influxdb_udp_la_LIBADD) $(LIBS) +src/write_kafka_la-write_kafka.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +write_kafka.la: $(write_kafka_la_OBJECTS) $(write_kafka_la_DEPENDENCIES) $(EXTRA_write_kafka_la_DEPENDENCIES) + $(AM_V_CCLD)$(write_kafka_la_LINK) $(am_write_kafka_la_rpath) $(write_kafka_la_OBJECTS) $(write_kafka_la_LIBADD) $(LIBS) +src/write_log.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +write_log.la: $(write_log_la_OBJECTS) $(write_log_la_DEPENDENCIES) $(EXTRA_write_log_la_DEPENDENCIES) + $(AM_V_CCLD)$(write_log_la_LINK) $(am_write_log_la_rpath) $(write_log_la_OBJECTS) $(write_log_la_LIBADD) $(LIBS) +src/write_mongodb_la-write_mongodb.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +write_mongodb.la: $(write_mongodb_la_OBJECTS) $(write_mongodb_la_DEPENDENCIES) $(EXTRA_write_mongodb_la_DEPENDENCIES) + $(AM_V_CCLD)$(write_mongodb_la_LINK) $(am_write_mongodb_la_rpath) $(write_mongodb_la_OBJECTS) $(write_mongodb_la_LIBADD) $(LIBS) +src/write_prometheus_la-write_prometheus.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +write_prometheus.la: $(write_prometheus_la_OBJECTS) $(write_prometheus_la_DEPENDENCIES) $(EXTRA_write_prometheus_la_DEPENDENCIES) + $(AM_V_CCLD)$(write_prometheus_la_LINK) $(am_write_prometheus_la_rpath) $(write_prometheus_la_OBJECTS) $(write_prometheus_la_LIBADD) $(LIBS) +src/write_redis_la-write_redis.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +write_redis.la: $(write_redis_la_OBJECTS) $(write_redis_la_DEPENDENCIES) $(EXTRA_write_redis_la_DEPENDENCIES) + $(AM_V_CCLD)$(write_redis_la_LINK) $(am_write_redis_la_rpath) $(write_redis_la_OBJECTS) $(write_redis_la_LIBADD) $(LIBS) +src/write_riemann_la-write_riemann.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/write_riemann_la-write_riemann_threshold.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +write_riemann.la: $(write_riemann_la_OBJECTS) $(write_riemann_la_DEPENDENCIES) $(EXTRA_write_riemann_la_DEPENDENCIES) + $(AM_V_CCLD)$(write_riemann_la_LINK) $(am_write_riemann_la_rpath) $(write_riemann_la_OBJECTS) $(write_riemann_la_LIBADD) $(LIBS) +src/write_sensu.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +write_sensu.la: $(write_sensu_la_OBJECTS) $(write_sensu_la_DEPENDENCIES) $(EXTRA_write_sensu_la_DEPENDENCIES) + $(AM_V_CCLD)$(write_sensu_la_LINK) $(am_write_sensu_la_rpath) $(write_sensu_la_OBJECTS) $(write_sensu_la_LIBADD) $(LIBS) +src/write_stackdriver_la-write_stackdriver.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +write_stackdriver.la: $(write_stackdriver_la_OBJECTS) $(write_stackdriver_la_DEPENDENCIES) $(EXTRA_write_stackdriver_la_DEPENDENCIES) + $(AM_V_CCLD)$(write_stackdriver_la_LINK) $(am_write_stackdriver_la_rpath) $(write_stackdriver_la_OBJECTS) $(write_stackdriver_la_LIBADD) $(LIBS) +src/write_syslog.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +write_syslog.la: $(write_syslog_la_OBJECTS) $(write_syslog_la_DEPENDENCIES) $(EXTRA_write_syslog_la_DEPENDENCIES) + $(AM_V_CCLD)$(write_syslog_la_LINK) $(am_write_syslog_la_rpath) $(write_syslog_la_OBJECTS) $(write_syslog_la_LIBADD) $(LIBS) +src/write_tsdb.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +write_tsdb.la: $(write_tsdb_la_OBJECTS) $(write_tsdb_la_DEPENDENCIES) $(EXTRA_write_tsdb_la_DEPENDENCIES) + $(AM_V_CCLD)$(write_tsdb_la_LINK) $(am_write_tsdb_la_rpath) $(write_tsdb_la_OBJECTS) $(write_tsdb_la_LIBADD) $(LIBS) +src/xencpu_la-xencpu.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +xencpu.la: $(xencpu_la_OBJECTS) $(xencpu_la_DEPENDENCIES) $(EXTRA_xencpu_la_DEPENDENCIES) + $(AM_V_CCLD)$(xencpu_la_LINK) $(am_xencpu_la_rpath) $(xencpu_la_OBJECTS) $(xencpu_la_LIBADD) $(LIBS) +src/xmms_la-xmms.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +xmms.la: $(xmms_la_OBJECTS) $(xmms_la_DEPENDENCIES) $(EXTRA_xmms_la_DEPENDENCIES) + $(AM_V_CCLD)$(xmms_la_LINK) $(am_xmms_la_rpath) $(xmms_la_OBJECTS) $(xmms_la_LIBADD) $(LIBS) +src/zfs_arc.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +zfs_arc.la: $(zfs_arc_la_OBJECTS) $(zfs_arc_la_DEPENDENCIES) $(EXTRA_zfs_arc_la_DEPENDENCIES) + $(AM_V_CCLD)$(zfs_arc_la_LINK) $(am_zfs_arc_la_rpath) $(zfs_arc_la_OBJECTS) $(zfs_arc_la_LIBADD) $(LIBS) +src/zone.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +zone.la: $(zone_la_OBJECTS) $(zone_la_DEPENDENCIES) $(EXTRA_zone_la_DEPENDENCIES) + $(AM_V_CCLD)$(zone_la_LINK) $(am_zone_la_rpath) $(zone_la_OBJECTS) $(zone_la_LIBADD) $(LIBS) +src/zookeeper.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +zookeeper.la: $(zookeeper_la_OBJECTS) $(zookeeper_la_DEPENDENCIES) $(EXTRA_zookeeper_la_DEPENDENCIES) + $(AM_V_CCLD)$(zookeeper_la_LINK) $(am_zookeeper_la_rpath) $(zookeeper_la_OBJECTS) $(zookeeper_la_LIBADD) $(LIBS) +src/daemon/collectd-collectd.$(OBJEXT): src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/collectd-configfile.$(OBJEXT): src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/collectd-filter_chain.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/collectd-globals.$(OBJEXT): src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/utils/metadata/collectd-meta_data.$(OBJEXT): \ + src/utils/metadata/$(am__dirstamp) \ + src/utils/metadata/$(DEPDIR)/$(am__dirstamp) +src/daemon/collectd-plugin.$(OBJEXT): src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/collectd-utils_cache.$(OBJEXT): src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/collectd-utils_complain.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/collectd-utils_random.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/collectd-utils_subst.$(OBJEXT): src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/collectd-utils_time.$(OBJEXT): src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/collectd-types_list.$(OBJEXT): src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/collectd-utils_threshold.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/collectd-cmd_windows.$(OBJEXT): src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/collectd-cmd.$(OBJEXT): src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) + +collectd$(EXEEXT): $(collectd_OBJECTS) $(collectd_DEPENDENCIES) $(EXTRA_collectd_DEPENDENCIES) + @rm -f collectd$(EXEEXT) + $(AM_V_CCLD)$(collectd_LINK) $(collectd_OBJECTS) $(collectd_LDADD) $(LIBS) +src/collectd_nagios-collectd-nagios.$(OBJEXT): src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +collectd-nagios$(EXEEXT): $(collectd_nagios_OBJECTS) $(collectd_nagios_DEPENDENCIES) $(EXTRA_collectd_nagios_DEPENDENCIES) + @rm -f collectd-nagios$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(collectd_nagios_OBJECTS) $(collectd_nagios_LDADD) $(LIBS) +src/collectd_tg-collectd-tg.$(OBJEXT): src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +collectd-tg$(EXEEXT): $(collectd_tg_OBJECTS) $(collectd_tg_DEPENDENCIES) $(EXTRA_collectd_tg_DEPENDENCIES) + @rm -f collectd-tg$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(collectd_tg_OBJECTS) $(collectd_tg_LDADD) $(LIBS) +src/collectdctl-collectdctl.$(OBJEXT): src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +collectdctl$(EXEEXT): $(collectdctl_OBJECTS) $(collectdctl_DEPENDENCIES) $(EXTRA_collectdctl_DEPENDENCIES) + @rm -f collectdctl$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(collectdctl_OBJECTS) $(collectdctl_LDADD) $(LIBS) +src/collectdmon.$(OBJEXT): src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +collectdmon$(EXEEXT): $(collectdmon_OBJECTS) $(collectdmon_DEPENDENCIES) $(EXTRA_collectdmon_DEPENDENCIES) + @rm -f collectdmon$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(collectdmon_OBJECTS) $(collectdmon_LDADD) $(LIBS) +src/utils/common/common_test.$(OBJEXT): \ + src/utils/common/$(am__dirstamp) \ + src/utils/common/$(DEPDIR)/$(am__dirstamp) + +test_common$(EXEEXT): $(test_common_OBJECTS) $(test_common_DEPENDENCIES) $(EXTRA_test_common_DEPENDENCIES) + @rm -f test_common$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(test_common_OBJECTS) $(test_common_LDADD) $(LIBS) +src/utils/format_graphite/format_graphite_test.$(OBJEXT): \ + src/utils/format_graphite/$(am__dirstamp) \ + src/utils/format_graphite/$(DEPDIR)/$(am__dirstamp) + +test_format_graphite$(EXEEXT): $(test_format_graphite_OBJECTS) $(test_format_graphite_DEPENDENCIES) $(EXTRA_test_format_graphite_DEPENDENCIES) + @rm -f test_format_graphite$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(test_format_graphite_OBJECTS) $(test_format_graphite_LDADD) $(LIBS) +src/utils/format_json/format_json_test.$(OBJEXT): \ + src/utils/format_json/$(am__dirstamp) \ + src/utils/format_json/$(DEPDIR)/$(am__dirstamp) + +test_format_json$(EXEEXT): $(test_format_json_OBJECTS) $(test_format_json_DEPENDENCIES) $(EXTRA_test_format_json_DEPENDENCIES) + @rm -f test_format_json$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(test_format_json_OBJECTS) $(test_format_json_LDADD) $(LIBS) +src/utils/format_stackdriver/format_stackdriver_test.$(OBJEXT): \ + src/utils/format_stackdriver/$(am__dirstamp) \ + src/utils/format_stackdriver/$(DEPDIR)/$(am__dirstamp) + +test_format_stackdriver$(EXEEXT): $(test_format_stackdriver_OBJECTS) $(test_format_stackdriver_DEPENDENCIES) $(EXTRA_test_format_stackdriver_DEPENDENCIES) + @rm -f test_format_stackdriver$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(test_format_stackdriver_OBJECTS) $(test_format_stackdriver_LDADD) $(LIBS) +src/libcollectdclient/test_libcollectd_network_parse-network_parse_test.$(OBJEXT): \ + src/libcollectdclient/$(am__dirstamp) \ + src/libcollectdclient/$(DEPDIR)/$(am__dirstamp) + +test_libcollectd_network_parse$(EXEEXT): $(test_libcollectd_network_parse_OBJECTS) $(test_libcollectd_network_parse_DEPENDENCIES) $(EXTRA_test_libcollectd_network_parse_DEPENDENCIES) + @rm -f test_libcollectd_network_parse$(EXEEXT) + $(AM_V_CCLD)$(test_libcollectd_network_parse_LINK) $(test_libcollectd_network_parse_OBJECTS) $(test_libcollectd_network_parse_LDADD) $(LIBS) +src/utils/metadata/meta_data_test.$(OBJEXT): \ + src/utils/metadata/$(am__dirstamp) \ + src/utils/metadata/$(DEPDIR)/$(am__dirstamp) + +test_meta_data$(EXEEXT): $(test_meta_data_OBJECTS) $(test_meta_data_DEPENDENCIES) $(EXTRA_test_meta_data_DEPENDENCIES) + @rm -f test_meta_data$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(test_meta_data_OBJECTS) $(test_meta_data_LDADD) $(LIBS) +src/test_plugin_capabilities-capabilities_test.$(OBJEXT): \ + src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_plugin_capabilities-configfile.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_plugin_capabilities-types_list.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) + +test_plugin_capabilities$(EXEEXT): $(test_plugin_capabilities_OBJECTS) $(test_plugin_capabilities_DEPENDENCIES) $(EXTRA_test_plugin_capabilities_DEPENDENCIES) + @rm -f test_plugin_capabilities$(EXEEXT) + $(AM_V_CCLD)$(test_plugin_capabilities_LINK) $(test_plugin_capabilities_OBJECTS) $(test_plugin_capabilities_LDADD) $(LIBS) +src/test_plugin_ceph-ceph_test.$(OBJEXT): src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +test_plugin_ceph$(EXEEXT): $(test_plugin_ceph_OBJECTS) $(test_plugin_ceph_DEPENDENCIES) $(EXTRA_test_plugin_ceph_DEPENDENCIES) + @rm -f test_plugin_ceph$(EXEEXT) + $(AM_V_CCLD)$(test_plugin_ceph_LINK) $(test_plugin_ceph_OBJECTS) $(test_plugin_ceph_LDADD) $(LIBS) +src/test_plugin_curl_json-curl_json_test.$(OBJEXT): \ + src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/utils/curl_stats/test_plugin_curl_json-curl_stats.$(OBJEXT): \ + src/utils/curl_stats/$(am__dirstamp) \ + src/utils/curl_stats/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_plugin_curl_json-configfile.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_plugin_curl_json-types_list.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) + +test_plugin_curl_json$(EXEEXT): $(test_plugin_curl_json_OBJECTS) $(test_plugin_curl_json_DEPENDENCIES) $(EXTRA_test_plugin_curl_json_DEPENDENCIES) + @rm -f test_plugin_curl_json$(EXEEXT) + $(AM_V_CCLD)$(test_plugin_curl_json_LINK) $(test_plugin_curl_json_OBJECTS) $(test_plugin_curl_json_LDADD) $(LIBS) +src/test_plugin_intel_rdt-intel_rdt_test.$(OBJEXT): \ + src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/utils/config_cores/test_plugin_intel_rdt-config_cores.$(OBJEXT): \ + src/utils/config_cores/$(am__dirstamp) \ + src/utils/config_cores/$(DEPDIR)/$(am__dirstamp) +src/utils/proc_pids/test_plugin_intel_rdt-proc_pids.$(OBJEXT): \ + src/utils/proc_pids/$(am__dirstamp) \ + src/utils/proc_pids/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_plugin_intel_rdt-configfile.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_plugin_intel_rdt-types_list.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) + +test_plugin_intel_rdt$(EXEEXT): $(test_plugin_intel_rdt_OBJECTS) $(test_plugin_intel_rdt_DEPENDENCIES) $(EXTRA_test_plugin_intel_rdt_DEPENDENCIES) + @rm -f test_plugin_intel_rdt$(EXEEXT) + $(AM_V_CCLD)$(test_plugin_intel_rdt_LINK) $(test_plugin_intel_rdt_OBJECTS) $(test_plugin_intel_rdt_LDADD) $(LIBS) +src/test_plugin_logparser-logparser_test.$(OBJEXT): \ + src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/utils/message_parser/test_plugin_logparser-message_parser.$(OBJEXT): \ + src/utils/message_parser/$(am__dirstamp) \ + src/utils/message_parser/$(DEPDIR)/$(am__dirstamp) +src/test_plugin_logparser-utils_tail_match.$(OBJEXT): \ + src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/utils/tail/test_plugin_logparser-tail.$(OBJEXT): \ + src/utils/tail/$(am__dirstamp) \ + src/utils/tail/$(DEPDIR)/$(am__dirstamp) +src/utils/match/test_plugin_logparser-match.$(OBJEXT): \ + src/utils/match/$(am__dirstamp) \ + src/utils/match/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_plugin_logparser-configfile.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_plugin_logparser-types_list.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) + +test_plugin_logparser$(EXEEXT): $(test_plugin_logparser_OBJECTS) $(test_plugin_logparser_DEPENDENCIES) $(EXTRA_test_plugin_logparser_DEPENDENCIES) + @rm -f test_plugin_logparser$(EXEEXT) + $(AM_V_CCLD)$(test_plugin_logparser_LINK) $(test_plugin_logparser_OBJECTS) $(test_plugin_logparser_LDADD) $(LIBS) +src/test_plugin_network-network_test.$(OBJEXT): src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/test_plugin_network-utils_fbhash.$(OBJEXT): src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_plugin_network-configfile.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_plugin_network-types_list.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) + +test_plugin_network$(EXEEXT): $(test_plugin_network_OBJECTS) $(test_plugin_network_DEPENDENCIES) $(EXTRA_test_plugin_network_DEPENDENCIES) + @rm -f test_plugin_network$(EXEEXT) + $(AM_V_CCLD)$(test_plugin_network_LINK) $(test_plugin_network_OBJECTS) $(test_plugin_network_LDADD) $(LIBS) +src/test_plugin_pcie_errors-pcie_errors_test.$(OBJEXT): \ + src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_plugin_pcie_errors-utils_llist.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_plugin_pcie_errors-configfile.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_plugin_pcie_errors-types_list.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) + +test_plugin_pcie_errors$(EXEEXT): $(test_plugin_pcie_errors_OBJECTS) $(test_plugin_pcie_errors_DEPENDENCIES) $(EXTRA_test_plugin_pcie_errors_DEPENDENCIES) + @rm -f test_plugin_pcie_errors$(EXEEXT) + $(AM_V_CCLD)$(test_plugin_pcie_errors_LINK) $(test_plugin_pcie_errors_OBJECTS) $(test_plugin_pcie_errors_LDADD) $(LIBS) +src/test_plugin_redfish-redfish_test.$(OBJEXT): src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/utils/avltree/test_plugin_redfish-avltree.$(OBJEXT): \ + src/utils/avltree/$(am__dirstamp) \ + src/utils/avltree/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_plugin_redfish-utils_llist.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_plugin_redfish-configfile.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_plugin_redfish-types_list.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) + +test_plugin_redfish$(EXEEXT): $(test_plugin_redfish_OBJECTS) $(test_plugin_redfish_DEPENDENCIES) $(EXTRA_test_plugin_redfish_DEPENDENCIES) + @rm -f test_plugin_redfish$(EXEEXT) + $(AM_V_CCLD)$(test_plugin_redfish_LINK) $(test_plugin_redfish_OBJECTS) $(test_plugin_redfish_LDADD) $(LIBS) +src/test_plugin_snmp_agent-snmp_agent_test.$(OBJEXT): \ + src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/utils/avltree/test_plugin_snmp_agent-avltree.$(OBJEXT): \ + src/utils/avltree/$(am__dirstamp) \ + src/utils/avltree/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_plugin_snmp_agent-utils_llist.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_plugin_snmp_agent-configfile.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_plugin_snmp_agent-types_list.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) + +test_plugin_snmp_agent$(EXEEXT): $(test_plugin_snmp_agent_OBJECTS) $(test_plugin_snmp_agent_DEPENDENCIES) $(EXTRA_test_plugin_snmp_agent_DEPENDENCIES) + @rm -f test_plugin_snmp_agent$(EXEEXT) + $(AM_V_CCLD)$(test_plugin_snmp_agent_LINK) $(test_plugin_snmp_agent_OBJECTS) $(test_plugin_snmp_agent_LDADD) $(LIBS) +src/test_plugin_virt-virt_test.$(OBJEXT): src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_plugin_virt-configfile.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_plugin_virt-types_list.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) + +test_plugin_virt$(EXEEXT): $(test_plugin_virt_OBJECTS) $(test_plugin_virt_DEPENDENCIES) $(EXTRA_test_plugin_virt_DEPENDENCIES) + @rm -f test_plugin_virt$(EXEEXT) + $(AM_V_CCLD)$(test_plugin_virt_LINK) $(test_plugin_virt_OBJECTS) $(test_plugin_virt_LDADD) $(LIBS) +src/utils/avltree/avltree_test.$(OBJEXT): \ + src/utils/avltree/$(am__dirstamp) \ + src/utils/avltree/$(DEPDIR)/$(am__dirstamp) + +test_utils_avltree$(EXEEXT): $(test_utils_avltree_OBJECTS) $(test_utils_avltree_DEPENDENCIES) $(EXTRA_test_utils_avltree_DEPENDENCIES) + @rm -f test_utils_avltree$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(test_utils_avltree_OBJECTS) $(test_utils_avltree_LDADD) $(LIBS) +src/utils/cmds/cmds_test.$(OBJEXT): src/utils/cmds/$(am__dirstamp) \ + src/utils/cmds/$(DEPDIR)/$(am__dirstamp) + +test_utils_cmds$(EXEEXT): $(test_utils_cmds_OBJECTS) $(test_utils_cmds_DEPENDENCIES) $(EXTRA_test_utils_cmds_DEPENDENCIES) + @rm -f test_utils_cmds$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(test_utils_cmds_OBJECTS) $(test_utils_cmds_LDADD) $(LIBS) +src/utils/config_cores/config_cores_test.$(OBJEXT): \ + src/utils/config_cores/$(am__dirstamp) \ + src/utils/config_cores/$(DEPDIR)/$(am__dirstamp) + +test_utils_config_cores$(EXEEXT): $(test_utils_config_cores_OBJECTS) $(test_utils_config_cores_DEPENDENCIES) $(EXTRA_test_utils_config_cores_DEPENDENCIES) + @rm -f test_utils_config_cores$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(test_utils_config_cores_OBJECTS) $(test_utils_config_cores_LDADD) $(LIBS) +src/utils/heap/heap_test.$(OBJEXT): src/utils/heap/$(am__dirstamp) \ + src/utils/heap/$(DEPDIR)/$(am__dirstamp) + +test_utils_heap$(EXEEXT): $(test_utils_heap_OBJECTS) $(test_utils_heap_DEPENDENCIES) $(EXTRA_test_utils_heap_DEPENDENCIES) + @rm -f test_utils_heap$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(test_utils_heap_OBJECTS) $(test_utils_heap_LDADD) $(LIBS) +src/utils/latency/latency_test.$(OBJEXT): \ + src/utils/latency/$(am__dirstamp) \ + src/utils/latency/$(DEPDIR)/$(am__dirstamp) + +test_utils_latency$(EXEEXT): $(test_utils_latency_OBJECTS) $(test_utils_latency_DEPENDENCIES) $(EXTRA_test_utils_latency_DEPENDENCIES) + @rm -f test_utils_latency$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(test_utils_latency_OBJECTS) $(test_utils_latency_LDADD) $(LIBS) +src/utils/message_parser/test_utils_message_parser-message_parser_test.$(OBJEXT): \ + src/utils/message_parser/$(am__dirstamp) \ + src/utils/message_parser/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_utils_message_parser-configfile.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/test_utils_message_parser-types_list.$(OBJEXT): \ + src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/test_utils_message_parser-utils_tail_match.$(OBJEXT): \ + src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/utils/tail/test_utils_message_parser-tail.$(OBJEXT): \ + src/utils/tail/$(am__dirstamp) \ + src/utils/tail/$(DEPDIR)/$(am__dirstamp) +src/utils/match/test_utils_message_parser-match.$(OBJEXT): \ + src/utils/match/$(am__dirstamp) \ + src/utils/match/$(DEPDIR)/$(am__dirstamp) +src/utils/latency/test_utils_message_parser-latency.$(OBJEXT): \ + src/utils/latency/$(am__dirstamp) \ + src/utils/latency/$(DEPDIR)/$(am__dirstamp) +src/utils/latency/test_utils_message_parser-latency_config.$(OBJEXT): \ + src/utils/latency/$(am__dirstamp) \ + src/utils/latency/$(DEPDIR)/$(am__dirstamp) + +test_utils_message_parser$(EXEEXT): $(test_utils_message_parser_OBJECTS) $(test_utils_message_parser_DEPENDENCIES) $(EXTRA_test_utils_message_parser_DEPENDENCIES) + @rm -f test_utils_message_parser$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(test_utils_message_parser_OBJECTS) $(test_utils_message_parser_LDADD) $(LIBS) +src/utils/mount/mount_test.$(OBJEXT): src/utils/mount/$(am__dirstamp) \ + src/utils/mount/$(DEPDIR)/$(am__dirstamp) + +test_utils_mount$(EXEEXT): $(test_utils_mount_OBJECTS) $(test_utils_mount_DEPENDENCIES) $(EXTRA_test_utils_mount_DEPENDENCIES) + @rm -f test_utils_mount$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(test_utils_mount_OBJECTS) $(test_utils_mount_LDADD) $(LIBS) +src/utils/oauth/oauth_test.$(OBJEXT): src/utils/oauth/$(am__dirstamp) \ + src/utils/oauth/$(DEPDIR)/$(am__dirstamp) + +test_utils_oauth$(EXEEXT): $(test_utils_oauth_OBJECTS) $(test_utils_oauth_DEPENDENCIES) $(EXTRA_test_utils_oauth_DEPENDENCIES) + @rm -f test_utils_oauth$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(test_utils_oauth_OBJECTS) $(test_utils_oauth_LDADD) $(LIBS) +src/utils/proc_pids/proc_pids_test.$(OBJEXT): \ + src/utils/proc_pids/$(am__dirstamp) \ + src/utils/proc_pids/$(DEPDIR)/$(am__dirstamp) + +test_utils_proc_pids$(EXEEXT): $(test_utils_proc_pids_OBJECTS) $(test_utils_proc_pids_DEPENDENCIES) $(EXTRA_test_utils_proc_pids_DEPENDENCIES) + @rm -f test_utils_proc_pids$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(test_utils_proc_pids_OBJECTS) $(test_utils_proc_pids_LDADD) $(LIBS) +src/daemon/utils_subst_test.$(OBJEXT): src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) +src/daemon/utils_subst.$(OBJEXT): src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) + +test_utils_subst$(EXEEXT): $(test_utils_subst_OBJECTS) $(test_utils_subst_DEPENDENCIES) $(EXTRA_test_utils_subst_DEPENDENCIES) + @rm -f test_utils_subst$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(test_utils_subst_OBJECTS) $(test_utils_subst_LDADD) $(LIBS) +src/daemon/utils_time_test.$(OBJEXT): src/daemon/$(am__dirstamp) \ + src/daemon/$(DEPDIR)/$(am__dirstamp) + +test_utils_time$(EXEEXT): $(test_utils_time_OBJECTS) $(test_utils_time_DEPENDENCIES) $(EXTRA_test_utils_time_DEPENDENCIES) + @rm -f test_utils_time$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(test_utils_time_OBJECTS) $(test_utils_time_LDADD) $(LIBS) +src/utils/lookup/vl_lookup_test.$(OBJEXT): \ + src/utils/lookup/$(am__dirstamp) \ + src/utils/lookup/$(DEPDIR)/$(am__dirstamp) + +test_utils_vl_lookup$(EXEEXT): $(test_utils_vl_lookup_OBJECTS) $(test_utils_vl_lookup_DEPENDENCIES) $(EXTRA_test_utils_vl_lookup_DEPENDENCIES) + @rm -f test_utils_vl_lookup$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(test_utils_vl_lookup_OBJECTS) $(test_utils_vl_lookup_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f src/*.$(OBJEXT) + -rm -f src/*.lo + -rm -f src/daemon/*.$(OBJEXT) + -rm -f src/daemon/*.lo + -rm -f src/libcollectdclient/*.$(OBJEXT) + -rm -f src/libcollectdclient/*.lo + -rm -f src/liboconfig/*.$(OBJEXT) + -rm -f src/liboconfig/*.lo + -rm -f src/utils/avltree/*.$(OBJEXT) + -rm -f src/utils/avltree/*.lo + -rm -f src/utils/cmds/*.$(OBJEXT) + -rm -f src/utils/cmds/*.lo + -rm -f src/utils/common/*.$(OBJEXT) + -rm -f src/utils/common/*.lo + -rm -f src/utils/config_cores/*.$(OBJEXT) + -rm -f src/utils/config_cores/*.lo + -rm -f src/utils/curl_stats/*.$(OBJEXT) + -rm -f src/utils/curl_stats/*.lo + -rm -f src/utils/db_query/*.$(OBJEXT) + -rm -f src/utils/db_query/*.lo + -rm -f src/utils/dmi/*.$(OBJEXT) + -rm -f src/utils/dmi/*.lo + -rm -f src/utils/dns/*.$(OBJEXT) + -rm -f src/utils/dns/*.lo + -rm -f src/utils/dpdk/*.$(OBJEXT) + -rm -f src/utils/dpdk/*.lo + -rm -f src/utils/format_graphite/*.$(OBJEXT) + -rm -f src/utils/format_graphite/*.lo + -rm -f src/utils/format_json/*.$(OBJEXT) + -rm -f src/utils/format_json/*.lo + -rm -f src/utils/format_kairosdb/*.$(OBJEXT) + -rm -f src/utils/format_kairosdb/*.lo + -rm -f src/utils/format_stackdriver/*.$(OBJEXT) + -rm -f src/utils/format_stackdriver/*.lo + -rm -f src/utils/gce/*.$(OBJEXT) + -rm -f src/utils/gce/*.lo + -rm -f src/utils/heap/*.$(OBJEXT) + -rm -f src/utils/heap/*.lo + -rm -f src/utils/ignorelist/*.$(OBJEXT) + -rm -f src/utils/ignorelist/*.lo + -rm -f src/utils/latency/*.$(OBJEXT) + -rm -f src/utils/latency/*.lo + -rm -f src/utils/lookup/*.$(OBJEXT) + -rm -f src/utils/lookup/*.lo + -rm -f src/utils/match/*.$(OBJEXT) + -rm -f src/utils/match/*.lo + -rm -f src/utils/message_parser/*.$(OBJEXT) + -rm -f src/utils/message_parser/*.lo + -rm -f src/utils/metadata/*.$(OBJEXT) + -rm -f src/utils/metadata/*.lo + -rm -f src/utils/mount/*.$(OBJEXT) + -rm -f src/utils/mount/*.lo + -rm -f src/utils/oauth/*.$(OBJEXT) + -rm -f src/utils/oauth/*.lo + -rm -f src/utils/ovs/*.$(OBJEXT) + -rm -f src/utils/ovs/*.lo + -rm -f src/utils/proc_pids/*.$(OBJEXT) + -rm -f src/utils/proc_pids/*.lo + -rm -f src/utils/rrdcreate/*.$(OBJEXT) + -rm -f src/utils/rrdcreate/*.lo + -rm -f src/utils/tail/*.$(OBJEXT) + -rm -f src/utils/tail/*.lo + -rm -f src/utils/taskstats/*.$(OBJEXT) + -rm -f src/utils/taskstats/*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grpc_la-collectd.grpc.pb.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grpc_la-collectd.pb.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grpc_la-types.pb.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/write_prometheus_la-prometheus.pb-c.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/aggregation.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/amqp1_la-amqp1.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/amqp_la-amqp.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/apache_la-apache.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/apcups.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/apple_sensors.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/aquaero_la-aquaero.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ascent_la-ascent.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/barometer.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/battery.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/battery_statefs.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/bind_la-bind.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/buddyinfo.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/capabilities_la-capabilities.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ceph_la-ceph.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/cgroups.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/check_uptime.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/chrony.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/collectd_nagios-collectd-nagios.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/collectd_tg-collectd-tg.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/collectdctl-collectdctl.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/collectdmon.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/connectivity_la-connectivity.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/conntrack.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/contextswitch.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/cpu_la-cpu.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/cpufreq.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/cpusleep.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/csv.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/curl_json_la-curl_json.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/curl_la-curl.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/curl_xml_la-curl_xml.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/dbi_la-dbi.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/dcpmm_la-dcpmm.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/df.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/disk_la-disk.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/dns_la-dns.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/dpdk_telemetry_la-dpdk_telemetry.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/dpdkevents_la-dpdkevents.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/dpdkstat_la-dpdkstat.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/drbd.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/email.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/entropy.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ethstat.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/exec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/fhcount.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/filecount.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/fscache.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/gmond_la-gmond.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/gps_la-gps.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/gpu_nvidia_la-gpu_nvidia.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/grpc_la-grpc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/hddtemp.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/hugepages.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/intel_pmu_la-intel_pmu.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/intel_rdt_la-intel_rdt.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/interface_la-interface.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ipc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ipmi_la-ipmi.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ipstats.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/iptables_la-iptables.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ipvs.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/irq.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/java_la-java.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/load_la-load.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/log_logstash_la-log_logstash.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/logfile.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/logparser_la-logparser.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/logparser_la-utils_tail_match.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/lpar.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/lua_la-lua.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/lua_la-utils_lua.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/madwifi.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/match_empty_counter.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/match_hashed.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/match_regex.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/match_timediff.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/match_value.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/mbmon.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/mcelog.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/md.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/memcachec_la-memcachec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/memcached.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/memory_la-memory.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/mic_la-mic.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/modbus_la-modbus.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/mqtt_la-mqtt.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/multimeter.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/mysql_la-mysql.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/netapp_la-netapp.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/netlink_la-netlink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/network_la-network.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/network_la-utils_fbhash.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/nfs.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/nginx_la-nginx.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/notify_desktop_la-notify_desktop.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/notify_email_la-notify_email.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/notify_nagios.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ntpd.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/numa.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/nut_la-nut.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/olsrd.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/onewire_la-onewire.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/openldap_la-openldap.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/openvpn.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/oracle_la-oracle.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ovs_events_la-ovs_events.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ovs_stats_la-ovs_stats.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pcie_errors_la-pcie_errors.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/perl_la-perl.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pf.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pinba_la-pinba.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pinba_la-pinba.pb-c.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ping_la-ping.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/postgresql_la-postgresql.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/powerdns.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/processes_la-processes.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/procevent_la-procevent.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/protocols.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/python_la-pyconfig.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/python_la-python.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/python_la-pyvalues.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/redfish_la-redfish.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/redis_la-redis.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/routeros_la-routeros.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/rrdcached_la-rrdcached.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/rrdtool_la-rrdtool.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/sensors_la-sensors.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/serial.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/sigrok_la-sigrok.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/slurm_la-slurm.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/smart_la-smart.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/snmp_agent_la-snmp_agent.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/snmp_la-snmp.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/statsd.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/swap_la-swap.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/synproxy.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/sysevent_la-sysevent.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/syslog.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/table.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/tail.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/tail_csv.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/tape.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/target_notification.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/target_replace.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/target_scale.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/target_set.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/target_v5upgrade.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/tcpconns.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/teamspeak2.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ted.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/test_plugin_capabilities-capabilities_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/test_plugin_ceph-ceph_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/test_plugin_curl_json-curl_json_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/test_plugin_intel_rdt-intel_rdt_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/test_plugin_logparser-logparser_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/test_plugin_logparser-utils_tail_match.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/test_plugin_network-network_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/test_plugin_network-utils_fbhash.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/test_plugin_pcie_errors-pcie_errors_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/test_plugin_redfish-redfish_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/test_plugin_snmp_agent-snmp_agent_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/test_plugin_virt-virt_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/test_utils_message_parser-utils_tail_match.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/thermal.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/threshold.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/tokyotyrant_la-tokyotyrant.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/turbostat.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ubi.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/unixsock.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/uptime_la-uptime.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/users_la-users.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/utils_tail_match.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/uuid.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/varnish_la-varnish.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/virt_la-virt.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/vmem.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/vserver.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/wireless.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/write_graphite.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/write_http_la-write_http.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/write_influxdb_udp_la-write_influxdb_udp.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/write_kafka_la-write_kafka.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/write_log.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/write_mongodb_la-write_mongodb.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/write_prometheus_la-write_prometheus.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/write_redis_la-write_redis.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/write_riemann_la-write_riemann.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/write_riemann_la-write_riemann_threshold.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/write_sensu.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/write_stackdriver_la-write_stackdriver.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/write_syslog.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/write_tsdb.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/xencpu_la-xencpu.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/xmms_la-xmms.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/zfs_arc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/zone.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/zookeeper.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/collectd-cmd.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/collectd-cmd_windows.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/collectd-collectd.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/collectd-configfile.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/collectd-filter_chain.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/collectd-globals.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/collectd-plugin.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/collectd-types_list.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/collectd-utils_cache.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/collectd-utils_complain.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/collectd-utils_random.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/collectd-utils_subst.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/collectd-utils_threshold.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/collectd-utils_time.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/libplugin_mock_la-plugin_mock.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/libplugin_mock_la-utils_cache_mock.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/libplugin_mock_la-utils_complain.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/libplugin_mock_la-utils_time.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_plugin_capabilities-configfile.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_plugin_capabilities-types_list.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_plugin_curl_json-configfile.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_plugin_curl_json-types_list.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_plugin_intel_rdt-configfile.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_plugin_intel_rdt-types_list.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_plugin_logparser-configfile.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_plugin_logparser-types_list.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_plugin_network-configfile.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_plugin_network-types_list.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_plugin_pcie_errors-configfile.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_plugin_pcie_errors-types_list.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_plugin_pcie_errors-utils_llist.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_plugin_redfish-configfile.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_plugin_redfish-types_list.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_plugin_redfish-utils_llist.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_plugin_snmp_agent-configfile.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_plugin_snmp_agent-types_list.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_plugin_snmp_agent-utils_llist.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_plugin_virt-configfile.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_plugin_virt-types_list.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_utils_message_parser-configfile.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/test_utils_message_parser-types_list.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/utils_llist.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/utils_subst.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/utils_subst_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/daemon/$(DEPDIR)/utils_time_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-client.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-network.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-network_buffer.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-network_parse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-server.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/libcollectdclient/$(DEPDIR)/test_libcollectd_network_parse-network_parse_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/liboconfig/$(DEPDIR)/liboconfig_la-oconfig.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/liboconfig/$(DEPDIR)/liboconfig_la-parser.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/liboconfig/$(DEPDIR)/liboconfig_la-scanner.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/avltree/$(DEPDIR)/avltree.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/avltree/$(DEPDIR)/avltree_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/avltree/$(DEPDIR)/test_plugin_redfish-avltree.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/avltree/$(DEPDIR)/test_plugin_snmp_agent-avltree.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/cmds/$(DEPDIR)/cmds.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/cmds/$(DEPDIR)/cmds_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/cmds/$(DEPDIR)/flush.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/cmds/$(DEPDIR)/getthreshold.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/cmds/$(DEPDIR)/getval.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/cmds/$(DEPDIR)/listval.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/cmds/$(DEPDIR)/parse_option.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/cmds/$(DEPDIR)/putnotif.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/cmds/$(DEPDIR)/putval.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/common/$(DEPDIR)/common.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/common/$(DEPDIR)/common_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/config_cores/$(DEPDIR)/config_cores_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/config_cores/$(DEPDIR)/intel_pmu_la-config_cores.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/config_cores/$(DEPDIR)/intel_rdt_la-config_cores.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/config_cores/$(DEPDIR)/test_plugin_intel_rdt-config_cores.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/curl_stats/$(DEPDIR)/curl_json_la-curl_stats.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/curl_stats/$(DEPDIR)/curl_la-curl_stats.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/curl_stats/$(DEPDIR)/curl_xml_la-curl_stats.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/curl_stats/$(DEPDIR)/test_plugin_curl_json-curl_stats.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/curl_stats/$(DEPDIR)/write_http_la-curl_stats.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/db_query/$(DEPDIR)/dbi_la-db_query.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/db_query/$(DEPDIR)/oracle_la-db_query.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/db_query/$(DEPDIR)/postgresql_la-db_query.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/dmi/$(DEPDIR)/capabilities_la-dmi.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/dns/$(DEPDIR)/dns_la-dns.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/dpdk/$(DEPDIR)/dpdkevents_la-dpdk.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/dpdk/$(DEPDIR)/dpdkstat_la-dpdk.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/format_graphite/$(DEPDIR)/format_graphite.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/format_graphite/$(DEPDIR)/format_graphite_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/format_json/$(DEPDIR)/format_json_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/format_json/$(DEPDIR)/libformat_json_la-format_json.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/format_kairosdb/$(DEPDIR)/write_http_la-format_kairosdb.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/format_stackdriver/$(DEPDIR)/format_stackdriver_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/format_stackdriver/$(DEPDIR)/libformat_stackdriver_la-format_stackdriver.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/gce/$(DEPDIR)/libgce_la-gce.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/heap/$(DEPDIR)/heap.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/heap/$(DEPDIR)/heap_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/ignorelist/$(DEPDIR)/ignorelist.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/latency/$(DEPDIR)/latency.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/latency/$(DEPDIR)/latency_config.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/latency/$(DEPDIR)/latency_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/latency/$(DEPDIR)/logparser_la-latency.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/latency/$(DEPDIR)/logparser_la-latency_config.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/latency/$(DEPDIR)/test_utils_message_parser-latency.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/latency/$(DEPDIR)/test_utils_message_parser-latency_config.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/lookup/$(DEPDIR)/vl_lookup.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/lookup/$(DEPDIR)/vl_lookup_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/match/$(DEPDIR)/curl_la-match.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/match/$(DEPDIR)/logparser_la-match.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/match/$(DEPDIR)/match.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/match/$(DEPDIR)/memcachec_la-match.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/match/$(DEPDIR)/test_plugin_logparser-match.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/match/$(DEPDIR)/test_utils_message_parser-match.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/message_parser/$(DEPDIR)/logparser_la-message_parser.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/message_parser/$(DEPDIR)/test_plugin_logparser-message_parser.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/message_parser/$(DEPDIR)/test_utils_message_parser-message_parser_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/metadata/$(DEPDIR)/collectd-meta_data.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/metadata/$(DEPDIR)/meta_data.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/metadata/$(DEPDIR)/meta_data_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/mount/$(DEPDIR)/mount.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/mount/$(DEPDIR)/mount_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/oauth/$(DEPDIR)/liboauth_la-oauth.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/oauth/$(DEPDIR)/oauth_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/ovs/$(DEPDIR)/ovs_events_la-ovs.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/ovs/$(DEPDIR)/ovs_stats_la-ovs.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/proc_pids/$(DEPDIR)/intel_rdt_la-proc_pids.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/proc_pids/$(DEPDIR)/proc_pids_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/proc_pids/$(DEPDIR)/test_plugin_intel_rdt-proc_pids.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/rrdcreate/$(DEPDIR)/rrdcached_la-rrdcreate.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/rrdcreate/$(DEPDIR)/rrdtool_la-rrdcreate.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/tail/$(DEPDIR)/logparser_la-tail.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/tail/$(DEPDIR)/tail.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/tail/$(DEPDIR)/test_plugin_logparser-tail.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/tail/$(DEPDIR)/test_utils_message_parser-tail.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/utils/taskstats/$(DEPDIR)/libtaskstats_la-taskstats.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) + +.c.o: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< + +.c.obj: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.c.lo: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< + +src/amqp_la-amqp.lo: src/amqp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(amqp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/amqp_la-amqp.lo -MD -MP -MF src/$(DEPDIR)/amqp_la-amqp.Tpo -c -o src/amqp_la-amqp.lo `test -f 'src/amqp.c' || echo '$(srcdir)/'`src/amqp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/amqp_la-amqp.Tpo src/$(DEPDIR)/amqp_la-amqp.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/amqp.c' object='src/amqp_la-amqp.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(amqp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/amqp_la-amqp.lo `test -f 'src/amqp.c' || echo '$(srcdir)/'`src/amqp.c + +src/amqp1_la-amqp1.lo: src/amqp1.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(amqp1_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/amqp1_la-amqp1.lo -MD -MP -MF src/$(DEPDIR)/amqp1_la-amqp1.Tpo -c -o src/amqp1_la-amqp1.lo `test -f 'src/amqp1.c' || echo '$(srcdir)/'`src/amqp1.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/amqp1_la-amqp1.Tpo src/$(DEPDIR)/amqp1_la-amqp1.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/amqp1.c' object='src/amqp1_la-amqp1.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(amqp1_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/amqp1_la-amqp1.lo `test -f 'src/amqp1.c' || echo '$(srcdir)/'`src/amqp1.c + +src/apache_la-apache.lo: src/apache.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(apache_la_CFLAGS) $(CFLAGS) -MT src/apache_la-apache.lo -MD -MP -MF src/$(DEPDIR)/apache_la-apache.Tpo -c -o src/apache_la-apache.lo `test -f 'src/apache.c' || echo '$(srcdir)/'`src/apache.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/apache_la-apache.Tpo src/$(DEPDIR)/apache_la-apache.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/apache.c' object='src/apache_la-apache.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(apache_la_CFLAGS) $(CFLAGS) -c -o src/apache_la-apache.lo `test -f 'src/apache.c' || echo '$(srcdir)/'`src/apache.c + +src/aquaero_la-aquaero.lo: src/aquaero.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(aquaero_la_CFLAGS) $(CFLAGS) -MT src/aquaero_la-aquaero.lo -MD -MP -MF src/$(DEPDIR)/aquaero_la-aquaero.Tpo -c -o src/aquaero_la-aquaero.lo `test -f 'src/aquaero.c' || echo '$(srcdir)/'`src/aquaero.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/aquaero_la-aquaero.Tpo src/$(DEPDIR)/aquaero_la-aquaero.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/aquaero.c' object='src/aquaero_la-aquaero.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(aquaero_la_CFLAGS) $(CFLAGS) -c -o src/aquaero_la-aquaero.lo `test -f 'src/aquaero.c' || echo '$(srcdir)/'`src/aquaero.c + +src/ascent_la-ascent.lo: src/ascent.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ascent_la_CFLAGS) $(CFLAGS) -MT src/ascent_la-ascent.lo -MD -MP -MF src/$(DEPDIR)/ascent_la-ascent.Tpo -c -o src/ascent_la-ascent.lo `test -f 'src/ascent.c' || echo '$(srcdir)/'`src/ascent.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/ascent_la-ascent.Tpo src/$(DEPDIR)/ascent_la-ascent.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/ascent.c' object='src/ascent_la-ascent.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ascent_la_CFLAGS) $(CFLAGS) -c -o src/ascent_la-ascent.lo `test -f 'src/ascent.c' || echo '$(srcdir)/'`src/ascent.c + +src/bind_la-bind.lo: src/bind.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bind_la_CFLAGS) $(CFLAGS) -MT src/bind_la-bind.lo -MD -MP -MF src/$(DEPDIR)/bind_la-bind.Tpo -c -o src/bind_la-bind.lo `test -f 'src/bind.c' || echo '$(srcdir)/'`src/bind.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/bind_la-bind.Tpo src/$(DEPDIR)/bind_la-bind.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/bind.c' object='src/bind_la-bind.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bind_la_CFLAGS) $(CFLAGS) -c -o src/bind_la-bind.lo `test -f 'src/bind.c' || echo '$(srcdir)/'`src/bind.c + +src/capabilities_la-capabilities.lo: src/capabilities.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(capabilities_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/capabilities_la-capabilities.lo -MD -MP -MF src/$(DEPDIR)/capabilities_la-capabilities.Tpo -c -o src/capabilities_la-capabilities.lo `test -f 'src/capabilities.c' || echo '$(srcdir)/'`src/capabilities.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/capabilities_la-capabilities.Tpo src/$(DEPDIR)/capabilities_la-capabilities.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/capabilities.c' object='src/capabilities_la-capabilities.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(capabilities_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/capabilities_la-capabilities.lo `test -f 'src/capabilities.c' || echo '$(srcdir)/'`src/capabilities.c + +src/utils/dmi/capabilities_la-dmi.lo: src/utils/dmi/dmi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(capabilities_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/dmi/capabilities_la-dmi.lo -MD -MP -MF src/utils/dmi/$(DEPDIR)/capabilities_la-dmi.Tpo -c -o src/utils/dmi/capabilities_la-dmi.lo `test -f 'src/utils/dmi/dmi.c' || echo '$(srcdir)/'`src/utils/dmi/dmi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/dmi/$(DEPDIR)/capabilities_la-dmi.Tpo src/utils/dmi/$(DEPDIR)/capabilities_la-dmi.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/dmi/dmi.c' object='src/utils/dmi/capabilities_la-dmi.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(capabilities_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/dmi/capabilities_la-dmi.lo `test -f 'src/utils/dmi/dmi.c' || echo '$(srcdir)/'`src/utils/dmi/dmi.c + +src/ceph_la-ceph.lo: src/ceph.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ceph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/ceph_la-ceph.lo -MD -MP -MF src/$(DEPDIR)/ceph_la-ceph.Tpo -c -o src/ceph_la-ceph.lo `test -f 'src/ceph.c' || echo '$(srcdir)/'`src/ceph.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/ceph_la-ceph.Tpo src/$(DEPDIR)/ceph_la-ceph.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/ceph.c' object='src/ceph_la-ceph.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ceph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/ceph_la-ceph.lo `test -f 'src/ceph.c' || echo '$(srcdir)/'`src/ceph.c + +src/connectivity_la-connectivity.lo: src/connectivity.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(connectivity_la_CPPFLAGS) $(CPPFLAGS) $(connectivity_la_CFLAGS) $(CFLAGS) -MT src/connectivity_la-connectivity.lo -MD -MP -MF src/$(DEPDIR)/connectivity_la-connectivity.Tpo -c -o src/connectivity_la-connectivity.lo `test -f 'src/connectivity.c' || echo '$(srcdir)/'`src/connectivity.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/connectivity_la-connectivity.Tpo src/$(DEPDIR)/connectivity_la-connectivity.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/connectivity.c' object='src/connectivity_la-connectivity.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(connectivity_la_CPPFLAGS) $(CPPFLAGS) $(connectivity_la_CFLAGS) $(CFLAGS) -c -o src/connectivity_la-connectivity.lo `test -f 'src/connectivity.c' || echo '$(srcdir)/'`src/connectivity.c + +src/cpu_la-cpu.lo: src/cpu.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cpu_la_CFLAGS) $(CFLAGS) -MT src/cpu_la-cpu.lo -MD -MP -MF src/$(DEPDIR)/cpu_la-cpu.Tpo -c -o src/cpu_la-cpu.lo `test -f 'src/cpu.c' || echo '$(srcdir)/'`src/cpu.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/cpu_la-cpu.Tpo src/$(DEPDIR)/cpu_la-cpu.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/cpu.c' object='src/cpu_la-cpu.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cpu_la_CFLAGS) $(CFLAGS) -c -o src/cpu_la-cpu.lo `test -f 'src/cpu.c' || echo '$(srcdir)/'`src/cpu.c + +src/curl_la-curl.lo: src/curl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(curl_la_CFLAGS) $(CFLAGS) -MT src/curl_la-curl.lo -MD -MP -MF src/$(DEPDIR)/curl_la-curl.Tpo -c -o src/curl_la-curl.lo `test -f 'src/curl.c' || echo '$(srcdir)/'`src/curl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/curl_la-curl.Tpo src/$(DEPDIR)/curl_la-curl.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/curl.c' object='src/curl_la-curl.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(curl_la_CFLAGS) $(CFLAGS) -c -o src/curl_la-curl.lo `test -f 'src/curl.c' || echo '$(srcdir)/'`src/curl.c + +src/utils/curl_stats/curl_la-curl_stats.lo: src/utils/curl_stats/curl_stats.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(curl_la_CFLAGS) $(CFLAGS) -MT src/utils/curl_stats/curl_la-curl_stats.lo -MD -MP -MF src/utils/curl_stats/$(DEPDIR)/curl_la-curl_stats.Tpo -c -o src/utils/curl_stats/curl_la-curl_stats.lo `test -f 'src/utils/curl_stats/curl_stats.c' || echo '$(srcdir)/'`src/utils/curl_stats/curl_stats.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/curl_stats/$(DEPDIR)/curl_la-curl_stats.Tpo src/utils/curl_stats/$(DEPDIR)/curl_la-curl_stats.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/curl_stats/curl_stats.c' object='src/utils/curl_stats/curl_la-curl_stats.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(curl_la_CFLAGS) $(CFLAGS) -c -o src/utils/curl_stats/curl_la-curl_stats.lo `test -f 'src/utils/curl_stats/curl_stats.c' || echo '$(srcdir)/'`src/utils/curl_stats/curl_stats.c + +src/utils/match/curl_la-match.lo: src/utils/match/match.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(curl_la_CFLAGS) $(CFLAGS) -MT src/utils/match/curl_la-match.lo -MD -MP -MF src/utils/match/$(DEPDIR)/curl_la-match.Tpo -c -o src/utils/match/curl_la-match.lo `test -f 'src/utils/match/match.c' || echo '$(srcdir)/'`src/utils/match/match.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/match/$(DEPDIR)/curl_la-match.Tpo src/utils/match/$(DEPDIR)/curl_la-match.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/match/match.c' object='src/utils/match/curl_la-match.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(curl_la_CFLAGS) $(CFLAGS) -c -o src/utils/match/curl_la-match.lo `test -f 'src/utils/match/match.c' || echo '$(srcdir)/'`src/utils/match/match.c + +src/curl_json_la-curl_json.lo: src/curl_json.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(curl_json_la_CPPFLAGS) $(CPPFLAGS) $(curl_json_la_CFLAGS) $(CFLAGS) -MT src/curl_json_la-curl_json.lo -MD -MP -MF src/$(DEPDIR)/curl_json_la-curl_json.Tpo -c -o src/curl_json_la-curl_json.lo `test -f 'src/curl_json.c' || echo '$(srcdir)/'`src/curl_json.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/curl_json_la-curl_json.Tpo src/$(DEPDIR)/curl_json_la-curl_json.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/curl_json.c' object='src/curl_json_la-curl_json.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(curl_json_la_CPPFLAGS) $(CPPFLAGS) $(curl_json_la_CFLAGS) $(CFLAGS) -c -o src/curl_json_la-curl_json.lo `test -f 'src/curl_json.c' || echo '$(srcdir)/'`src/curl_json.c + +src/utils/curl_stats/curl_json_la-curl_stats.lo: src/utils/curl_stats/curl_stats.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(curl_json_la_CPPFLAGS) $(CPPFLAGS) $(curl_json_la_CFLAGS) $(CFLAGS) -MT src/utils/curl_stats/curl_json_la-curl_stats.lo -MD -MP -MF src/utils/curl_stats/$(DEPDIR)/curl_json_la-curl_stats.Tpo -c -o src/utils/curl_stats/curl_json_la-curl_stats.lo `test -f 'src/utils/curl_stats/curl_stats.c' || echo '$(srcdir)/'`src/utils/curl_stats/curl_stats.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/curl_stats/$(DEPDIR)/curl_json_la-curl_stats.Tpo src/utils/curl_stats/$(DEPDIR)/curl_json_la-curl_stats.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/curl_stats/curl_stats.c' object='src/utils/curl_stats/curl_json_la-curl_stats.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(curl_json_la_CPPFLAGS) $(CPPFLAGS) $(curl_json_la_CFLAGS) $(CFLAGS) -c -o src/utils/curl_stats/curl_json_la-curl_stats.lo `test -f 'src/utils/curl_stats/curl_stats.c' || echo '$(srcdir)/'`src/utils/curl_stats/curl_stats.c + +src/curl_xml_la-curl_xml.lo: src/curl_xml.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(curl_xml_la_CFLAGS) $(CFLAGS) -MT src/curl_xml_la-curl_xml.lo -MD -MP -MF src/$(DEPDIR)/curl_xml_la-curl_xml.Tpo -c -o src/curl_xml_la-curl_xml.lo `test -f 'src/curl_xml.c' || echo '$(srcdir)/'`src/curl_xml.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/curl_xml_la-curl_xml.Tpo src/$(DEPDIR)/curl_xml_la-curl_xml.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/curl_xml.c' object='src/curl_xml_la-curl_xml.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(curl_xml_la_CFLAGS) $(CFLAGS) -c -o src/curl_xml_la-curl_xml.lo `test -f 'src/curl_xml.c' || echo '$(srcdir)/'`src/curl_xml.c + +src/utils/curl_stats/curl_xml_la-curl_stats.lo: src/utils/curl_stats/curl_stats.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(curl_xml_la_CFLAGS) $(CFLAGS) -MT src/utils/curl_stats/curl_xml_la-curl_stats.lo -MD -MP -MF src/utils/curl_stats/$(DEPDIR)/curl_xml_la-curl_stats.Tpo -c -o src/utils/curl_stats/curl_xml_la-curl_stats.lo `test -f 'src/utils/curl_stats/curl_stats.c' || echo '$(srcdir)/'`src/utils/curl_stats/curl_stats.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/curl_stats/$(DEPDIR)/curl_xml_la-curl_stats.Tpo src/utils/curl_stats/$(DEPDIR)/curl_xml_la-curl_stats.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/curl_stats/curl_stats.c' object='src/utils/curl_stats/curl_xml_la-curl_stats.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(curl_xml_la_CFLAGS) $(CFLAGS) -c -o src/utils/curl_stats/curl_xml_la-curl_stats.lo `test -f 'src/utils/curl_stats/curl_stats.c' || echo '$(srcdir)/'`src/utils/curl_stats/curl_stats.c + +src/dbi_la-dbi.lo: src/dbi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dbi_la-dbi.lo -MD -MP -MF src/$(DEPDIR)/dbi_la-dbi.Tpo -c -o src/dbi_la-dbi.lo `test -f 'src/dbi.c' || echo '$(srcdir)/'`src/dbi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/dbi_la-dbi.Tpo src/$(DEPDIR)/dbi_la-dbi.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/dbi.c' object='src/dbi_la-dbi.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dbi_la-dbi.lo `test -f 'src/dbi.c' || echo '$(srcdir)/'`src/dbi.c + +src/utils/db_query/dbi_la-db_query.lo: src/utils/db_query/db_query.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/db_query/dbi_la-db_query.lo -MD -MP -MF src/utils/db_query/$(DEPDIR)/dbi_la-db_query.Tpo -c -o src/utils/db_query/dbi_la-db_query.lo `test -f 'src/utils/db_query/db_query.c' || echo '$(srcdir)/'`src/utils/db_query/db_query.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/db_query/$(DEPDIR)/dbi_la-db_query.Tpo src/utils/db_query/$(DEPDIR)/dbi_la-db_query.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/db_query/db_query.c' object='src/utils/db_query/dbi_la-db_query.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/db_query/dbi_la-db_query.lo `test -f 'src/utils/db_query/db_query.c' || echo '$(srcdir)/'`src/utils/db_query/db_query.c + +src/dcpmm_la-dcpmm.lo: src/dcpmm.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dcpmm_la_CFLAGS) $(CFLAGS) -MT src/dcpmm_la-dcpmm.lo -MD -MP -MF src/$(DEPDIR)/dcpmm_la-dcpmm.Tpo -c -o src/dcpmm_la-dcpmm.lo `test -f 'src/dcpmm.c' || echo '$(srcdir)/'`src/dcpmm.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/dcpmm_la-dcpmm.Tpo src/$(DEPDIR)/dcpmm_la-dcpmm.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/dcpmm.c' object='src/dcpmm_la-dcpmm.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dcpmm_la_CFLAGS) $(CFLAGS) -c -o src/dcpmm_la-dcpmm.lo `test -f 'src/dcpmm.c' || echo '$(srcdir)/'`src/dcpmm.c + +src/disk_la-disk.lo: src/disk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(disk_la_CPPFLAGS) $(CPPFLAGS) $(disk_la_CFLAGS) $(CFLAGS) -MT src/disk_la-disk.lo -MD -MP -MF src/$(DEPDIR)/disk_la-disk.Tpo -c -o src/disk_la-disk.lo `test -f 'src/disk.c' || echo '$(srcdir)/'`src/disk.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/disk_la-disk.Tpo src/$(DEPDIR)/disk_la-disk.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/disk.c' object='src/disk_la-disk.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(disk_la_CPPFLAGS) $(CPPFLAGS) $(disk_la_CFLAGS) $(CFLAGS) -c -o src/disk_la-disk.lo `test -f 'src/disk.c' || echo '$(srcdir)/'`src/disk.c + +src/dns_la-dns.lo: src/dns.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dns_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dns_la-dns.lo -MD -MP -MF src/$(DEPDIR)/dns_la-dns.Tpo -c -o src/dns_la-dns.lo `test -f 'src/dns.c' || echo '$(srcdir)/'`src/dns.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/dns_la-dns.Tpo src/$(DEPDIR)/dns_la-dns.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/dns.c' object='src/dns_la-dns.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dns_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dns_la-dns.lo `test -f 'src/dns.c' || echo '$(srcdir)/'`src/dns.c + +src/utils/dns/dns_la-dns.lo: src/utils/dns/dns.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dns_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/dns/dns_la-dns.lo -MD -MP -MF src/utils/dns/$(DEPDIR)/dns_la-dns.Tpo -c -o src/utils/dns/dns_la-dns.lo `test -f 'src/utils/dns/dns.c' || echo '$(srcdir)/'`src/utils/dns/dns.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/dns/$(DEPDIR)/dns_la-dns.Tpo src/utils/dns/$(DEPDIR)/dns_la-dns.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/dns/dns.c' object='src/utils/dns/dns_la-dns.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dns_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/dns/dns_la-dns.lo `test -f 'src/utils/dns/dns.c' || echo '$(srcdir)/'`src/utils/dns/dns.c + +src/dpdk_telemetry_la-dpdk_telemetry.lo: src/dpdk_telemetry.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dpdk_telemetry_la_CFLAGS) $(CFLAGS) -MT src/dpdk_telemetry_la-dpdk_telemetry.lo -MD -MP -MF src/$(DEPDIR)/dpdk_telemetry_la-dpdk_telemetry.Tpo -c -o src/dpdk_telemetry_la-dpdk_telemetry.lo `test -f 'src/dpdk_telemetry.c' || echo '$(srcdir)/'`src/dpdk_telemetry.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/dpdk_telemetry_la-dpdk_telemetry.Tpo src/$(DEPDIR)/dpdk_telemetry_la-dpdk_telemetry.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/dpdk_telemetry.c' object='src/dpdk_telemetry_la-dpdk_telemetry.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dpdk_telemetry_la_CFLAGS) $(CFLAGS) -c -o src/dpdk_telemetry_la-dpdk_telemetry.lo `test -f 'src/dpdk_telemetry.c' || echo '$(srcdir)/'`src/dpdk_telemetry.c + +src/dpdkevents_la-dpdkevents.lo: src/dpdkevents.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dpdkevents_la_CPPFLAGS) $(CPPFLAGS) $(dpdkevents_la_CFLAGS) $(CFLAGS) -MT src/dpdkevents_la-dpdkevents.lo -MD -MP -MF src/$(DEPDIR)/dpdkevents_la-dpdkevents.Tpo -c -o src/dpdkevents_la-dpdkevents.lo `test -f 'src/dpdkevents.c' || echo '$(srcdir)/'`src/dpdkevents.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/dpdkevents_la-dpdkevents.Tpo src/$(DEPDIR)/dpdkevents_la-dpdkevents.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/dpdkevents.c' object='src/dpdkevents_la-dpdkevents.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dpdkevents_la_CPPFLAGS) $(CPPFLAGS) $(dpdkevents_la_CFLAGS) $(CFLAGS) -c -o src/dpdkevents_la-dpdkevents.lo `test -f 'src/dpdkevents.c' || echo '$(srcdir)/'`src/dpdkevents.c + +src/utils/dpdk/dpdkevents_la-dpdk.lo: src/utils/dpdk/dpdk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dpdkevents_la_CPPFLAGS) $(CPPFLAGS) $(dpdkevents_la_CFLAGS) $(CFLAGS) -MT src/utils/dpdk/dpdkevents_la-dpdk.lo -MD -MP -MF src/utils/dpdk/$(DEPDIR)/dpdkevents_la-dpdk.Tpo -c -o src/utils/dpdk/dpdkevents_la-dpdk.lo `test -f 'src/utils/dpdk/dpdk.c' || echo '$(srcdir)/'`src/utils/dpdk/dpdk.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/dpdk/$(DEPDIR)/dpdkevents_la-dpdk.Tpo src/utils/dpdk/$(DEPDIR)/dpdkevents_la-dpdk.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/dpdk/dpdk.c' object='src/utils/dpdk/dpdkevents_la-dpdk.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dpdkevents_la_CPPFLAGS) $(CPPFLAGS) $(dpdkevents_la_CFLAGS) $(CFLAGS) -c -o src/utils/dpdk/dpdkevents_la-dpdk.lo `test -f 'src/utils/dpdk/dpdk.c' || echo '$(srcdir)/'`src/utils/dpdk/dpdk.c + +src/dpdkstat_la-dpdkstat.lo: src/dpdkstat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dpdkstat_la_CPPFLAGS) $(CPPFLAGS) $(dpdkstat_la_CFLAGS) $(CFLAGS) -MT src/dpdkstat_la-dpdkstat.lo -MD -MP -MF src/$(DEPDIR)/dpdkstat_la-dpdkstat.Tpo -c -o src/dpdkstat_la-dpdkstat.lo `test -f 'src/dpdkstat.c' || echo '$(srcdir)/'`src/dpdkstat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/dpdkstat_la-dpdkstat.Tpo src/$(DEPDIR)/dpdkstat_la-dpdkstat.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/dpdkstat.c' object='src/dpdkstat_la-dpdkstat.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dpdkstat_la_CPPFLAGS) $(CPPFLAGS) $(dpdkstat_la_CFLAGS) $(CFLAGS) -c -o src/dpdkstat_la-dpdkstat.lo `test -f 'src/dpdkstat.c' || echo '$(srcdir)/'`src/dpdkstat.c + +src/utils/dpdk/dpdkstat_la-dpdk.lo: src/utils/dpdk/dpdk.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dpdkstat_la_CPPFLAGS) $(CPPFLAGS) $(dpdkstat_la_CFLAGS) $(CFLAGS) -MT src/utils/dpdk/dpdkstat_la-dpdk.lo -MD -MP -MF src/utils/dpdk/$(DEPDIR)/dpdkstat_la-dpdk.Tpo -c -o src/utils/dpdk/dpdkstat_la-dpdk.lo `test -f 'src/utils/dpdk/dpdk.c' || echo '$(srcdir)/'`src/utils/dpdk/dpdk.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/dpdk/$(DEPDIR)/dpdkstat_la-dpdk.Tpo src/utils/dpdk/$(DEPDIR)/dpdkstat_la-dpdk.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/dpdk/dpdk.c' object='src/utils/dpdk/dpdkstat_la-dpdk.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dpdkstat_la_CPPFLAGS) $(CPPFLAGS) $(dpdkstat_la_CFLAGS) $(CFLAGS) -c -o src/utils/dpdk/dpdkstat_la-dpdk.lo `test -f 'src/utils/dpdk/dpdk.c' || echo '$(srcdir)/'`src/utils/dpdk/dpdk.c + +src/gmond_la-gmond.lo: src/gmond.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gmond_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/gmond_la-gmond.lo -MD -MP -MF src/$(DEPDIR)/gmond_la-gmond.Tpo -c -o src/gmond_la-gmond.lo `test -f 'src/gmond.c' || echo '$(srcdir)/'`src/gmond.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/gmond_la-gmond.Tpo src/$(DEPDIR)/gmond_la-gmond.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/gmond.c' object='src/gmond_la-gmond.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gmond_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/gmond_la-gmond.lo `test -f 'src/gmond.c' || echo '$(srcdir)/'`src/gmond.c + +src/gps_la-gps.lo: src/gps.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gps_la_CFLAGS) $(CFLAGS) -MT src/gps_la-gps.lo -MD -MP -MF src/$(DEPDIR)/gps_la-gps.Tpo -c -o src/gps_la-gps.lo `test -f 'src/gps.c' || echo '$(srcdir)/'`src/gps.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/gps_la-gps.Tpo src/$(DEPDIR)/gps_la-gps.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/gps.c' object='src/gps_la-gps.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gps_la_CFLAGS) $(CFLAGS) -c -o src/gps_la-gps.lo `test -f 'src/gps.c' || echo '$(srcdir)/'`src/gps.c + +src/gpu_nvidia_la-gpu_nvidia.lo: src/gpu_nvidia.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpu_nvidia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/gpu_nvidia_la-gpu_nvidia.lo -MD -MP -MF src/$(DEPDIR)/gpu_nvidia_la-gpu_nvidia.Tpo -c -o src/gpu_nvidia_la-gpu_nvidia.lo `test -f 'src/gpu_nvidia.c' || echo '$(srcdir)/'`src/gpu_nvidia.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/gpu_nvidia_la-gpu_nvidia.Tpo src/$(DEPDIR)/gpu_nvidia_la-gpu_nvidia.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/gpu_nvidia.c' object='src/gpu_nvidia_la-gpu_nvidia.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpu_nvidia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/gpu_nvidia_la-gpu_nvidia.lo `test -f 'src/gpu_nvidia.c' || echo '$(srcdir)/'`src/gpu_nvidia.c + +src/intel_pmu_la-intel_pmu.lo: src/intel_pmu.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(intel_pmu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/intel_pmu_la-intel_pmu.lo -MD -MP -MF src/$(DEPDIR)/intel_pmu_la-intel_pmu.Tpo -c -o src/intel_pmu_la-intel_pmu.lo `test -f 'src/intel_pmu.c' || echo '$(srcdir)/'`src/intel_pmu.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/intel_pmu_la-intel_pmu.Tpo src/$(DEPDIR)/intel_pmu_la-intel_pmu.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/intel_pmu.c' object='src/intel_pmu_la-intel_pmu.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(intel_pmu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/intel_pmu_la-intel_pmu.lo `test -f 'src/intel_pmu.c' || echo '$(srcdir)/'`src/intel_pmu.c + +src/utils/config_cores/intel_pmu_la-config_cores.lo: src/utils/config_cores/config_cores.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(intel_pmu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/config_cores/intel_pmu_la-config_cores.lo -MD -MP -MF src/utils/config_cores/$(DEPDIR)/intel_pmu_la-config_cores.Tpo -c -o src/utils/config_cores/intel_pmu_la-config_cores.lo `test -f 'src/utils/config_cores/config_cores.c' || echo '$(srcdir)/'`src/utils/config_cores/config_cores.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/config_cores/$(DEPDIR)/intel_pmu_la-config_cores.Tpo src/utils/config_cores/$(DEPDIR)/intel_pmu_la-config_cores.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/config_cores/config_cores.c' object='src/utils/config_cores/intel_pmu_la-config_cores.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(intel_pmu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/config_cores/intel_pmu_la-config_cores.lo `test -f 'src/utils/config_cores/config_cores.c' || echo '$(srcdir)/'`src/utils/config_cores/config_cores.c + +src/intel_rdt_la-intel_rdt.lo: src/intel_rdt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(intel_rdt_la_CFLAGS) $(CFLAGS) -MT src/intel_rdt_la-intel_rdt.lo -MD -MP -MF src/$(DEPDIR)/intel_rdt_la-intel_rdt.Tpo -c -o src/intel_rdt_la-intel_rdt.lo `test -f 'src/intel_rdt.c' || echo '$(srcdir)/'`src/intel_rdt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/intel_rdt_la-intel_rdt.Tpo src/$(DEPDIR)/intel_rdt_la-intel_rdt.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/intel_rdt.c' object='src/intel_rdt_la-intel_rdt.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(intel_rdt_la_CFLAGS) $(CFLAGS) -c -o src/intel_rdt_la-intel_rdt.lo `test -f 'src/intel_rdt.c' || echo '$(srcdir)/'`src/intel_rdt.c + +src/utils/proc_pids/intel_rdt_la-proc_pids.lo: src/utils/proc_pids/proc_pids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(intel_rdt_la_CFLAGS) $(CFLAGS) -MT src/utils/proc_pids/intel_rdt_la-proc_pids.lo -MD -MP -MF src/utils/proc_pids/$(DEPDIR)/intel_rdt_la-proc_pids.Tpo -c -o src/utils/proc_pids/intel_rdt_la-proc_pids.lo `test -f 'src/utils/proc_pids/proc_pids.c' || echo '$(srcdir)/'`src/utils/proc_pids/proc_pids.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/proc_pids/$(DEPDIR)/intel_rdt_la-proc_pids.Tpo src/utils/proc_pids/$(DEPDIR)/intel_rdt_la-proc_pids.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/proc_pids/proc_pids.c' object='src/utils/proc_pids/intel_rdt_la-proc_pids.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(intel_rdt_la_CFLAGS) $(CFLAGS) -c -o src/utils/proc_pids/intel_rdt_la-proc_pids.lo `test -f 'src/utils/proc_pids/proc_pids.c' || echo '$(srcdir)/'`src/utils/proc_pids/proc_pids.c + +src/utils/config_cores/intel_rdt_la-config_cores.lo: src/utils/config_cores/config_cores.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(intel_rdt_la_CFLAGS) $(CFLAGS) -MT src/utils/config_cores/intel_rdt_la-config_cores.lo -MD -MP -MF src/utils/config_cores/$(DEPDIR)/intel_rdt_la-config_cores.Tpo -c -o src/utils/config_cores/intel_rdt_la-config_cores.lo `test -f 'src/utils/config_cores/config_cores.c' || echo '$(srcdir)/'`src/utils/config_cores/config_cores.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/config_cores/$(DEPDIR)/intel_rdt_la-config_cores.Tpo src/utils/config_cores/$(DEPDIR)/intel_rdt_la-config_cores.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/config_cores/config_cores.c' object='src/utils/config_cores/intel_rdt_la-config_cores.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(intel_rdt_la_CFLAGS) $(CFLAGS) -c -o src/utils/config_cores/intel_rdt_la-config_cores.lo `test -f 'src/utils/config_cores/config_cores.c' || echo '$(srcdir)/'`src/utils/config_cores/config_cores.c + +src/interface_la-interface.lo: src/interface.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(interface_la_CFLAGS) $(CFLAGS) -MT src/interface_la-interface.lo -MD -MP -MF src/$(DEPDIR)/interface_la-interface.Tpo -c -o src/interface_la-interface.lo `test -f 'src/interface.c' || echo '$(srcdir)/'`src/interface.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/interface_la-interface.Tpo src/$(DEPDIR)/interface_la-interface.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/interface.c' object='src/interface_la-interface.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(interface_la_CFLAGS) $(CFLAGS) -c -o src/interface_la-interface.lo `test -f 'src/interface.c' || echo '$(srcdir)/'`src/interface.c + +src/ipmi_la-ipmi.lo: src/ipmi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ipmi_la_CFLAGS) $(CFLAGS) -MT src/ipmi_la-ipmi.lo -MD -MP -MF src/$(DEPDIR)/ipmi_la-ipmi.Tpo -c -o src/ipmi_la-ipmi.lo `test -f 'src/ipmi.c' || echo '$(srcdir)/'`src/ipmi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/ipmi_la-ipmi.Tpo src/$(DEPDIR)/ipmi_la-ipmi.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/ipmi.c' object='src/ipmi_la-ipmi.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ipmi_la_CFLAGS) $(CFLAGS) -c -o src/ipmi_la-ipmi.lo `test -f 'src/ipmi.c' || echo '$(srcdir)/'`src/ipmi.c + +src/iptables_la-iptables.lo: src/iptables.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(iptables_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/iptables_la-iptables.lo -MD -MP -MF src/$(DEPDIR)/iptables_la-iptables.Tpo -c -o src/iptables_la-iptables.lo `test -f 'src/iptables.c' || echo '$(srcdir)/'`src/iptables.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/iptables_la-iptables.Tpo src/$(DEPDIR)/iptables_la-iptables.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/iptables.c' object='src/iptables_la-iptables.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(iptables_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/iptables_la-iptables.lo `test -f 'src/iptables.c' || echo '$(srcdir)/'`src/iptables.c + +src/java_la-java.lo: src/java.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(java_la_CPPFLAGS) $(CPPFLAGS) $(java_la_CFLAGS) $(CFLAGS) -MT src/java_la-java.lo -MD -MP -MF src/$(DEPDIR)/java_la-java.Tpo -c -o src/java_la-java.lo `test -f 'src/java.c' || echo '$(srcdir)/'`src/java.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/java_la-java.Tpo src/$(DEPDIR)/java_la-java.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/java.c' object='src/java_la-java.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(java_la_CPPFLAGS) $(CPPFLAGS) $(java_la_CFLAGS) $(CFLAGS) -c -o src/java_la-java.lo `test -f 'src/java.c' || echo '$(srcdir)/'`src/java.c + +src/libcollectdclient/libcollectdclient_la-client.lo: src/libcollectdclient/client.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcollectdclient_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libcollectdclient/libcollectdclient_la-client.lo -MD -MP -MF src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-client.Tpo -c -o src/libcollectdclient/libcollectdclient_la-client.lo `test -f 'src/libcollectdclient/client.c' || echo '$(srcdir)/'`src/libcollectdclient/client.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-client.Tpo src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-client.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/libcollectdclient/client.c' object='src/libcollectdclient/libcollectdclient_la-client.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcollectdclient_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libcollectdclient/libcollectdclient_la-client.lo `test -f 'src/libcollectdclient/client.c' || echo '$(srcdir)/'`src/libcollectdclient/client.c + +src/libcollectdclient/libcollectdclient_la-network.lo: src/libcollectdclient/network.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcollectdclient_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libcollectdclient/libcollectdclient_la-network.lo -MD -MP -MF src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-network.Tpo -c -o src/libcollectdclient/libcollectdclient_la-network.lo `test -f 'src/libcollectdclient/network.c' || echo '$(srcdir)/'`src/libcollectdclient/network.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-network.Tpo src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-network.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/libcollectdclient/network.c' object='src/libcollectdclient/libcollectdclient_la-network.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcollectdclient_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libcollectdclient/libcollectdclient_la-network.lo `test -f 'src/libcollectdclient/network.c' || echo '$(srcdir)/'`src/libcollectdclient/network.c + +src/libcollectdclient/libcollectdclient_la-network_buffer.lo: src/libcollectdclient/network_buffer.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcollectdclient_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libcollectdclient/libcollectdclient_la-network_buffer.lo -MD -MP -MF src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-network_buffer.Tpo -c -o src/libcollectdclient/libcollectdclient_la-network_buffer.lo `test -f 'src/libcollectdclient/network_buffer.c' || echo '$(srcdir)/'`src/libcollectdclient/network_buffer.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-network_buffer.Tpo src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-network_buffer.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/libcollectdclient/network_buffer.c' object='src/libcollectdclient/libcollectdclient_la-network_buffer.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcollectdclient_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libcollectdclient/libcollectdclient_la-network_buffer.lo `test -f 'src/libcollectdclient/network_buffer.c' || echo '$(srcdir)/'`src/libcollectdclient/network_buffer.c + +src/libcollectdclient/libcollectdclient_la-network_parse.lo: src/libcollectdclient/network_parse.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcollectdclient_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libcollectdclient/libcollectdclient_la-network_parse.lo -MD -MP -MF src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-network_parse.Tpo -c -o src/libcollectdclient/libcollectdclient_la-network_parse.lo `test -f 'src/libcollectdclient/network_parse.c' || echo '$(srcdir)/'`src/libcollectdclient/network_parse.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-network_parse.Tpo src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-network_parse.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/libcollectdclient/network_parse.c' object='src/libcollectdclient/libcollectdclient_la-network_parse.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcollectdclient_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libcollectdclient/libcollectdclient_la-network_parse.lo `test -f 'src/libcollectdclient/network_parse.c' || echo '$(srcdir)/'`src/libcollectdclient/network_parse.c + +src/libcollectdclient/libcollectdclient_la-server.lo: src/libcollectdclient/server.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcollectdclient_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libcollectdclient/libcollectdclient_la-server.lo -MD -MP -MF src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-server.Tpo -c -o src/libcollectdclient/libcollectdclient_la-server.lo `test -f 'src/libcollectdclient/server.c' || echo '$(srcdir)/'`src/libcollectdclient/server.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-server.Tpo src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-server.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/libcollectdclient/server.c' object='src/libcollectdclient/libcollectdclient_la-server.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcollectdclient_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libcollectdclient/libcollectdclient_la-server.lo `test -f 'src/libcollectdclient/server.c' || echo '$(srcdir)/'`src/libcollectdclient/server.c + +src/utils/format_json/libformat_json_la-format_json.lo: src/utils/format_json/format_json.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libformat_json_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/format_json/libformat_json_la-format_json.lo -MD -MP -MF src/utils/format_json/$(DEPDIR)/libformat_json_la-format_json.Tpo -c -o src/utils/format_json/libformat_json_la-format_json.lo `test -f 'src/utils/format_json/format_json.c' || echo '$(srcdir)/'`src/utils/format_json/format_json.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/format_json/$(DEPDIR)/libformat_json_la-format_json.Tpo src/utils/format_json/$(DEPDIR)/libformat_json_la-format_json.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/format_json/format_json.c' object='src/utils/format_json/libformat_json_la-format_json.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libformat_json_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/format_json/libformat_json_la-format_json.lo `test -f 'src/utils/format_json/format_json.c' || echo '$(srcdir)/'`src/utils/format_json/format_json.c + +src/utils/format_stackdriver/libformat_stackdriver_la-format_stackdriver.lo: src/utils/format_stackdriver/format_stackdriver.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libformat_stackdriver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/format_stackdriver/libformat_stackdriver_la-format_stackdriver.lo -MD -MP -MF src/utils/format_stackdriver/$(DEPDIR)/libformat_stackdriver_la-format_stackdriver.Tpo -c -o src/utils/format_stackdriver/libformat_stackdriver_la-format_stackdriver.lo `test -f 'src/utils/format_stackdriver/format_stackdriver.c' || echo '$(srcdir)/'`src/utils/format_stackdriver/format_stackdriver.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/format_stackdriver/$(DEPDIR)/libformat_stackdriver_la-format_stackdriver.Tpo src/utils/format_stackdriver/$(DEPDIR)/libformat_stackdriver_la-format_stackdriver.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/format_stackdriver/format_stackdriver.c' object='src/utils/format_stackdriver/libformat_stackdriver_la-format_stackdriver.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libformat_stackdriver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/format_stackdriver/libformat_stackdriver_la-format_stackdriver.lo `test -f 'src/utils/format_stackdriver/format_stackdriver.c' || echo '$(srcdir)/'`src/utils/format_stackdriver/format_stackdriver.c + +src/utils/gce/libgce_la-gce.lo: src/utils/gce/gce.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgce_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/gce/libgce_la-gce.lo -MD -MP -MF src/utils/gce/$(DEPDIR)/libgce_la-gce.Tpo -c -o src/utils/gce/libgce_la-gce.lo `test -f 'src/utils/gce/gce.c' || echo '$(srcdir)/'`src/utils/gce/gce.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/gce/$(DEPDIR)/libgce_la-gce.Tpo src/utils/gce/$(DEPDIR)/libgce_la-gce.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/gce/gce.c' object='src/utils/gce/libgce_la-gce.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgce_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/gce/libgce_la-gce.lo `test -f 'src/utils/gce/gce.c' || echo '$(srcdir)/'`src/utils/gce/gce.c + +src/utils/oauth/liboauth_la-oauth.lo: src/utils/oauth/oauth.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboauth_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/oauth/liboauth_la-oauth.lo -MD -MP -MF src/utils/oauth/$(DEPDIR)/liboauth_la-oauth.Tpo -c -o src/utils/oauth/liboauth_la-oauth.lo `test -f 'src/utils/oauth/oauth.c' || echo '$(srcdir)/'`src/utils/oauth/oauth.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/oauth/$(DEPDIR)/liboauth_la-oauth.Tpo src/utils/oauth/$(DEPDIR)/liboauth_la-oauth.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/oauth/oauth.c' object='src/utils/oauth/liboauth_la-oauth.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboauth_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/oauth/liboauth_la-oauth.lo `test -f 'src/utils/oauth/oauth.c' || echo '$(srcdir)/'`src/utils/oauth/oauth.c + +src/liboconfig/liboconfig_la-oconfig.lo: src/liboconfig/oconfig.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboconfig_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/liboconfig/liboconfig_la-oconfig.lo -MD -MP -MF src/liboconfig/$(DEPDIR)/liboconfig_la-oconfig.Tpo -c -o src/liboconfig/liboconfig_la-oconfig.lo `test -f 'src/liboconfig/oconfig.c' || echo '$(srcdir)/'`src/liboconfig/oconfig.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/liboconfig/$(DEPDIR)/liboconfig_la-oconfig.Tpo src/liboconfig/$(DEPDIR)/liboconfig_la-oconfig.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/liboconfig/oconfig.c' object='src/liboconfig/liboconfig_la-oconfig.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboconfig_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/liboconfig/liboconfig_la-oconfig.lo `test -f 'src/liboconfig/oconfig.c' || echo '$(srcdir)/'`src/liboconfig/oconfig.c + +src/liboconfig/liboconfig_la-scanner.lo: src/liboconfig/scanner.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboconfig_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/liboconfig/liboconfig_la-scanner.lo -MD -MP -MF src/liboconfig/$(DEPDIR)/liboconfig_la-scanner.Tpo -c -o src/liboconfig/liboconfig_la-scanner.lo `test -f 'src/liboconfig/scanner.c' || echo '$(srcdir)/'`src/liboconfig/scanner.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/liboconfig/$(DEPDIR)/liboconfig_la-scanner.Tpo src/liboconfig/$(DEPDIR)/liboconfig_la-scanner.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/liboconfig/scanner.c' object='src/liboconfig/liboconfig_la-scanner.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboconfig_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/liboconfig/liboconfig_la-scanner.lo `test -f 'src/liboconfig/scanner.c' || echo '$(srcdir)/'`src/liboconfig/scanner.c + +src/liboconfig/liboconfig_la-parser.lo: src/liboconfig/parser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboconfig_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/liboconfig/liboconfig_la-parser.lo -MD -MP -MF src/liboconfig/$(DEPDIR)/liboconfig_la-parser.Tpo -c -o src/liboconfig/liboconfig_la-parser.lo `test -f 'src/liboconfig/parser.c' || echo '$(srcdir)/'`src/liboconfig/parser.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/liboconfig/$(DEPDIR)/liboconfig_la-parser.Tpo src/liboconfig/$(DEPDIR)/liboconfig_la-parser.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/liboconfig/parser.c' object='src/liboconfig/liboconfig_la-parser.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liboconfig_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/liboconfig/liboconfig_la-parser.lo `test -f 'src/liboconfig/parser.c' || echo '$(srcdir)/'`src/liboconfig/parser.c + +src/daemon/libplugin_mock_la-plugin_mock.lo: src/daemon/plugin_mock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libplugin_mock_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/libplugin_mock_la-plugin_mock.lo -MD -MP -MF src/daemon/$(DEPDIR)/libplugin_mock_la-plugin_mock.Tpo -c -o src/daemon/libplugin_mock_la-plugin_mock.lo `test -f 'src/daemon/plugin_mock.c' || echo '$(srcdir)/'`src/daemon/plugin_mock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/libplugin_mock_la-plugin_mock.Tpo src/daemon/$(DEPDIR)/libplugin_mock_la-plugin_mock.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/plugin_mock.c' object='src/daemon/libplugin_mock_la-plugin_mock.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libplugin_mock_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/libplugin_mock_la-plugin_mock.lo `test -f 'src/daemon/plugin_mock.c' || echo '$(srcdir)/'`src/daemon/plugin_mock.c + +src/daemon/libplugin_mock_la-utils_cache_mock.lo: src/daemon/utils_cache_mock.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libplugin_mock_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/libplugin_mock_la-utils_cache_mock.lo -MD -MP -MF src/daemon/$(DEPDIR)/libplugin_mock_la-utils_cache_mock.Tpo -c -o src/daemon/libplugin_mock_la-utils_cache_mock.lo `test -f 'src/daemon/utils_cache_mock.c' || echo '$(srcdir)/'`src/daemon/utils_cache_mock.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/libplugin_mock_la-utils_cache_mock.Tpo src/daemon/$(DEPDIR)/libplugin_mock_la-utils_cache_mock.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/utils_cache_mock.c' object='src/daemon/libplugin_mock_la-utils_cache_mock.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libplugin_mock_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/libplugin_mock_la-utils_cache_mock.lo `test -f 'src/daemon/utils_cache_mock.c' || echo '$(srcdir)/'`src/daemon/utils_cache_mock.c + +src/daemon/libplugin_mock_la-utils_complain.lo: src/daemon/utils_complain.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libplugin_mock_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/libplugin_mock_la-utils_complain.lo -MD -MP -MF src/daemon/$(DEPDIR)/libplugin_mock_la-utils_complain.Tpo -c -o src/daemon/libplugin_mock_la-utils_complain.lo `test -f 'src/daemon/utils_complain.c' || echo '$(srcdir)/'`src/daemon/utils_complain.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/libplugin_mock_la-utils_complain.Tpo src/daemon/$(DEPDIR)/libplugin_mock_la-utils_complain.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/utils_complain.c' object='src/daemon/libplugin_mock_la-utils_complain.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libplugin_mock_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/libplugin_mock_la-utils_complain.lo `test -f 'src/daemon/utils_complain.c' || echo '$(srcdir)/'`src/daemon/utils_complain.c + +src/daemon/libplugin_mock_la-utils_time.lo: src/daemon/utils_time.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libplugin_mock_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/libplugin_mock_la-utils_time.lo -MD -MP -MF src/daemon/$(DEPDIR)/libplugin_mock_la-utils_time.Tpo -c -o src/daemon/libplugin_mock_la-utils_time.lo `test -f 'src/daemon/utils_time.c' || echo '$(srcdir)/'`src/daemon/utils_time.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/libplugin_mock_la-utils_time.Tpo src/daemon/$(DEPDIR)/libplugin_mock_la-utils_time.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/utils_time.c' object='src/daemon/libplugin_mock_la-utils_time.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libplugin_mock_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/libplugin_mock_la-utils_time.lo `test -f 'src/daemon/utils_time.c' || echo '$(srcdir)/'`src/daemon/utils_time.c + +src/utils/taskstats/libtaskstats_la-taskstats.lo: src/utils/taskstats/taskstats.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtaskstats_la_CFLAGS) $(CFLAGS) -MT src/utils/taskstats/libtaskstats_la-taskstats.lo -MD -MP -MF src/utils/taskstats/$(DEPDIR)/libtaskstats_la-taskstats.Tpo -c -o src/utils/taskstats/libtaskstats_la-taskstats.lo `test -f 'src/utils/taskstats/taskstats.c' || echo '$(srcdir)/'`src/utils/taskstats/taskstats.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/taskstats/$(DEPDIR)/libtaskstats_la-taskstats.Tpo src/utils/taskstats/$(DEPDIR)/libtaskstats_la-taskstats.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/taskstats/taskstats.c' object='src/utils/taskstats/libtaskstats_la-taskstats.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtaskstats_la_CFLAGS) $(CFLAGS) -c -o src/utils/taskstats/libtaskstats_la-taskstats.lo `test -f 'src/utils/taskstats/taskstats.c' || echo '$(srcdir)/'`src/utils/taskstats/taskstats.c + +src/load_la-load.lo: src/load.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(load_la_CFLAGS) $(CFLAGS) -MT src/load_la-load.lo -MD -MP -MF src/$(DEPDIR)/load_la-load.Tpo -c -o src/load_la-load.lo `test -f 'src/load.c' || echo '$(srcdir)/'`src/load.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/load_la-load.Tpo src/$(DEPDIR)/load_la-load.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/load.c' object='src/load_la-load.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(load_la_CFLAGS) $(CFLAGS) -c -o src/load_la-load.lo `test -f 'src/load.c' || echo '$(srcdir)/'`src/load.c + +src/log_logstash_la-log_logstash.lo: src/log_logstash.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(log_logstash_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/log_logstash_la-log_logstash.lo -MD -MP -MF src/$(DEPDIR)/log_logstash_la-log_logstash.Tpo -c -o src/log_logstash_la-log_logstash.lo `test -f 'src/log_logstash.c' || echo '$(srcdir)/'`src/log_logstash.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/log_logstash_la-log_logstash.Tpo src/$(DEPDIR)/log_logstash_la-log_logstash.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/log_logstash.c' object='src/log_logstash_la-log_logstash.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(log_logstash_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/log_logstash_la-log_logstash.lo `test -f 'src/log_logstash.c' || echo '$(srcdir)/'`src/log_logstash.c + +src/logparser_la-logparser.lo: src/logparser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(logparser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/logparser_la-logparser.lo -MD -MP -MF src/$(DEPDIR)/logparser_la-logparser.Tpo -c -o src/logparser_la-logparser.lo `test -f 'src/logparser.c' || echo '$(srcdir)/'`src/logparser.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/logparser_la-logparser.Tpo src/$(DEPDIR)/logparser_la-logparser.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/logparser.c' object='src/logparser_la-logparser.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(logparser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/logparser_la-logparser.lo `test -f 'src/logparser.c' || echo '$(srcdir)/'`src/logparser.c + +src/utils/message_parser/logparser_la-message_parser.lo: src/utils/message_parser/message_parser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(logparser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/message_parser/logparser_la-message_parser.lo -MD -MP -MF src/utils/message_parser/$(DEPDIR)/logparser_la-message_parser.Tpo -c -o src/utils/message_parser/logparser_la-message_parser.lo `test -f 'src/utils/message_parser/message_parser.c' || echo '$(srcdir)/'`src/utils/message_parser/message_parser.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/message_parser/$(DEPDIR)/logparser_la-message_parser.Tpo src/utils/message_parser/$(DEPDIR)/logparser_la-message_parser.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/message_parser/message_parser.c' object='src/utils/message_parser/logparser_la-message_parser.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(logparser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/message_parser/logparser_la-message_parser.lo `test -f 'src/utils/message_parser/message_parser.c' || echo '$(srcdir)/'`src/utils/message_parser/message_parser.c + +src/logparser_la-utils_tail_match.lo: src/utils_tail_match.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(logparser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/logparser_la-utils_tail_match.lo -MD -MP -MF src/$(DEPDIR)/logparser_la-utils_tail_match.Tpo -c -o src/logparser_la-utils_tail_match.lo `test -f 'src/utils_tail_match.c' || echo '$(srcdir)/'`src/utils_tail_match.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/logparser_la-utils_tail_match.Tpo src/$(DEPDIR)/logparser_la-utils_tail_match.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils_tail_match.c' object='src/logparser_la-utils_tail_match.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(logparser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/logparser_la-utils_tail_match.lo `test -f 'src/utils_tail_match.c' || echo '$(srcdir)/'`src/utils_tail_match.c + +src/utils/tail/logparser_la-tail.lo: src/utils/tail/tail.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(logparser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/tail/logparser_la-tail.lo -MD -MP -MF src/utils/tail/$(DEPDIR)/logparser_la-tail.Tpo -c -o src/utils/tail/logparser_la-tail.lo `test -f 'src/utils/tail/tail.c' || echo '$(srcdir)/'`src/utils/tail/tail.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/tail/$(DEPDIR)/logparser_la-tail.Tpo src/utils/tail/$(DEPDIR)/logparser_la-tail.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/tail/tail.c' object='src/utils/tail/logparser_la-tail.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(logparser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/tail/logparser_la-tail.lo `test -f 'src/utils/tail/tail.c' || echo '$(srcdir)/'`src/utils/tail/tail.c + +src/utils/match/logparser_la-match.lo: src/utils/match/match.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(logparser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/match/logparser_la-match.lo -MD -MP -MF src/utils/match/$(DEPDIR)/logparser_la-match.Tpo -c -o src/utils/match/logparser_la-match.lo `test -f 'src/utils/match/match.c' || echo '$(srcdir)/'`src/utils/match/match.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/match/$(DEPDIR)/logparser_la-match.Tpo src/utils/match/$(DEPDIR)/logparser_la-match.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/match/match.c' object='src/utils/match/logparser_la-match.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(logparser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/match/logparser_la-match.lo `test -f 'src/utils/match/match.c' || echo '$(srcdir)/'`src/utils/match/match.c + +src/utils/latency/logparser_la-latency.lo: src/utils/latency/latency.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(logparser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/latency/logparser_la-latency.lo -MD -MP -MF src/utils/latency/$(DEPDIR)/logparser_la-latency.Tpo -c -o src/utils/latency/logparser_la-latency.lo `test -f 'src/utils/latency/latency.c' || echo '$(srcdir)/'`src/utils/latency/latency.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/latency/$(DEPDIR)/logparser_la-latency.Tpo src/utils/latency/$(DEPDIR)/logparser_la-latency.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/latency/latency.c' object='src/utils/latency/logparser_la-latency.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(logparser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/latency/logparser_la-latency.lo `test -f 'src/utils/latency/latency.c' || echo '$(srcdir)/'`src/utils/latency/latency.c + +src/utils/latency/logparser_la-latency_config.lo: src/utils/latency/latency_config.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(logparser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/latency/logparser_la-latency_config.lo -MD -MP -MF src/utils/latency/$(DEPDIR)/logparser_la-latency_config.Tpo -c -o src/utils/latency/logparser_la-latency_config.lo `test -f 'src/utils/latency/latency_config.c' || echo '$(srcdir)/'`src/utils/latency/latency_config.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/latency/$(DEPDIR)/logparser_la-latency_config.Tpo src/utils/latency/$(DEPDIR)/logparser_la-latency_config.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/latency/latency_config.c' object='src/utils/latency/logparser_la-latency_config.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(logparser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/latency/logparser_la-latency_config.lo `test -f 'src/utils/latency/latency_config.c' || echo '$(srcdir)/'`src/utils/latency/latency_config.c + +src/lua_la-lua.lo: src/lua.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lua_la_CFLAGS) $(CFLAGS) -MT src/lua_la-lua.lo -MD -MP -MF src/$(DEPDIR)/lua_la-lua.Tpo -c -o src/lua_la-lua.lo `test -f 'src/lua.c' || echo '$(srcdir)/'`src/lua.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/lua_la-lua.Tpo src/$(DEPDIR)/lua_la-lua.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/lua.c' object='src/lua_la-lua.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lua_la_CFLAGS) $(CFLAGS) -c -o src/lua_la-lua.lo `test -f 'src/lua.c' || echo '$(srcdir)/'`src/lua.c + +src/lua_la-utils_lua.lo: src/utils_lua.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lua_la_CFLAGS) $(CFLAGS) -MT src/lua_la-utils_lua.lo -MD -MP -MF src/$(DEPDIR)/lua_la-utils_lua.Tpo -c -o src/lua_la-utils_lua.lo `test -f 'src/utils_lua.c' || echo '$(srcdir)/'`src/utils_lua.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/lua_la-utils_lua.Tpo src/$(DEPDIR)/lua_la-utils_lua.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils_lua.c' object='src/lua_la-utils_lua.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lua_la_CFLAGS) $(CFLAGS) -c -o src/lua_la-utils_lua.lo `test -f 'src/utils_lua.c' || echo '$(srcdir)/'`src/utils_lua.c + +src/memcachec_la-memcachec.lo: src/memcachec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcachec_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/memcachec_la-memcachec.lo -MD -MP -MF src/$(DEPDIR)/memcachec_la-memcachec.Tpo -c -o src/memcachec_la-memcachec.lo `test -f 'src/memcachec.c' || echo '$(srcdir)/'`src/memcachec.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/memcachec_la-memcachec.Tpo src/$(DEPDIR)/memcachec_la-memcachec.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/memcachec.c' object='src/memcachec_la-memcachec.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcachec_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/memcachec_la-memcachec.lo `test -f 'src/memcachec.c' || echo '$(srcdir)/'`src/memcachec.c + +src/utils/match/memcachec_la-match.lo: src/utils/match/match.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcachec_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/match/memcachec_la-match.lo -MD -MP -MF src/utils/match/$(DEPDIR)/memcachec_la-match.Tpo -c -o src/utils/match/memcachec_la-match.lo `test -f 'src/utils/match/match.c' || echo '$(srcdir)/'`src/utils/match/match.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/match/$(DEPDIR)/memcachec_la-match.Tpo src/utils/match/$(DEPDIR)/memcachec_la-match.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/match/match.c' object='src/utils/match/memcachec_la-match.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcachec_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/match/memcachec_la-match.lo `test -f 'src/utils/match/match.c' || echo '$(srcdir)/'`src/utils/match/match.c + +src/memory_la-memory.lo: src/memory.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(memory_la_CFLAGS) $(CFLAGS) -MT src/memory_la-memory.lo -MD -MP -MF src/$(DEPDIR)/memory_la-memory.Tpo -c -o src/memory_la-memory.lo `test -f 'src/memory.c' || echo '$(srcdir)/'`src/memory.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/memory_la-memory.Tpo src/$(DEPDIR)/memory_la-memory.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/memory.c' object='src/memory_la-memory.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(memory_la_CFLAGS) $(CFLAGS) -c -o src/memory_la-memory.lo `test -f 'src/memory.c' || echo '$(srcdir)/'`src/memory.c + +src/mic_la-mic.lo: src/mic.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mic_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/mic_la-mic.lo -MD -MP -MF src/$(DEPDIR)/mic_la-mic.Tpo -c -o src/mic_la-mic.lo `test -f 'src/mic.c' || echo '$(srcdir)/'`src/mic.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/mic_la-mic.Tpo src/$(DEPDIR)/mic_la-mic.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/mic.c' object='src/mic_la-mic.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mic_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/mic_la-mic.lo `test -f 'src/mic.c' || echo '$(srcdir)/'`src/mic.c + +src/modbus_la-modbus.lo: src/modbus.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(modbus_la_CFLAGS) $(CFLAGS) -MT src/modbus_la-modbus.lo -MD -MP -MF src/$(DEPDIR)/modbus_la-modbus.Tpo -c -o src/modbus_la-modbus.lo `test -f 'src/modbus.c' || echo '$(srcdir)/'`src/modbus.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/modbus_la-modbus.Tpo src/$(DEPDIR)/modbus_la-modbus.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/modbus.c' object='src/modbus_la-modbus.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(modbus_la_CFLAGS) $(CFLAGS) -c -o src/modbus_la-modbus.lo `test -f 'src/modbus.c' || echo '$(srcdir)/'`src/modbus.c + +src/mqtt_la-mqtt.lo: src/mqtt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mqtt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/mqtt_la-mqtt.lo -MD -MP -MF src/$(DEPDIR)/mqtt_la-mqtt.Tpo -c -o src/mqtt_la-mqtt.lo `test -f 'src/mqtt.c' || echo '$(srcdir)/'`src/mqtt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/mqtt_la-mqtt.Tpo src/$(DEPDIR)/mqtt_la-mqtt.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/mqtt.c' object='src/mqtt_la-mqtt.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mqtt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/mqtt_la-mqtt.lo `test -f 'src/mqtt.c' || echo '$(srcdir)/'`src/mqtt.c + +src/mysql_la-mysql.lo: src/mysql.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mysql_la_CFLAGS) $(CFLAGS) -MT src/mysql_la-mysql.lo -MD -MP -MF src/$(DEPDIR)/mysql_la-mysql.Tpo -c -o src/mysql_la-mysql.lo `test -f 'src/mysql.c' || echo '$(srcdir)/'`src/mysql.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/mysql_la-mysql.Tpo src/$(DEPDIR)/mysql_la-mysql.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/mysql.c' object='src/mysql_la-mysql.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mysql_la_CFLAGS) $(CFLAGS) -c -o src/mysql_la-mysql.lo `test -f 'src/mysql.c' || echo '$(srcdir)/'`src/mysql.c + +src/netapp_la-netapp.lo: src/netapp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(netapp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/netapp_la-netapp.lo -MD -MP -MF src/$(DEPDIR)/netapp_la-netapp.Tpo -c -o src/netapp_la-netapp.lo `test -f 'src/netapp.c' || echo '$(srcdir)/'`src/netapp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/netapp_la-netapp.Tpo src/$(DEPDIR)/netapp_la-netapp.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/netapp.c' object='src/netapp_la-netapp.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(netapp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/netapp_la-netapp.lo `test -f 'src/netapp.c' || echo '$(srcdir)/'`src/netapp.c + +src/netlink_la-netlink.lo: src/netlink.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(netlink_la_CFLAGS) $(CFLAGS) -MT src/netlink_la-netlink.lo -MD -MP -MF src/$(DEPDIR)/netlink_la-netlink.Tpo -c -o src/netlink_la-netlink.lo `test -f 'src/netlink.c' || echo '$(srcdir)/'`src/netlink.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/netlink_la-netlink.Tpo src/$(DEPDIR)/netlink_la-netlink.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/netlink.c' object='src/netlink_la-netlink.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(netlink_la_CFLAGS) $(CFLAGS) -c -o src/netlink_la-netlink.lo `test -f 'src/netlink.c' || echo '$(srcdir)/'`src/netlink.c + +src/network_la-network.lo: src/network.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(network_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/network_la-network.lo -MD -MP -MF src/$(DEPDIR)/network_la-network.Tpo -c -o src/network_la-network.lo `test -f 'src/network.c' || echo '$(srcdir)/'`src/network.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/network_la-network.Tpo src/$(DEPDIR)/network_la-network.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/network.c' object='src/network_la-network.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(network_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/network_la-network.lo `test -f 'src/network.c' || echo '$(srcdir)/'`src/network.c + +src/network_la-utils_fbhash.lo: src/utils_fbhash.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(network_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/network_la-utils_fbhash.lo -MD -MP -MF src/$(DEPDIR)/network_la-utils_fbhash.Tpo -c -o src/network_la-utils_fbhash.lo `test -f 'src/utils_fbhash.c' || echo '$(srcdir)/'`src/utils_fbhash.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/network_la-utils_fbhash.Tpo src/$(DEPDIR)/network_la-utils_fbhash.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils_fbhash.c' object='src/network_la-utils_fbhash.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(network_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/network_la-utils_fbhash.lo `test -f 'src/utils_fbhash.c' || echo '$(srcdir)/'`src/utils_fbhash.c + +src/nginx_la-nginx.lo: src/nginx.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nginx_la_CFLAGS) $(CFLAGS) -MT src/nginx_la-nginx.lo -MD -MP -MF src/$(DEPDIR)/nginx_la-nginx.Tpo -c -o src/nginx_la-nginx.lo `test -f 'src/nginx.c' || echo '$(srcdir)/'`src/nginx.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/nginx_la-nginx.Tpo src/$(DEPDIR)/nginx_la-nginx.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/nginx.c' object='src/nginx_la-nginx.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nginx_la_CFLAGS) $(CFLAGS) -c -o src/nginx_la-nginx.lo `test -f 'src/nginx.c' || echo '$(srcdir)/'`src/nginx.c + +src/notify_desktop_la-notify_desktop.lo: src/notify_desktop.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(notify_desktop_la_CFLAGS) $(CFLAGS) -MT src/notify_desktop_la-notify_desktop.lo -MD -MP -MF src/$(DEPDIR)/notify_desktop_la-notify_desktop.Tpo -c -o src/notify_desktop_la-notify_desktop.lo `test -f 'src/notify_desktop.c' || echo '$(srcdir)/'`src/notify_desktop.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/notify_desktop_la-notify_desktop.Tpo src/$(DEPDIR)/notify_desktop_la-notify_desktop.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/notify_desktop.c' object='src/notify_desktop_la-notify_desktop.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(notify_desktop_la_CFLAGS) $(CFLAGS) -c -o src/notify_desktop_la-notify_desktop.lo `test -f 'src/notify_desktop.c' || echo '$(srcdir)/'`src/notify_desktop.c + +src/notify_email_la-notify_email.lo: src/notify_email.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(notify_email_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/notify_email_la-notify_email.lo -MD -MP -MF src/$(DEPDIR)/notify_email_la-notify_email.Tpo -c -o src/notify_email_la-notify_email.lo `test -f 'src/notify_email.c' || echo '$(srcdir)/'`src/notify_email.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/notify_email_la-notify_email.Tpo src/$(DEPDIR)/notify_email_la-notify_email.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/notify_email.c' object='src/notify_email_la-notify_email.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(notify_email_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/notify_email_la-notify_email.lo `test -f 'src/notify_email.c' || echo '$(srcdir)/'`src/notify_email.c + +src/nut_la-nut.lo: src/nut.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nut_la_CFLAGS) $(CFLAGS) -MT src/nut_la-nut.lo -MD -MP -MF src/$(DEPDIR)/nut_la-nut.Tpo -c -o src/nut_la-nut.lo `test -f 'src/nut.c' || echo '$(srcdir)/'`src/nut.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/nut_la-nut.Tpo src/$(DEPDIR)/nut_la-nut.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/nut.c' object='src/nut_la-nut.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nut_la_CFLAGS) $(CFLAGS) -c -o src/nut_la-nut.lo `test -f 'src/nut.c' || echo '$(srcdir)/'`src/nut.c + +src/onewire_la-onewire.lo: src/onewire.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(onewire_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/onewire_la-onewire.lo -MD -MP -MF src/$(DEPDIR)/onewire_la-onewire.Tpo -c -o src/onewire_la-onewire.lo `test -f 'src/onewire.c' || echo '$(srcdir)/'`src/onewire.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/onewire_la-onewire.Tpo src/$(DEPDIR)/onewire_la-onewire.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/onewire.c' object='src/onewire_la-onewire.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(onewire_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/onewire_la-onewire.lo `test -f 'src/onewire.c' || echo '$(srcdir)/'`src/onewire.c + +src/openldap_la-openldap.lo: src/openldap.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openldap_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/openldap_la-openldap.lo -MD -MP -MF src/$(DEPDIR)/openldap_la-openldap.Tpo -c -o src/openldap_la-openldap.lo `test -f 'src/openldap.c' || echo '$(srcdir)/'`src/openldap.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/openldap_la-openldap.Tpo src/$(DEPDIR)/openldap_la-openldap.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/openldap.c' object='src/openldap_la-openldap.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openldap_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/openldap_la-openldap.lo `test -f 'src/openldap.c' || echo '$(srcdir)/'`src/openldap.c + +src/oracle_la-oracle.lo: src/oracle.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(oracle_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/oracle_la-oracle.lo -MD -MP -MF src/$(DEPDIR)/oracle_la-oracle.Tpo -c -o src/oracle_la-oracle.lo `test -f 'src/oracle.c' || echo '$(srcdir)/'`src/oracle.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/oracle_la-oracle.Tpo src/$(DEPDIR)/oracle_la-oracle.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/oracle.c' object='src/oracle_la-oracle.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(oracle_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/oracle_la-oracle.lo `test -f 'src/oracle.c' || echo '$(srcdir)/'`src/oracle.c + +src/utils/db_query/oracle_la-db_query.lo: src/utils/db_query/db_query.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(oracle_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/db_query/oracle_la-db_query.lo -MD -MP -MF src/utils/db_query/$(DEPDIR)/oracle_la-db_query.Tpo -c -o src/utils/db_query/oracle_la-db_query.lo `test -f 'src/utils/db_query/db_query.c' || echo '$(srcdir)/'`src/utils/db_query/db_query.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/db_query/$(DEPDIR)/oracle_la-db_query.Tpo src/utils/db_query/$(DEPDIR)/oracle_la-db_query.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/db_query/db_query.c' object='src/utils/db_query/oracle_la-db_query.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(oracle_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/db_query/oracle_la-db_query.lo `test -f 'src/utils/db_query/db_query.c' || echo '$(srcdir)/'`src/utils/db_query/db_query.c + +src/ovs_events_la-ovs_events.lo: src/ovs_events.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ovs_events_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/ovs_events_la-ovs_events.lo -MD -MP -MF src/$(DEPDIR)/ovs_events_la-ovs_events.Tpo -c -o src/ovs_events_la-ovs_events.lo `test -f 'src/ovs_events.c' || echo '$(srcdir)/'`src/ovs_events.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/ovs_events_la-ovs_events.Tpo src/$(DEPDIR)/ovs_events_la-ovs_events.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/ovs_events.c' object='src/ovs_events_la-ovs_events.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ovs_events_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/ovs_events_la-ovs_events.lo `test -f 'src/ovs_events.c' || echo '$(srcdir)/'`src/ovs_events.c + +src/utils/ovs/ovs_events_la-ovs.lo: src/utils/ovs/ovs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ovs_events_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/ovs/ovs_events_la-ovs.lo -MD -MP -MF src/utils/ovs/$(DEPDIR)/ovs_events_la-ovs.Tpo -c -o src/utils/ovs/ovs_events_la-ovs.lo `test -f 'src/utils/ovs/ovs.c' || echo '$(srcdir)/'`src/utils/ovs/ovs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/ovs/$(DEPDIR)/ovs_events_la-ovs.Tpo src/utils/ovs/$(DEPDIR)/ovs_events_la-ovs.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/ovs/ovs.c' object='src/utils/ovs/ovs_events_la-ovs.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ovs_events_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/ovs/ovs_events_la-ovs.lo `test -f 'src/utils/ovs/ovs.c' || echo '$(srcdir)/'`src/utils/ovs/ovs.c + +src/ovs_stats_la-ovs_stats.lo: src/ovs_stats.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ovs_stats_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/ovs_stats_la-ovs_stats.lo -MD -MP -MF src/$(DEPDIR)/ovs_stats_la-ovs_stats.Tpo -c -o src/ovs_stats_la-ovs_stats.lo `test -f 'src/ovs_stats.c' || echo '$(srcdir)/'`src/ovs_stats.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/ovs_stats_la-ovs_stats.Tpo src/$(DEPDIR)/ovs_stats_la-ovs_stats.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/ovs_stats.c' object='src/ovs_stats_la-ovs_stats.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ovs_stats_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/ovs_stats_la-ovs_stats.lo `test -f 'src/ovs_stats.c' || echo '$(srcdir)/'`src/ovs_stats.c + +src/utils/ovs/ovs_stats_la-ovs.lo: src/utils/ovs/ovs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ovs_stats_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/ovs/ovs_stats_la-ovs.lo -MD -MP -MF src/utils/ovs/$(DEPDIR)/ovs_stats_la-ovs.Tpo -c -o src/utils/ovs/ovs_stats_la-ovs.lo `test -f 'src/utils/ovs/ovs.c' || echo '$(srcdir)/'`src/utils/ovs/ovs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/ovs/$(DEPDIR)/ovs_stats_la-ovs.Tpo src/utils/ovs/$(DEPDIR)/ovs_stats_la-ovs.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/ovs/ovs.c' object='src/utils/ovs/ovs_stats_la-ovs.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ovs_stats_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/ovs/ovs_stats_la-ovs.lo `test -f 'src/utils/ovs/ovs.c' || echo '$(srcdir)/'`src/utils/ovs/ovs.c + +src/pcie_errors_la-pcie_errors.lo: src/pcie_errors.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pcie_errors_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/pcie_errors_la-pcie_errors.lo -MD -MP -MF src/$(DEPDIR)/pcie_errors_la-pcie_errors.Tpo -c -o src/pcie_errors_la-pcie_errors.lo `test -f 'src/pcie_errors.c' || echo '$(srcdir)/'`src/pcie_errors.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/pcie_errors_la-pcie_errors.Tpo src/$(DEPDIR)/pcie_errors_la-pcie_errors.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/pcie_errors.c' object='src/pcie_errors_la-pcie_errors.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pcie_errors_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/pcie_errors_la-pcie_errors.lo `test -f 'src/pcie_errors.c' || echo '$(srcdir)/'`src/pcie_errors.c + +src/perl_la-perl.lo: src/perl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(perl_la_CPPFLAGS) $(CPPFLAGS) $(perl_la_CFLAGS) $(CFLAGS) -MT src/perl_la-perl.lo -MD -MP -MF src/$(DEPDIR)/perl_la-perl.Tpo -c -o src/perl_la-perl.lo `test -f 'src/perl.c' || echo '$(srcdir)/'`src/perl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/perl_la-perl.Tpo src/$(DEPDIR)/perl_la-perl.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/perl.c' object='src/perl_la-perl.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(perl_la_CPPFLAGS) $(CPPFLAGS) $(perl_la_CFLAGS) $(CFLAGS) -c -o src/perl_la-perl.lo `test -f 'src/perl.c' || echo '$(srcdir)/'`src/perl.c + +src/pinba_la-pinba.lo: src/pinba.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pinba_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/pinba_la-pinba.lo -MD -MP -MF src/$(DEPDIR)/pinba_la-pinba.Tpo -c -o src/pinba_la-pinba.lo `test -f 'src/pinba.c' || echo '$(srcdir)/'`src/pinba.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/pinba_la-pinba.Tpo src/$(DEPDIR)/pinba_la-pinba.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/pinba.c' object='src/pinba_la-pinba.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pinba_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/pinba_la-pinba.lo `test -f 'src/pinba.c' || echo '$(srcdir)/'`src/pinba.c + +src/pinba_la-pinba.pb-c.lo: src/pinba.pb-c.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pinba_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/pinba_la-pinba.pb-c.lo -MD -MP -MF src/$(DEPDIR)/pinba_la-pinba.pb-c.Tpo -c -o src/pinba_la-pinba.pb-c.lo `test -f 'src/pinba.pb-c.c' || echo '$(srcdir)/'`src/pinba.pb-c.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/pinba_la-pinba.pb-c.Tpo src/$(DEPDIR)/pinba_la-pinba.pb-c.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/pinba.pb-c.c' object='src/pinba_la-pinba.pb-c.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pinba_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/pinba_la-pinba.pb-c.lo `test -f 'src/pinba.pb-c.c' || echo '$(srcdir)/'`src/pinba.pb-c.c + +src/ping_la-ping.lo: src/ping.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ping_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/ping_la-ping.lo -MD -MP -MF src/$(DEPDIR)/ping_la-ping.Tpo -c -o src/ping_la-ping.lo `test -f 'src/ping.c' || echo '$(srcdir)/'`src/ping.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/ping_la-ping.Tpo src/$(DEPDIR)/ping_la-ping.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/ping.c' object='src/ping_la-ping.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ping_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/ping_la-ping.lo `test -f 'src/ping.c' || echo '$(srcdir)/'`src/ping.c + +src/postgresql_la-postgresql.lo: src/postgresql.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(postgresql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/postgresql_la-postgresql.lo -MD -MP -MF src/$(DEPDIR)/postgresql_la-postgresql.Tpo -c -o src/postgresql_la-postgresql.lo `test -f 'src/postgresql.c' || echo '$(srcdir)/'`src/postgresql.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/postgresql_la-postgresql.Tpo src/$(DEPDIR)/postgresql_la-postgresql.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/postgresql.c' object='src/postgresql_la-postgresql.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(postgresql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/postgresql_la-postgresql.lo `test -f 'src/postgresql.c' || echo '$(srcdir)/'`src/postgresql.c + +src/utils/db_query/postgresql_la-db_query.lo: src/utils/db_query/db_query.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(postgresql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/db_query/postgresql_la-db_query.lo -MD -MP -MF src/utils/db_query/$(DEPDIR)/postgresql_la-db_query.Tpo -c -o src/utils/db_query/postgresql_la-db_query.lo `test -f 'src/utils/db_query/db_query.c' || echo '$(srcdir)/'`src/utils/db_query/db_query.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/db_query/$(DEPDIR)/postgresql_la-db_query.Tpo src/utils/db_query/$(DEPDIR)/postgresql_la-db_query.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/db_query/db_query.c' object='src/utils/db_query/postgresql_la-db_query.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(postgresql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/db_query/postgresql_la-db_query.lo `test -f 'src/utils/db_query/db_query.c' || echo '$(srcdir)/'`src/utils/db_query/db_query.c + +src/processes_la-processes.lo: src/processes.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(processes_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/processes_la-processes.lo -MD -MP -MF src/$(DEPDIR)/processes_la-processes.Tpo -c -o src/processes_la-processes.lo `test -f 'src/processes.c' || echo '$(srcdir)/'`src/processes.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/processes_la-processes.Tpo src/$(DEPDIR)/processes_la-processes.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/processes.c' object='src/processes_la-processes.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(processes_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/processes_la-processes.lo `test -f 'src/processes.c' || echo '$(srcdir)/'`src/processes.c + +src/procevent_la-procevent.lo: src/procevent.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(procevent_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/procevent_la-procevent.lo -MD -MP -MF src/$(DEPDIR)/procevent_la-procevent.Tpo -c -o src/procevent_la-procevent.lo `test -f 'src/procevent.c' || echo '$(srcdir)/'`src/procevent.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/procevent_la-procevent.Tpo src/$(DEPDIR)/procevent_la-procevent.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/procevent.c' object='src/procevent_la-procevent.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(procevent_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/procevent_la-procevent.lo `test -f 'src/procevent.c' || echo '$(srcdir)/'`src/procevent.c + +src/python_la-python.lo: src/python.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(python_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/python_la-python.lo -MD -MP -MF src/$(DEPDIR)/python_la-python.Tpo -c -o src/python_la-python.lo `test -f 'src/python.c' || echo '$(srcdir)/'`src/python.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/python_la-python.Tpo src/$(DEPDIR)/python_la-python.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/python.c' object='src/python_la-python.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(python_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/python_la-python.lo `test -f 'src/python.c' || echo '$(srcdir)/'`src/python.c + +src/python_la-pyconfig.lo: src/pyconfig.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(python_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/python_la-pyconfig.lo -MD -MP -MF src/$(DEPDIR)/python_la-pyconfig.Tpo -c -o src/python_la-pyconfig.lo `test -f 'src/pyconfig.c' || echo '$(srcdir)/'`src/pyconfig.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/python_la-pyconfig.Tpo src/$(DEPDIR)/python_la-pyconfig.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/pyconfig.c' object='src/python_la-pyconfig.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(python_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/python_la-pyconfig.lo `test -f 'src/pyconfig.c' || echo '$(srcdir)/'`src/pyconfig.c + +src/python_la-pyvalues.lo: src/pyvalues.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(python_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/python_la-pyvalues.lo -MD -MP -MF src/$(DEPDIR)/python_la-pyvalues.Tpo -c -o src/python_la-pyvalues.lo `test -f 'src/pyvalues.c' || echo '$(srcdir)/'`src/pyvalues.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/python_la-pyvalues.Tpo src/$(DEPDIR)/python_la-pyvalues.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/pyvalues.c' object='src/python_la-pyvalues.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(python_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/python_la-pyvalues.lo `test -f 'src/pyvalues.c' || echo '$(srcdir)/'`src/pyvalues.c + +src/redfish_la-redfish.lo: src/redfish.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(redfish_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/redfish_la-redfish.lo -MD -MP -MF src/$(DEPDIR)/redfish_la-redfish.Tpo -c -o src/redfish_la-redfish.lo `test -f 'src/redfish.c' || echo '$(srcdir)/'`src/redfish.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/redfish_la-redfish.Tpo src/$(DEPDIR)/redfish_la-redfish.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/redfish.c' object='src/redfish_la-redfish.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(redfish_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/redfish_la-redfish.lo `test -f 'src/redfish.c' || echo '$(srcdir)/'`src/redfish.c + +src/redis_la-redis.lo: src/redis.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(redis_la_CFLAGS) $(CFLAGS) -MT src/redis_la-redis.lo -MD -MP -MF src/$(DEPDIR)/redis_la-redis.Tpo -c -o src/redis_la-redis.lo `test -f 'src/redis.c' || echo '$(srcdir)/'`src/redis.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/redis_la-redis.Tpo src/$(DEPDIR)/redis_la-redis.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/redis.c' object='src/redis_la-redis.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(redis_la_CFLAGS) $(CFLAGS) -c -o src/redis_la-redis.lo `test -f 'src/redis.c' || echo '$(srcdir)/'`src/redis.c + +src/routeros_la-routeros.lo: src/routeros.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(routeros_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/routeros_la-routeros.lo -MD -MP -MF src/$(DEPDIR)/routeros_la-routeros.Tpo -c -o src/routeros_la-routeros.lo `test -f 'src/routeros.c' || echo '$(srcdir)/'`src/routeros.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/routeros_la-routeros.Tpo src/$(DEPDIR)/routeros_la-routeros.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/routeros.c' object='src/routeros_la-routeros.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(routeros_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/routeros_la-routeros.lo `test -f 'src/routeros.c' || echo '$(srcdir)/'`src/routeros.c + +src/rrdcached_la-rrdcached.lo: src/rrdcached.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rrdcached_la_CFLAGS) $(CFLAGS) -MT src/rrdcached_la-rrdcached.lo -MD -MP -MF src/$(DEPDIR)/rrdcached_la-rrdcached.Tpo -c -o src/rrdcached_la-rrdcached.lo `test -f 'src/rrdcached.c' || echo '$(srcdir)/'`src/rrdcached.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/rrdcached_la-rrdcached.Tpo src/$(DEPDIR)/rrdcached_la-rrdcached.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/rrdcached.c' object='src/rrdcached_la-rrdcached.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rrdcached_la_CFLAGS) $(CFLAGS) -c -o src/rrdcached_la-rrdcached.lo `test -f 'src/rrdcached.c' || echo '$(srcdir)/'`src/rrdcached.c + +src/utils/rrdcreate/rrdcached_la-rrdcreate.lo: src/utils/rrdcreate/rrdcreate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rrdcached_la_CFLAGS) $(CFLAGS) -MT src/utils/rrdcreate/rrdcached_la-rrdcreate.lo -MD -MP -MF src/utils/rrdcreate/$(DEPDIR)/rrdcached_la-rrdcreate.Tpo -c -o src/utils/rrdcreate/rrdcached_la-rrdcreate.lo `test -f 'src/utils/rrdcreate/rrdcreate.c' || echo '$(srcdir)/'`src/utils/rrdcreate/rrdcreate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/rrdcreate/$(DEPDIR)/rrdcached_la-rrdcreate.Tpo src/utils/rrdcreate/$(DEPDIR)/rrdcached_la-rrdcreate.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/rrdcreate/rrdcreate.c' object='src/utils/rrdcreate/rrdcached_la-rrdcreate.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rrdcached_la_CFLAGS) $(CFLAGS) -c -o src/utils/rrdcreate/rrdcached_la-rrdcreate.lo `test -f 'src/utils/rrdcreate/rrdcreate.c' || echo '$(srcdir)/'`src/utils/rrdcreate/rrdcreate.c + +src/rrdtool_la-rrdtool.lo: src/rrdtool.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rrdtool_la_CFLAGS) $(CFLAGS) -MT src/rrdtool_la-rrdtool.lo -MD -MP -MF src/$(DEPDIR)/rrdtool_la-rrdtool.Tpo -c -o src/rrdtool_la-rrdtool.lo `test -f 'src/rrdtool.c' || echo '$(srcdir)/'`src/rrdtool.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/rrdtool_la-rrdtool.Tpo src/$(DEPDIR)/rrdtool_la-rrdtool.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/rrdtool.c' object='src/rrdtool_la-rrdtool.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rrdtool_la_CFLAGS) $(CFLAGS) -c -o src/rrdtool_la-rrdtool.lo `test -f 'src/rrdtool.c' || echo '$(srcdir)/'`src/rrdtool.c + +src/utils/rrdcreate/rrdtool_la-rrdcreate.lo: src/utils/rrdcreate/rrdcreate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rrdtool_la_CFLAGS) $(CFLAGS) -MT src/utils/rrdcreate/rrdtool_la-rrdcreate.lo -MD -MP -MF src/utils/rrdcreate/$(DEPDIR)/rrdtool_la-rrdcreate.Tpo -c -o src/utils/rrdcreate/rrdtool_la-rrdcreate.lo `test -f 'src/utils/rrdcreate/rrdcreate.c' || echo '$(srcdir)/'`src/utils/rrdcreate/rrdcreate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/rrdcreate/$(DEPDIR)/rrdtool_la-rrdcreate.Tpo src/utils/rrdcreate/$(DEPDIR)/rrdtool_la-rrdcreate.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/rrdcreate/rrdcreate.c' object='src/utils/rrdcreate/rrdtool_la-rrdcreate.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rrdtool_la_CFLAGS) $(CFLAGS) -c -o src/utils/rrdcreate/rrdtool_la-rrdcreate.lo `test -f 'src/utils/rrdcreate/rrdcreate.c' || echo '$(srcdir)/'`src/utils/rrdcreate/rrdcreate.c + +src/sensors_la-sensors.lo: src/sensors.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sensors_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/sensors_la-sensors.lo -MD -MP -MF src/$(DEPDIR)/sensors_la-sensors.Tpo -c -o src/sensors_la-sensors.lo `test -f 'src/sensors.c' || echo '$(srcdir)/'`src/sensors.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/sensors_la-sensors.Tpo src/$(DEPDIR)/sensors_la-sensors.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/sensors.c' object='src/sensors_la-sensors.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sensors_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/sensors_la-sensors.lo `test -f 'src/sensors.c' || echo '$(srcdir)/'`src/sensors.c + +src/sigrok_la-sigrok.lo: src/sigrok.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sigrok_la_CFLAGS) $(CFLAGS) -MT src/sigrok_la-sigrok.lo -MD -MP -MF src/$(DEPDIR)/sigrok_la-sigrok.Tpo -c -o src/sigrok_la-sigrok.lo `test -f 'src/sigrok.c' || echo '$(srcdir)/'`src/sigrok.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/sigrok_la-sigrok.Tpo src/$(DEPDIR)/sigrok_la-sigrok.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/sigrok.c' object='src/sigrok_la-sigrok.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sigrok_la_CFLAGS) $(CFLAGS) -c -o src/sigrok_la-sigrok.lo `test -f 'src/sigrok.c' || echo '$(srcdir)/'`src/sigrok.c + +src/slurm_la-slurm.lo: src/slurm.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(slurm_la_CFLAGS) $(CFLAGS) -MT src/slurm_la-slurm.lo -MD -MP -MF src/$(DEPDIR)/slurm_la-slurm.Tpo -c -o src/slurm_la-slurm.lo `test -f 'src/slurm.c' || echo '$(srcdir)/'`src/slurm.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/slurm_la-slurm.Tpo src/$(DEPDIR)/slurm_la-slurm.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/slurm.c' object='src/slurm_la-slurm.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(slurm_la_CFLAGS) $(CFLAGS) -c -o src/slurm_la-slurm.lo `test -f 'src/slurm.c' || echo '$(srcdir)/'`src/slurm.c + +src/smart_la-smart.lo: src/smart.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smart_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/smart_la-smart.lo -MD -MP -MF src/$(DEPDIR)/smart_la-smart.Tpo -c -o src/smart_la-smart.lo `test -f 'src/smart.c' || echo '$(srcdir)/'`src/smart.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/smart_la-smart.Tpo src/$(DEPDIR)/smart_la-smart.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/smart.c' object='src/smart_la-smart.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smart_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/smart_la-smart.lo `test -f 'src/smart.c' || echo '$(srcdir)/'`src/smart.c + +src/snmp_la-snmp.lo: src/snmp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(snmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/snmp_la-snmp.lo -MD -MP -MF src/$(DEPDIR)/snmp_la-snmp.Tpo -c -o src/snmp_la-snmp.lo `test -f 'src/snmp.c' || echo '$(srcdir)/'`src/snmp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/snmp_la-snmp.Tpo src/$(DEPDIR)/snmp_la-snmp.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/snmp.c' object='src/snmp_la-snmp.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(snmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/snmp_la-snmp.lo `test -f 'src/snmp.c' || echo '$(srcdir)/'`src/snmp.c + +src/snmp_agent_la-snmp_agent.lo: src/snmp_agent.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(snmp_agent_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/snmp_agent_la-snmp_agent.lo -MD -MP -MF src/$(DEPDIR)/snmp_agent_la-snmp_agent.Tpo -c -o src/snmp_agent_la-snmp_agent.lo `test -f 'src/snmp_agent.c' || echo '$(srcdir)/'`src/snmp_agent.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/snmp_agent_la-snmp_agent.Tpo src/$(DEPDIR)/snmp_agent_la-snmp_agent.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/snmp_agent.c' object='src/snmp_agent_la-snmp_agent.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(snmp_agent_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/snmp_agent_la-snmp_agent.lo `test -f 'src/snmp_agent.c' || echo '$(srcdir)/'`src/snmp_agent.c + +src/swap_la-swap.lo: src/swap.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(swap_la_CFLAGS) $(CFLAGS) -MT src/swap_la-swap.lo -MD -MP -MF src/$(DEPDIR)/swap_la-swap.Tpo -c -o src/swap_la-swap.lo `test -f 'src/swap.c' || echo '$(srcdir)/'`src/swap.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/swap_la-swap.Tpo src/$(DEPDIR)/swap_la-swap.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/swap.c' object='src/swap_la-swap.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(swap_la_CFLAGS) $(CFLAGS) -c -o src/swap_la-swap.lo `test -f 'src/swap.c' || echo '$(srcdir)/'`src/swap.c + +src/sysevent_la-sysevent.lo: src/sysevent.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sysevent_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/sysevent_la-sysevent.lo -MD -MP -MF src/$(DEPDIR)/sysevent_la-sysevent.Tpo -c -o src/sysevent_la-sysevent.lo `test -f 'src/sysevent.c' || echo '$(srcdir)/'`src/sysevent.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/sysevent_la-sysevent.Tpo src/$(DEPDIR)/sysevent_la-sysevent.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/sysevent.c' object='src/sysevent_la-sysevent.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sysevent_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/sysevent_la-sysevent.lo `test -f 'src/sysevent.c' || echo '$(srcdir)/'`src/sysevent.c + +src/tokyotyrant_la-tokyotyrant.lo: src/tokyotyrant.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tokyotyrant_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/tokyotyrant_la-tokyotyrant.lo -MD -MP -MF src/$(DEPDIR)/tokyotyrant_la-tokyotyrant.Tpo -c -o src/tokyotyrant_la-tokyotyrant.lo `test -f 'src/tokyotyrant.c' || echo '$(srcdir)/'`src/tokyotyrant.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/tokyotyrant_la-tokyotyrant.Tpo src/$(DEPDIR)/tokyotyrant_la-tokyotyrant.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/tokyotyrant.c' object='src/tokyotyrant_la-tokyotyrant.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tokyotyrant_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/tokyotyrant_la-tokyotyrant.lo `test -f 'src/tokyotyrant.c' || echo '$(srcdir)/'`src/tokyotyrant.c + +src/uptime_la-uptime.lo: src/uptime.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(uptime_la_CFLAGS) $(CFLAGS) -MT src/uptime_la-uptime.lo -MD -MP -MF src/$(DEPDIR)/uptime_la-uptime.Tpo -c -o src/uptime_la-uptime.lo `test -f 'src/uptime.c' || echo '$(srcdir)/'`src/uptime.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/uptime_la-uptime.Tpo src/$(DEPDIR)/uptime_la-uptime.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/uptime.c' object='src/uptime_la-uptime.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(uptime_la_CFLAGS) $(CFLAGS) -c -o src/uptime_la-uptime.lo `test -f 'src/uptime.c' || echo '$(srcdir)/'`src/uptime.c + +src/users_la-users.lo: src/users.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(users_la_CFLAGS) $(CFLAGS) -MT src/users_la-users.lo -MD -MP -MF src/$(DEPDIR)/users_la-users.Tpo -c -o src/users_la-users.lo `test -f 'src/users.c' || echo '$(srcdir)/'`src/users.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/users_la-users.Tpo src/$(DEPDIR)/users_la-users.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/users.c' object='src/users_la-users.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(users_la_CFLAGS) $(CFLAGS) -c -o src/users_la-users.lo `test -f 'src/users.c' || echo '$(srcdir)/'`src/users.c + +src/varnish_la-varnish.lo: src/varnish.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(varnish_la_CFLAGS) $(CFLAGS) -MT src/varnish_la-varnish.lo -MD -MP -MF src/$(DEPDIR)/varnish_la-varnish.Tpo -c -o src/varnish_la-varnish.lo `test -f 'src/varnish.c' || echo '$(srcdir)/'`src/varnish.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/varnish_la-varnish.Tpo src/$(DEPDIR)/varnish_la-varnish.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/varnish.c' object='src/varnish_la-varnish.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(varnish_la_CFLAGS) $(CFLAGS) -c -o src/varnish_la-varnish.lo `test -f 'src/varnish.c' || echo '$(srcdir)/'`src/varnish.c + +src/virt_la-virt.lo: src/virt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_la_CFLAGS) $(CFLAGS) -MT src/virt_la-virt.lo -MD -MP -MF src/$(DEPDIR)/virt_la-virt.Tpo -c -o src/virt_la-virt.lo `test -f 'src/virt.c' || echo '$(srcdir)/'`src/virt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/virt_la-virt.Tpo src/$(DEPDIR)/virt_la-virt.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/virt.c' object='src/virt_la-virt.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_la_CFLAGS) $(CFLAGS) -c -o src/virt_la-virt.lo `test -f 'src/virt.c' || echo '$(srcdir)/'`src/virt.c + +src/write_http_la-write_http.lo: src/write_http.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(write_http_la_CFLAGS) $(CFLAGS) -MT src/write_http_la-write_http.lo -MD -MP -MF src/$(DEPDIR)/write_http_la-write_http.Tpo -c -o src/write_http_la-write_http.lo `test -f 'src/write_http.c' || echo '$(srcdir)/'`src/write_http.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/write_http_la-write_http.Tpo src/$(DEPDIR)/write_http_la-write_http.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/write_http.c' object='src/write_http_la-write_http.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(write_http_la_CFLAGS) $(CFLAGS) -c -o src/write_http_la-write_http.lo `test -f 'src/write_http.c' || echo '$(srcdir)/'`src/write_http.c + +src/utils/curl_stats/write_http_la-curl_stats.lo: src/utils/curl_stats/curl_stats.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(write_http_la_CFLAGS) $(CFLAGS) -MT src/utils/curl_stats/write_http_la-curl_stats.lo -MD -MP -MF src/utils/curl_stats/$(DEPDIR)/write_http_la-curl_stats.Tpo -c -o src/utils/curl_stats/write_http_la-curl_stats.lo `test -f 'src/utils/curl_stats/curl_stats.c' || echo '$(srcdir)/'`src/utils/curl_stats/curl_stats.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/curl_stats/$(DEPDIR)/write_http_la-curl_stats.Tpo src/utils/curl_stats/$(DEPDIR)/write_http_la-curl_stats.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/curl_stats/curl_stats.c' object='src/utils/curl_stats/write_http_la-curl_stats.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(write_http_la_CFLAGS) $(CFLAGS) -c -o src/utils/curl_stats/write_http_la-curl_stats.lo `test -f 'src/utils/curl_stats/curl_stats.c' || echo '$(srcdir)/'`src/utils/curl_stats/curl_stats.c + +src/utils/format_kairosdb/write_http_la-format_kairosdb.lo: src/utils/format_kairosdb/format_kairosdb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(write_http_la_CFLAGS) $(CFLAGS) -MT src/utils/format_kairosdb/write_http_la-format_kairosdb.lo -MD -MP -MF src/utils/format_kairosdb/$(DEPDIR)/write_http_la-format_kairosdb.Tpo -c -o src/utils/format_kairosdb/write_http_la-format_kairosdb.lo `test -f 'src/utils/format_kairosdb/format_kairosdb.c' || echo '$(srcdir)/'`src/utils/format_kairosdb/format_kairosdb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/format_kairosdb/$(DEPDIR)/write_http_la-format_kairosdb.Tpo src/utils/format_kairosdb/$(DEPDIR)/write_http_la-format_kairosdb.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/format_kairosdb/format_kairosdb.c' object='src/utils/format_kairosdb/write_http_la-format_kairosdb.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(write_http_la_CFLAGS) $(CFLAGS) -c -o src/utils/format_kairosdb/write_http_la-format_kairosdb.lo `test -f 'src/utils/format_kairosdb/format_kairosdb.c' || echo '$(srcdir)/'`src/utils/format_kairosdb/format_kairosdb.c + +src/write_influxdb_udp_la-write_influxdb_udp.lo: src/write_influxdb_udp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(write_influxdb_udp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/write_influxdb_udp_la-write_influxdb_udp.lo -MD -MP -MF src/$(DEPDIR)/write_influxdb_udp_la-write_influxdb_udp.Tpo -c -o src/write_influxdb_udp_la-write_influxdb_udp.lo `test -f 'src/write_influxdb_udp.c' || echo '$(srcdir)/'`src/write_influxdb_udp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/write_influxdb_udp_la-write_influxdb_udp.Tpo src/$(DEPDIR)/write_influxdb_udp_la-write_influxdb_udp.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/write_influxdb_udp.c' object='src/write_influxdb_udp_la-write_influxdb_udp.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(write_influxdb_udp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/write_influxdb_udp_la-write_influxdb_udp.lo `test -f 'src/write_influxdb_udp.c' || echo '$(srcdir)/'`src/write_influxdb_udp.c + +src/write_kafka_la-write_kafka.lo: src/write_kafka.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(write_kafka_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/write_kafka_la-write_kafka.lo -MD -MP -MF src/$(DEPDIR)/write_kafka_la-write_kafka.Tpo -c -o src/write_kafka_la-write_kafka.lo `test -f 'src/write_kafka.c' || echo '$(srcdir)/'`src/write_kafka.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/write_kafka_la-write_kafka.Tpo src/$(DEPDIR)/write_kafka_la-write_kafka.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/write_kafka.c' object='src/write_kafka_la-write_kafka.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(write_kafka_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/write_kafka_la-write_kafka.lo `test -f 'src/write_kafka.c' || echo '$(srcdir)/'`src/write_kafka.c + +src/write_mongodb_la-write_mongodb.lo: src/write_mongodb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(write_mongodb_la_CFLAGS) $(CFLAGS) -MT src/write_mongodb_la-write_mongodb.lo -MD -MP -MF src/$(DEPDIR)/write_mongodb_la-write_mongodb.Tpo -c -o src/write_mongodb_la-write_mongodb.lo `test -f 'src/write_mongodb.c' || echo '$(srcdir)/'`src/write_mongodb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/write_mongodb_la-write_mongodb.Tpo src/$(DEPDIR)/write_mongodb_la-write_mongodb.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/write_mongodb.c' object='src/write_mongodb_la-write_mongodb.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(write_mongodb_la_CFLAGS) $(CFLAGS) -c -o src/write_mongodb_la-write_mongodb.lo `test -f 'src/write_mongodb.c' || echo '$(srcdir)/'`src/write_mongodb.c + +src/write_prometheus_la-write_prometheus.lo: src/write_prometheus.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(write_prometheus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/write_prometheus_la-write_prometheus.lo -MD -MP -MF src/$(DEPDIR)/write_prometheus_la-write_prometheus.Tpo -c -o src/write_prometheus_la-write_prometheus.lo `test -f 'src/write_prometheus.c' || echo '$(srcdir)/'`src/write_prometheus.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/write_prometheus_la-write_prometheus.Tpo src/$(DEPDIR)/write_prometheus_la-write_prometheus.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/write_prometheus.c' object='src/write_prometheus_la-write_prometheus.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(write_prometheus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/write_prometheus_la-write_prometheus.lo `test -f 'src/write_prometheus.c' || echo '$(srcdir)/'`src/write_prometheus.c + +write_prometheus_la-prometheus.pb-c.lo: prometheus.pb-c.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(write_prometheus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT write_prometheus_la-prometheus.pb-c.lo -MD -MP -MF $(DEPDIR)/write_prometheus_la-prometheus.pb-c.Tpo -c -o write_prometheus_la-prometheus.pb-c.lo `test -f 'prometheus.pb-c.c' || echo '$(srcdir)/'`prometheus.pb-c.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/write_prometheus_la-prometheus.pb-c.Tpo $(DEPDIR)/write_prometheus_la-prometheus.pb-c.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='prometheus.pb-c.c' object='write_prometheus_la-prometheus.pb-c.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(write_prometheus_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o write_prometheus_la-prometheus.pb-c.lo `test -f 'prometheus.pb-c.c' || echo '$(srcdir)/'`prometheus.pb-c.c + +src/write_redis_la-write_redis.lo: src/write_redis.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(write_redis_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/write_redis_la-write_redis.lo -MD -MP -MF src/$(DEPDIR)/write_redis_la-write_redis.Tpo -c -o src/write_redis_la-write_redis.lo `test -f 'src/write_redis.c' || echo '$(srcdir)/'`src/write_redis.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/write_redis_la-write_redis.Tpo src/$(DEPDIR)/write_redis_la-write_redis.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/write_redis.c' object='src/write_redis_la-write_redis.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(write_redis_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/write_redis_la-write_redis.lo `test -f 'src/write_redis.c' || echo '$(srcdir)/'`src/write_redis.c + +src/write_riemann_la-write_riemann.lo: src/write_riemann.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(write_riemann_la_CFLAGS) $(CFLAGS) -MT src/write_riemann_la-write_riemann.lo -MD -MP -MF src/$(DEPDIR)/write_riemann_la-write_riemann.Tpo -c -o src/write_riemann_la-write_riemann.lo `test -f 'src/write_riemann.c' || echo '$(srcdir)/'`src/write_riemann.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/write_riemann_la-write_riemann.Tpo src/$(DEPDIR)/write_riemann_la-write_riemann.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/write_riemann.c' object='src/write_riemann_la-write_riemann.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(write_riemann_la_CFLAGS) $(CFLAGS) -c -o src/write_riemann_la-write_riemann.lo `test -f 'src/write_riemann.c' || echo '$(srcdir)/'`src/write_riemann.c + +src/write_riemann_la-write_riemann_threshold.lo: src/write_riemann_threshold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(write_riemann_la_CFLAGS) $(CFLAGS) -MT src/write_riemann_la-write_riemann_threshold.lo -MD -MP -MF src/$(DEPDIR)/write_riemann_la-write_riemann_threshold.Tpo -c -o src/write_riemann_la-write_riemann_threshold.lo `test -f 'src/write_riemann_threshold.c' || echo '$(srcdir)/'`src/write_riemann_threshold.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/write_riemann_la-write_riemann_threshold.Tpo src/$(DEPDIR)/write_riemann_la-write_riemann_threshold.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/write_riemann_threshold.c' object='src/write_riemann_la-write_riemann_threshold.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(write_riemann_la_CFLAGS) $(CFLAGS) -c -o src/write_riemann_la-write_riemann_threshold.lo `test -f 'src/write_riemann_threshold.c' || echo '$(srcdir)/'`src/write_riemann_threshold.c + +src/write_stackdriver_la-write_stackdriver.lo: src/write_stackdriver.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(write_stackdriver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/write_stackdriver_la-write_stackdriver.lo -MD -MP -MF src/$(DEPDIR)/write_stackdriver_la-write_stackdriver.Tpo -c -o src/write_stackdriver_la-write_stackdriver.lo `test -f 'src/write_stackdriver.c' || echo '$(srcdir)/'`src/write_stackdriver.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/write_stackdriver_la-write_stackdriver.Tpo src/$(DEPDIR)/write_stackdriver_la-write_stackdriver.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/write_stackdriver.c' object='src/write_stackdriver_la-write_stackdriver.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(write_stackdriver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/write_stackdriver_la-write_stackdriver.lo `test -f 'src/write_stackdriver.c' || echo '$(srcdir)/'`src/write_stackdriver.c + +src/xencpu_la-xencpu.lo: src/xencpu.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xencpu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/xencpu_la-xencpu.lo -MD -MP -MF src/$(DEPDIR)/xencpu_la-xencpu.Tpo -c -o src/xencpu_la-xencpu.lo `test -f 'src/xencpu.c' || echo '$(srcdir)/'`src/xencpu.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/xencpu_la-xencpu.Tpo src/$(DEPDIR)/xencpu_la-xencpu.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/xencpu.c' object='src/xencpu_la-xencpu.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xencpu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/xencpu_la-xencpu.lo `test -f 'src/xencpu.c' || echo '$(srcdir)/'`src/xencpu.c + +src/xmms_la-xmms.lo: src/xmms.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xmms_la_CFLAGS) $(CFLAGS) -MT src/xmms_la-xmms.lo -MD -MP -MF src/$(DEPDIR)/xmms_la-xmms.Tpo -c -o src/xmms_la-xmms.lo `test -f 'src/xmms.c' || echo '$(srcdir)/'`src/xmms.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/xmms_la-xmms.Tpo src/$(DEPDIR)/xmms_la-xmms.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/xmms.c' object='src/xmms_la-xmms.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xmms_la_CFLAGS) $(CFLAGS) -c -o src/xmms_la-xmms.lo `test -f 'src/xmms.c' || echo '$(srcdir)/'`src/xmms.c + +src/daemon/collectd-collectd.o: src/daemon/collectd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-collectd.o -MD -MP -MF src/daemon/$(DEPDIR)/collectd-collectd.Tpo -c -o src/daemon/collectd-collectd.o `test -f 'src/daemon/collectd.c' || echo '$(srcdir)/'`src/daemon/collectd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-collectd.Tpo src/daemon/$(DEPDIR)/collectd-collectd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/collectd.c' object='src/daemon/collectd-collectd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-collectd.o `test -f 'src/daemon/collectd.c' || echo '$(srcdir)/'`src/daemon/collectd.c + +src/daemon/collectd-collectd.obj: src/daemon/collectd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-collectd.obj -MD -MP -MF src/daemon/$(DEPDIR)/collectd-collectd.Tpo -c -o src/daemon/collectd-collectd.obj `if test -f 'src/daemon/collectd.c'; then $(CYGPATH_W) 'src/daemon/collectd.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/collectd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-collectd.Tpo src/daemon/$(DEPDIR)/collectd-collectd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/collectd.c' object='src/daemon/collectd-collectd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-collectd.obj `if test -f 'src/daemon/collectd.c'; then $(CYGPATH_W) 'src/daemon/collectd.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/collectd.c'; fi` + +src/daemon/collectd-configfile.o: src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-configfile.o -MD -MP -MF src/daemon/$(DEPDIR)/collectd-configfile.Tpo -c -o src/daemon/collectd-configfile.o `test -f 'src/daemon/configfile.c' || echo '$(srcdir)/'`src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-configfile.Tpo src/daemon/$(DEPDIR)/collectd-configfile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/configfile.c' object='src/daemon/collectd-configfile.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-configfile.o `test -f 'src/daemon/configfile.c' || echo '$(srcdir)/'`src/daemon/configfile.c + +src/daemon/collectd-configfile.obj: src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-configfile.obj -MD -MP -MF src/daemon/$(DEPDIR)/collectd-configfile.Tpo -c -o src/daemon/collectd-configfile.obj `if test -f 'src/daemon/configfile.c'; then $(CYGPATH_W) 'src/daemon/configfile.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/configfile.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-configfile.Tpo src/daemon/$(DEPDIR)/collectd-configfile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/configfile.c' object='src/daemon/collectd-configfile.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-configfile.obj `if test -f 'src/daemon/configfile.c'; then $(CYGPATH_W) 'src/daemon/configfile.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/configfile.c'; fi` + +src/daemon/collectd-filter_chain.o: src/daemon/filter_chain.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-filter_chain.o -MD -MP -MF src/daemon/$(DEPDIR)/collectd-filter_chain.Tpo -c -o src/daemon/collectd-filter_chain.o `test -f 'src/daemon/filter_chain.c' || echo '$(srcdir)/'`src/daemon/filter_chain.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-filter_chain.Tpo src/daemon/$(DEPDIR)/collectd-filter_chain.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/filter_chain.c' object='src/daemon/collectd-filter_chain.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-filter_chain.o `test -f 'src/daemon/filter_chain.c' || echo '$(srcdir)/'`src/daemon/filter_chain.c + +src/daemon/collectd-filter_chain.obj: src/daemon/filter_chain.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-filter_chain.obj -MD -MP -MF src/daemon/$(DEPDIR)/collectd-filter_chain.Tpo -c -o src/daemon/collectd-filter_chain.obj `if test -f 'src/daemon/filter_chain.c'; then $(CYGPATH_W) 'src/daemon/filter_chain.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/filter_chain.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-filter_chain.Tpo src/daemon/$(DEPDIR)/collectd-filter_chain.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/filter_chain.c' object='src/daemon/collectd-filter_chain.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-filter_chain.obj `if test -f 'src/daemon/filter_chain.c'; then $(CYGPATH_W) 'src/daemon/filter_chain.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/filter_chain.c'; fi` + +src/daemon/collectd-globals.o: src/daemon/globals.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-globals.o -MD -MP -MF src/daemon/$(DEPDIR)/collectd-globals.Tpo -c -o src/daemon/collectd-globals.o `test -f 'src/daemon/globals.c' || echo '$(srcdir)/'`src/daemon/globals.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-globals.Tpo src/daemon/$(DEPDIR)/collectd-globals.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/globals.c' object='src/daemon/collectd-globals.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-globals.o `test -f 'src/daemon/globals.c' || echo '$(srcdir)/'`src/daemon/globals.c + +src/daemon/collectd-globals.obj: src/daemon/globals.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-globals.obj -MD -MP -MF src/daemon/$(DEPDIR)/collectd-globals.Tpo -c -o src/daemon/collectd-globals.obj `if test -f 'src/daemon/globals.c'; then $(CYGPATH_W) 'src/daemon/globals.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/globals.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-globals.Tpo src/daemon/$(DEPDIR)/collectd-globals.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/globals.c' object='src/daemon/collectd-globals.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-globals.obj `if test -f 'src/daemon/globals.c'; then $(CYGPATH_W) 'src/daemon/globals.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/globals.c'; fi` + +src/utils/metadata/collectd-meta_data.o: src/utils/metadata/meta_data.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/utils/metadata/collectd-meta_data.o -MD -MP -MF src/utils/metadata/$(DEPDIR)/collectd-meta_data.Tpo -c -o src/utils/metadata/collectd-meta_data.o `test -f 'src/utils/metadata/meta_data.c' || echo '$(srcdir)/'`src/utils/metadata/meta_data.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/metadata/$(DEPDIR)/collectd-meta_data.Tpo src/utils/metadata/$(DEPDIR)/collectd-meta_data.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/metadata/meta_data.c' object='src/utils/metadata/collectd-meta_data.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/utils/metadata/collectd-meta_data.o `test -f 'src/utils/metadata/meta_data.c' || echo '$(srcdir)/'`src/utils/metadata/meta_data.c + +src/utils/metadata/collectd-meta_data.obj: src/utils/metadata/meta_data.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/utils/metadata/collectd-meta_data.obj -MD -MP -MF src/utils/metadata/$(DEPDIR)/collectd-meta_data.Tpo -c -o src/utils/metadata/collectd-meta_data.obj `if test -f 'src/utils/metadata/meta_data.c'; then $(CYGPATH_W) 'src/utils/metadata/meta_data.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/metadata/meta_data.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/metadata/$(DEPDIR)/collectd-meta_data.Tpo src/utils/metadata/$(DEPDIR)/collectd-meta_data.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/metadata/meta_data.c' object='src/utils/metadata/collectd-meta_data.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/utils/metadata/collectd-meta_data.obj `if test -f 'src/utils/metadata/meta_data.c'; then $(CYGPATH_W) 'src/utils/metadata/meta_data.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/metadata/meta_data.c'; fi` + +src/daemon/collectd-plugin.o: src/daemon/plugin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-plugin.o -MD -MP -MF src/daemon/$(DEPDIR)/collectd-plugin.Tpo -c -o src/daemon/collectd-plugin.o `test -f 'src/daemon/plugin.c' || echo '$(srcdir)/'`src/daemon/plugin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-plugin.Tpo src/daemon/$(DEPDIR)/collectd-plugin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/plugin.c' object='src/daemon/collectd-plugin.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-plugin.o `test -f 'src/daemon/plugin.c' || echo '$(srcdir)/'`src/daemon/plugin.c + +src/daemon/collectd-plugin.obj: src/daemon/plugin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-plugin.obj -MD -MP -MF src/daemon/$(DEPDIR)/collectd-plugin.Tpo -c -o src/daemon/collectd-plugin.obj `if test -f 'src/daemon/plugin.c'; then $(CYGPATH_W) 'src/daemon/plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/plugin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-plugin.Tpo src/daemon/$(DEPDIR)/collectd-plugin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/plugin.c' object='src/daemon/collectd-plugin.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-plugin.obj `if test -f 'src/daemon/plugin.c'; then $(CYGPATH_W) 'src/daemon/plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/plugin.c'; fi` + +src/daemon/collectd-utils_cache.o: src/daemon/utils_cache.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-utils_cache.o -MD -MP -MF src/daemon/$(DEPDIR)/collectd-utils_cache.Tpo -c -o src/daemon/collectd-utils_cache.o `test -f 'src/daemon/utils_cache.c' || echo '$(srcdir)/'`src/daemon/utils_cache.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-utils_cache.Tpo src/daemon/$(DEPDIR)/collectd-utils_cache.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/utils_cache.c' object='src/daemon/collectd-utils_cache.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-utils_cache.o `test -f 'src/daemon/utils_cache.c' || echo '$(srcdir)/'`src/daemon/utils_cache.c + +src/daemon/collectd-utils_cache.obj: src/daemon/utils_cache.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-utils_cache.obj -MD -MP -MF src/daemon/$(DEPDIR)/collectd-utils_cache.Tpo -c -o src/daemon/collectd-utils_cache.obj `if test -f 'src/daemon/utils_cache.c'; then $(CYGPATH_W) 'src/daemon/utils_cache.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/utils_cache.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-utils_cache.Tpo src/daemon/$(DEPDIR)/collectd-utils_cache.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/utils_cache.c' object='src/daemon/collectd-utils_cache.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-utils_cache.obj `if test -f 'src/daemon/utils_cache.c'; then $(CYGPATH_W) 'src/daemon/utils_cache.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/utils_cache.c'; fi` + +src/daemon/collectd-utils_complain.o: src/daemon/utils_complain.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-utils_complain.o -MD -MP -MF src/daemon/$(DEPDIR)/collectd-utils_complain.Tpo -c -o src/daemon/collectd-utils_complain.o `test -f 'src/daemon/utils_complain.c' || echo '$(srcdir)/'`src/daemon/utils_complain.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-utils_complain.Tpo src/daemon/$(DEPDIR)/collectd-utils_complain.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/utils_complain.c' object='src/daemon/collectd-utils_complain.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-utils_complain.o `test -f 'src/daemon/utils_complain.c' || echo '$(srcdir)/'`src/daemon/utils_complain.c + +src/daemon/collectd-utils_complain.obj: src/daemon/utils_complain.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-utils_complain.obj -MD -MP -MF src/daemon/$(DEPDIR)/collectd-utils_complain.Tpo -c -o src/daemon/collectd-utils_complain.obj `if test -f 'src/daemon/utils_complain.c'; then $(CYGPATH_W) 'src/daemon/utils_complain.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/utils_complain.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-utils_complain.Tpo src/daemon/$(DEPDIR)/collectd-utils_complain.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/utils_complain.c' object='src/daemon/collectd-utils_complain.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-utils_complain.obj `if test -f 'src/daemon/utils_complain.c'; then $(CYGPATH_W) 'src/daemon/utils_complain.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/utils_complain.c'; fi` + +src/daemon/collectd-utils_random.o: src/daemon/utils_random.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-utils_random.o -MD -MP -MF src/daemon/$(DEPDIR)/collectd-utils_random.Tpo -c -o src/daemon/collectd-utils_random.o `test -f 'src/daemon/utils_random.c' || echo '$(srcdir)/'`src/daemon/utils_random.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-utils_random.Tpo src/daemon/$(DEPDIR)/collectd-utils_random.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/utils_random.c' object='src/daemon/collectd-utils_random.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-utils_random.o `test -f 'src/daemon/utils_random.c' || echo '$(srcdir)/'`src/daemon/utils_random.c + +src/daemon/collectd-utils_random.obj: src/daemon/utils_random.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-utils_random.obj -MD -MP -MF src/daemon/$(DEPDIR)/collectd-utils_random.Tpo -c -o src/daemon/collectd-utils_random.obj `if test -f 'src/daemon/utils_random.c'; then $(CYGPATH_W) 'src/daemon/utils_random.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/utils_random.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-utils_random.Tpo src/daemon/$(DEPDIR)/collectd-utils_random.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/utils_random.c' object='src/daemon/collectd-utils_random.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-utils_random.obj `if test -f 'src/daemon/utils_random.c'; then $(CYGPATH_W) 'src/daemon/utils_random.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/utils_random.c'; fi` + +src/daemon/collectd-utils_subst.o: src/daemon/utils_subst.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-utils_subst.o -MD -MP -MF src/daemon/$(DEPDIR)/collectd-utils_subst.Tpo -c -o src/daemon/collectd-utils_subst.o `test -f 'src/daemon/utils_subst.c' || echo '$(srcdir)/'`src/daemon/utils_subst.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-utils_subst.Tpo src/daemon/$(DEPDIR)/collectd-utils_subst.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/utils_subst.c' object='src/daemon/collectd-utils_subst.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-utils_subst.o `test -f 'src/daemon/utils_subst.c' || echo '$(srcdir)/'`src/daemon/utils_subst.c + +src/daemon/collectd-utils_subst.obj: src/daemon/utils_subst.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-utils_subst.obj -MD -MP -MF src/daemon/$(DEPDIR)/collectd-utils_subst.Tpo -c -o src/daemon/collectd-utils_subst.obj `if test -f 'src/daemon/utils_subst.c'; then $(CYGPATH_W) 'src/daemon/utils_subst.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/utils_subst.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-utils_subst.Tpo src/daemon/$(DEPDIR)/collectd-utils_subst.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/utils_subst.c' object='src/daemon/collectd-utils_subst.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-utils_subst.obj `if test -f 'src/daemon/utils_subst.c'; then $(CYGPATH_W) 'src/daemon/utils_subst.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/utils_subst.c'; fi` + +src/daemon/collectd-utils_time.o: src/daemon/utils_time.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-utils_time.o -MD -MP -MF src/daemon/$(DEPDIR)/collectd-utils_time.Tpo -c -o src/daemon/collectd-utils_time.o `test -f 'src/daemon/utils_time.c' || echo '$(srcdir)/'`src/daemon/utils_time.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-utils_time.Tpo src/daemon/$(DEPDIR)/collectd-utils_time.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/utils_time.c' object='src/daemon/collectd-utils_time.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-utils_time.o `test -f 'src/daemon/utils_time.c' || echo '$(srcdir)/'`src/daemon/utils_time.c + +src/daemon/collectd-utils_time.obj: src/daemon/utils_time.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-utils_time.obj -MD -MP -MF src/daemon/$(DEPDIR)/collectd-utils_time.Tpo -c -o src/daemon/collectd-utils_time.obj `if test -f 'src/daemon/utils_time.c'; then $(CYGPATH_W) 'src/daemon/utils_time.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/utils_time.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-utils_time.Tpo src/daemon/$(DEPDIR)/collectd-utils_time.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/utils_time.c' object='src/daemon/collectd-utils_time.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-utils_time.obj `if test -f 'src/daemon/utils_time.c'; then $(CYGPATH_W) 'src/daemon/utils_time.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/utils_time.c'; fi` + +src/daemon/collectd-types_list.o: src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-types_list.o -MD -MP -MF src/daemon/$(DEPDIR)/collectd-types_list.Tpo -c -o src/daemon/collectd-types_list.o `test -f 'src/daemon/types_list.c' || echo '$(srcdir)/'`src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-types_list.Tpo src/daemon/$(DEPDIR)/collectd-types_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/types_list.c' object='src/daemon/collectd-types_list.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-types_list.o `test -f 'src/daemon/types_list.c' || echo '$(srcdir)/'`src/daemon/types_list.c + +src/daemon/collectd-types_list.obj: src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-types_list.obj -MD -MP -MF src/daemon/$(DEPDIR)/collectd-types_list.Tpo -c -o src/daemon/collectd-types_list.obj `if test -f 'src/daemon/types_list.c'; then $(CYGPATH_W) 'src/daemon/types_list.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/types_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-types_list.Tpo src/daemon/$(DEPDIR)/collectd-types_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/types_list.c' object='src/daemon/collectd-types_list.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-types_list.obj `if test -f 'src/daemon/types_list.c'; then $(CYGPATH_W) 'src/daemon/types_list.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/types_list.c'; fi` + +src/daemon/collectd-utils_threshold.o: src/daemon/utils_threshold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-utils_threshold.o -MD -MP -MF src/daemon/$(DEPDIR)/collectd-utils_threshold.Tpo -c -o src/daemon/collectd-utils_threshold.o `test -f 'src/daemon/utils_threshold.c' || echo '$(srcdir)/'`src/daemon/utils_threshold.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-utils_threshold.Tpo src/daemon/$(DEPDIR)/collectd-utils_threshold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/utils_threshold.c' object='src/daemon/collectd-utils_threshold.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-utils_threshold.o `test -f 'src/daemon/utils_threshold.c' || echo '$(srcdir)/'`src/daemon/utils_threshold.c + +src/daemon/collectd-utils_threshold.obj: src/daemon/utils_threshold.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-utils_threshold.obj -MD -MP -MF src/daemon/$(DEPDIR)/collectd-utils_threshold.Tpo -c -o src/daemon/collectd-utils_threshold.obj `if test -f 'src/daemon/utils_threshold.c'; then $(CYGPATH_W) 'src/daemon/utils_threshold.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/utils_threshold.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-utils_threshold.Tpo src/daemon/$(DEPDIR)/collectd-utils_threshold.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/utils_threshold.c' object='src/daemon/collectd-utils_threshold.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-utils_threshold.obj `if test -f 'src/daemon/utils_threshold.c'; then $(CYGPATH_W) 'src/daemon/utils_threshold.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/utils_threshold.c'; fi` + +src/daemon/collectd-cmd_windows.o: src/daemon/cmd_windows.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-cmd_windows.o -MD -MP -MF src/daemon/$(DEPDIR)/collectd-cmd_windows.Tpo -c -o src/daemon/collectd-cmd_windows.o `test -f 'src/daemon/cmd_windows.c' || echo '$(srcdir)/'`src/daemon/cmd_windows.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-cmd_windows.Tpo src/daemon/$(DEPDIR)/collectd-cmd_windows.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/cmd_windows.c' object='src/daemon/collectd-cmd_windows.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-cmd_windows.o `test -f 'src/daemon/cmd_windows.c' || echo '$(srcdir)/'`src/daemon/cmd_windows.c + +src/daemon/collectd-cmd_windows.obj: src/daemon/cmd_windows.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-cmd_windows.obj -MD -MP -MF src/daemon/$(DEPDIR)/collectd-cmd_windows.Tpo -c -o src/daemon/collectd-cmd_windows.obj `if test -f 'src/daemon/cmd_windows.c'; then $(CYGPATH_W) 'src/daemon/cmd_windows.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/cmd_windows.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-cmd_windows.Tpo src/daemon/$(DEPDIR)/collectd-cmd_windows.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/cmd_windows.c' object='src/daemon/collectd-cmd_windows.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-cmd_windows.obj `if test -f 'src/daemon/cmd_windows.c'; then $(CYGPATH_W) 'src/daemon/cmd_windows.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/cmd_windows.c'; fi` + +src/daemon/collectd-cmd.o: src/daemon/cmd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-cmd.o -MD -MP -MF src/daemon/$(DEPDIR)/collectd-cmd.Tpo -c -o src/daemon/collectd-cmd.o `test -f 'src/daemon/cmd.c' || echo '$(srcdir)/'`src/daemon/cmd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-cmd.Tpo src/daemon/$(DEPDIR)/collectd-cmd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/cmd.c' object='src/daemon/collectd-cmd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-cmd.o `test -f 'src/daemon/cmd.c' || echo '$(srcdir)/'`src/daemon/cmd.c + +src/daemon/collectd-cmd.obj: src/daemon/cmd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -MT src/daemon/collectd-cmd.obj -MD -MP -MF src/daemon/$(DEPDIR)/collectd-cmd.Tpo -c -o src/daemon/collectd-cmd.obj `if test -f 'src/daemon/cmd.c'; then $(CYGPATH_W) 'src/daemon/cmd.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/cmd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/collectd-cmd.Tpo src/daemon/$(DEPDIR)/collectd-cmd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/cmd.c' object='src/daemon/collectd-cmd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_CPPFLAGS) $(CPPFLAGS) $(collectd_CFLAGS) $(CFLAGS) -c -o src/daemon/collectd-cmd.obj `if test -f 'src/daemon/cmd.c'; then $(CYGPATH_W) 'src/daemon/cmd.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/cmd.c'; fi` + +src/collectd_nagios-collectd-nagios.o: src/collectd-nagios.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_nagios_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/collectd_nagios-collectd-nagios.o -MD -MP -MF src/$(DEPDIR)/collectd_nagios-collectd-nagios.Tpo -c -o src/collectd_nagios-collectd-nagios.o `test -f 'src/collectd-nagios.c' || echo '$(srcdir)/'`src/collectd-nagios.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/collectd_nagios-collectd-nagios.Tpo src/$(DEPDIR)/collectd_nagios-collectd-nagios.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/collectd-nagios.c' object='src/collectd_nagios-collectd-nagios.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_nagios_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/collectd_nagios-collectd-nagios.o `test -f 'src/collectd-nagios.c' || echo '$(srcdir)/'`src/collectd-nagios.c + +src/collectd_nagios-collectd-nagios.obj: src/collectd-nagios.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_nagios_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/collectd_nagios-collectd-nagios.obj -MD -MP -MF src/$(DEPDIR)/collectd_nagios-collectd-nagios.Tpo -c -o src/collectd_nagios-collectd-nagios.obj `if test -f 'src/collectd-nagios.c'; then $(CYGPATH_W) 'src/collectd-nagios.c'; else $(CYGPATH_W) '$(srcdir)/src/collectd-nagios.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/collectd_nagios-collectd-nagios.Tpo src/$(DEPDIR)/collectd_nagios-collectd-nagios.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/collectd-nagios.c' object='src/collectd_nagios-collectd-nagios.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_nagios_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/collectd_nagios-collectd-nagios.obj `if test -f 'src/collectd-nagios.c'; then $(CYGPATH_W) 'src/collectd-nagios.c'; else $(CYGPATH_W) '$(srcdir)/src/collectd-nagios.c'; fi` + +src/collectd_tg-collectd-tg.o: src/collectd-tg.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_tg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/collectd_tg-collectd-tg.o -MD -MP -MF src/$(DEPDIR)/collectd_tg-collectd-tg.Tpo -c -o src/collectd_tg-collectd-tg.o `test -f 'src/collectd-tg.c' || echo '$(srcdir)/'`src/collectd-tg.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/collectd_tg-collectd-tg.Tpo src/$(DEPDIR)/collectd_tg-collectd-tg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/collectd-tg.c' object='src/collectd_tg-collectd-tg.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_tg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/collectd_tg-collectd-tg.o `test -f 'src/collectd-tg.c' || echo '$(srcdir)/'`src/collectd-tg.c + +src/collectd_tg-collectd-tg.obj: src/collectd-tg.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_tg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/collectd_tg-collectd-tg.obj -MD -MP -MF src/$(DEPDIR)/collectd_tg-collectd-tg.Tpo -c -o src/collectd_tg-collectd-tg.obj `if test -f 'src/collectd-tg.c'; then $(CYGPATH_W) 'src/collectd-tg.c'; else $(CYGPATH_W) '$(srcdir)/src/collectd-tg.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/collectd_tg-collectd-tg.Tpo src/$(DEPDIR)/collectd_tg-collectd-tg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/collectd-tg.c' object='src/collectd_tg-collectd-tg.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectd_tg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/collectd_tg-collectd-tg.obj `if test -f 'src/collectd-tg.c'; then $(CYGPATH_W) 'src/collectd-tg.c'; else $(CYGPATH_W) '$(srcdir)/src/collectd-tg.c'; fi` + +src/collectdctl-collectdctl.o: src/collectdctl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectdctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/collectdctl-collectdctl.o -MD -MP -MF src/$(DEPDIR)/collectdctl-collectdctl.Tpo -c -o src/collectdctl-collectdctl.o `test -f 'src/collectdctl.c' || echo '$(srcdir)/'`src/collectdctl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/collectdctl-collectdctl.Tpo src/$(DEPDIR)/collectdctl-collectdctl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/collectdctl.c' object='src/collectdctl-collectdctl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectdctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/collectdctl-collectdctl.o `test -f 'src/collectdctl.c' || echo '$(srcdir)/'`src/collectdctl.c + +src/collectdctl-collectdctl.obj: src/collectdctl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectdctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/collectdctl-collectdctl.obj -MD -MP -MF src/$(DEPDIR)/collectdctl-collectdctl.Tpo -c -o src/collectdctl-collectdctl.obj `if test -f 'src/collectdctl.c'; then $(CYGPATH_W) 'src/collectdctl.c'; else $(CYGPATH_W) '$(srcdir)/src/collectdctl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/collectdctl-collectdctl.Tpo src/$(DEPDIR)/collectdctl-collectdctl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/collectdctl.c' object='src/collectdctl-collectdctl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(collectdctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/collectdctl-collectdctl.obj `if test -f 'src/collectdctl.c'; then $(CYGPATH_W) 'src/collectdctl.c'; else $(CYGPATH_W) '$(srcdir)/src/collectdctl.c'; fi` + +src/libcollectdclient/test_libcollectd_network_parse-network_parse_test.o: src/libcollectdclient/network_parse_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_libcollectd_network_parse_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libcollectdclient/test_libcollectd_network_parse-network_parse_test.o -MD -MP -MF src/libcollectdclient/$(DEPDIR)/test_libcollectd_network_parse-network_parse_test.Tpo -c -o src/libcollectdclient/test_libcollectd_network_parse-network_parse_test.o `test -f 'src/libcollectdclient/network_parse_test.c' || echo '$(srcdir)/'`src/libcollectdclient/network_parse_test.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/libcollectdclient/$(DEPDIR)/test_libcollectd_network_parse-network_parse_test.Tpo src/libcollectdclient/$(DEPDIR)/test_libcollectd_network_parse-network_parse_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/libcollectdclient/network_parse_test.c' object='src/libcollectdclient/test_libcollectd_network_parse-network_parse_test.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_libcollectd_network_parse_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libcollectdclient/test_libcollectd_network_parse-network_parse_test.o `test -f 'src/libcollectdclient/network_parse_test.c' || echo '$(srcdir)/'`src/libcollectdclient/network_parse_test.c + +src/libcollectdclient/test_libcollectd_network_parse-network_parse_test.obj: src/libcollectdclient/network_parse_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_libcollectd_network_parse_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/libcollectdclient/test_libcollectd_network_parse-network_parse_test.obj -MD -MP -MF src/libcollectdclient/$(DEPDIR)/test_libcollectd_network_parse-network_parse_test.Tpo -c -o src/libcollectdclient/test_libcollectd_network_parse-network_parse_test.obj `if test -f 'src/libcollectdclient/network_parse_test.c'; then $(CYGPATH_W) 'src/libcollectdclient/network_parse_test.c'; else $(CYGPATH_W) '$(srcdir)/src/libcollectdclient/network_parse_test.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/libcollectdclient/$(DEPDIR)/test_libcollectd_network_parse-network_parse_test.Tpo src/libcollectdclient/$(DEPDIR)/test_libcollectd_network_parse-network_parse_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/libcollectdclient/network_parse_test.c' object='src/libcollectdclient/test_libcollectd_network_parse-network_parse_test.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_libcollectd_network_parse_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/libcollectdclient/test_libcollectd_network_parse-network_parse_test.obj `if test -f 'src/libcollectdclient/network_parse_test.c'; then $(CYGPATH_W) 'src/libcollectdclient/network_parse_test.c'; else $(CYGPATH_W) '$(srcdir)/src/libcollectdclient/network_parse_test.c'; fi` + +src/test_plugin_capabilities-capabilities_test.o: src/capabilities_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_capabilities_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_capabilities-capabilities_test.o -MD -MP -MF src/$(DEPDIR)/test_plugin_capabilities-capabilities_test.Tpo -c -o src/test_plugin_capabilities-capabilities_test.o `test -f 'src/capabilities_test.c' || echo '$(srcdir)/'`src/capabilities_test.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_capabilities-capabilities_test.Tpo src/$(DEPDIR)/test_plugin_capabilities-capabilities_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/capabilities_test.c' object='src/test_plugin_capabilities-capabilities_test.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_capabilities_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_capabilities-capabilities_test.o `test -f 'src/capabilities_test.c' || echo '$(srcdir)/'`src/capabilities_test.c + +src/test_plugin_capabilities-capabilities_test.obj: src/capabilities_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_capabilities_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_capabilities-capabilities_test.obj -MD -MP -MF src/$(DEPDIR)/test_plugin_capabilities-capabilities_test.Tpo -c -o src/test_plugin_capabilities-capabilities_test.obj `if test -f 'src/capabilities_test.c'; then $(CYGPATH_W) 'src/capabilities_test.c'; else $(CYGPATH_W) '$(srcdir)/src/capabilities_test.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_capabilities-capabilities_test.Tpo src/$(DEPDIR)/test_plugin_capabilities-capabilities_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/capabilities_test.c' object='src/test_plugin_capabilities-capabilities_test.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_capabilities_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_capabilities-capabilities_test.obj `if test -f 'src/capabilities_test.c'; then $(CYGPATH_W) 'src/capabilities_test.c'; else $(CYGPATH_W) '$(srcdir)/src/capabilities_test.c'; fi` + +src/daemon/test_plugin_capabilities-configfile.o: src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_capabilities_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_capabilities-configfile.o -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_capabilities-configfile.Tpo -c -o src/daemon/test_plugin_capabilities-configfile.o `test -f 'src/daemon/configfile.c' || echo '$(srcdir)/'`src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_capabilities-configfile.Tpo src/daemon/$(DEPDIR)/test_plugin_capabilities-configfile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/configfile.c' object='src/daemon/test_plugin_capabilities-configfile.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_capabilities_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_capabilities-configfile.o `test -f 'src/daemon/configfile.c' || echo '$(srcdir)/'`src/daemon/configfile.c + +src/daemon/test_plugin_capabilities-configfile.obj: src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_capabilities_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_capabilities-configfile.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_capabilities-configfile.Tpo -c -o src/daemon/test_plugin_capabilities-configfile.obj `if test -f 'src/daemon/configfile.c'; then $(CYGPATH_W) 'src/daemon/configfile.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/configfile.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_capabilities-configfile.Tpo src/daemon/$(DEPDIR)/test_plugin_capabilities-configfile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/configfile.c' object='src/daemon/test_plugin_capabilities-configfile.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_capabilities_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_capabilities-configfile.obj `if test -f 'src/daemon/configfile.c'; then $(CYGPATH_W) 'src/daemon/configfile.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/configfile.c'; fi` + +src/daemon/test_plugin_capabilities-types_list.o: src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_capabilities_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_capabilities-types_list.o -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_capabilities-types_list.Tpo -c -o src/daemon/test_plugin_capabilities-types_list.o `test -f 'src/daemon/types_list.c' || echo '$(srcdir)/'`src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_capabilities-types_list.Tpo src/daemon/$(DEPDIR)/test_plugin_capabilities-types_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/types_list.c' object='src/daemon/test_plugin_capabilities-types_list.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_capabilities_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_capabilities-types_list.o `test -f 'src/daemon/types_list.c' || echo '$(srcdir)/'`src/daemon/types_list.c + +src/daemon/test_plugin_capabilities-types_list.obj: src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_capabilities_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_capabilities-types_list.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_capabilities-types_list.Tpo -c -o src/daemon/test_plugin_capabilities-types_list.obj `if test -f 'src/daemon/types_list.c'; then $(CYGPATH_W) 'src/daemon/types_list.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/types_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_capabilities-types_list.Tpo src/daemon/$(DEPDIR)/test_plugin_capabilities-types_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/types_list.c' object='src/daemon/test_plugin_capabilities-types_list.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_capabilities_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_capabilities-types_list.obj `if test -f 'src/daemon/types_list.c'; then $(CYGPATH_W) 'src/daemon/types_list.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/types_list.c'; fi` + +src/test_plugin_ceph-ceph_test.o: src/ceph_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_ceph_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_ceph-ceph_test.o -MD -MP -MF src/$(DEPDIR)/test_plugin_ceph-ceph_test.Tpo -c -o src/test_plugin_ceph-ceph_test.o `test -f 'src/ceph_test.c' || echo '$(srcdir)/'`src/ceph_test.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_ceph-ceph_test.Tpo src/$(DEPDIR)/test_plugin_ceph-ceph_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/ceph_test.c' object='src/test_plugin_ceph-ceph_test.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_ceph_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_ceph-ceph_test.o `test -f 'src/ceph_test.c' || echo '$(srcdir)/'`src/ceph_test.c + +src/test_plugin_ceph-ceph_test.obj: src/ceph_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_ceph_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_ceph-ceph_test.obj -MD -MP -MF src/$(DEPDIR)/test_plugin_ceph-ceph_test.Tpo -c -o src/test_plugin_ceph-ceph_test.obj `if test -f 'src/ceph_test.c'; then $(CYGPATH_W) 'src/ceph_test.c'; else $(CYGPATH_W) '$(srcdir)/src/ceph_test.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_ceph-ceph_test.Tpo src/$(DEPDIR)/test_plugin_ceph-ceph_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/ceph_test.c' object='src/test_plugin_ceph-ceph_test.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_ceph_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_ceph-ceph_test.obj `if test -f 'src/ceph_test.c'; then $(CYGPATH_W) 'src/ceph_test.c'; else $(CYGPATH_W) '$(srcdir)/src/ceph_test.c'; fi` + +src/test_plugin_curl_json-curl_json_test.o: src/curl_json_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_curl_json_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_curl_json-curl_json_test.o -MD -MP -MF src/$(DEPDIR)/test_plugin_curl_json-curl_json_test.Tpo -c -o src/test_plugin_curl_json-curl_json_test.o `test -f 'src/curl_json_test.c' || echo '$(srcdir)/'`src/curl_json_test.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_curl_json-curl_json_test.Tpo src/$(DEPDIR)/test_plugin_curl_json-curl_json_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/curl_json_test.c' object='src/test_plugin_curl_json-curl_json_test.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_curl_json_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_curl_json-curl_json_test.o `test -f 'src/curl_json_test.c' || echo '$(srcdir)/'`src/curl_json_test.c + +src/test_plugin_curl_json-curl_json_test.obj: src/curl_json_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_curl_json_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_curl_json-curl_json_test.obj -MD -MP -MF src/$(DEPDIR)/test_plugin_curl_json-curl_json_test.Tpo -c -o src/test_plugin_curl_json-curl_json_test.obj `if test -f 'src/curl_json_test.c'; then $(CYGPATH_W) 'src/curl_json_test.c'; else $(CYGPATH_W) '$(srcdir)/src/curl_json_test.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_curl_json-curl_json_test.Tpo src/$(DEPDIR)/test_plugin_curl_json-curl_json_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/curl_json_test.c' object='src/test_plugin_curl_json-curl_json_test.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_curl_json_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_curl_json-curl_json_test.obj `if test -f 'src/curl_json_test.c'; then $(CYGPATH_W) 'src/curl_json_test.c'; else $(CYGPATH_W) '$(srcdir)/src/curl_json_test.c'; fi` + +src/utils/curl_stats/test_plugin_curl_json-curl_stats.o: src/utils/curl_stats/curl_stats.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_curl_json_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/curl_stats/test_plugin_curl_json-curl_stats.o -MD -MP -MF src/utils/curl_stats/$(DEPDIR)/test_plugin_curl_json-curl_stats.Tpo -c -o src/utils/curl_stats/test_plugin_curl_json-curl_stats.o `test -f 'src/utils/curl_stats/curl_stats.c' || echo '$(srcdir)/'`src/utils/curl_stats/curl_stats.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/curl_stats/$(DEPDIR)/test_plugin_curl_json-curl_stats.Tpo src/utils/curl_stats/$(DEPDIR)/test_plugin_curl_json-curl_stats.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/curl_stats/curl_stats.c' object='src/utils/curl_stats/test_plugin_curl_json-curl_stats.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_curl_json_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/curl_stats/test_plugin_curl_json-curl_stats.o `test -f 'src/utils/curl_stats/curl_stats.c' || echo '$(srcdir)/'`src/utils/curl_stats/curl_stats.c + +src/utils/curl_stats/test_plugin_curl_json-curl_stats.obj: src/utils/curl_stats/curl_stats.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_curl_json_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/curl_stats/test_plugin_curl_json-curl_stats.obj -MD -MP -MF src/utils/curl_stats/$(DEPDIR)/test_plugin_curl_json-curl_stats.Tpo -c -o src/utils/curl_stats/test_plugin_curl_json-curl_stats.obj `if test -f 'src/utils/curl_stats/curl_stats.c'; then $(CYGPATH_W) 'src/utils/curl_stats/curl_stats.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/curl_stats/curl_stats.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/curl_stats/$(DEPDIR)/test_plugin_curl_json-curl_stats.Tpo src/utils/curl_stats/$(DEPDIR)/test_plugin_curl_json-curl_stats.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/curl_stats/curl_stats.c' object='src/utils/curl_stats/test_plugin_curl_json-curl_stats.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_curl_json_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/curl_stats/test_plugin_curl_json-curl_stats.obj `if test -f 'src/utils/curl_stats/curl_stats.c'; then $(CYGPATH_W) 'src/utils/curl_stats/curl_stats.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/curl_stats/curl_stats.c'; fi` + +src/daemon/test_plugin_curl_json-configfile.o: src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_curl_json_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_curl_json-configfile.o -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_curl_json-configfile.Tpo -c -o src/daemon/test_plugin_curl_json-configfile.o `test -f 'src/daemon/configfile.c' || echo '$(srcdir)/'`src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_curl_json-configfile.Tpo src/daemon/$(DEPDIR)/test_plugin_curl_json-configfile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/configfile.c' object='src/daemon/test_plugin_curl_json-configfile.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_curl_json_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_curl_json-configfile.o `test -f 'src/daemon/configfile.c' || echo '$(srcdir)/'`src/daemon/configfile.c + +src/daemon/test_plugin_curl_json-configfile.obj: src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_curl_json_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_curl_json-configfile.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_curl_json-configfile.Tpo -c -o src/daemon/test_plugin_curl_json-configfile.obj `if test -f 'src/daemon/configfile.c'; then $(CYGPATH_W) 'src/daemon/configfile.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/configfile.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_curl_json-configfile.Tpo src/daemon/$(DEPDIR)/test_plugin_curl_json-configfile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/configfile.c' object='src/daemon/test_plugin_curl_json-configfile.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_curl_json_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_curl_json-configfile.obj `if test -f 'src/daemon/configfile.c'; then $(CYGPATH_W) 'src/daemon/configfile.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/configfile.c'; fi` + +src/daemon/test_plugin_curl_json-types_list.o: src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_curl_json_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_curl_json-types_list.o -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_curl_json-types_list.Tpo -c -o src/daemon/test_plugin_curl_json-types_list.o `test -f 'src/daemon/types_list.c' || echo '$(srcdir)/'`src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_curl_json-types_list.Tpo src/daemon/$(DEPDIR)/test_plugin_curl_json-types_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/types_list.c' object='src/daemon/test_plugin_curl_json-types_list.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_curl_json_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_curl_json-types_list.o `test -f 'src/daemon/types_list.c' || echo '$(srcdir)/'`src/daemon/types_list.c + +src/daemon/test_plugin_curl_json-types_list.obj: src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_curl_json_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_curl_json-types_list.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_curl_json-types_list.Tpo -c -o src/daemon/test_plugin_curl_json-types_list.obj `if test -f 'src/daemon/types_list.c'; then $(CYGPATH_W) 'src/daemon/types_list.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/types_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_curl_json-types_list.Tpo src/daemon/$(DEPDIR)/test_plugin_curl_json-types_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/types_list.c' object='src/daemon/test_plugin_curl_json-types_list.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_curl_json_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_curl_json-types_list.obj `if test -f 'src/daemon/types_list.c'; then $(CYGPATH_W) 'src/daemon/types_list.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/types_list.c'; fi` + +src/test_plugin_intel_rdt-intel_rdt_test.o: src/intel_rdt_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_intel_rdt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_intel_rdt-intel_rdt_test.o -MD -MP -MF src/$(DEPDIR)/test_plugin_intel_rdt-intel_rdt_test.Tpo -c -o src/test_plugin_intel_rdt-intel_rdt_test.o `test -f 'src/intel_rdt_test.c' || echo '$(srcdir)/'`src/intel_rdt_test.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_intel_rdt-intel_rdt_test.Tpo src/$(DEPDIR)/test_plugin_intel_rdt-intel_rdt_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/intel_rdt_test.c' object='src/test_plugin_intel_rdt-intel_rdt_test.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_intel_rdt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_intel_rdt-intel_rdt_test.o `test -f 'src/intel_rdt_test.c' || echo '$(srcdir)/'`src/intel_rdt_test.c + +src/test_plugin_intel_rdt-intel_rdt_test.obj: src/intel_rdt_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_intel_rdt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_intel_rdt-intel_rdt_test.obj -MD -MP -MF src/$(DEPDIR)/test_plugin_intel_rdt-intel_rdt_test.Tpo -c -o src/test_plugin_intel_rdt-intel_rdt_test.obj `if test -f 'src/intel_rdt_test.c'; then $(CYGPATH_W) 'src/intel_rdt_test.c'; else $(CYGPATH_W) '$(srcdir)/src/intel_rdt_test.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_intel_rdt-intel_rdt_test.Tpo src/$(DEPDIR)/test_plugin_intel_rdt-intel_rdt_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/intel_rdt_test.c' object='src/test_plugin_intel_rdt-intel_rdt_test.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_intel_rdt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_intel_rdt-intel_rdt_test.obj `if test -f 'src/intel_rdt_test.c'; then $(CYGPATH_W) 'src/intel_rdt_test.c'; else $(CYGPATH_W) '$(srcdir)/src/intel_rdt_test.c'; fi` + +src/utils/config_cores/test_plugin_intel_rdt-config_cores.o: src/utils/config_cores/config_cores.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_intel_rdt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/config_cores/test_plugin_intel_rdt-config_cores.o -MD -MP -MF src/utils/config_cores/$(DEPDIR)/test_plugin_intel_rdt-config_cores.Tpo -c -o src/utils/config_cores/test_plugin_intel_rdt-config_cores.o `test -f 'src/utils/config_cores/config_cores.c' || echo '$(srcdir)/'`src/utils/config_cores/config_cores.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/config_cores/$(DEPDIR)/test_plugin_intel_rdt-config_cores.Tpo src/utils/config_cores/$(DEPDIR)/test_plugin_intel_rdt-config_cores.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/config_cores/config_cores.c' object='src/utils/config_cores/test_plugin_intel_rdt-config_cores.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_intel_rdt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/config_cores/test_plugin_intel_rdt-config_cores.o `test -f 'src/utils/config_cores/config_cores.c' || echo '$(srcdir)/'`src/utils/config_cores/config_cores.c + +src/utils/config_cores/test_plugin_intel_rdt-config_cores.obj: src/utils/config_cores/config_cores.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_intel_rdt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/config_cores/test_plugin_intel_rdt-config_cores.obj -MD -MP -MF src/utils/config_cores/$(DEPDIR)/test_plugin_intel_rdt-config_cores.Tpo -c -o src/utils/config_cores/test_plugin_intel_rdt-config_cores.obj `if test -f 'src/utils/config_cores/config_cores.c'; then $(CYGPATH_W) 'src/utils/config_cores/config_cores.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/config_cores/config_cores.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/config_cores/$(DEPDIR)/test_plugin_intel_rdt-config_cores.Tpo src/utils/config_cores/$(DEPDIR)/test_plugin_intel_rdt-config_cores.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/config_cores/config_cores.c' object='src/utils/config_cores/test_plugin_intel_rdt-config_cores.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_intel_rdt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/config_cores/test_plugin_intel_rdt-config_cores.obj `if test -f 'src/utils/config_cores/config_cores.c'; then $(CYGPATH_W) 'src/utils/config_cores/config_cores.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/config_cores/config_cores.c'; fi` + +src/utils/proc_pids/test_plugin_intel_rdt-proc_pids.o: src/utils/proc_pids/proc_pids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_intel_rdt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/proc_pids/test_plugin_intel_rdt-proc_pids.o -MD -MP -MF src/utils/proc_pids/$(DEPDIR)/test_plugin_intel_rdt-proc_pids.Tpo -c -o src/utils/proc_pids/test_plugin_intel_rdt-proc_pids.o `test -f 'src/utils/proc_pids/proc_pids.c' || echo '$(srcdir)/'`src/utils/proc_pids/proc_pids.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/proc_pids/$(DEPDIR)/test_plugin_intel_rdt-proc_pids.Tpo src/utils/proc_pids/$(DEPDIR)/test_plugin_intel_rdt-proc_pids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/proc_pids/proc_pids.c' object='src/utils/proc_pids/test_plugin_intel_rdt-proc_pids.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_intel_rdt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/proc_pids/test_plugin_intel_rdt-proc_pids.o `test -f 'src/utils/proc_pids/proc_pids.c' || echo '$(srcdir)/'`src/utils/proc_pids/proc_pids.c + +src/utils/proc_pids/test_plugin_intel_rdt-proc_pids.obj: src/utils/proc_pids/proc_pids.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_intel_rdt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/proc_pids/test_plugin_intel_rdt-proc_pids.obj -MD -MP -MF src/utils/proc_pids/$(DEPDIR)/test_plugin_intel_rdt-proc_pids.Tpo -c -o src/utils/proc_pids/test_plugin_intel_rdt-proc_pids.obj `if test -f 'src/utils/proc_pids/proc_pids.c'; then $(CYGPATH_W) 'src/utils/proc_pids/proc_pids.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/proc_pids/proc_pids.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/proc_pids/$(DEPDIR)/test_plugin_intel_rdt-proc_pids.Tpo src/utils/proc_pids/$(DEPDIR)/test_plugin_intel_rdt-proc_pids.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/proc_pids/proc_pids.c' object='src/utils/proc_pids/test_plugin_intel_rdt-proc_pids.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_intel_rdt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/proc_pids/test_plugin_intel_rdt-proc_pids.obj `if test -f 'src/utils/proc_pids/proc_pids.c'; then $(CYGPATH_W) 'src/utils/proc_pids/proc_pids.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/proc_pids/proc_pids.c'; fi` + +src/daemon/test_plugin_intel_rdt-configfile.o: src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_intel_rdt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_intel_rdt-configfile.o -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_intel_rdt-configfile.Tpo -c -o src/daemon/test_plugin_intel_rdt-configfile.o `test -f 'src/daemon/configfile.c' || echo '$(srcdir)/'`src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_intel_rdt-configfile.Tpo src/daemon/$(DEPDIR)/test_plugin_intel_rdt-configfile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/configfile.c' object='src/daemon/test_plugin_intel_rdt-configfile.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_intel_rdt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_intel_rdt-configfile.o `test -f 'src/daemon/configfile.c' || echo '$(srcdir)/'`src/daemon/configfile.c + +src/daemon/test_plugin_intel_rdt-configfile.obj: src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_intel_rdt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_intel_rdt-configfile.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_intel_rdt-configfile.Tpo -c -o src/daemon/test_plugin_intel_rdt-configfile.obj `if test -f 'src/daemon/configfile.c'; then $(CYGPATH_W) 'src/daemon/configfile.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/configfile.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_intel_rdt-configfile.Tpo src/daemon/$(DEPDIR)/test_plugin_intel_rdt-configfile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/configfile.c' object='src/daemon/test_plugin_intel_rdt-configfile.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_intel_rdt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_intel_rdt-configfile.obj `if test -f 'src/daemon/configfile.c'; then $(CYGPATH_W) 'src/daemon/configfile.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/configfile.c'; fi` + +src/daemon/test_plugin_intel_rdt-types_list.o: src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_intel_rdt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_intel_rdt-types_list.o -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_intel_rdt-types_list.Tpo -c -o src/daemon/test_plugin_intel_rdt-types_list.o `test -f 'src/daemon/types_list.c' || echo '$(srcdir)/'`src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_intel_rdt-types_list.Tpo src/daemon/$(DEPDIR)/test_plugin_intel_rdt-types_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/types_list.c' object='src/daemon/test_plugin_intel_rdt-types_list.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_intel_rdt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_intel_rdt-types_list.o `test -f 'src/daemon/types_list.c' || echo '$(srcdir)/'`src/daemon/types_list.c + +src/daemon/test_plugin_intel_rdt-types_list.obj: src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_intel_rdt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_intel_rdt-types_list.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_intel_rdt-types_list.Tpo -c -o src/daemon/test_plugin_intel_rdt-types_list.obj `if test -f 'src/daemon/types_list.c'; then $(CYGPATH_W) 'src/daemon/types_list.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/types_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_intel_rdt-types_list.Tpo src/daemon/$(DEPDIR)/test_plugin_intel_rdt-types_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/types_list.c' object='src/daemon/test_plugin_intel_rdt-types_list.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_intel_rdt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_intel_rdt-types_list.obj `if test -f 'src/daemon/types_list.c'; then $(CYGPATH_W) 'src/daemon/types_list.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/types_list.c'; fi` + +src/test_plugin_logparser-logparser_test.o: src/logparser_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_logparser-logparser_test.o -MD -MP -MF src/$(DEPDIR)/test_plugin_logparser-logparser_test.Tpo -c -o src/test_plugin_logparser-logparser_test.o `test -f 'src/logparser_test.c' || echo '$(srcdir)/'`src/logparser_test.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_logparser-logparser_test.Tpo src/$(DEPDIR)/test_plugin_logparser-logparser_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/logparser_test.c' object='src/test_plugin_logparser-logparser_test.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_logparser-logparser_test.o `test -f 'src/logparser_test.c' || echo '$(srcdir)/'`src/logparser_test.c + +src/test_plugin_logparser-logparser_test.obj: src/logparser_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_logparser-logparser_test.obj -MD -MP -MF src/$(DEPDIR)/test_plugin_logparser-logparser_test.Tpo -c -o src/test_plugin_logparser-logparser_test.obj `if test -f 'src/logparser_test.c'; then $(CYGPATH_W) 'src/logparser_test.c'; else $(CYGPATH_W) '$(srcdir)/src/logparser_test.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_logparser-logparser_test.Tpo src/$(DEPDIR)/test_plugin_logparser-logparser_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/logparser_test.c' object='src/test_plugin_logparser-logparser_test.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_logparser-logparser_test.obj `if test -f 'src/logparser_test.c'; then $(CYGPATH_W) 'src/logparser_test.c'; else $(CYGPATH_W) '$(srcdir)/src/logparser_test.c'; fi` + +src/utils/message_parser/test_plugin_logparser-message_parser.o: src/utils/message_parser/message_parser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/message_parser/test_plugin_logparser-message_parser.o -MD -MP -MF src/utils/message_parser/$(DEPDIR)/test_plugin_logparser-message_parser.Tpo -c -o src/utils/message_parser/test_plugin_logparser-message_parser.o `test -f 'src/utils/message_parser/message_parser.c' || echo '$(srcdir)/'`src/utils/message_parser/message_parser.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/message_parser/$(DEPDIR)/test_plugin_logparser-message_parser.Tpo src/utils/message_parser/$(DEPDIR)/test_plugin_logparser-message_parser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/message_parser/message_parser.c' object='src/utils/message_parser/test_plugin_logparser-message_parser.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/message_parser/test_plugin_logparser-message_parser.o `test -f 'src/utils/message_parser/message_parser.c' || echo '$(srcdir)/'`src/utils/message_parser/message_parser.c + +src/utils/message_parser/test_plugin_logparser-message_parser.obj: src/utils/message_parser/message_parser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/message_parser/test_plugin_logparser-message_parser.obj -MD -MP -MF src/utils/message_parser/$(DEPDIR)/test_plugin_logparser-message_parser.Tpo -c -o src/utils/message_parser/test_plugin_logparser-message_parser.obj `if test -f 'src/utils/message_parser/message_parser.c'; then $(CYGPATH_W) 'src/utils/message_parser/message_parser.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/message_parser/message_parser.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/message_parser/$(DEPDIR)/test_plugin_logparser-message_parser.Tpo src/utils/message_parser/$(DEPDIR)/test_plugin_logparser-message_parser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/message_parser/message_parser.c' object='src/utils/message_parser/test_plugin_logparser-message_parser.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/message_parser/test_plugin_logparser-message_parser.obj `if test -f 'src/utils/message_parser/message_parser.c'; then $(CYGPATH_W) 'src/utils/message_parser/message_parser.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/message_parser/message_parser.c'; fi` + +src/test_plugin_logparser-utils_tail_match.o: src/utils_tail_match.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_logparser-utils_tail_match.o -MD -MP -MF src/$(DEPDIR)/test_plugin_logparser-utils_tail_match.Tpo -c -o src/test_plugin_logparser-utils_tail_match.o `test -f 'src/utils_tail_match.c' || echo '$(srcdir)/'`src/utils_tail_match.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_logparser-utils_tail_match.Tpo src/$(DEPDIR)/test_plugin_logparser-utils_tail_match.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils_tail_match.c' object='src/test_plugin_logparser-utils_tail_match.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_logparser-utils_tail_match.o `test -f 'src/utils_tail_match.c' || echo '$(srcdir)/'`src/utils_tail_match.c + +src/test_plugin_logparser-utils_tail_match.obj: src/utils_tail_match.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_logparser-utils_tail_match.obj -MD -MP -MF src/$(DEPDIR)/test_plugin_logparser-utils_tail_match.Tpo -c -o src/test_plugin_logparser-utils_tail_match.obj `if test -f 'src/utils_tail_match.c'; then $(CYGPATH_W) 'src/utils_tail_match.c'; else $(CYGPATH_W) '$(srcdir)/src/utils_tail_match.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_logparser-utils_tail_match.Tpo src/$(DEPDIR)/test_plugin_logparser-utils_tail_match.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils_tail_match.c' object='src/test_plugin_logparser-utils_tail_match.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_logparser-utils_tail_match.obj `if test -f 'src/utils_tail_match.c'; then $(CYGPATH_W) 'src/utils_tail_match.c'; else $(CYGPATH_W) '$(srcdir)/src/utils_tail_match.c'; fi` + +src/utils/tail/test_plugin_logparser-tail.o: src/utils/tail/tail.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/tail/test_plugin_logparser-tail.o -MD -MP -MF src/utils/tail/$(DEPDIR)/test_plugin_logparser-tail.Tpo -c -o src/utils/tail/test_plugin_logparser-tail.o `test -f 'src/utils/tail/tail.c' || echo '$(srcdir)/'`src/utils/tail/tail.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/tail/$(DEPDIR)/test_plugin_logparser-tail.Tpo src/utils/tail/$(DEPDIR)/test_plugin_logparser-tail.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/tail/tail.c' object='src/utils/tail/test_plugin_logparser-tail.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/tail/test_plugin_logparser-tail.o `test -f 'src/utils/tail/tail.c' || echo '$(srcdir)/'`src/utils/tail/tail.c + +src/utils/tail/test_plugin_logparser-tail.obj: src/utils/tail/tail.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/tail/test_plugin_logparser-tail.obj -MD -MP -MF src/utils/tail/$(DEPDIR)/test_plugin_logparser-tail.Tpo -c -o src/utils/tail/test_plugin_logparser-tail.obj `if test -f 'src/utils/tail/tail.c'; then $(CYGPATH_W) 'src/utils/tail/tail.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/tail/tail.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/tail/$(DEPDIR)/test_plugin_logparser-tail.Tpo src/utils/tail/$(DEPDIR)/test_plugin_logparser-tail.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/tail/tail.c' object='src/utils/tail/test_plugin_logparser-tail.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/tail/test_plugin_logparser-tail.obj `if test -f 'src/utils/tail/tail.c'; then $(CYGPATH_W) 'src/utils/tail/tail.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/tail/tail.c'; fi` + +src/utils/match/test_plugin_logparser-match.o: src/utils/match/match.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/match/test_plugin_logparser-match.o -MD -MP -MF src/utils/match/$(DEPDIR)/test_plugin_logparser-match.Tpo -c -o src/utils/match/test_plugin_logparser-match.o `test -f 'src/utils/match/match.c' || echo '$(srcdir)/'`src/utils/match/match.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/match/$(DEPDIR)/test_plugin_logparser-match.Tpo src/utils/match/$(DEPDIR)/test_plugin_logparser-match.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/match/match.c' object='src/utils/match/test_plugin_logparser-match.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/match/test_plugin_logparser-match.o `test -f 'src/utils/match/match.c' || echo '$(srcdir)/'`src/utils/match/match.c + +src/utils/match/test_plugin_logparser-match.obj: src/utils/match/match.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/match/test_plugin_logparser-match.obj -MD -MP -MF src/utils/match/$(DEPDIR)/test_plugin_logparser-match.Tpo -c -o src/utils/match/test_plugin_logparser-match.obj `if test -f 'src/utils/match/match.c'; then $(CYGPATH_W) 'src/utils/match/match.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/match/match.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/match/$(DEPDIR)/test_plugin_logparser-match.Tpo src/utils/match/$(DEPDIR)/test_plugin_logparser-match.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/match/match.c' object='src/utils/match/test_plugin_logparser-match.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/match/test_plugin_logparser-match.obj `if test -f 'src/utils/match/match.c'; then $(CYGPATH_W) 'src/utils/match/match.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/match/match.c'; fi` + +src/daemon/test_plugin_logparser-configfile.o: src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_logparser-configfile.o -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_logparser-configfile.Tpo -c -o src/daemon/test_plugin_logparser-configfile.o `test -f 'src/daemon/configfile.c' || echo '$(srcdir)/'`src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_logparser-configfile.Tpo src/daemon/$(DEPDIR)/test_plugin_logparser-configfile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/configfile.c' object='src/daemon/test_plugin_logparser-configfile.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_logparser-configfile.o `test -f 'src/daemon/configfile.c' || echo '$(srcdir)/'`src/daemon/configfile.c + +src/daemon/test_plugin_logparser-configfile.obj: src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_logparser-configfile.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_logparser-configfile.Tpo -c -o src/daemon/test_plugin_logparser-configfile.obj `if test -f 'src/daemon/configfile.c'; then $(CYGPATH_W) 'src/daemon/configfile.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/configfile.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_logparser-configfile.Tpo src/daemon/$(DEPDIR)/test_plugin_logparser-configfile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/configfile.c' object='src/daemon/test_plugin_logparser-configfile.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_logparser-configfile.obj `if test -f 'src/daemon/configfile.c'; then $(CYGPATH_W) 'src/daemon/configfile.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/configfile.c'; fi` + +src/daemon/test_plugin_logparser-types_list.o: src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_logparser-types_list.o -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_logparser-types_list.Tpo -c -o src/daemon/test_plugin_logparser-types_list.o `test -f 'src/daemon/types_list.c' || echo '$(srcdir)/'`src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_logparser-types_list.Tpo src/daemon/$(DEPDIR)/test_plugin_logparser-types_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/types_list.c' object='src/daemon/test_plugin_logparser-types_list.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_logparser-types_list.o `test -f 'src/daemon/types_list.c' || echo '$(srcdir)/'`src/daemon/types_list.c + +src/daemon/test_plugin_logparser-types_list.obj: src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_logparser-types_list.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_logparser-types_list.Tpo -c -o src/daemon/test_plugin_logparser-types_list.obj `if test -f 'src/daemon/types_list.c'; then $(CYGPATH_W) 'src/daemon/types_list.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/types_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_logparser-types_list.Tpo src/daemon/$(DEPDIR)/test_plugin_logparser-types_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/types_list.c' object='src/daemon/test_plugin_logparser-types_list.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_logparser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_logparser-types_list.obj `if test -f 'src/daemon/types_list.c'; then $(CYGPATH_W) 'src/daemon/types_list.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/types_list.c'; fi` + +src/test_plugin_network-network_test.o: src/network_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_network_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_network-network_test.o -MD -MP -MF src/$(DEPDIR)/test_plugin_network-network_test.Tpo -c -o src/test_plugin_network-network_test.o `test -f 'src/network_test.c' || echo '$(srcdir)/'`src/network_test.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_network-network_test.Tpo src/$(DEPDIR)/test_plugin_network-network_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/network_test.c' object='src/test_plugin_network-network_test.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_network_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_network-network_test.o `test -f 'src/network_test.c' || echo '$(srcdir)/'`src/network_test.c + +src/test_plugin_network-network_test.obj: src/network_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_network_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_network-network_test.obj -MD -MP -MF src/$(DEPDIR)/test_plugin_network-network_test.Tpo -c -o src/test_plugin_network-network_test.obj `if test -f 'src/network_test.c'; then $(CYGPATH_W) 'src/network_test.c'; else $(CYGPATH_W) '$(srcdir)/src/network_test.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_network-network_test.Tpo src/$(DEPDIR)/test_plugin_network-network_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/network_test.c' object='src/test_plugin_network-network_test.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_network_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_network-network_test.obj `if test -f 'src/network_test.c'; then $(CYGPATH_W) 'src/network_test.c'; else $(CYGPATH_W) '$(srcdir)/src/network_test.c'; fi` + +src/test_plugin_network-utils_fbhash.o: src/utils_fbhash.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_network_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_network-utils_fbhash.o -MD -MP -MF src/$(DEPDIR)/test_plugin_network-utils_fbhash.Tpo -c -o src/test_plugin_network-utils_fbhash.o `test -f 'src/utils_fbhash.c' || echo '$(srcdir)/'`src/utils_fbhash.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_network-utils_fbhash.Tpo src/$(DEPDIR)/test_plugin_network-utils_fbhash.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils_fbhash.c' object='src/test_plugin_network-utils_fbhash.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_network_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_network-utils_fbhash.o `test -f 'src/utils_fbhash.c' || echo '$(srcdir)/'`src/utils_fbhash.c + +src/test_plugin_network-utils_fbhash.obj: src/utils_fbhash.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_network_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_network-utils_fbhash.obj -MD -MP -MF src/$(DEPDIR)/test_plugin_network-utils_fbhash.Tpo -c -o src/test_plugin_network-utils_fbhash.obj `if test -f 'src/utils_fbhash.c'; then $(CYGPATH_W) 'src/utils_fbhash.c'; else $(CYGPATH_W) '$(srcdir)/src/utils_fbhash.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_network-utils_fbhash.Tpo src/$(DEPDIR)/test_plugin_network-utils_fbhash.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils_fbhash.c' object='src/test_plugin_network-utils_fbhash.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_network_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_network-utils_fbhash.obj `if test -f 'src/utils_fbhash.c'; then $(CYGPATH_W) 'src/utils_fbhash.c'; else $(CYGPATH_W) '$(srcdir)/src/utils_fbhash.c'; fi` + +src/daemon/test_plugin_network-configfile.o: src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_network_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_network-configfile.o -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_network-configfile.Tpo -c -o src/daemon/test_plugin_network-configfile.o `test -f 'src/daemon/configfile.c' || echo '$(srcdir)/'`src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_network-configfile.Tpo src/daemon/$(DEPDIR)/test_plugin_network-configfile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/configfile.c' object='src/daemon/test_plugin_network-configfile.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_network_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_network-configfile.o `test -f 'src/daemon/configfile.c' || echo '$(srcdir)/'`src/daemon/configfile.c + +src/daemon/test_plugin_network-configfile.obj: src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_network_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_network-configfile.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_network-configfile.Tpo -c -o src/daemon/test_plugin_network-configfile.obj `if test -f 'src/daemon/configfile.c'; then $(CYGPATH_W) 'src/daemon/configfile.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/configfile.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_network-configfile.Tpo src/daemon/$(DEPDIR)/test_plugin_network-configfile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/configfile.c' object='src/daemon/test_plugin_network-configfile.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_network_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_network-configfile.obj `if test -f 'src/daemon/configfile.c'; then $(CYGPATH_W) 'src/daemon/configfile.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/configfile.c'; fi` + +src/daemon/test_plugin_network-types_list.o: src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_network_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_network-types_list.o -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_network-types_list.Tpo -c -o src/daemon/test_plugin_network-types_list.o `test -f 'src/daemon/types_list.c' || echo '$(srcdir)/'`src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_network-types_list.Tpo src/daemon/$(DEPDIR)/test_plugin_network-types_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/types_list.c' object='src/daemon/test_plugin_network-types_list.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_network_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_network-types_list.o `test -f 'src/daemon/types_list.c' || echo '$(srcdir)/'`src/daemon/types_list.c + +src/daemon/test_plugin_network-types_list.obj: src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_network_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_network-types_list.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_network-types_list.Tpo -c -o src/daemon/test_plugin_network-types_list.obj `if test -f 'src/daemon/types_list.c'; then $(CYGPATH_W) 'src/daemon/types_list.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/types_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_network-types_list.Tpo src/daemon/$(DEPDIR)/test_plugin_network-types_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/types_list.c' object='src/daemon/test_plugin_network-types_list.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_network_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_network-types_list.obj `if test -f 'src/daemon/types_list.c'; then $(CYGPATH_W) 'src/daemon/types_list.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/types_list.c'; fi` + +src/test_plugin_pcie_errors-pcie_errors_test.o: src/pcie_errors_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_pcie_errors_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_pcie_errors-pcie_errors_test.o -MD -MP -MF src/$(DEPDIR)/test_plugin_pcie_errors-pcie_errors_test.Tpo -c -o src/test_plugin_pcie_errors-pcie_errors_test.o `test -f 'src/pcie_errors_test.c' || echo '$(srcdir)/'`src/pcie_errors_test.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_pcie_errors-pcie_errors_test.Tpo src/$(DEPDIR)/test_plugin_pcie_errors-pcie_errors_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/pcie_errors_test.c' object='src/test_plugin_pcie_errors-pcie_errors_test.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_pcie_errors_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_pcie_errors-pcie_errors_test.o `test -f 'src/pcie_errors_test.c' || echo '$(srcdir)/'`src/pcie_errors_test.c + +src/test_plugin_pcie_errors-pcie_errors_test.obj: src/pcie_errors_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_pcie_errors_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_pcie_errors-pcie_errors_test.obj -MD -MP -MF src/$(DEPDIR)/test_plugin_pcie_errors-pcie_errors_test.Tpo -c -o src/test_plugin_pcie_errors-pcie_errors_test.obj `if test -f 'src/pcie_errors_test.c'; then $(CYGPATH_W) 'src/pcie_errors_test.c'; else $(CYGPATH_W) '$(srcdir)/src/pcie_errors_test.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_pcie_errors-pcie_errors_test.Tpo src/$(DEPDIR)/test_plugin_pcie_errors-pcie_errors_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/pcie_errors_test.c' object='src/test_plugin_pcie_errors-pcie_errors_test.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_pcie_errors_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_pcie_errors-pcie_errors_test.obj `if test -f 'src/pcie_errors_test.c'; then $(CYGPATH_W) 'src/pcie_errors_test.c'; else $(CYGPATH_W) '$(srcdir)/src/pcie_errors_test.c'; fi` + +src/daemon/test_plugin_pcie_errors-utils_llist.o: src/daemon/utils_llist.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_pcie_errors_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_pcie_errors-utils_llist.o -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_pcie_errors-utils_llist.Tpo -c -o src/daemon/test_plugin_pcie_errors-utils_llist.o `test -f 'src/daemon/utils_llist.c' || echo '$(srcdir)/'`src/daemon/utils_llist.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_pcie_errors-utils_llist.Tpo src/daemon/$(DEPDIR)/test_plugin_pcie_errors-utils_llist.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/utils_llist.c' object='src/daemon/test_plugin_pcie_errors-utils_llist.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_pcie_errors_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_pcie_errors-utils_llist.o `test -f 'src/daemon/utils_llist.c' || echo '$(srcdir)/'`src/daemon/utils_llist.c + +src/daemon/test_plugin_pcie_errors-utils_llist.obj: src/daemon/utils_llist.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_pcie_errors_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_pcie_errors-utils_llist.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_pcie_errors-utils_llist.Tpo -c -o src/daemon/test_plugin_pcie_errors-utils_llist.obj `if test -f 'src/daemon/utils_llist.c'; then $(CYGPATH_W) 'src/daemon/utils_llist.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/utils_llist.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_pcie_errors-utils_llist.Tpo src/daemon/$(DEPDIR)/test_plugin_pcie_errors-utils_llist.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/utils_llist.c' object='src/daemon/test_plugin_pcie_errors-utils_llist.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_pcie_errors_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_pcie_errors-utils_llist.obj `if test -f 'src/daemon/utils_llist.c'; then $(CYGPATH_W) 'src/daemon/utils_llist.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/utils_llist.c'; fi` + +src/daemon/test_plugin_pcie_errors-configfile.o: src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_pcie_errors_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_pcie_errors-configfile.o -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_pcie_errors-configfile.Tpo -c -o src/daemon/test_plugin_pcie_errors-configfile.o `test -f 'src/daemon/configfile.c' || echo '$(srcdir)/'`src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_pcie_errors-configfile.Tpo src/daemon/$(DEPDIR)/test_plugin_pcie_errors-configfile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/configfile.c' object='src/daemon/test_plugin_pcie_errors-configfile.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_pcie_errors_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_pcie_errors-configfile.o `test -f 'src/daemon/configfile.c' || echo '$(srcdir)/'`src/daemon/configfile.c + +src/daemon/test_plugin_pcie_errors-configfile.obj: src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_pcie_errors_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_pcie_errors-configfile.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_pcie_errors-configfile.Tpo -c -o src/daemon/test_plugin_pcie_errors-configfile.obj `if test -f 'src/daemon/configfile.c'; then $(CYGPATH_W) 'src/daemon/configfile.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/configfile.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_pcie_errors-configfile.Tpo src/daemon/$(DEPDIR)/test_plugin_pcie_errors-configfile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/configfile.c' object='src/daemon/test_plugin_pcie_errors-configfile.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_pcie_errors_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_pcie_errors-configfile.obj `if test -f 'src/daemon/configfile.c'; then $(CYGPATH_W) 'src/daemon/configfile.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/configfile.c'; fi` + +src/daemon/test_plugin_pcie_errors-types_list.o: src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_pcie_errors_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_pcie_errors-types_list.o -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_pcie_errors-types_list.Tpo -c -o src/daemon/test_plugin_pcie_errors-types_list.o `test -f 'src/daemon/types_list.c' || echo '$(srcdir)/'`src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_pcie_errors-types_list.Tpo src/daemon/$(DEPDIR)/test_plugin_pcie_errors-types_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/types_list.c' object='src/daemon/test_plugin_pcie_errors-types_list.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_pcie_errors_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_pcie_errors-types_list.o `test -f 'src/daemon/types_list.c' || echo '$(srcdir)/'`src/daemon/types_list.c + +src/daemon/test_plugin_pcie_errors-types_list.obj: src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_pcie_errors_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_pcie_errors-types_list.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_pcie_errors-types_list.Tpo -c -o src/daemon/test_plugin_pcie_errors-types_list.obj `if test -f 'src/daemon/types_list.c'; then $(CYGPATH_W) 'src/daemon/types_list.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/types_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_pcie_errors-types_list.Tpo src/daemon/$(DEPDIR)/test_plugin_pcie_errors-types_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/types_list.c' object='src/daemon/test_plugin_pcie_errors-types_list.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_pcie_errors_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_pcie_errors-types_list.obj `if test -f 'src/daemon/types_list.c'; then $(CYGPATH_W) 'src/daemon/types_list.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/types_list.c'; fi` + +src/test_plugin_redfish-redfish_test.o: src/redfish_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_redfish_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_redfish-redfish_test.o -MD -MP -MF src/$(DEPDIR)/test_plugin_redfish-redfish_test.Tpo -c -o src/test_plugin_redfish-redfish_test.o `test -f 'src/redfish_test.c' || echo '$(srcdir)/'`src/redfish_test.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_redfish-redfish_test.Tpo src/$(DEPDIR)/test_plugin_redfish-redfish_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/redfish_test.c' object='src/test_plugin_redfish-redfish_test.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_redfish_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_redfish-redfish_test.o `test -f 'src/redfish_test.c' || echo '$(srcdir)/'`src/redfish_test.c + +src/test_plugin_redfish-redfish_test.obj: src/redfish_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_redfish_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_redfish-redfish_test.obj -MD -MP -MF src/$(DEPDIR)/test_plugin_redfish-redfish_test.Tpo -c -o src/test_plugin_redfish-redfish_test.obj `if test -f 'src/redfish_test.c'; then $(CYGPATH_W) 'src/redfish_test.c'; else $(CYGPATH_W) '$(srcdir)/src/redfish_test.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_redfish-redfish_test.Tpo src/$(DEPDIR)/test_plugin_redfish-redfish_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/redfish_test.c' object='src/test_plugin_redfish-redfish_test.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_redfish_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_redfish-redfish_test.obj `if test -f 'src/redfish_test.c'; then $(CYGPATH_W) 'src/redfish_test.c'; else $(CYGPATH_W) '$(srcdir)/src/redfish_test.c'; fi` + +src/utils/avltree/test_plugin_redfish-avltree.o: src/utils/avltree/avltree.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_redfish_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/avltree/test_plugin_redfish-avltree.o -MD -MP -MF src/utils/avltree/$(DEPDIR)/test_plugin_redfish-avltree.Tpo -c -o src/utils/avltree/test_plugin_redfish-avltree.o `test -f 'src/utils/avltree/avltree.c' || echo '$(srcdir)/'`src/utils/avltree/avltree.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/avltree/$(DEPDIR)/test_plugin_redfish-avltree.Tpo src/utils/avltree/$(DEPDIR)/test_plugin_redfish-avltree.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/avltree/avltree.c' object='src/utils/avltree/test_plugin_redfish-avltree.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_redfish_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/avltree/test_plugin_redfish-avltree.o `test -f 'src/utils/avltree/avltree.c' || echo '$(srcdir)/'`src/utils/avltree/avltree.c + +src/utils/avltree/test_plugin_redfish-avltree.obj: src/utils/avltree/avltree.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_redfish_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/avltree/test_plugin_redfish-avltree.obj -MD -MP -MF src/utils/avltree/$(DEPDIR)/test_plugin_redfish-avltree.Tpo -c -o src/utils/avltree/test_plugin_redfish-avltree.obj `if test -f 'src/utils/avltree/avltree.c'; then $(CYGPATH_W) 'src/utils/avltree/avltree.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/avltree/avltree.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/avltree/$(DEPDIR)/test_plugin_redfish-avltree.Tpo src/utils/avltree/$(DEPDIR)/test_plugin_redfish-avltree.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/avltree/avltree.c' object='src/utils/avltree/test_plugin_redfish-avltree.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_redfish_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/avltree/test_plugin_redfish-avltree.obj `if test -f 'src/utils/avltree/avltree.c'; then $(CYGPATH_W) 'src/utils/avltree/avltree.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/avltree/avltree.c'; fi` + +src/daemon/test_plugin_redfish-utils_llist.o: src/daemon/utils_llist.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_redfish_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_redfish-utils_llist.o -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_redfish-utils_llist.Tpo -c -o src/daemon/test_plugin_redfish-utils_llist.o `test -f 'src/daemon/utils_llist.c' || echo '$(srcdir)/'`src/daemon/utils_llist.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_redfish-utils_llist.Tpo src/daemon/$(DEPDIR)/test_plugin_redfish-utils_llist.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/utils_llist.c' object='src/daemon/test_plugin_redfish-utils_llist.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_redfish_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_redfish-utils_llist.o `test -f 'src/daemon/utils_llist.c' || echo '$(srcdir)/'`src/daemon/utils_llist.c + +src/daemon/test_plugin_redfish-utils_llist.obj: src/daemon/utils_llist.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_redfish_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_redfish-utils_llist.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_redfish-utils_llist.Tpo -c -o src/daemon/test_plugin_redfish-utils_llist.obj `if test -f 'src/daemon/utils_llist.c'; then $(CYGPATH_W) 'src/daemon/utils_llist.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/utils_llist.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_redfish-utils_llist.Tpo src/daemon/$(DEPDIR)/test_plugin_redfish-utils_llist.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/utils_llist.c' object='src/daemon/test_plugin_redfish-utils_llist.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_redfish_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_redfish-utils_llist.obj `if test -f 'src/daemon/utils_llist.c'; then $(CYGPATH_W) 'src/daemon/utils_llist.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/utils_llist.c'; fi` + +src/daemon/test_plugin_redfish-configfile.o: src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_redfish_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_redfish-configfile.o -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_redfish-configfile.Tpo -c -o src/daemon/test_plugin_redfish-configfile.o `test -f 'src/daemon/configfile.c' || echo '$(srcdir)/'`src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_redfish-configfile.Tpo src/daemon/$(DEPDIR)/test_plugin_redfish-configfile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/configfile.c' object='src/daemon/test_plugin_redfish-configfile.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_redfish_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_redfish-configfile.o `test -f 'src/daemon/configfile.c' || echo '$(srcdir)/'`src/daemon/configfile.c + +src/daemon/test_plugin_redfish-configfile.obj: src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_redfish_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_redfish-configfile.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_redfish-configfile.Tpo -c -o src/daemon/test_plugin_redfish-configfile.obj `if test -f 'src/daemon/configfile.c'; then $(CYGPATH_W) 'src/daemon/configfile.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/configfile.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_redfish-configfile.Tpo src/daemon/$(DEPDIR)/test_plugin_redfish-configfile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/configfile.c' object='src/daemon/test_plugin_redfish-configfile.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_redfish_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_redfish-configfile.obj `if test -f 'src/daemon/configfile.c'; then $(CYGPATH_W) 'src/daemon/configfile.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/configfile.c'; fi` + +src/daemon/test_plugin_redfish-types_list.o: src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_redfish_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_redfish-types_list.o -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_redfish-types_list.Tpo -c -o src/daemon/test_plugin_redfish-types_list.o `test -f 'src/daemon/types_list.c' || echo '$(srcdir)/'`src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_redfish-types_list.Tpo src/daemon/$(DEPDIR)/test_plugin_redfish-types_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/types_list.c' object='src/daemon/test_plugin_redfish-types_list.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_redfish_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_redfish-types_list.o `test -f 'src/daemon/types_list.c' || echo '$(srcdir)/'`src/daemon/types_list.c + +src/daemon/test_plugin_redfish-types_list.obj: src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_redfish_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_redfish-types_list.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_redfish-types_list.Tpo -c -o src/daemon/test_plugin_redfish-types_list.obj `if test -f 'src/daemon/types_list.c'; then $(CYGPATH_W) 'src/daemon/types_list.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/types_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_redfish-types_list.Tpo src/daemon/$(DEPDIR)/test_plugin_redfish-types_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/types_list.c' object='src/daemon/test_plugin_redfish-types_list.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_redfish_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_redfish-types_list.obj `if test -f 'src/daemon/types_list.c'; then $(CYGPATH_W) 'src/daemon/types_list.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/types_list.c'; fi` + +src/test_plugin_snmp_agent-snmp_agent_test.o: src/snmp_agent_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_snmp_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_snmp_agent-snmp_agent_test.o -MD -MP -MF src/$(DEPDIR)/test_plugin_snmp_agent-snmp_agent_test.Tpo -c -o src/test_plugin_snmp_agent-snmp_agent_test.o `test -f 'src/snmp_agent_test.c' || echo '$(srcdir)/'`src/snmp_agent_test.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_snmp_agent-snmp_agent_test.Tpo src/$(DEPDIR)/test_plugin_snmp_agent-snmp_agent_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/snmp_agent_test.c' object='src/test_plugin_snmp_agent-snmp_agent_test.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_snmp_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_snmp_agent-snmp_agent_test.o `test -f 'src/snmp_agent_test.c' || echo '$(srcdir)/'`src/snmp_agent_test.c + +src/test_plugin_snmp_agent-snmp_agent_test.obj: src/snmp_agent_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_snmp_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_snmp_agent-snmp_agent_test.obj -MD -MP -MF src/$(DEPDIR)/test_plugin_snmp_agent-snmp_agent_test.Tpo -c -o src/test_plugin_snmp_agent-snmp_agent_test.obj `if test -f 'src/snmp_agent_test.c'; then $(CYGPATH_W) 'src/snmp_agent_test.c'; else $(CYGPATH_W) '$(srcdir)/src/snmp_agent_test.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_snmp_agent-snmp_agent_test.Tpo src/$(DEPDIR)/test_plugin_snmp_agent-snmp_agent_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/snmp_agent_test.c' object='src/test_plugin_snmp_agent-snmp_agent_test.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_snmp_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_snmp_agent-snmp_agent_test.obj `if test -f 'src/snmp_agent_test.c'; then $(CYGPATH_W) 'src/snmp_agent_test.c'; else $(CYGPATH_W) '$(srcdir)/src/snmp_agent_test.c'; fi` + +src/utils/avltree/test_plugin_snmp_agent-avltree.o: src/utils/avltree/avltree.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_snmp_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/avltree/test_plugin_snmp_agent-avltree.o -MD -MP -MF src/utils/avltree/$(DEPDIR)/test_plugin_snmp_agent-avltree.Tpo -c -o src/utils/avltree/test_plugin_snmp_agent-avltree.o `test -f 'src/utils/avltree/avltree.c' || echo '$(srcdir)/'`src/utils/avltree/avltree.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/avltree/$(DEPDIR)/test_plugin_snmp_agent-avltree.Tpo src/utils/avltree/$(DEPDIR)/test_plugin_snmp_agent-avltree.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/avltree/avltree.c' object='src/utils/avltree/test_plugin_snmp_agent-avltree.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_snmp_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/avltree/test_plugin_snmp_agent-avltree.o `test -f 'src/utils/avltree/avltree.c' || echo '$(srcdir)/'`src/utils/avltree/avltree.c + +src/utils/avltree/test_plugin_snmp_agent-avltree.obj: src/utils/avltree/avltree.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_snmp_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/avltree/test_plugin_snmp_agent-avltree.obj -MD -MP -MF src/utils/avltree/$(DEPDIR)/test_plugin_snmp_agent-avltree.Tpo -c -o src/utils/avltree/test_plugin_snmp_agent-avltree.obj `if test -f 'src/utils/avltree/avltree.c'; then $(CYGPATH_W) 'src/utils/avltree/avltree.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/avltree/avltree.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/avltree/$(DEPDIR)/test_plugin_snmp_agent-avltree.Tpo src/utils/avltree/$(DEPDIR)/test_plugin_snmp_agent-avltree.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/avltree/avltree.c' object='src/utils/avltree/test_plugin_snmp_agent-avltree.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_snmp_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/avltree/test_plugin_snmp_agent-avltree.obj `if test -f 'src/utils/avltree/avltree.c'; then $(CYGPATH_W) 'src/utils/avltree/avltree.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/avltree/avltree.c'; fi` + +src/daemon/test_plugin_snmp_agent-utils_llist.o: src/daemon/utils_llist.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_snmp_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_snmp_agent-utils_llist.o -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_snmp_agent-utils_llist.Tpo -c -o src/daemon/test_plugin_snmp_agent-utils_llist.o `test -f 'src/daemon/utils_llist.c' || echo '$(srcdir)/'`src/daemon/utils_llist.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_snmp_agent-utils_llist.Tpo src/daemon/$(DEPDIR)/test_plugin_snmp_agent-utils_llist.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/utils_llist.c' object='src/daemon/test_plugin_snmp_agent-utils_llist.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_snmp_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_snmp_agent-utils_llist.o `test -f 'src/daemon/utils_llist.c' || echo '$(srcdir)/'`src/daemon/utils_llist.c + +src/daemon/test_plugin_snmp_agent-utils_llist.obj: src/daemon/utils_llist.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_snmp_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_snmp_agent-utils_llist.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_snmp_agent-utils_llist.Tpo -c -o src/daemon/test_plugin_snmp_agent-utils_llist.obj `if test -f 'src/daemon/utils_llist.c'; then $(CYGPATH_W) 'src/daemon/utils_llist.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/utils_llist.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_snmp_agent-utils_llist.Tpo src/daemon/$(DEPDIR)/test_plugin_snmp_agent-utils_llist.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/utils_llist.c' object='src/daemon/test_plugin_snmp_agent-utils_llist.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_snmp_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_snmp_agent-utils_llist.obj `if test -f 'src/daemon/utils_llist.c'; then $(CYGPATH_W) 'src/daemon/utils_llist.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/utils_llist.c'; fi` + +src/daemon/test_plugin_snmp_agent-configfile.o: src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_snmp_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_snmp_agent-configfile.o -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_snmp_agent-configfile.Tpo -c -o src/daemon/test_plugin_snmp_agent-configfile.o `test -f 'src/daemon/configfile.c' || echo '$(srcdir)/'`src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_snmp_agent-configfile.Tpo src/daemon/$(DEPDIR)/test_plugin_snmp_agent-configfile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/configfile.c' object='src/daemon/test_plugin_snmp_agent-configfile.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_snmp_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_snmp_agent-configfile.o `test -f 'src/daemon/configfile.c' || echo '$(srcdir)/'`src/daemon/configfile.c + +src/daemon/test_plugin_snmp_agent-configfile.obj: src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_snmp_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_snmp_agent-configfile.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_snmp_agent-configfile.Tpo -c -o src/daemon/test_plugin_snmp_agent-configfile.obj `if test -f 'src/daemon/configfile.c'; then $(CYGPATH_W) 'src/daemon/configfile.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/configfile.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_snmp_agent-configfile.Tpo src/daemon/$(DEPDIR)/test_plugin_snmp_agent-configfile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/configfile.c' object='src/daemon/test_plugin_snmp_agent-configfile.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_snmp_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_snmp_agent-configfile.obj `if test -f 'src/daemon/configfile.c'; then $(CYGPATH_W) 'src/daemon/configfile.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/configfile.c'; fi` + +src/daemon/test_plugin_snmp_agent-types_list.o: src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_snmp_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_snmp_agent-types_list.o -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_snmp_agent-types_list.Tpo -c -o src/daemon/test_plugin_snmp_agent-types_list.o `test -f 'src/daemon/types_list.c' || echo '$(srcdir)/'`src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_snmp_agent-types_list.Tpo src/daemon/$(DEPDIR)/test_plugin_snmp_agent-types_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/types_list.c' object='src/daemon/test_plugin_snmp_agent-types_list.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_snmp_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_snmp_agent-types_list.o `test -f 'src/daemon/types_list.c' || echo '$(srcdir)/'`src/daemon/types_list.c + +src/daemon/test_plugin_snmp_agent-types_list.obj: src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_snmp_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_snmp_agent-types_list.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_snmp_agent-types_list.Tpo -c -o src/daemon/test_plugin_snmp_agent-types_list.obj `if test -f 'src/daemon/types_list.c'; then $(CYGPATH_W) 'src/daemon/types_list.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/types_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_snmp_agent-types_list.Tpo src/daemon/$(DEPDIR)/test_plugin_snmp_agent-types_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/types_list.c' object='src/daemon/test_plugin_snmp_agent-types_list.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_snmp_agent_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_snmp_agent-types_list.obj `if test -f 'src/daemon/types_list.c'; then $(CYGPATH_W) 'src/daemon/types_list.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/types_list.c'; fi` + +src/test_plugin_virt-virt_test.o: src/virt_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_virt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_virt-virt_test.o -MD -MP -MF src/$(DEPDIR)/test_plugin_virt-virt_test.Tpo -c -o src/test_plugin_virt-virt_test.o `test -f 'src/virt_test.c' || echo '$(srcdir)/'`src/virt_test.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_virt-virt_test.Tpo src/$(DEPDIR)/test_plugin_virt-virt_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/virt_test.c' object='src/test_plugin_virt-virt_test.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_virt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_virt-virt_test.o `test -f 'src/virt_test.c' || echo '$(srcdir)/'`src/virt_test.c + +src/test_plugin_virt-virt_test.obj: src/virt_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_virt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_plugin_virt-virt_test.obj -MD -MP -MF src/$(DEPDIR)/test_plugin_virt-virt_test.Tpo -c -o src/test_plugin_virt-virt_test.obj `if test -f 'src/virt_test.c'; then $(CYGPATH_W) 'src/virt_test.c'; else $(CYGPATH_W) '$(srcdir)/src/virt_test.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_plugin_virt-virt_test.Tpo src/$(DEPDIR)/test_plugin_virt-virt_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/virt_test.c' object='src/test_plugin_virt-virt_test.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_virt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_plugin_virt-virt_test.obj `if test -f 'src/virt_test.c'; then $(CYGPATH_W) 'src/virt_test.c'; else $(CYGPATH_W) '$(srcdir)/src/virt_test.c'; fi` + +src/daemon/test_plugin_virt-configfile.o: src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_virt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_virt-configfile.o -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_virt-configfile.Tpo -c -o src/daemon/test_plugin_virt-configfile.o `test -f 'src/daemon/configfile.c' || echo '$(srcdir)/'`src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_virt-configfile.Tpo src/daemon/$(DEPDIR)/test_plugin_virt-configfile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/configfile.c' object='src/daemon/test_plugin_virt-configfile.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_virt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_virt-configfile.o `test -f 'src/daemon/configfile.c' || echo '$(srcdir)/'`src/daemon/configfile.c + +src/daemon/test_plugin_virt-configfile.obj: src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_virt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_virt-configfile.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_virt-configfile.Tpo -c -o src/daemon/test_plugin_virt-configfile.obj `if test -f 'src/daemon/configfile.c'; then $(CYGPATH_W) 'src/daemon/configfile.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/configfile.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_virt-configfile.Tpo src/daemon/$(DEPDIR)/test_plugin_virt-configfile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/configfile.c' object='src/daemon/test_plugin_virt-configfile.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_virt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_virt-configfile.obj `if test -f 'src/daemon/configfile.c'; then $(CYGPATH_W) 'src/daemon/configfile.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/configfile.c'; fi` + +src/daemon/test_plugin_virt-types_list.o: src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_virt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_virt-types_list.o -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_virt-types_list.Tpo -c -o src/daemon/test_plugin_virt-types_list.o `test -f 'src/daemon/types_list.c' || echo '$(srcdir)/'`src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_virt-types_list.Tpo src/daemon/$(DEPDIR)/test_plugin_virt-types_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/types_list.c' object='src/daemon/test_plugin_virt-types_list.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_virt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_virt-types_list.o `test -f 'src/daemon/types_list.c' || echo '$(srcdir)/'`src/daemon/types_list.c + +src/daemon/test_plugin_virt-types_list.obj: src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_virt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_plugin_virt-types_list.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_plugin_virt-types_list.Tpo -c -o src/daemon/test_plugin_virt-types_list.obj `if test -f 'src/daemon/types_list.c'; then $(CYGPATH_W) 'src/daemon/types_list.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/types_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_plugin_virt-types_list.Tpo src/daemon/$(DEPDIR)/test_plugin_virt-types_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/types_list.c' object='src/daemon/test_plugin_virt-types_list.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_plugin_virt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_plugin_virt-types_list.obj `if test -f 'src/daemon/types_list.c'; then $(CYGPATH_W) 'src/daemon/types_list.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/types_list.c'; fi` + +src/utils/message_parser/test_utils_message_parser-message_parser_test.o: src/utils/message_parser/message_parser_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/message_parser/test_utils_message_parser-message_parser_test.o -MD -MP -MF src/utils/message_parser/$(DEPDIR)/test_utils_message_parser-message_parser_test.Tpo -c -o src/utils/message_parser/test_utils_message_parser-message_parser_test.o `test -f 'src/utils/message_parser/message_parser_test.c' || echo '$(srcdir)/'`src/utils/message_parser/message_parser_test.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/message_parser/$(DEPDIR)/test_utils_message_parser-message_parser_test.Tpo src/utils/message_parser/$(DEPDIR)/test_utils_message_parser-message_parser_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/message_parser/message_parser_test.c' object='src/utils/message_parser/test_utils_message_parser-message_parser_test.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/message_parser/test_utils_message_parser-message_parser_test.o `test -f 'src/utils/message_parser/message_parser_test.c' || echo '$(srcdir)/'`src/utils/message_parser/message_parser_test.c + +src/utils/message_parser/test_utils_message_parser-message_parser_test.obj: src/utils/message_parser/message_parser_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/message_parser/test_utils_message_parser-message_parser_test.obj -MD -MP -MF src/utils/message_parser/$(DEPDIR)/test_utils_message_parser-message_parser_test.Tpo -c -o src/utils/message_parser/test_utils_message_parser-message_parser_test.obj `if test -f 'src/utils/message_parser/message_parser_test.c'; then $(CYGPATH_W) 'src/utils/message_parser/message_parser_test.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/message_parser/message_parser_test.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/message_parser/$(DEPDIR)/test_utils_message_parser-message_parser_test.Tpo src/utils/message_parser/$(DEPDIR)/test_utils_message_parser-message_parser_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/message_parser/message_parser_test.c' object='src/utils/message_parser/test_utils_message_parser-message_parser_test.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/message_parser/test_utils_message_parser-message_parser_test.obj `if test -f 'src/utils/message_parser/message_parser_test.c'; then $(CYGPATH_W) 'src/utils/message_parser/message_parser_test.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/message_parser/message_parser_test.c'; fi` + +src/daemon/test_utils_message_parser-configfile.o: src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_utils_message_parser-configfile.o -MD -MP -MF src/daemon/$(DEPDIR)/test_utils_message_parser-configfile.Tpo -c -o src/daemon/test_utils_message_parser-configfile.o `test -f 'src/daemon/configfile.c' || echo '$(srcdir)/'`src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_utils_message_parser-configfile.Tpo src/daemon/$(DEPDIR)/test_utils_message_parser-configfile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/configfile.c' object='src/daemon/test_utils_message_parser-configfile.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_utils_message_parser-configfile.o `test -f 'src/daemon/configfile.c' || echo '$(srcdir)/'`src/daemon/configfile.c + +src/daemon/test_utils_message_parser-configfile.obj: src/daemon/configfile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_utils_message_parser-configfile.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_utils_message_parser-configfile.Tpo -c -o src/daemon/test_utils_message_parser-configfile.obj `if test -f 'src/daemon/configfile.c'; then $(CYGPATH_W) 'src/daemon/configfile.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/configfile.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_utils_message_parser-configfile.Tpo src/daemon/$(DEPDIR)/test_utils_message_parser-configfile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/configfile.c' object='src/daemon/test_utils_message_parser-configfile.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_utils_message_parser-configfile.obj `if test -f 'src/daemon/configfile.c'; then $(CYGPATH_W) 'src/daemon/configfile.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/configfile.c'; fi` + +src/daemon/test_utils_message_parser-types_list.o: src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_utils_message_parser-types_list.o -MD -MP -MF src/daemon/$(DEPDIR)/test_utils_message_parser-types_list.Tpo -c -o src/daemon/test_utils_message_parser-types_list.o `test -f 'src/daemon/types_list.c' || echo '$(srcdir)/'`src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_utils_message_parser-types_list.Tpo src/daemon/$(DEPDIR)/test_utils_message_parser-types_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/types_list.c' object='src/daemon/test_utils_message_parser-types_list.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_utils_message_parser-types_list.o `test -f 'src/daemon/types_list.c' || echo '$(srcdir)/'`src/daemon/types_list.c + +src/daemon/test_utils_message_parser-types_list.obj: src/daemon/types_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/daemon/test_utils_message_parser-types_list.obj -MD -MP -MF src/daemon/$(DEPDIR)/test_utils_message_parser-types_list.Tpo -c -o src/daemon/test_utils_message_parser-types_list.obj `if test -f 'src/daemon/types_list.c'; then $(CYGPATH_W) 'src/daemon/types_list.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/types_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/daemon/$(DEPDIR)/test_utils_message_parser-types_list.Tpo src/daemon/$(DEPDIR)/test_utils_message_parser-types_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/daemon/types_list.c' object='src/daemon/test_utils_message_parser-types_list.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/daemon/test_utils_message_parser-types_list.obj `if test -f 'src/daemon/types_list.c'; then $(CYGPATH_W) 'src/daemon/types_list.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon/types_list.c'; fi` + +src/test_utils_message_parser-utils_tail_match.o: src/utils_tail_match.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_utils_message_parser-utils_tail_match.o -MD -MP -MF src/$(DEPDIR)/test_utils_message_parser-utils_tail_match.Tpo -c -o src/test_utils_message_parser-utils_tail_match.o `test -f 'src/utils_tail_match.c' || echo '$(srcdir)/'`src/utils_tail_match.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_utils_message_parser-utils_tail_match.Tpo src/$(DEPDIR)/test_utils_message_parser-utils_tail_match.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils_tail_match.c' object='src/test_utils_message_parser-utils_tail_match.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_utils_message_parser-utils_tail_match.o `test -f 'src/utils_tail_match.c' || echo '$(srcdir)/'`src/utils_tail_match.c + +src/test_utils_message_parser-utils_tail_match.obj: src/utils_tail_match.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/test_utils_message_parser-utils_tail_match.obj -MD -MP -MF src/$(DEPDIR)/test_utils_message_parser-utils_tail_match.Tpo -c -o src/test_utils_message_parser-utils_tail_match.obj `if test -f 'src/utils_tail_match.c'; then $(CYGPATH_W) 'src/utils_tail_match.c'; else $(CYGPATH_W) '$(srcdir)/src/utils_tail_match.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/test_utils_message_parser-utils_tail_match.Tpo src/$(DEPDIR)/test_utils_message_parser-utils_tail_match.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils_tail_match.c' object='src/test_utils_message_parser-utils_tail_match.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/test_utils_message_parser-utils_tail_match.obj `if test -f 'src/utils_tail_match.c'; then $(CYGPATH_W) 'src/utils_tail_match.c'; else $(CYGPATH_W) '$(srcdir)/src/utils_tail_match.c'; fi` + +src/utils/tail/test_utils_message_parser-tail.o: src/utils/tail/tail.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/tail/test_utils_message_parser-tail.o -MD -MP -MF src/utils/tail/$(DEPDIR)/test_utils_message_parser-tail.Tpo -c -o src/utils/tail/test_utils_message_parser-tail.o `test -f 'src/utils/tail/tail.c' || echo '$(srcdir)/'`src/utils/tail/tail.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/tail/$(DEPDIR)/test_utils_message_parser-tail.Tpo src/utils/tail/$(DEPDIR)/test_utils_message_parser-tail.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/tail/tail.c' object='src/utils/tail/test_utils_message_parser-tail.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/tail/test_utils_message_parser-tail.o `test -f 'src/utils/tail/tail.c' || echo '$(srcdir)/'`src/utils/tail/tail.c + +src/utils/tail/test_utils_message_parser-tail.obj: src/utils/tail/tail.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/tail/test_utils_message_parser-tail.obj -MD -MP -MF src/utils/tail/$(DEPDIR)/test_utils_message_parser-tail.Tpo -c -o src/utils/tail/test_utils_message_parser-tail.obj `if test -f 'src/utils/tail/tail.c'; then $(CYGPATH_W) 'src/utils/tail/tail.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/tail/tail.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/tail/$(DEPDIR)/test_utils_message_parser-tail.Tpo src/utils/tail/$(DEPDIR)/test_utils_message_parser-tail.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/tail/tail.c' object='src/utils/tail/test_utils_message_parser-tail.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/tail/test_utils_message_parser-tail.obj `if test -f 'src/utils/tail/tail.c'; then $(CYGPATH_W) 'src/utils/tail/tail.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/tail/tail.c'; fi` + +src/utils/match/test_utils_message_parser-match.o: src/utils/match/match.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/match/test_utils_message_parser-match.o -MD -MP -MF src/utils/match/$(DEPDIR)/test_utils_message_parser-match.Tpo -c -o src/utils/match/test_utils_message_parser-match.o `test -f 'src/utils/match/match.c' || echo '$(srcdir)/'`src/utils/match/match.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/match/$(DEPDIR)/test_utils_message_parser-match.Tpo src/utils/match/$(DEPDIR)/test_utils_message_parser-match.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/match/match.c' object='src/utils/match/test_utils_message_parser-match.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/match/test_utils_message_parser-match.o `test -f 'src/utils/match/match.c' || echo '$(srcdir)/'`src/utils/match/match.c + +src/utils/match/test_utils_message_parser-match.obj: src/utils/match/match.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/match/test_utils_message_parser-match.obj -MD -MP -MF src/utils/match/$(DEPDIR)/test_utils_message_parser-match.Tpo -c -o src/utils/match/test_utils_message_parser-match.obj `if test -f 'src/utils/match/match.c'; then $(CYGPATH_W) 'src/utils/match/match.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/match/match.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/match/$(DEPDIR)/test_utils_message_parser-match.Tpo src/utils/match/$(DEPDIR)/test_utils_message_parser-match.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/match/match.c' object='src/utils/match/test_utils_message_parser-match.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/match/test_utils_message_parser-match.obj `if test -f 'src/utils/match/match.c'; then $(CYGPATH_W) 'src/utils/match/match.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/match/match.c'; fi` + +src/utils/latency/test_utils_message_parser-latency.o: src/utils/latency/latency.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/latency/test_utils_message_parser-latency.o -MD -MP -MF src/utils/latency/$(DEPDIR)/test_utils_message_parser-latency.Tpo -c -o src/utils/latency/test_utils_message_parser-latency.o `test -f 'src/utils/latency/latency.c' || echo '$(srcdir)/'`src/utils/latency/latency.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/latency/$(DEPDIR)/test_utils_message_parser-latency.Tpo src/utils/latency/$(DEPDIR)/test_utils_message_parser-latency.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/latency/latency.c' object='src/utils/latency/test_utils_message_parser-latency.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/latency/test_utils_message_parser-latency.o `test -f 'src/utils/latency/latency.c' || echo '$(srcdir)/'`src/utils/latency/latency.c + +src/utils/latency/test_utils_message_parser-latency.obj: src/utils/latency/latency.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/latency/test_utils_message_parser-latency.obj -MD -MP -MF src/utils/latency/$(DEPDIR)/test_utils_message_parser-latency.Tpo -c -o src/utils/latency/test_utils_message_parser-latency.obj `if test -f 'src/utils/latency/latency.c'; then $(CYGPATH_W) 'src/utils/latency/latency.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/latency/latency.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/latency/$(DEPDIR)/test_utils_message_parser-latency.Tpo src/utils/latency/$(DEPDIR)/test_utils_message_parser-latency.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/latency/latency.c' object='src/utils/latency/test_utils_message_parser-latency.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/latency/test_utils_message_parser-latency.obj `if test -f 'src/utils/latency/latency.c'; then $(CYGPATH_W) 'src/utils/latency/latency.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/latency/latency.c'; fi` + +src/utils/latency/test_utils_message_parser-latency_config.o: src/utils/latency/latency_config.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/latency/test_utils_message_parser-latency_config.o -MD -MP -MF src/utils/latency/$(DEPDIR)/test_utils_message_parser-latency_config.Tpo -c -o src/utils/latency/test_utils_message_parser-latency_config.o `test -f 'src/utils/latency/latency_config.c' || echo '$(srcdir)/'`src/utils/latency/latency_config.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/latency/$(DEPDIR)/test_utils_message_parser-latency_config.Tpo src/utils/latency/$(DEPDIR)/test_utils_message_parser-latency_config.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/latency/latency_config.c' object='src/utils/latency/test_utils_message_parser-latency_config.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/latency/test_utils_message_parser-latency_config.o `test -f 'src/utils/latency/latency_config.c' || echo '$(srcdir)/'`src/utils/latency/latency_config.c + +src/utils/latency/test_utils_message_parser-latency_config.obj: src/utils/latency/latency_config.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utils/latency/test_utils_message_parser-latency_config.obj -MD -MP -MF src/utils/latency/$(DEPDIR)/test_utils_message_parser-latency_config.Tpo -c -o src/utils/latency/test_utils_message_parser-latency_config.obj `if test -f 'src/utils/latency/latency_config.c'; then $(CYGPATH_W) 'src/utils/latency/latency_config.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/latency/latency_config.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/utils/latency/$(DEPDIR)/test_utils_message_parser-latency_config.Tpo src/utils/latency/$(DEPDIR)/test_utils_message_parser-latency_config.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/utils/latency/latency_config.c' object='src/utils/latency/test_utils_message_parser-latency_config.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_utils_message_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utils/latency/test_utils_message_parser-latency_config.obj `if test -f 'src/utils/latency/latency_config.c'; then $(CYGPATH_W) 'src/utils/latency/latency_config.c'; else $(CYGPATH_W) '$(srcdir)/src/utils/latency/latency_config.c'; fi` + +.cc.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cc.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cc.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +src/grpc_la-grpc.lo: src/grpc.cc +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grpc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/grpc_la-grpc.lo -MD -MP -MF src/$(DEPDIR)/grpc_la-grpc.Tpo -c -o src/grpc_la-grpc.lo `test -f 'src/grpc.cc' || echo '$(srcdir)/'`src/grpc.cc +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/grpc_la-grpc.Tpo src/$(DEPDIR)/grpc_la-grpc.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/grpc.cc' object='src/grpc_la-grpc.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grpc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/grpc_la-grpc.lo `test -f 'src/grpc.cc' || echo '$(srcdir)/'`src/grpc.cc + +grpc_la-collectd.grpc.pb.lo: collectd.grpc.pb.cc +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grpc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT grpc_la-collectd.grpc.pb.lo -MD -MP -MF $(DEPDIR)/grpc_la-collectd.grpc.pb.Tpo -c -o grpc_la-collectd.grpc.pb.lo `test -f 'collectd.grpc.pb.cc' || echo '$(srcdir)/'`collectd.grpc.pb.cc +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/grpc_la-collectd.grpc.pb.Tpo $(DEPDIR)/grpc_la-collectd.grpc.pb.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='collectd.grpc.pb.cc' object='grpc_la-collectd.grpc.pb.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grpc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o grpc_la-collectd.grpc.pb.lo `test -f 'collectd.grpc.pb.cc' || echo '$(srcdir)/'`collectd.grpc.pb.cc + +grpc_la-collectd.pb.lo: collectd.pb.cc +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grpc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT grpc_la-collectd.pb.lo -MD -MP -MF $(DEPDIR)/grpc_la-collectd.pb.Tpo -c -o grpc_la-collectd.pb.lo `test -f 'collectd.pb.cc' || echo '$(srcdir)/'`collectd.pb.cc +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/grpc_la-collectd.pb.Tpo $(DEPDIR)/grpc_la-collectd.pb.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='collectd.pb.cc' object='grpc_la-collectd.pb.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grpc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o grpc_la-collectd.pb.lo `test -f 'collectd.pb.cc' || echo '$(srcdir)/'`collectd.pb.cc + +grpc_la-types.pb.lo: types.pb.cc +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grpc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT grpc_la-types.pb.lo -MD -MP -MF $(DEPDIR)/grpc_la-types.pb.Tpo -c -o grpc_la-types.pb.lo `test -f 'types.pb.cc' || echo '$(srcdir)/'`types.pb.cc +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/grpc_la-types.pb.Tpo $(DEPDIR)/grpc_la-types.pb.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='types.pb.cc' object='grpc_la-types.pb.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grpc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o grpc_la-types.pb.lo `test -f 'types.pb.cc' || echo '$(srcdir)/'`types.pb.cc + +.l.c: + $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE) + +.y.c: + $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE) + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf src/.libs src/_libs + -rm -rf src/daemon/.libs src/daemon/_libs + -rm -rf src/libcollectdclient/.libs src/libcollectdclient/_libs + -rm -rf src/liboconfig/.libs src/liboconfig/_libs + -rm -rf src/utils/avltree/.libs src/utils/avltree/_libs + -rm -rf src/utils/cmds/.libs src/utils/cmds/_libs + -rm -rf src/utils/common/.libs src/utils/common/_libs + -rm -rf src/utils/config_cores/.libs src/utils/config_cores/_libs + -rm -rf src/utils/curl_stats/.libs src/utils/curl_stats/_libs + -rm -rf src/utils/db_query/.libs src/utils/db_query/_libs + -rm -rf src/utils/dmi/.libs src/utils/dmi/_libs + -rm -rf src/utils/dns/.libs src/utils/dns/_libs + -rm -rf src/utils/dpdk/.libs src/utils/dpdk/_libs + -rm -rf src/utils/format_graphite/.libs src/utils/format_graphite/_libs + -rm -rf src/utils/format_json/.libs src/utils/format_json/_libs + -rm -rf src/utils/format_kairosdb/.libs src/utils/format_kairosdb/_libs + -rm -rf src/utils/format_stackdriver/.libs src/utils/format_stackdriver/_libs + -rm -rf src/utils/gce/.libs src/utils/gce/_libs + -rm -rf src/utils/heap/.libs src/utils/heap/_libs + -rm -rf src/utils/ignorelist/.libs src/utils/ignorelist/_libs + -rm -rf src/utils/latency/.libs src/utils/latency/_libs + -rm -rf src/utils/lookup/.libs src/utils/lookup/_libs + -rm -rf src/utils/match/.libs src/utils/match/_libs + -rm -rf src/utils/message_parser/.libs src/utils/message_parser/_libs + -rm -rf src/utils/metadata/.libs src/utils/metadata/_libs + -rm -rf src/utils/mount/.libs src/utils/mount/_libs + -rm -rf src/utils/oauth/.libs src/utils/oauth/_libs + -rm -rf src/utils/ovs/.libs src/utils/ovs/_libs + -rm -rf src/utils/proc_pids/.libs src/utils/proc_pids/_libs + -rm -rf src/utils/rrdcreate/.libs src/utils/rrdcreate/_libs + -rm -rf src/utils/tail/.libs src/utils/tail/_libs + -rm -rf src/utils/taskstats/.libs src/utils/taskstats/_libs + +distclean-libtool: + -rm -f libtool config.lt + +classnoinst.stamp: $(am__java_sources) + @list1='$?'; list2=; if test -n "$$list1"; then \ + for p in $$list1; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + list2="$$list2 $$d$$p"; \ + done; \ + echo '$(CLASSPATH_ENV) $(JAVAC) -d $(JAVAROOT) $(AM_JAVACFLAGS) $(JAVACFLAGS) '"$$list2"; \ + $(CLASSPATH_ENV) $(JAVAC) -d $(JAVAROOT) $(AM_JAVACFLAGS) $(JAVACFLAGS) $$list2; \ + else :; fi + echo timestamp > $@ + +clean-noinstJAVA: + -rm -f *.class classnoinst.stamp +install-man1: $(dist_man_MANS) + @$(NORMAL_INSTALL) + @list1=''; \ + list2='$(dist_man_MANS)'; \ + test -n "$(man1dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.1[a-z]*$$/p'; \ + fi; \ + } | while read p; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; echo "$$p"; \ + done | \ + sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ + sed 'N;N;s,\n, ,g' | { \ + list=; while read file base inst; do \ + if test "$$base" = "$$inst"; then list="$$list $$file"; else \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ + fi; \ + done; \ + for i in $$list; do echo "$$i"; done | $(am__base_list) | \ + while read files; do \ + test -z "$$files" || { \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ + done; } + +uninstall-man1: + @$(NORMAL_UNINSTALL) + @list=''; test -n "$(man1dir)" || exit 0; \ + files=`{ for i in $$list; do echo "$$i"; done; \ + l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ + sed -n '/\.1[a-z]*$$/p'; \ + } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ + dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) +install-man5: $(dist_man_MANS) + @$(NORMAL_INSTALL) + @list1=''; \ + list2='$(dist_man_MANS)'; \ + test -n "$(man5dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.5[a-z]*$$/p'; \ + fi; \ + } | while read p; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; echo "$$p"; \ + done | \ + sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ + sed 'N;N;s,\n, ,g' | { \ + list=; while read file base inst; do \ + if test "$$base" = "$$inst"; then list="$$list $$file"; else \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \ + fi; \ + done; \ + for i in $$list; do echo "$$i"; done | $(am__base_list) | \ + while read files; do \ + test -z "$$files" || { \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \ + done; } + +uninstall-man5: + @$(NORMAL_UNINSTALL) + @list=''; test -n "$(man5dir)" || exit 0; \ + files=`{ for i in $$list; do echo "$$i"; done; \ + l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ + sed -n '/\.5[a-z]*$$/p'; \ + } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ + dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir) +install-jarDATA: $(jar_DATA) + @$(NORMAL_INSTALL) + @list='$(jar_DATA)'; test -n "$(jardir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(jardir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(jardir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(jardir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(jardir)" || exit $$?; \ + done + +uninstall-jarDATA: + @$(NORMAL_UNINSTALL) + @list='$(jar_DATA)'; test -n "$(jardir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(jardir)'; $(am__uninstall_files_from_dir) +install-nodist_pkgconfigDATA: $(nodist_pkgconfig_DATA) + @$(NORMAL_INSTALL) + @list='$(nodist_pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ + done + +uninstall-nodist_pkgconfigDATA: + @$(NORMAL_UNINSTALL) + @list='$(nodist_pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) +install-pkgincludeHEADERS: $(pkginclude_HEADERS) + @$(NORMAL_INSTALL) + @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \ + done + +uninstall-pkgincludeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscope: cscope.files + test ! -s cscope.files \ + || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) +clean-cscope: + -rm -f cscope.files +cscope.files: clean-cscope cscopelist +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files + +# Recover from deleted '.trs' file; this should ensure that +# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create +# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells +# to avoid problems with "make -n". +.log.trs: + rm -f $< $@ + $(MAKE) $(AM_MAKEFLAGS) $< + +# Leading 'am--fnord' is there to ensure the list of targets does not +# expand to empty, as could happen e.g. with make check TESTS=''. +am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) +am--force-recheck: + @: + +$(TEST_SUITE_LOG): $(TEST_LOGS) + @$(am__set_TESTS_bases); \ + am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ + redo_bases=`for i in $$bases; do \ + am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ + done`; \ + if test -n "$$redo_bases"; then \ + redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ + redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ + if $(am__make_dryrun); then :; else \ + rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ + fi; \ + fi; \ + if test -n "$$am__remaking_logs"; then \ + echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ + "recursion detected" >&2; \ + elif test -n "$$redo_logs"; then \ + am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ + fi; \ + if $(am__make_dryrun); then :; else \ + st=0; \ + errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ + for i in $$redo_bases; do \ + test -f $$i.trs && test -r $$i.trs \ + || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ + test -f $$i.log && test -r $$i.log \ + || { echo "$$errmsg $$i.log" >&2; st=1; }; \ + done; \ + test $$st -eq 0 || exit 1; \ + fi + @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ + ws='[ ]'; \ + results=`for b in $$bases; do echo $$b.trs; done`; \ + test -n "$$results" || results=/dev/null; \ + all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ + pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ + fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ + skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ + xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ + xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ + error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ + if test `expr $$fail + $$xpass + $$error` -eq 0; then \ + success=true; \ + else \ + success=false; \ + fi; \ + br='==================='; br=$$br$$br$$br$$br; \ + result_count () \ + { \ + if test x"$$1" = x"--maybe-color"; then \ + maybe_colorize=yes; \ + elif test x"$$1" = x"--no-color"; then \ + maybe_colorize=no; \ + else \ + echo "$@: invalid 'result_count' usage" >&2; exit 4; \ + fi; \ + shift; \ + desc=$$1 count=$$2; \ + if test $$maybe_colorize = yes && test $$count -gt 0; then \ + color_start=$$3 color_end=$$std; \ + else \ + color_start= color_end=; \ + fi; \ + echo "$${color_start}# $$desc $$count$${color_end}"; \ + }; \ + create_testsuite_report () \ + { \ + result_count $$1 "TOTAL:" $$all "$$brg"; \ + result_count $$1 "PASS: " $$pass "$$grn"; \ + result_count $$1 "SKIP: " $$skip "$$blu"; \ + result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ + result_count $$1 "FAIL: " $$fail "$$red"; \ + result_count $$1 "XPASS:" $$xpass "$$red"; \ + result_count $$1 "ERROR:" $$error "$$mgn"; \ + }; \ + { \ + echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ + $(am__rst_title); \ + create_testsuite_report --no-color; \ + echo; \ + echo ".. contents:: :depth: 2"; \ + echo; \ + for b in $$bases; do echo $$b; done \ + | $(am__create_global_log); \ + } >$(TEST_SUITE_LOG).tmp || exit 1; \ + mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ + if $$success; then \ + col="$$grn"; \ + else \ + col="$$red"; \ + test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ + fi; \ + echo "$${col}$$br$${std}"; \ + echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ + echo "$${col}$$br$${std}"; \ + create_testsuite_report --maybe-color; \ + echo "$$col$$br$$std"; \ + if $$success; then :; else \ + echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ + if test -n "$(PACKAGE_BUGREPORT)"; then \ + echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ + fi; \ + echo "$$col$$br$$std"; \ + fi; \ + $$success || exit 1 + +check-TESTS: $(check_PROGRAMS) $(check_LTLIBRARIES) + @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list + @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list + @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + @set +e; $(am__set_TESTS_bases); \ + log_list=`for i in $$bases; do echo $$i.log; done`; \ + trs_list=`for i in $$bases; do echo $$i.trs; done`; \ + log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ + $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ + exit $$?; +recheck: all $(check_PROGRAMS) $(check_LTLIBRARIES) + @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + @set +e; $(am__set_TESTS_bases); \ + bases=`for i in $$bases; do echo $$i; done \ + | $(am__list_recheck_tests)` || exit 1; \ + log_list=`for i in $$bases; do echo $$i.log; done`; \ + log_list=`echo $$log_list`; \ + $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ + am__force_recheck=am--force-recheck \ + TEST_LOGS="$$log_list"; \ + exit $$? +test_common.log: test_common$(EXEEXT) + @p='test_common$(EXEEXT)'; \ + b='test_common'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_format_graphite.log: test_format_graphite$(EXEEXT) + @p='test_format_graphite$(EXEEXT)'; \ + b='test_format_graphite'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_meta_data.log: test_meta_data$(EXEEXT) + @p='test_meta_data$(EXEEXT)'; \ + b='test_meta_data'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_utils_avltree.log: test_utils_avltree$(EXEEXT) + @p='test_utils_avltree$(EXEEXT)'; \ + b='test_utils_avltree'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_utils_cmds.log: test_utils_cmds$(EXEEXT) + @p='test_utils_cmds$(EXEEXT)'; \ + b='test_utils_cmds'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_utils_heap.log: test_utils_heap$(EXEEXT) + @p='test_utils_heap$(EXEEXT)'; \ + b='test_utils_heap'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_utils_latency.log: test_utils_latency$(EXEEXT) + @p='test_utils_latency$(EXEEXT)'; \ + b='test_utils_latency'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_utils_message_parser.log: test_utils_message_parser$(EXEEXT) + @p='test_utils_message_parser$(EXEEXT)'; \ + b='test_utils_message_parser'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_utils_mount.log: test_utils_mount$(EXEEXT) + @p='test_utils_mount$(EXEEXT)'; \ + b='test_utils_mount'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_utils_subst.log: test_utils_subst$(EXEEXT) + @p='test_utils_subst$(EXEEXT)'; \ + b='test_utils_subst'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_utils_time.log: test_utils_time$(EXEEXT) + @p='test_utils_time$(EXEEXT)'; \ + b='test_utils_time'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_utils_vl_lookup.log: test_utils_vl_lookup$(EXEEXT) + @p='test_utils_vl_lookup$(EXEEXT)'; \ + b='test_utils_vl_lookup'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_libcollectd_network_parse.log: test_libcollectd_network_parse$(EXEEXT) + @p='test_libcollectd_network_parse$(EXEEXT)'; \ + b='test_libcollectd_network_parse'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_utils_config_cores.log: test_utils_config_cores$(EXEEXT) + @p='test_utils_config_cores$(EXEEXT)'; \ + b='test_utils_config_cores'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_format_json.log: test_format_json$(EXEEXT) + @p='test_format_json$(EXEEXT)'; \ + b='test_format_json'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_plugin_ceph.log: test_plugin_ceph$(EXEEXT) + @p='test_plugin_ceph$(EXEEXT)'; \ + b='test_plugin_ceph'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_utils_oauth.log: test_utils_oauth$(EXEEXT) + @p='test_utils_oauth$(EXEEXT)'; \ + b='test_utils_oauth'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_format_stackdriver.log: test_format_stackdriver$(EXEEXT) + @p='test_format_stackdriver$(EXEEXT)'; \ + b='test_format_stackdriver'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_plugin_capabilities.log: test_plugin_capabilities$(EXEEXT) + @p='test_plugin_capabilities$(EXEEXT)'; \ + b='test_plugin_capabilities'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_plugin_curl_json.log: test_plugin_curl_json$(EXEEXT) + @p='test_plugin_curl_json$(EXEEXT)'; \ + b='test_plugin_curl_json'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_plugin_intel_rdt.log: test_plugin_intel_rdt$(EXEEXT) + @p='test_plugin_intel_rdt$(EXEEXT)'; \ + b='test_plugin_intel_rdt'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_utils_proc_pids.log: test_utils_proc_pids$(EXEEXT) + @p='test_utils_proc_pids$(EXEEXT)'; \ + b='test_utils_proc_pids'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_plugin_logparser.log: test_plugin_logparser$(EXEEXT) + @p='test_plugin_logparser$(EXEEXT)'; \ + b='test_plugin_logparser'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_plugin_network.log: test_plugin_network$(EXEEXT) + @p='test_plugin_network$(EXEEXT)'; \ + b='test_plugin_network'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_plugin_pcie_errors.log: test_plugin_pcie_errors$(EXEEXT) + @p='test_plugin_pcie_errors$(EXEEXT)'; \ + b='test_plugin_pcie_errors'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_plugin_redfish.log: test_plugin_redfish$(EXEEXT) + @p='test_plugin_redfish$(EXEEXT)'; \ + b='test_plugin_redfish'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_plugin_snmp_agent.log: test_plugin_snmp_agent$(EXEEXT) + @p='test_plugin_snmp_agent$(EXEEXT)'; \ + b='test_plugin_snmp_agent'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_plugin_virt.log: test_plugin_virt$(EXEEXT) + @p='test_plugin_virt$(EXEEXT)'; \ + b='test_plugin_virt'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +.test.log: + @p='$<'; \ + $(am__set_b); \ + $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +@am__EXEEXT_TRUE@.test$(EXEEXT).log: +@am__EXEEXT_TRUE@ @p='$<'; \ +@am__EXEEXT_TRUE@ $(am__set_b); \ +@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ +@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ +@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ +@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) + +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) + $(am__remove_distdir) + test -d "$(distdir)" || mkdir "$(distdir)" + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + -test -n "$(am__skip_mode_fix)" \ + || find "$(distdir)" -type d ! -perm -755 \ + -exec chmod u+rwx,go+rx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r "$(distdir)" +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz + $(am__post_remove_distdir) +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__post_remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz + $(am__post_remove_distdir) + +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz + $(am__post_remove_distdir) + +dist-tarZ: distdir + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__post_remove_distdir) + +dist-shar: distdir + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz + $(am__post_remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__post_remove_distdir) + +dist dist-all: + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' + $(am__post_remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + esac + chmod -R a-w $(distdir) + chmod u+w $(distdir) + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst + chmod a-w $(distdir) + test -d $(distdir)/_build || exit 0; \ + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=../.. --prefix="$$dc_install_base" \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 + $(am__post_remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am + $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(check_LTLIBRARIES) + $(MAKE) $(AM_MAKEFLAGS) check-TESTS +check: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) check-am +all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) classnoinst.stamp $(MANS) \ + $(DATA) $(HEADERS) all-local +install-binPROGRAMS: install-libLTLIBRARIES + +installdirs: + for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(jardir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) + -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) + -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f src/$(DEPDIR)/$(am__dirstamp) + -rm -f src/$(am__dirstamp) + -rm -f src/daemon/$(DEPDIR)/$(am__dirstamp) + -rm -f src/daemon/$(am__dirstamp) + -rm -f src/libcollectdclient/$(DEPDIR)/$(am__dirstamp) + -rm -f src/libcollectdclient/$(am__dirstamp) + -rm -f src/liboconfig/$(DEPDIR)/$(am__dirstamp) + -rm -f src/liboconfig/$(am__dirstamp) + -rm -f src/utils/avltree/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/avltree/$(am__dirstamp) + -rm -f src/utils/cmds/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/cmds/$(am__dirstamp) + -rm -f src/utils/common/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/common/$(am__dirstamp) + -rm -f src/utils/config_cores/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/config_cores/$(am__dirstamp) + -rm -f src/utils/curl_stats/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/curl_stats/$(am__dirstamp) + -rm -f src/utils/db_query/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/db_query/$(am__dirstamp) + -rm -f src/utils/dmi/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/dmi/$(am__dirstamp) + -rm -f src/utils/dns/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/dns/$(am__dirstamp) + -rm -f src/utils/dpdk/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/dpdk/$(am__dirstamp) + -rm -f src/utils/format_graphite/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/format_graphite/$(am__dirstamp) + -rm -f src/utils/format_json/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/format_json/$(am__dirstamp) + -rm -f src/utils/format_kairosdb/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/format_kairosdb/$(am__dirstamp) + -rm -f src/utils/format_stackdriver/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/format_stackdriver/$(am__dirstamp) + -rm -f src/utils/gce/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/gce/$(am__dirstamp) + -rm -f src/utils/heap/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/heap/$(am__dirstamp) + -rm -f src/utils/ignorelist/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/ignorelist/$(am__dirstamp) + -rm -f src/utils/latency/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/latency/$(am__dirstamp) + -rm -f src/utils/lookup/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/lookup/$(am__dirstamp) + -rm -f src/utils/match/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/match/$(am__dirstamp) + -rm -f src/utils/message_parser/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/message_parser/$(am__dirstamp) + -rm -f src/utils/metadata/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/metadata/$(am__dirstamp) + -rm -f src/utils/mount/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/mount/$(am__dirstamp) + -rm -f src/utils/oauth/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/oauth/$(am__dirstamp) + -rm -f src/utils/ovs/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/ovs/$(am__dirstamp) + -rm -f src/utils/proc_pids/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/proc_pids/$(am__dirstamp) + -rm -f src/utils/rrdcreate/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/rrdcreate/$(am__dirstamp) + -rm -f src/utils/tail/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/tail/$(am__dirstamp) + -rm -f src/utils/taskstats/$(DEPDIR)/$(am__dirstamp) + -rm -f src/utils/taskstats/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." + -rm -f src/liboconfig/parser.c + -rm -f src/liboconfig/parser.h + -rm -f src/liboconfig/scanner.c + -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) +clean: clean-am + +clean-am: clean-binPROGRAMS clean-checkLTLIBRARIES clean-checkPROGRAMS \ + clean-generic clean-libLTLIBRARIES clean-libtool clean-local \ + clean-noinstJAVA clean-noinstLTLIBRARIES \ + clean-pkglibLTLIBRARIES clean-sbinPROGRAMS mostlyclean-am + +distclean: distclean-am + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -f ./$(DEPDIR)/grpc_la-collectd.grpc.pb.Plo + -rm -f ./$(DEPDIR)/grpc_la-collectd.pb.Plo + -rm -f ./$(DEPDIR)/grpc_la-types.pb.Plo + -rm -f ./$(DEPDIR)/write_prometheus_la-prometheus.pb-c.Plo + -rm -f src/$(DEPDIR)/aggregation.Plo + -rm -f src/$(DEPDIR)/amqp1_la-amqp1.Plo + -rm -f src/$(DEPDIR)/amqp_la-amqp.Plo + -rm -f src/$(DEPDIR)/apache_la-apache.Plo + -rm -f src/$(DEPDIR)/apcups.Plo + -rm -f src/$(DEPDIR)/apple_sensors.Plo + -rm -f src/$(DEPDIR)/aquaero_la-aquaero.Plo + -rm -f src/$(DEPDIR)/ascent_la-ascent.Plo + -rm -f src/$(DEPDIR)/barometer.Plo + -rm -f src/$(DEPDIR)/battery.Plo + -rm -f src/$(DEPDIR)/battery_statefs.Plo + -rm -f src/$(DEPDIR)/bind_la-bind.Plo + -rm -f src/$(DEPDIR)/buddyinfo.Plo + -rm -f src/$(DEPDIR)/capabilities_la-capabilities.Plo + -rm -f src/$(DEPDIR)/ceph_la-ceph.Plo + -rm -f src/$(DEPDIR)/cgroups.Plo + -rm -f src/$(DEPDIR)/check_uptime.Plo + -rm -f src/$(DEPDIR)/chrony.Plo + -rm -f src/$(DEPDIR)/collectd_nagios-collectd-nagios.Po + -rm -f src/$(DEPDIR)/collectd_tg-collectd-tg.Po + -rm -f src/$(DEPDIR)/collectdctl-collectdctl.Po + -rm -f src/$(DEPDIR)/collectdmon.Po + -rm -f src/$(DEPDIR)/connectivity_la-connectivity.Plo + -rm -f src/$(DEPDIR)/conntrack.Plo + -rm -f src/$(DEPDIR)/contextswitch.Plo + -rm -f src/$(DEPDIR)/cpu_la-cpu.Plo + -rm -f src/$(DEPDIR)/cpufreq.Plo + -rm -f src/$(DEPDIR)/cpusleep.Plo + -rm -f src/$(DEPDIR)/csv.Plo + -rm -f src/$(DEPDIR)/curl_json_la-curl_json.Plo + -rm -f src/$(DEPDIR)/curl_la-curl.Plo + -rm -f src/$(DEPDIR)/curl_xml_la-curl_xml.Plo + -rm -f src/$(DEPDIR)/dbi_la-dbi.Plo + -rm -f src/$(DEPDIR)/dcpmm_la-dcpmm.Plo + -rm -f src/$(DEPDIR)/df.Plo + -rm -f src/$(DEPDIR)/disk_la-disk.Plo + -rm -f src/$(DEPDIR)/dns_la-dns.Plo + -rm -f src/$(DEPDIR)/dpdk_telemetry_la-dpdk_telemetry.Plo + -rm -f src/$(DEPDIR)/dpdkevents_la-dpdkevents.Plo + -rm -f src/$(DEPDIR)/dpdkstat_la-dpdkstat.Plo + -rm -f src/$(DEPDIR)/drbd.Plo + -rm -f src/$(DEPDIR)/email.Plo + -rm -f src/$(DEPDIR)/entropy.Plo + -rm -f src/$(DEPDIR)/ethstat.Plo + -rm -f src/$(DEPDIR)/exec.Plo + -rm -f src/$(DEPDIR)/fhcount.Plo + -rm -f src/$(DEPDIR)/filecount.Plo + -rm -f src/$(DEPDIR)/fscache.Plo + -rm -f src/$(DEPDIR)/gmond_la-gmond.Plo + -rm -f src/$(DEPDIR)/gps_la-gps.Plo + -rm -f src/$(DEPDIR)/gpu_nvidia_la-gpu_nvidia.Plo + -rm -f src/$(DEPDIR)/grpc_la-grpc.Plo + -rm -f src/$(DEPDIR)/hddtemp.Plo + -rm -f src/$(DEPDIR)/hugepages.Plo + -rm -f src/$(DEPDIR)/intel_pmu_la-intel_pmu.Plo + -rm -f src/$(DEPDIR)/intel_rdt_la-intel_rdt.Plo + -rm -f src/$(DEPDIR)/interface_la-interface.Plo + -rm -f src/$(DEPDIR)/ipc.Plo + -rm -f src/$(DEPDIR)/ipmi_la-ipmi.Plo + -rm -f src/$(DEPDIR)/ipstats.Plo + -rm -f src/$(DEPDIR)/iptables_la-iptables.Plo + -rm -f src/$(DEPDIR)/ipvs.Plo + -rm -f src/$(DEPDIR)/irq.Plo + -rm -f src/$(DEPDIR)/java_la-java.Plo + -rm -f src/$(DEPDIR)/load_la-load.Plo + -rm -f src/$(DEPDIR)/log_logstash_la-log_logstash.Plo + -rm -f src/$(DEPDIR)/logfile.Plo + -rm -f src/$(DEPDIR)/logparser_la-logparser.Plo + -rm -f src/$(DEPDIR)/logparser_la-utils_tail_match.Plo + -rm -f src/$(DEPDIR)/lpar.Plo + -rm -f src/$(DEPDIR)/lua_la-lua.Plo + -rm -f src/$(DEPDIR)/lua_la-utils_lua.Plo + -rm -f src/$(DEPDIR)/madwifi.Plo + -rm -f src/$(DEPDIR)/match_empty_counter.Plo + -rm -f src/$(DEPDIR)/match_hashed.Plo + -rm -f src/$(DEPDIR)/match_regex.Plo + -rm -f src/$(DEPDIR)/match_timediff.Plo + -rm -f src/$(DEPDIR)/match_value.Plo + -rm -f src/$(DEPDIR)/mbmon.Plo + -rm -f src/$(DEPDIR)/mcelog.Plo + -rm -f src/$(DEPDIR)/md.Plo + -rm -f src/$(DEPDIR)/memcachec_la-memcachec.Plo + -rm -f src/$(DEPDIR)/memcached.Plo + -rm -f src/$(DEPDIR)/memory_la-memory.Plo + -rm -f src/$(DEPDIR)/mic_la-mic.Plo + -rm -f src/$(DEPDIR)/modbus_la-modbus.Plo + -rm -f src/$(DEPDIR)/mqtt_la-mqtt.Plo + -rm -f src/$(DEPDIR)/multimeter.Plo + -rm -f src/$(DEPDIR)/mysql_la-mysql.Plo + -rm -f src/$(DEPDIR)/netapp_la-netapp.Plo + -rm -f src/$(DEPDIR)/netlink_la-netlink.Plo + -rm -f src/$(DEPDIR)/network_la-network.Plo + -rm -f src/$(DEPDIR)/network_la-utils_fbhash.Plo + -rm -f src/$(DEPDIR)/nfs.Plo + -rm -f src/$(DEPDIR)/nginx_la-nginx.Plo + -rm -f src/$(DEPDIR)/notify_desktop_la-notify_desktop.Plo + -rm -f src/$(DEPDIR)/notify_email_la-notify_email.Plo + -rm -f src/$(DEPDIR)/notify_nagios.Plo + -rm -f src/$(DEPDIR)/ntpd.Plo + -rm -f src/$(DEPDIR)/numa.Plo + -rm -f src/$(DEPDIR)/nut_la-nut.Plo + -rm -f src/$(DEPDIR)/olsrd.Plo + -rm -f src/$(DEPDIR)/onewire_la-onewire.Plo + -rm -f src/$(DEPDIR)/openldap_la-openldap.Plo + -rm -f src/$(DEPDIR)/openvpn.Plo + -rm -f src/$(DEPDIR)/oracle_la-oracle.Plo + -rm -f src/$(DEPDIR)/ovs_events_la-ovs_events.Plo + -rm -f src/$(DEPDIR)/ovs_stats_la-ovs_stats.Plo + -rm -f src/$(DEPDIR)/pcie_errors_la-pcie_errors.Plo + -rm -f src/$(DEPDIR)/perl_la-perl.Plo + -rm -f src/$(DEPDIR)/pf.Plo + -rm -f src/$(DEPDIR)/pinba_la-pinba.Plo + -rm -f src/$(DEPDIR)/pinba_la-pinba.pb-c.Plo + -rm -f src/$(DEPDIR)/ping_la-ping.Plo + -rm -f src/$(DEPDIR)/postgresql_la-postgresql.Plo + -rm -f src/$(DEPDIR)/powerdns.Plo + -rm -f src/$(DEPDIR)/processes_la-processes.Plo + -rm -f src/$(DEPDIR)/procevent_la-procevent.Plo + -rm -f src/$(DEPDIR)/protocols.Plo + -rm -f src/$(DEPDIR)/python_la-pyconfig.Plo + -rm -f src/$(DEPDIR)/python_la-python.Plo + -rm -f src/$(DEPDIR)/python_la-pyvalues.Plo + -rm -f src/$(DEPDIR)/redfish_la-redfish.Plo + -rm -f src/$(DEPDIR)/redis_la-redis.Plo + -rm -f src/$(DEPDIR)/routeros_la-routeros.Plo + -rm -f src/$(DEPDIR)/rrdcached_la-rrdcached.Plo + -rm -f src/$(DEPDIR)/rrdtool_la-rrdtool.Plo + -rm -f src/$(DEPDIR)/sensors_la-sensors.Plo + -rm -f src/$(DEPDIR)/serial.Plo + -rm -f src/$(DEPDIR)/sigrok_la-sigrok.Plo + -rm -f src/$(DEPDIR)/slurm_la-slurm.Plo + -rm -f src/$(DEPDIR)/smart_la-smart.Plo + -rm -f src/$(DEPDIR)/snmp_agent_la-snmp_agent.Plo + -rm -f src/$(DEPDIR)/snmp_la-snmp.Plo + -rm -f src/$(DEPDIR)/statsd.Plo + -rm -f src/$(DEPDIR)/swap_la-swap.Plo + -rm -f src/$(DEPDIR)/synproxy.Plo + -rm -f src/$(DEPDIR)/sysevent_la-sysevent.Plo + -rm -f src/$(DEPDIR)/syslog.Plo + -rm -f src/$(DEPDIR)/table.Plo + -rm -f src/$(DEPDIR)/tail.Plo + -rm -f src/$(DEPDIR)/tail_csv.Plo + -rm -f src/$(DEPDIR)/tape.Plo + -rm -f src/$(DEPDIR)/target_notification.Plo + -rm -f src/$(DEPDIR)/target_replace.Plo + -rm -f src/$(DEPDIR)/target_scale.Plo + -rm -f src/$(DEPDIR)/target_set.Plo + -rm -f src/$(DEPDIR)/target_v5upgrade.Plo + -rm -f src/$(DEPDIR)/tcpconns.Plo + -rm -f src/$(DEPDIR)/teamspeak2.Plo + -rm -f src/$(DEPDIR)/ted.Plo + -rm -f src/$(DEPDIR)/test_plugin_capabilities-capabilities_test.Po + -rm -f src/$(DEPDIR)/test_plugin_ceph-ceph_test.Po + -rm -f src/$(DEPDIR)/test_plugin_curl_json-curl_json_test.Po + -rm -f src/$(DEPDIR)/test_plugin_intel_rdt-intel_rdt_test.Po + -rm -f src/$(DEPDIR)/test_plugin_logparser-logparser_test.Po + -rm -f src/$(DEPDIR)/test_plugin_logparser-utils_tail_match.Po + -rm -f src/$(DEPDIR)/test_plugin_network-network_test.Po + -rm -f src/$(DEPDIR)/test_plugin_network-utils_fbhash.Po + -rm -f src/$(DEPDIR)/test_plugin_pcie_errors-pcie_errors_test.Po + -rm -f src/$(DEPDIR)/test_plugin_redfish-redfish_test.Po + -rm -f src/$(DEPDIR)/test_plugin_snmp_agent-snmp_agent_test.Po + -rm -f src/$(DEPDIR)/test_plugin_virt-virt_test.Po + -rm -f src/$(DEPDIR)/test_utils_message_parser-utils_tail_match.Po + -rm -f src/$(DEPDIR)/thermal.Plo + -rm -f src/$(DEPDIR)/threshold.Plo + -rm -f src/$(DEPDIR)/tokyotyrant_la-tokyotyrant.Plo + -rm -f src/$(DEPDIR)/turbostat.Plo + -rm -f src/$(DEPDIR)/ubi.Plo + -rm -f src/$(DEPDIR)/unixsock.Plo + -rm -f src/$(DEPDIR)/uptime_la-uptime.Plo + -rm -f src/$(DEPDIR)/users_la-users.Plo + -rm -f src/$(DEPDIR)/utils_tail_match.Plo + -rm -f src/$(DEPDIR)/uuid.Plo + -rm -f src/$(DEPDIR)/varnish_la-varnish.Plo + -rm -f src/$(DEPDIR)/virt_la-virt.Plo + -rm -f src/$(DEPDIR)/vmem.Plo + -rm -f src/$(DEPDIR)/vserver.Plo + -rm -f src/$(DEPDIR)/wireless.Plo + -rm -f src/$(DEPDIR)/write_graphite.Plo + -rm -f src/$(DEPDIR)/write_http_la-write_http.Plo + -rm -f src/$(DEPDIR)/write_influxdb_udp_la-write_influxdb_udp.Plo + -rm -f src/$(DEPDIR)/write_kafka_la-write_kafka.Plo + -rm -f src/$(DEPDIR)/write_log.Plo + -rm -f src/$(DEPDIR)/write_mongodb_la-write_mongodb.Plo + -rm -f src/$(DEPDIR)/write_prometheus_la-write_prometheus.Plo + -rm -f src/$(DEPDIR)/write_redis_la-write_redis.Plo + -rm -f src/$(DEPDIR)/write_riemann_la-write_riemann.Plo + -rm -f src/$(DEPDIR)/write_riemann_la-write_riemann_threshold.Plo + -rm -f src/$(DEPDIR)/write_sensu.Plo + -rm -f src/$(DEPDIR)/write_stackdriver_la-write_stackdriver.Plo + -rm -f src/$(DEPDIR)/write_syslog.Plo + -rm -f src/$(DEPDIR)/write_tsdb.Plo + -rm -f src/$(DEPDIR)/xencpu_la-xencpu.Plo + -rm -f src/$(DEPDIR)/xmms_la-xmms.Plo + -rm -f src/$(DEPDIR)/zfs_arc.Plo + -rm -f src/$(DEPDIR)/zone.Plo + -rm -f src/$(DEPDIR)/zookeeper.Plo + -rm -f src/daemon/$(DEPDIR)/collectd-cmd.Po + -rm -f src/daemon/$(DEPDIR)/collectd-cmd_windows.Po + -rm -f src/daemon/$(DEPDIR)/collectd-collectd.Po + -rm -f src/daemon/$(DEPDIR)/collectd-configfile.Po + -rm -f src/daemon/$(DEPDIR)/collectd-filter_chain.Po + -rm -f src/daemon/$(DEPDIR)/collectd-globals.Po + -rm -f src/daemon/$(DEPDIR)/collectd-plugin.Po + -rm -f src/daemon/$(DEPDIR)/collectd-types_list.Po + -rm -f src/daemon/$(DEPDIR)/collectd-utils_cache.Po + -rm -f src/daemon/$(DEPDIR)/collectd-utils_complain.Po + -rm -f src/daemon/$(DEPDIR)/collectd-utils_random.Po + -rm -f src/daemon/$(DEPDIR)/collectd-utils_subst.Po + -rm -f src/daemon/$(DEPDIR)/collectd-utils_threshold.Po + -rm -f src/daemon/$(DEPDIR)/collectd-utils_time.Po + -rm -f src/daemon/$(DEPDIR)/libplugin_mock_la-plugin_mock.Plo + -rm -f src/daemon/$(DEPDIR)/libplugin_mock_la-utils_cache_mock.Plo + -rm -f src/daemon/$(DEPDIR)/libplugin_mock_la-utils_complain.Plo + -rm -f src/daemon/$(DEPDIR)/libplugin_mock_la-utils_time.Plo + -rm -f src/daemon/$(DEPDIR)/test_plugin_capabilities-configfile.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_capabilities-types_list.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_curl_json-configfile.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_curl_json-types_list.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_intel_rdt-configfile.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_intel_rdt-types_list.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_logparser-configfile.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_logparser-types_list.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_network-configfile.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_network-types_list.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_pcie_errors-configfile.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_pcie_errors-types_list.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_pcie_errors-utils_llist.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_redfish-configfile.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_redfish-types_list.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_redfish-utils_llist.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_snmp_agent-configfile.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_snmp_agent-types_list.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_snmp_agent-utils_llist.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_virt-configfile.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_virt-types_list.Po + -rm -f src/daemon/$(DEPDIR)/test_utils_message_parser-configfile.Po + -rm -f src/daemon/$(DEPDIR)/test_utils_message_parser-types_list.Po + -rm -f src/daemon/$(DEPDIR)/utils_llist.Plo + -rm -f src/daemon/$(DEPDIR)/utils_subst.Po + -rm -f src/daemon/$(DEPDIR)/utils_subst_test.Po + -rm -f src/daemon/$(DEPDIR)/utils_time_test.Po + -rm -f src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-client.Plo + -rm -f src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-network.Plo + -rm -f src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-network_buffer.Plo + -rm -f src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-network_parse.Plo + -rm -f src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-server.Plo + -rm -f src/libcollectdclient/$(DEPDIR)/test_libcollectd_network_parse-network_parse_test.Po + -rm -f src/liboconfig/$(DEPDIR)/liboconfig_la-oconfig.Plo + -rm -f src/liboconfig/$(DEPDIR)/liboconfig_la-parser.Plo + -rm -f src/liboconfig/$(DEPDIR)/liboconfig_la-scanner.Plo + -rm -f src/utils/avltree/$(DEPDIR)/avltree.Plo + -rm -f src/utils/avltree/$(DEPDIR)/avltree_test.Po + -rm -f src/utils/avltree/$(DEPDIR)/test_plugin_redfish-avltree.Po + -rm -f src/utils/avltree/$(DEPDIR)/test_plugin_snmp_agent-avltree.Po + -rm -f src/utils/cmds/$(DEPDIR)/cmds.Plo + -rm -f src/utils/cmds/$(DEPDIR)/cmds_test.Po + -rm -f src/utils/cmds/$(DEPDIR)/flush.Plo + -rm -f src/utils/cmds/$(DEPDIR)/getthreshold.Plo + -rm -f src/utils/cmds/$(DEPDIR)/getval.Plo + -rm -f src/utils/cmds/$(DEPDIR)/listval.Plo + -rm -f src/utils/cmds/$(DEPDIR)/parse_option.Plo + -rm -f src/utils/cmds/$(DEPDIR)/putnotif.Plo + -rm -f src/utils/cmds/$(DEPDIR)/putval.Plo + -rm -f src/utils/common/$(DEPDIR)/common.Plo + -rm -f src/utils/common/$(DEPDIR)/common_test.Po + -rm -f src/utils/config_cores/$(DEPDIR)/config_cores_test.Po + -rm -f src/utils/config_cores/$(DEPDIR)/intel_pmu_la-config_cores.Plo + -rm -f src/utils/config_cores/$(DEPDIR)/intel_rdt_la-config_cores.Plo + -rm -f src/utils/config_cores/$(DEPDIR)/test_plugin_intel_rdt-config_cores.Po + -rm -f src/utils/curl_stats/$(DEPDIR)/curl_json_la-curl_stats.Plo + -rm -f src/utils/curl_stats/$(DEPDIR)/curl_la-curl_stats.Plo + -rm -f src/utils/curl_stats/$(DEPDIR)/curl_xml_la-curl_stats.Plo + -rm -f src/utils/curl_stats/$(DEPDIR)/test_plugin_curl_json-curl_stats.Po + -rm -f src/utils/curl_stats/$(DEPDIR)/write_http_la-curl_stats.Plo + -rm -f src/utils/db_query/$(DEPDIR)/dbi_la-db_query.Plo + -rm -f src/utils/db_query/$(DEPDIR)/oracle_la-db_query.Plo + -rm -f src/utils/db_query/$(DEPDIR)/postgresql_la-db_query.Plo + -rm -f src/utils/dmi/$(DEPDIR)/capabilities_la-dmi.Plo + -rm -f src/utils/dns/$(DEPDIR)/dns_la-dns.Plo + -rm -f src/utils/dpdk/$(DEPDIR)/dpdkevents_la-dpdk.Plo + -rm -f src/utils/dpdk/$(DEPDIR)/dpdkstat_la-dpdk.Plo + -rm -f src/utils/format_graphite/$(DEPDIR)/format_graphite.Plo + -rm -f src/utils/format_graphite/$(DEPDIR)/format_graphite_test.Po + -rm -f src/utils/format_json/$(DEPDIR)/format_json_test.Po + -rm -f src/utils/format_json/$(DEPDIR)/libformat_json_la-format_json.Plo + -rm -f src/utils/format_kairosdb/$(DEPDIR)/write_http_la-format_kairosdb.Plo + -rm -f src/utils/format_stackdriver/$(DEPDIR)/format_stackdriver_test.Po + -rm -f src/utils/format_stackdriver/$(DEPDIR)/libformat_stackdriver_la-format_stackdriver.Plo + -rm -f src/utils/gce/$(DEPDIR)/libgce_la-gce.Plo + -rm -f src/utils/heap/$(DEPDIR)/heap.Plo + -rm -f src/utils/heap/$(DEPDIR)/heap_test.Po + -rm -f src/utils/ignorelist/$(DEPDIR)/ignorelist.Plo + -rm -f src/utils/latency/$(DEPDIR)/latency.Plo + -rm -f src/utils/latency/$(DEPDIR)/latency_config.Plo + -rm -f src/utils/latency/$(DEPDIR)/latency_test.Po + -rm -f src/utils/latency/$(DEPDIR)/logparser_la-latency.Plo + -rm -f src/utils/latency/$(DEPDIR)/logparser_la-latency_config.Plo + -rm -f src/utils/latency/$(DEPDIR)/test_utils_message_parser-latency.Po + -rm -f src/utils/latency/$(DEPDIR)/test_utils_message_parser-latency_config.Po + -rm -f src/utils/lookup/$(DEPDIR)/vl_lookup.Plo + -rm -f src/utils/lookup/$(DEPDIR)/vl_lookup_test.Po + -rm -f src/utils/match/$(DEPDIR)/curl_la-match.Plo + -rm -f src/utils/match/$(DEPDIR)/logparser_la-match.Plo + -rm -f src/utils/match/$(DEPDIR)/match.Plo + -rm -f src/utils/match/$(DEPDIR)/memcachec_la-match.Plo + -rm -f src/utils/match/$(DEPDIR)/test_plugin_logparser-match.Po + -rm -f src/utils/match/$(DEPDIR)/test_utils_message_parser-match.Po + -rm -f src/utils/message_parser/$(DEPDIR)/logparser_la-message_parser.Plo + -rm -f src/utils/message_parser/$(DEPDIR)/test_plugin_logparser-message_parser.Po + -rm -f src/utils/message_parser/$(DEPDIR)/test_utils_message_parser-message_parser_test.Po + -rm -f src/utils/metadata/$(DEPDIR)/collectd-meta_data.Po + -rm -f src/utils/metadata/$(DEPDIR)/meta_data.Plo + -rm -f src/utils/metadata/$(DEPDIR)/meta_data_test.Po + -rm -f src/utils/mount/$(DEPDIR)/mount.Plo + -rm -f src/utils/mount/$(DEPDIR)/mount_test.Po + -rm -f src/utils/oauth/$(DEPDIR)/liboauth_la-oauth.Plo + -rm -f src/utils/oauth/$(DEPDIR)/oauth_test.Po + -rm -f src/utils/ovs/$(DEPDIR)/ovs_events_la-ovs.Plo + -rm -f src/utils/ovs/$(DEPDIR)/ovs_stats_la-ovs.Plo + -rm -f src/utils/proc_pids/$(DEPDIR)/intel_rdt_la-proc_pids.Plo + -rm -f src/utils/proc_pids/$(DEPDIR)/proc_pids_test.Po + -rm -f src/utils/proc_pids/$(DEPDIR)/test_plugin_intel_rdt-proc_pids.Po + -rm -f src/utils/rrdcreate/$(DEPDIR)/rrdcached_la-rrdcreate.Plo + -rm -f src/utils/rrdcreate/$(DEPDIR)/rrdtool_la-rrdcreate.Plo + -rm -f src/utils/tail/$(DEPDIR)/logparser_la-tail.Plo + -rm -f src/utils/tail/$(DEPDIR)/tail.Plo + -rm -f src/utils/tail/$(DEPDIR)/test_plugin_logparser-tail.Po + -rm -f src/utils/tail/$(DEPDIR)/test_utils_message_parser-tail.Po + -rm -f src/utils/taskstats/$(DEPDIR)/libtaskstats_la-taskstats.Plo + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-hdr distclean-libtool distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-jarDATA install-man \ + install-nodist_pkgconfigDATA install-pkgincludeHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-binPROGRAMS install-exec-local \ + install-libLTLIBRARIES install-pkglibLTLIBRARIES \ + install-sbinPROGRAMS + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) install-exec-hook +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: install-man1 install-man5 + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -f ./$(DEPDIR)/grpc_la-collectd.grpc.pb.Plo + -rm -f ./$(DEPDIR)/grpc_la-collectd.pb.Plo + -rm -f ./$(DEPDIR)/grpc_la-types.pb.Plo + -rm -f ./$(DEPDIR)/write_prometheus_la-prometheus.pb-c.Plo + -rm -f src/$(DEPDIR)/aggregation.Plo + -rm -f src/$(DEPDIR)/amqp1_la-amqp1.Plo + -rm -f src/$(DEPDIR)/amqp_la-amqp.Plo + -rm -f src/$(DEPDIR)/apache_la-apache.Plo + -rm -f src/$(DEPDIR)/apcups.Plo + -rm -f src/$(DEPDIR)/apple_sensors.Plo + -rm -f src/$(DEPDIR)/aquaero_la-aquaero.Plo + -rm -f src/$(DEPDIR)/ascent_la-ascent.Plo + -rm -f src/$(DEPDIR)/barometer.Plo + -rm -f src/$(DEPDIR)/battery.Plo + -rm -f src/$(DEPDIR)/battery_statefs.Plo + -rm -f src/$(DEPDIR)/bind_la-bind.Plo + -rm -f src/$(DEPDIR)/buddyinfo.Plo + -rm -f src/$(DEPDIR)/capabilities_la-capabilities.Plo + -rm -f src/$(DEPDIR)/ceph_la-ceph.Plo + -rm -f src/$(DEPDIR)/cgroups.Plo + -rm -f src/$(DEPDIR)/check_uptime.Plo + -rm -f src/$(DEPDIR)/chrony.Plo + -rm -f src/$(DEPDIR)/collectd_nagios-collectd-nagios.Po + -rm -f src/$(DEPDIR)/collectd_tg-collectd-tg.Po + -rm -f src/$(DEPDIR)/collectdctl-collectdctl.Po + -rm -f src/$(DEPDIR)/collectdmon.Po + -rm -f src/$(DEPDIR)/connectivity_la-connectivity.Plo + -rm -f src/$(DEPDIR)/conntrack.Plo + -rm -f src/$(DEPDIR)/contextswitch.Plo + -rm -f src/$(DEPDIR)/cpu_la-cpu.Plo + -rm -f src/$(DEPDIR)/cpufreq.Plo + -rm -f src/$(DEPDIR)/cpusleep.Plo + -rm -f src/$(DEPDIR)/csv.Plo + -rm -f src/$(DEPDIR)/curl_json_la-curl_json.Plo + -rm -f src/$(DEPDIR)/curl_la-curl.Plo + -rm -f src/$(DEPDIR)/curl_xml_la-curl_xml.Plo + -rm -f src/$(DEPDIR)/dbi_la-dbi.Plo + -rm -f src/$(DEPDIR)/dcpmm_la-dcpmm.Plo + -rm -f src/$(DEPDIR)/df.Plo + -rm -f src/$(DEPDIR)/disk_la-disk.Plo + -rm -f src/$(DEPDIR)/dns_la-dns.Plo + -rm -f src/$(DEPDIR)/dpdk_telemetry_la-dpdk_telemetry.Plo + -rm -f src/$(DEPDIR)/dpdkevents_la-dpdkevents.Plo + -rm -f src/$(DEPDIR)/dpdkstat_la-dpdkstat.Plo + -rm -f src/$(DEPDIR)/drbd.Plo + -rm -f src/$(DEPDIR)/email.Plo + -rm -f src/$(DEPDIR)/entropy.Plo + -rm -f src/$(DEPDIR)/ethstat.Plo + -rm -f src/$(DEPDIR)/exec.Plo + -rm -f src/$(DEPDIR)/fhcount.Plo + -rm -f src/$(DEPDIR)/filecount.Plo + -rm -f src/$(DEPDIR)/fscache.Plo + -rm -f src/$(DEPDIR)/gmond_la-gmond.Plo + -rm -f src/$(DEPDIR)/gps_la-gps.Plo + -rm -f src/$(DEPDIR)/gpu_nvidia_la-gpu_nvidia.Plo + -rm -f src/$(DEPDIR)/grpc_la-grpc.Plo + -rm -f src/$(DEPDIR)/hddtemp.Plo + -rm -f src/$(DEPDIR)/hugepages.Plo + -rm -f src/$(DEPDIR)/intel_pmu_la-intel_pmu.Plo + -rm -f src/$(DEPDIR)/intel_rdt_la-intel_rdt.Plo + -rm -f src/$(DEPDIR)/interface_la-interface.Plo + -rm -f src/$(DEPDIR)/ipc.Plo + -rm -f src/$(DEPDIR)/ipmi_la-ipmi.Plo + -rm -f src/$(DEPDIR)/ipstats.Plo + -rm -f src/$(DEPDIR)/iptables_la-iptables.Plo + -rm -f src/$(DEPDIR)/ipvs.Plo + -rm -f src/$(DEPDIR)/irq.Plo + -rm -f src/$(DEPDIR)/java_la-java.Plo + -rm -f src/$(DEPDIR)/load_la-load.Plo + -rm -f src/$(DEPDIR)/log_logstash_la-log_logstash.Plo + -rm -f src/$(DEPDIR)/logfile.Plo + -rm -f src/$(DEPDIR)/logparser_la-logparser.Plo + -rm -f src/$(DEPDIR)/logparser_la-utils_tail_match.Plo + -rm -f src/$(DEPDIR)/lpar.Plo + -rm -f src/$(DEPDIR)/lua_la-lua.Plo + -rm -f src/$(DEPDIR)/lua_la-utils_lua.Plo + -rm -f src/$(DEPDIR)/madwifi.Plo + -rm -f src/$(DEPDIR)/match_empty_counter.Plo + -rm -f src/$(DEPDIR)/match_hashed.Plo + -rm -f src/$(DEPDIR)/match_regex.Plo + -rm -f src/$(DEPDIR)/match_timediff.Plo + -rm -f src/$(DEPDIR)/match_value.Plo + -rm -f src/$(DEPDIR)/mbmon.Plo + -rm -f src/$(DEPDIR)/mcelog.Plo + -rm -f src/$(DEPDIR)/md.Plo + -rm -f src/$(DEPDIR)/memcachec_la-memcachec.Plo + -rm -f src/$(DEPDIR)/memcached.Plo + -rm -f src/$(DEPDIR)/memory_la-memory.Plo + -rm -f src/$(DEPDIR)/mic_la-mic.Plo + -rm -f src/$(DEPDIR)/modbus_la-modbus.Plo + -rm -f src/$(DEPDIR)/mqtt_la-mqtt.Plo + -rm -f src/$(DEPDIR)/multimeter.Plo + -rm -f src/$(DEPDIR)/mysql_la-mysql.Plo + -rm -f src/$(DEPDIR)/netapp_la-netapp.Plo + -rm -f src/$(DEPDIR)/netlink_la-netlink.Plo + -rm -f src/$(DEPDIR)/network_la-network.Plo + -rm -f src/$(DEPDIR)/network_la-utils_fbhash.Plo + -rm -f src/$(DEPDIR)/nfs.Plo + -rm -f src/$(DEPDIR)/nginx_la-nginx.Plo + -rm -f src/$(DEPDIR)/notify_desktop_la-notify_desktop.Plo + -rm -f src/$(DEPDIR)/notify_email_la-notify_email.Plo + -rm -f src/$(DEPDIR)/notify_nagios.Plo + -rm -f src/$(DEPDIR)/ntpd.Plo + -rm -f src/$(DEPDIR)/numa.Plo + -rm -f src/$(DEPDIR)/nut_la-nut.Plo + -rm -f src/$(DEPDIR)/olsrd.Plo + -rm -f src/$(DEPDIR)/onewire_la-onewire.Plo + -rm -f src/$(DEPDIR)/openldap_la-openldap.Plo + -rm -f src/$(DEPDIR)/openvpn.Plo + -rm -f src/$(DEPDIR)/oracle_la-oracle.Plo + -rm -f src/$(DEPDIR)/ovs_events_la-ovs_events.Plo + -rm -f src/$(DEPDIR)/ovs_stats_la-ovs_stats.Plo + -rm -f src/$(DEPDIR)/pcie_errors_la-pcie_errors.Plo + -rm -f src/$(DEPDIR)/perl_la-perl.Plo + -rm -f src/$(DEPDIR)/pf.Plo + -rm -f src/$(DEPDIR)/pinba_la-pinba.Plo + -rm -f src/$(DEPDIR)/pinba_la-pinba.pb-c.Plo + -rm -f src/$(DEPDIR)/ping_la-ping.Plo + -rm -f src/$(DEPDIR)/postgresql_la-postgresql.Plo + -rm -f src/$(DEPDIR)/powerdns.Plo + -rm -f src/$(DEPDIR)/processes_la-processes.Plo + -rm -f src/$(DEPDIR)/procevent_la-procevent.Plo + -rm -f src/$(DEPDIR)/protocols.Plo + -rm -f src/$(DEPDIR)/python_la-pyconfig.Plo + -rm -f src/$(DEPDIR)/python_la-python.Plo + -rm -f src/$(DEPDIR)/python_la-pyvalues.Plo + -rm -f src/$(DEPDIR)/redfish_la-redfish.Plo + -rm -f src/$(DEPDIR)/redis_la-redis.Plo + -rm -f src/$(DEPDIR)/routeros_la-routeros.Plo + -rm -f src/$(DEPDIR)/rrdcached_la-rrdcached.Plo + -rm -f src/$(DEPDIR)/rrdtool_la-rrdtool.Plo + -rm -f src/$(DEPDIR)/sensors_la-sensors.Plo + -rm -f src/$(DEPDIR)/serial.Plo + -rm -f src/$(DEPDIR)/sigrok_la-sigrok.Plo + -rm -f src/$(DEPDIR)/slurm_la-slurm.Plo + -rm -f src/$(DEPDIR)/smart_la-smart.Plo + -rm -f src/$(DEPDIR)/snmp_agent_la-snmp_agent.Plo + -rm -f src/$(DEPDIR)/snmp_la-snmp.Plo + -rm -f src/$(DEPDIR)/statsd.Plo + -rm -f src/$(DEPDIR)/swap_la-swap.Plo + -rm -f src/$(DEPDIR)/synproxy.Plo + -rm -f src/$(DEPDIR)/sysevent_la-sysevent.Plo + -rm -f src/$(DEPDIR)/syslog.Plo + -rm -f src/$(DEPDIR)/table.Plo + -rm -f src/$(DEPDIR)/tail.Plo + -rm -f src/$(DEPDIR)/tail_csv.Plo + -rm -f src/$(DEPDIR)/tape.Plo + -rm -f src/$(DEPDIR)/target_notification.Plo + -rm -f src/$(DEPDIR)/target_replace.Plo + -rm -f src/$(DEPDIR)/target_scale.Plo + -rm -f src/$(DEPDIR)/target_set.Plo + -rm -f src/$(DEPDIR)/target_v5upgrade.Plo + -rm -f src/$(DEPDIR)/tcpconns.Plo + -rm -f src/$(DEPDIR)/teamspeak2.Plo + -rm -f src/$(DEPDIR)/ted.Plo + -rm -f src/$(DEPDIR)/test_plugin_capabilities-capabilities_test.Po + -rm -f src/$(DEPDIR)/test_plugin_ceph-ceph_test.Po + -rm -f src/$(DEPDIR)/test_plugin_curl_json-curl_json_test.Po + -rm -f src/$(DEPDIR)/test_plugin_intel_rdt-intel_rdt_test.Po + -rm -f src/$(DEPDIR)/test_plugin_logparser-logparser_test.Po + -rm -f src/$(DEPDIR)/test_plugin_logparser-utils_tail_match.Po + -rm -f src/$(DEPDIR)/test_plugin_network-network_test.Po + -rm -f src/$(DEPDIR)/test_plugin_network-utils_fbhash.Po + -rm -f src/$(DEPDIR)/test_plugin_pcie_errors-pcie_errors_test.Po + -rm -f src/$(DEPDIR)/test_plugin_redfish-redfish_test.Po + -rm -f src/$(DEPDIR)/test_plugin_snmp_agent-snmp_agent_test.Po + -rm -f src/$(DEPDIR)/test_plugin_virt-virt_test.Po + -rm -f src/$(DEPDIR)/test_utils_message_parser-utils_tail_match.Po + -rm -f src/$(DEPDIR)/thermal.Plo + -rm -f src/$(DEPDIR)/threshold.Plo + -rm -f src/$(DEPDIR)/tokyotyrant_la-tokyotyrant.Plo + -rm -f src/$(DEPDIR)/turbostat.Plo + -rm -f src/$(DEPDIR)/ubi.Plo + -rm -f src/$(DEPDIR)/unixsock.Plo + -rm -f src/$(DEPDIR)/uptime_la-uptime.Plo + -rm -f src/$(DEPDIR)/users_la-users.Plo + -rm -f src/$(DEPDIR)/utils_tail_match.Plo + -rm -f src/$(DEPDIR)/uuid.Plo + -rm -f src/$(DEPDIR)/varnish_la-varnish.Plo + -rm -f src/$(DEPDIR)/virt_la-virt.Plo + -rm -f src/$(DEPDIR)/vmem.Plo + -rm -f src/$(DEPDIR)/vserver.Plo + -rm -f src/$(DEPDIR)/wireless.Plo + -rm -f src/$(DEPDIR)/write_graphite.Plo + -rm -f src/$(DEPDIR)/write_http_la-write_http.Plo + -rm -f src/$(DEPDIR)/write_influxdb_udp_la-write_influxdb_udp.Plo + -rm -f src/$(DEPDIR)/write_kafka_la-write_kafka.Plo + -rm -f src/$(DEPDIR)/write_log.Plo + -rm -f src/$(DEPDIR)/write_mongodb_la-write_mongodb.Plo + -rm -f src/$(DEPDIR)/write_prometheus_la-write_prometheus.Plo + -rm -f src/$(DEPDIR)/write_redis_la-write_redis.Plo + -rm -f src/$(DEPDIR)/write_riemann_la-write_riemann.Plo + -rm -f src/$(DEPDIR)/write_riemann_la-write_riemann_threshold.Plo + -rm -f src/$(DEPDIR)/write_sensu.Plo + -rm -f src/$(DEPDIR)/write_stackdriver_la-write_stackdriver.Plo + -rm -f src/$(DEPDIR)/write_syslog.Plo + -rm -f src/$(DEPDIR)/write_tsdb.Plo + -rm -f src/$(DEPDIR)/xencpu_la-xencpu.Plo + -rm -f src/$(DEPDIR)/xmms_la-xmms.Plo + -rm -f src/$(DEPDIR)/zfs_arc.Plo + -rm -f src/$(DEPDIR)/zone.Plo + -rm -f src/$(DEPDIR)/zookeeper.Plo + -rm -f src/daemon/$(DEPDIR)/collectd-cmd.Po + -rm -f src/daemon/$(DEPDIR)/collectd-cmd_windows.Po + -rm -f src/daemon/$(DEPDIR)/collectd-collectd.Po + -rm -f src/daemon/$(DEPDIR)/collectd-configfile.Po + -rm -f src/daemon/$(DEPDIR)/collectd-filter_chain.Po + -rm -f src/daemon/$(DEPDIR)/collectd-globals.Po + -rm -f src/daemon/$(DEPDIR)/collectd-plugin.Po + -rm -f src/daemon/$(DEPDIR)/collectd-types_list.Po + -rm -f src/daemon/$(DEPDIR)/collectd-utils_cache.Po + -rm -f src/daemon/$(DEPDIR)/collectd-utils_complain.Po + -rm -f src/daemon/$(DEPDIR)/collectd-utils_random.Po + -rm -f src/daemon/$(DEPDIR)/collectd-utils_subst.Po + -rm -f src/daemon/$(DEPDIR)/collectd-utils_threshold.Po + -rm -f src/daemon/$(DEPDIR)/collectd-utils_time.Po + -rm -f src/daemon/$(DEPDIR)/libplugin_mock_la-plugin_mock.Plo + -rm -f src/daemon/$(DEPDIR)/libplugin_mock_la-utils_cache_mock.Plo + -rm -f src/daemon/$(DEPDIR)/libplugin_mock_la-utils_complain.Plo + -rm -f src/daemon/$(DEPDIR)/libplugin_mock_la-utils_time.Plo + -rm -f src/daemon/$(DEPDIR)/test_plugin_capabilities-configfile.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_capabilities-types_list.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_curl_json-configfile.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_curl_json-types_list.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_intel_rdt-configfile.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_intel_rdt-types_list.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_logparser-configfile.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_logparser-types_list.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_network-configfile.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_network-types_list.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_pcie_errors-configfile.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_pcie_errors-types_list.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_pcie_errors-utils_llist.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_redfish-configfile.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_redfish-types_list.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_redfish-utils_llist.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_snmp_agent-configfile.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_snmp_agent-types_list.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_snmp_agent-utils_llist.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_virt-configfile.Po + -rm -f src/daemon/$(DEPDIR)/test_plugin_virt-types_list.Po + -rm -f src/daemon/$(DEPDIR)/test_utils_message_parser-configfile.Po + -rm -f src/daemon/$(DEPDIR)/test_utils_message_parser-types_list.Po + -rm -f src/daemon/$(DEPDIR)/utils_llist.Plo + -rm -f src/daemon/$(DEPDIR)/utils_subst.Po + -rm -f src/daemon/$(DEPDIR)/utils_subst_test.Po + -rm -f src/daemon/$(DEPDIR)/utils_time_test.Po + -rm -f src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-client.Plo + -rm -f src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-network.Plo + -rm -f src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-network_buffer.Plo + -rm -f src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-network_parse.Plo + -rm -f src/libcollectdclient/$(DEPDIR)/libcollectdclient_la-server.Plo + -rm -f src/libcollectdclient/$(DEPDIR)/test_libcollectd_network_parse-network_parse_test.Po + -rm -f src/liboconfig/$(DEPDIR)/liboconfig_la-oconfig.Plo + -rm -f src/liboconfig/$(DEPDIR)/liboconfig_la-parser.Plo + -rm -f src/liboconfig/$(DEPDIR)/liboconfig_la-scanner.Plo + -rm -f src/utils/avltree/$(DEPDIR)/avltree.Plo + -rm -f src/utils/avltree/$(DEPDIR)/avltree_test.Po + -rm -f src/utils/avltree/$(DEPDIR)/test_plugin_redfish-avltree.Po + -rm -f src/utils/avltree/$(DEPDIR)/test_plugin_snmp_agent-avltree.Po + -rm -f src/utils/cmds/$(DEPDIR)/cmds.Plo + -rm -f src/utils/cmds/$(DEPDIR)/cmds_test.Po + -rm -f src/utils/cmds/$(DEPDIR)/flush.Plo + -rm -f src/utils/cmds/$(DEPDIR)/getthreshold.Plo + -rm -f src/utils/cmds/$(DEPDIR)/getval.Plo + -rm -f src/utils/cmds/$(DEPDIR)/listval.Plo + -rm -f src/utils/cmds/$(DEPDIR)/parse_option.Plo + -rm -f src/utils/cmds/$(DEPDIR)/putnotif.Plo + -rm -f src/utils/cmds/$(DEPDIR)/putval.Plo + -rm -f src/utils/common/$(DEPDIR)/common.Plo + -rm -f src/utils/common/$(DEPDIR)/common_test.Po + -rm -f src/utils/config_cores/$(DEPDIR)/config_cores_test.Po + -rm -f src/utils/config_cores/$(DEPDIR)/intel_pmu_la-config_cores.Plo + -rm -f src/utils/config_cores/$(DEPDIR)/intel_rdt_la-config_cores.Plo + -rm -f src/utils/config_cores/$(DEPDIR)/test_plugin_intel_rdt-config_cores.Po + -rm -f src/utils/curl_stats/$(DEPDIR)/curl_json_la-curl_stats.Plo + -rm -f src/utils/curl_stats/$(DEPDIR)/curl_la-curl_stats.Plo + -rm -f src/utils/curl_stats/$(DEPDIR)/curl_xml_la-curl_stats.Plo + -rm -f src/utils/curl_stats/$(DEPDIR)/test_plugin_curl_json-curl_stats.Po + -rm -f src/utils/curl_stats/$(DEPDIR)/write_http_la-curl_stats.Plo + -rm -f src/utils/db_query/$(DEPDIR)/dbi_la-db_query.Plo + -rm -f src/utils/db_query/$(DEPDIR)/oracle_la-db_query.Plo + -rm -f src/utils/db_query/$(DEPDIR)/postgresql_la-db_query.Plo + -rm -f src/utils/dmi/$(DEPDIR)/capabilities_la-dmi.Plo + -rm -f src/utils/dns/$(DEPDIR)/dns_la-dns.Plo + -rm -f src/utils/dpdk/$(DEPDIR)/dpdkevents_la-dpdk.Plo + -rm -f src/utils/dpdk/$(DEPDIR)/dpdkstat_la-dpdk.Plo + -rm -f src/utils/format_graphite/$(DEPDIR)/format_graphite.Plo + -rm -f src/utils/format_graphite/$(DEPDIR)/format_graphite_test.Po + -rm -f src/utils/format_json/$(DEPDIR)/format_json_test.Po + -rm -f src/utils/format_json/$(DEPDIR)/libformat_json_la-format_json.Plo + -rm -f src/utils/format_kairosdb/$(DEPDIR)/write_http_la-format_kairosdb.Plo + -rm -f src/utils/format_stackdriver/$(DEPDIR)/format_stackdriver_test.Po + -rm -f src/utils/format_stackdriver/$(DEPDIR)/libformat_stackdriver_la-format_stackdriver.Plo + -rm -f src/utils/gce/$(DEPDIR)/libgce_la-gce.Plo + -rm -f src/utils/heap/$(DEPDIR)/heap.Plo + -rm -f src/utils/heap/$(DEPDIR)/heap_test.Po + -rm -f src/utils/ignorelist/$(DEPDIR)/ignorelist.Plo + -rm -f src/utils/latency/$(DEPDIR)/latency.Plo + -rm -f src/utils/latency/$(DEPDIR)/latency_config.Plo + -rm -f src/utils/latency/$(DEPDIR)/latency_test.Po + -rm -f src/utils/latency/$(DEPDIR)/logparser_la-latency.Plo + -rm -f src/utils/latency/$(DEPDIR)/logparser_la-latency_config.Plo + -rm -f src/utils/latency/$(DEPDIR)/test_utils_message_parser-latency.Po + -rm -f src/utils/latency/$(DEPDIR)/test_utils_message_parser-latency_config.Po + -rm -f src/utils/lookup/$(DEPDIR)/vl_lookup.Plo + -rm -f src/utils/lookup/$(DEPDIR)/vl_lookup_test.Po + -rm -f src/utils/match/$(DEPDIR)/curl_la-match.Plo + -rm -f src/utils/match/$(DEPDIR)/logparser_la-match.Plo + -rm -f src/utils/match/$(DEPDIR)/match.Plo + -rm -f src/utils/match/$(DEPDIR)/memcachec_la-match.Plo + -rm -f src/utils/match/$(DEPDIR)/test_plugin_logparser-match.Po + -rm -f src/utils/match/$(DEPDIR)/test_utils_message_parser-match.Po + -rm -f src/utils/message_parser/$(DEPDIR)/logparser_la-message_parser.Plo + -rm -f src/utils/message_parser/$(DEPDIR)/test_plugin_logparser-message_parser.Po + -rm -f src/utils/message_parser/$(DEPDIR)/test_utils_message_parser-message_parser_test.Po + -rm -f src/utils/metadata/$(DEPDIR)/collectd-meta_data.Po + -rm -f src/utils/metadata/$(DEPDIR)/meta_data.Plo + -rm -f src/utils/metadata/$(DEPDIR)/meta_data_test.Po + -rm -f src/utils/mount/$(DEPDIR)/mount.Plo + -rm -f src/utils/mount/$(DEPDIR)/mount_test.Po + -rm -f src/utils/oauth/$(DEPDIR)/liboauth_la-oauth.Plo + -rm -f src/utils/oauth/$(DEPDIR)/oauth_test.Po + -rm -f src/utils/ovs/$(DEPDIR)/ovs_events_la-ovs.Plo + -rm -f src/utils/ovs/$(DEPDIR)/ovs_stats_la-ovs.Plo + -rm -f src/utils/proc_pids/$(DEPDIR)/intel_rdt_la-proc_pids.Plo + -rm -f src/utils/proc_pids/$(DEPDIR)/proc_pids_test.Po + -rm -f src/utils/proc_pids/$(DEPDIR)/test_plugin_intel_rdt-proc_pids.Po + -rm -f src/utils/rrdcreate/$(DEPDIR)/rrdcached_la-rrdcreate.Plo + -rm -f src/utils/rrdcreate/$(DEPDIR)/rrdtool_la-rrdcreate.Plo + -rm -f src/utils/tail/$(DEPDIR)/logparser_la-tail.Plo + -rm -f src/utils/tail/$(DEPDIR)/tail.Plo + -rm -f src/utils/tail/$(DEPDIR)/test_plugin_logparser-tail.Po + -rm -f src/utils/tail/$(DEPDIR)/test_utils_message_parser-tail.Po + -rm -f src/utils/taskstats/$(DEPDIR)/libtaskstats_la-taskstats.Plo + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binPROGRAMS uninstall-jarDATA \ + uninstall-libLTLIBRARIES uninstall-local uninstall-man \ + uninstall-nodist_pkgconfigDATA uninstall-pkgincludeHEADERS \ + uninstall-pkglibLTLIBRARIES uninstall-sbinPROGRAMS + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) uninstall-hook +uninstall-man: uninstall-man1 uninstall-man5 + +.MAKE: all check check-am install install-am install-exec-am \ + install-strip uninstall-am + +.PHONY: CTAGS GTAGS TAGS all all-am all-local am--depfiles am--refresh \ + check check-TESTS check-am clean clean-binPROGRAMS \ + clean-checkLTLIBRARIES clean-checkPROGRAMS clean-cscope \ + clean-generic clean-libLTLIBRARIES clean-libtool clean-local \ + clean-noinstJAVA clean-noinstLTLIBRARIES \ + clean-pkglibLTLIBRARIES clean-sbinPROGRAMS cscope \ + cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ + dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ + distcheck distclean distclean-compile distclean-generic \ + distclean-hdr distclean-libtool distclean-tags distcleancheck \ + distdir distuninstallcheck dvi dvi-am html html-am info \ + info-am install install-am install-binPROGRAMS install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-exec-hook install-exec-local \ + install-html install-html-am install-info install-info-am \ + install-jarDATA install-libLTLIBRARIES install-man \ + install-man1 install-man5 install-nodist_pkgconfigDATA \ + install-pdf install-pdf-am install-pkgincludeHEADERS \ + install-pkglibLTLIBRARIES install-ps install-ps-am \ + install-sbinPROGRAMS install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + recheck tags tags-am uninstall uninstall-am \ + uninstall-binPROGRAMS uninstall-hook uninstall-jarDATA \ + uninstall-libLTLIBRARIES uninstall-local uninstall-man \ + uninstall-man1 uninstall-man5 uninstall-nodist_pkgconfigDATA \ + uninstall-pkgincludeHEADERS uninstall-pkglibLTLIBRARIES \ + uninstall-sbinPROGRAMS + +.PRECIOUS: Makefile + + +.pod.1: + $(AM_V_POD2MAN_C)pod2man --release=$(VERSION) --center=$(PACKAGE) $< $@ + +.pod.5: + $(AM_V_POD2MAN_C)pod2man --section=5 --release=$(VERSION) --center=$(PACKAGE) $< $@ + +@BUILD_PLUGIN_PINBA_TRUE@src/pinba.pb-c.c src/pinba.pb-c.h: $(srcdir)/src/pinba.proto +@BUILD_PLUGIN_PINBA_TRUE@ $(AM_V_PROTOC_C)$(PROTOC_C) -I$(srcdir) --c_out . $(srcdir)/src/pinba.proto + +@BUILD_PLUGIN_WRITE_PROMETHEUS_TRUE@prometheus.pb-c.c prometheus.pb-c.h: $(srcdir)/proto/prometheus.proto +@BUILD_PLUGIN_WRITE_PROMETHEUS_TRUE@ $(AM_V_PROTOC_C)$(PROTOC_C) -I$(srcdir)/proto --c_out=$(builddir) $(srcdir)/proto/prometheus.proto + +@HAVE_GRPC_CPP_TRUE@@HAVE_PROTOC3_TRUE@collectd.grpc.pb.cc: $(srcdir)/proto/collectd.proto $(srcdir)/proto/types.proto +@HAVE_GRPC_CPP_TRUE@@HAVE_PROTOC3_TRUE@ $(V_PROTOC)$(PROTOC) -I$(srcdir)/proto \ +@HAVE_GRPC_CPP_TRUE@@HAVE_PROTOC3_TRUE@ --grpc_out=$(builddir) --plugin=protoc-gen-grpc=$(GRPC_CPP_PLUGIN) \ +@HAVE_GRPC_CPP_TRUE@@HAVE_PROTOC3_TRUE@ $(srcdir)/proto/collectd.proto $(srcdir)/proto/types.proto + +@HAVE_GRPC_CPP_TRUE@@HAVE_PROTOC3_TRUE@collectd.pb.cc: $(srcdir)/proto/collectd.proto $(srcdir)/proto/types.proto +@HAVE_GRPC_CPP_TRUE@@HAVE_PROTOC3_TRUE@ $(V_PROTOC)$(PROTOC) -I$(srcdir)/proto --cpp_out=$(builddir) \ +@HAVE_GRPC_CPP_TRUE@@HAVE_PROTOC3_TRUE@ $(srcdir)/proto/collectd.proto $(srcdir)/proto/types.proto + +@HAVE_GRPC_CPP_TRUE@@HAVE_PROTOC3_TRUE@types.pb.cc: $(srcdir)/proto/types.proto +@HAVE_GRPC_CPP_TRUE@@HAVE_PROTOC3_TRUE@ $(V_PROTOC)$(PROTOC) -I$(srcdir)/proto --cpp_out=$(builddir) \ +@HAVE_GRPC_CPP_TRUE@@HAVE_PROTOC3_TRUE@ $(srcdir)/proto/types.proto + +install-exec-hook: + $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run + $(mkinstalldirs) $(DESTDIR)$(localstatedir)/lib/$(PACKAGE_NAME) + $(mkinstalldirs) $(DESTDIR)$(localstatedir)/log + $(mkinstalldirs) $(DESTDIR)$(sysconfdir) + if test -e $(DESTDIR)$(sysconfdir)/collectd.conf; \ + then \ + $(INSTALL) -m 0640 $(builddir)/src/collectd.conf $(DESTDIR)$(sysconfdir)/collectd.conf.pkg-orig; \ + else \ + $(INSTALL) -m 0640 $(builddir)/src/collectd.conf $(DESTDIR)$(sysconfdir)/collectd.conf; \ + fi; \ + $(mkinstalldirs) $(DESTDIR)$(cpkgdatadir) + $(INSTALL) -m 0644 $(srcdir)/src/types.db $(DESTDIR)$(cpkgdatadir)/types.db; + $(INSTALL) -m 0644 $(srcdir)/src/postgresql_default.conf \ + $(DESTDIR)$(cpkgdatadir)/postgresql_default.conf; + +uninstall-hook: + rm -f $(DESTDIR)$(cpkgdatadir)/types.db; + rm -f $(DESTDIR)$(sysconfdir)/collectd.conf + rm -f $(DESTDIR)$(cpkgdatadir)/postgresql_default.conf; + +all-local: @PERL_BINDINGS@ + +install-exec-local: + [ ! -f buildperl/Makefile ] || ( cd buildperl && $(MAKE) install ) + +# Perl 'make uninstall' does not work as well as wanted. +# So we do the work here. +uninstall-local: + @PERL@ -I$(DESTDIR)$(prefix) $(srcdir)/bindings/perl/uninstall_mod.pl Collectd + find $(DESTDIR)$(prefix) -name "perllocal.pod" -exec rm {} \; + +clean-local: + rm -rf buildperl + +perl: buildperl/Makefile + cd buildperl && $(MAKE) + +buildperl/Makefile: .perl-directory-stamp buildperl/Makefile.PL \ + $(top_builddir)/config.status + @# beautify the output a bit + @echo 'cd buildperl && @PERL@ Makefile.PL @PERL_BINDINGS_OPTIONS@' + @cd buildperl && ( if ! @PERL@ Makefile.PL @PERL_BINDINGS_OPTIONS@; then \ + echo ""; \ + echo 'Check whether you have set $$PERL_MM_OPT in your environment and try using ./configure --with-perl-bindings=""'; \ + echo ""; \ + fi ) + +buildperl/Makefile.PL: .perl-directory-stamp $(top_builddir)/config.status + +.perl-directory-stamp: + if test ! -d buildperl; then \ + mkdir -p buildperl/Collectd/Plugins; \ + cp $(srcdir)/bindings/perl/lib/Collectd.pm buildperl/; \ + cp $(srcdir)/bindings/perl/Makefile.PL buildperl/; \ + cp $(srcdir)/bindings/perl/lib/Collectd/Unixsock.pm buildperl/Collectd/; \ + cp $(srcdir)/bindings/perl/lib/Collectd/Plugins/OpenVZ.pm buildperl/Collectd/Plugins/; \ + fi + touch $@ + +.PHONY: perl + +@BUILD_WITH_JAVA_TRUE@collectd-api.jar: $(JAVA_TIMESTAMP_FILE) +@BUILD_WITH_JAVA_TRUE@ $(JAR) cf $(JARFLAGS) $@ org/collectd/api/*.class + +@BUILD_WITH_JAVA_TRUE@generic-jmx.jar: $(JAVA_TIMESTAMP_FILE) +@BUILD_WITH_JAVA_TRUE@ $(JAR) cf $(JARFLAGS) $@ org/collectd/java/*.class + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/README b/README new file mode 100644 index 0000000..b13192f --- /dev/null +++ b/README @@ -0,0 +1,1187 @@ + collectd - System information collection daemon +================================================= +https://collectd.org/ + +About +----- + + collectd is a small daemon which collects system information periodically + and provides mechanisms to store and monitor the values in a variety of + ways. + + +Features +-------- + + * collectd is able to collect the following data: + + - apache + Apache server utilization: Number of bytes transferred, number of + requests handled and detailed scoreboard statistics + + - apcups + APC UPS Daemon: UPS charge, load, input/output/battery voltage, etc. + + - apple_sensors + Sensors in Macs running Mac OS X / Darwin: Temperature, fan speed and + voltage sensors. + + - aquaero + Various sensors in the Aquaero 5 water cooling board made by Aquacomputer. + + - ascent + Statistics about Ascent, a free server for the game `World of Warcraft'. + + - barometer + Reads absolute barometric pressure, air pressure reduced to sea level and + temperature. Supported sensors are MPL115A2 and MPL3115 from Freescale + and BMP085 from Bosch. + + - battery + Batterycharge, -current and voltage of ACPI and PMU based laptop + batteries. + + - bind + Name server and resolver statistics from the `statistics-channel' + interface of BIND 9.5, 9,6 and later. + + - buddyinfo + Statistics from buddyinfo file about memory fragmentation. + + - capabilities + Platform capabilities decoded from hardware subsystems, for example from + SMBIOS using dmidecode. + + + - ceph + Statistics from the Ceph distributed storage system. + + - cgroups + CPU accounting information for process groups under Linux. + + - chrony + Chrony daemon statistics: Local clock drift, offset to peers, etc. + + - connectivity + Event-based interface status. + + - conntrack + Number of nf_conntrack entries. + + - contextswitch + Number of context switches done by the operating system. + + - cpu + CPU utilization: Time spent in the system, user, nice, idle, and related + states. + + - cpufreq + CPU frequency (For laptops with speed step or a similar technology) + + - cpusleep + CPU sleep: Time spent in suspend (For mobile devices which enter suspend automatically) + + - curl + Parse statistics from websites using regular expressions. + + - curl_json + Retrieves JSON data via cURL and parses it according to user + configuration. + + - curl_xml + Retrieves XML data via cURL and parses it according to user + configuration. + + - dbi + Executes SQL statements on various databases and interprets the returned + data. + + - dcpmm + Collects Intel Optane DC Presistent Memory (DCPMM) performance and health statistics. + + - df + Mountpoint usage (Basically the values `df(1)' delivers) + + - disk + Disk utilization: Sectors read/written, number of read/write actions, + average time an IO-operation took to complete. + + - dns + DNS traffic: Query types, response codes, opcodes and traffic/octets + transferred. + + - dpdkstat + Collect DPDK interface statistics. + See docs/BUILD.dpdkstat.md for detailed build instructions. + + This plugin should be compiled with compiler defenses enabled, for + example -fstack-protector. + + - dpdk_telemetry + Collect DPDK interface, application and global statistics. + This plugin can be used as substitute to dpdkstat plugin. + + This plugin is dependent on DPDK 19.08 release and must be used + along with the DPDK application. + + Also, this plugin has dependency on Jansson library. + + - drbd + Collect individual drbd resource statistics. + + - email + Email statistics: Count, traffic, spam scores and checks. + See collectd-email(5). + + - entropy + Amount of entropy available to the system. + + - ethstat + Network interface card statistics. + + - exec + Values gathered by a custom program or script. + See collectd-exec(5). + + - fhcount + File handles statistics. + + - filecount + Count the number of files in directories. + + - fscache + Linux file-system based caching framework statistics. + + - gmond + Receive multicast traffic from Ganglia instances. + + - gps + Monitor gps related data through gpsd. + + - gpu_nvidia + Monitor NVIDIA GPU statistics available through NVML. + + - hddtemp + Hard disk temperatures using hddtempd. + + - hugepages + Report the number of used and free hugepages. More info on + hugepages can be found here: + https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt. + + This plugin should be compiled with compiler defenses enabled, for + example -fstack-protector. + + - intel_pmu + The intel_pmu plugin reads performance counters provided by the Linux + kernel perf interface. The plugin uses jevents library to resolve named + events to perf events and access perf interface. + + - intel_rdt + The intel_rdt plugin collects information provided by monitoring features + of Intel Resource Director Technology (Intel(R) RDT) like Cache Monitoring + Technology (CMT), Memory Bandwidth Monitoring (MBM). These features + provide information about utilization of shared resources like last level + cache occupancy, local memory bandwidth usage, remote memory bandwidth + usage, instructions per clock. + + + - interface + Interface traffic: Number of octets, packets and errors for each + interface. + + - ipc + IPC counters: semaphores used, number of allocated segments in shared + memory and more. + + - ipmi + IPMI (Intelligent Platform Management Interface) sensors information. + + - ipstats + IPv4 and IPv6; incoming, outgoing, forwarded counters. FreeBSD only. + + - iptables + Iptables' counters: Number of bytes that were matched by a certain + iptables rule. + + - ipvs + IPVS connection statistics (number of connections, octets and packets + for each service and destination). + See http://www.linuxvirtualserver.org/software/index.html. + + - irq + IRQ counters: Frequency in which certain interrupts occur. + + - java + Integrates a `Java Virtual Machine' (JVM) to execute plugins in Java + bytecode. + See docs/BUILD.java.md for detailed build instructions. + + - load + System load average over the last 1, 5 and 15 minutes. + + - lpar + Detailed CPU statistics of the “Logical Partitions” virtualization + technique built into IBM's POWER processors. + + - lua + The Lua plugin implements a Lua interpreter into collectd. This + makes it possible to write plugins in Lua which are executed by + collectd without the need to start a heavy interpreter every interval. + See collectd-lua(5) for details. + + - madwifi + Queries very detailed usage statistics from wireless LAN adapters and + interfaces that use the Atheros chipset and the MadWifi driver. + + - mbmon + Motherboard sensors: temperature, fan speed and voltage information, + using mbmon(1). + + - mcelog + Monitor machine check exceptions (hardware errors detected by hardware + and reported to software) reported by mcelog and generate appropriate + notifications when machine check exceptions are detected. + + - md + Linux software-RAID device information (number of active, failed, spare + and missing disks). + + - memcachec + Query and parse data from a memcache daemon (memcached). + + - memcached + Statistics of the memcached distributed caching system. + + + - memory + Memory utilization: Memory occupied by running processes, page cache, + buffer cache and free. + + - mic + Collects CPU usage, memory usage, temperatures and power consumption from + Intel Many Integrated Core (MIC) CPUs. + + - modbus + Reads values from Modbus/TCP enabled devices. Supports reading values + from multiple "slaves" so gateway devices can be used. + + - multimeter + Information provided by serial multimeters, such as the `Metex + M-4650CR'. + + - mysql + MySQL server statistics: Commands issued, handlers triggered, thread + usage, query cache utilization and traffic/octets sent and received. + + - netapp + Plugin to query performance values from a NetApp storage system using the + “Manage ONTAP” SDK provided by NetApp. + + - netlink + Very detailed Linux network interface and routing statistics. You can get + (detailed) information on interfaces, qdiscs, classes, and, if you can + make use of it, filters. + + - network + Receive values that were collected by other hosts. Large setups will + want to collect the data on one dedicated machine, and this is the + plugin of choice for that. + + - nfs + NFS Procedures: Which NFS command were called how often. + + - nginx + Collects statistics from `nginx' (speak: engine X), a HTTP and mail + server/proxy. + + - ntpd + NTP daemon statistics: Local clock drift, offset to peers, etc. + + - numa + Information about Non-Uniform Memory Access (NUMA). + + - nut + Network UPS tools: UPS current, voltage, power, charge, utilisation, + temperature, etc. See upsd(8). + + - olsrd + Queries routing information from the “Optimized Link State Routing” + daemon. + + - onewire (EXPERIMENTAL!) + Read onewire sensors using the owcapu library of the owfs project. + Please read in collectd.conf(5) why this plugin is experimental. + + - openldap + Read monitoring information from OpenLDAP's cn=Monitor subtree. + + - openvpn + RX and TX of each client in openvpn-status.log (status-version 2). + + + - oracle + Query data from an Oracle database. + + - ovs_events + The plugin monitors the link status of Open vSwitch (OVS) connected + interfaces, dispatches the values to collectd and sends the notification + whenever the link state change occurs in the OVS database. It requires + YAJL library to be installed. + Detailed instructions for installing and setting up Open vSwitch, see + OVS documentation. + + + - ovs_stats + The plugin collects the statistics of OVS connected bridges and + interfaces. It requires YAJL library to be installed. + Detailed instructions for installing and setting up Open vSwitch, see + OVS documentation. + + + - pcie_errors + Read errors from PCI Express Device Status and AER extended capabilities. + + + - perl + The perl plugin implements a Perl-interpreter into collectd. You can + write your own plugins in Perl and return arbitrary values using this + API. See collectd-perl(5). + + - pf + Query statistics from BSD's packet filter "pf". + + - pinba + Receive and dispatch timing values from Pinba, a profiling extension for + PHP. + + - ping + Network latency: Time to reach the default gateway or another given + host. + + - postgresql + PostgreSQL database statistics: active server connections, transaction + numbers, block IO, table row manipulations. + + - powerdns + PowerDNS name server statistics. + + - processes + Process counts: Number of running, sleeping, zombie, ... processes. + + - procevent + Listens for process starts and exits via netlink. + + - protocols + Counts various aspects of network protocols such as IP, TCP, UDP, etc. + + - python + The python plugin implements a Python interpreter into collectd. This + makes it possible to write plugins in Python which are executed by + collectd without the need to start a heavy interpreter every interval. + See collectd-python(5) for details. + + - redis + The redis plugin gathers information from a Redis server, including: + uptime, used memory, total connections etc. + + - routeros + Query interface and wireless registration statistics from RouterOS. + + - rrdcached + RRDtool caching daemon (RRDcacheD) statistics. + + - sensors + System sensors, accessed using lm_sensors: Voltages, temperatures and + fan rotation speeds. + + - serial + RX and TX of serial interfaces. Linux only; needs root privileges. + + - sigrok + Uses libsigrok as a backend, allowing any sigrok-supported device + to have its measurements fed to collectd. This includes multimeters, + sound level meters, thermometers, and much more. + + - slurm + Gathers per-partition node and job state information using libslurm, + as well as internal health statistics. + + - smart + Collect SMART statistics, notably load cycle count, temperature + and bad sectors. + + - snmp + Read values from SNMP (Simple Network Management Protocol) enabled + network devices such as switches, routers, thermometers, rack monitoring + servers, etc. See collectd-snmp(5). + + - statsd + Acts as a StatsD server, reading values sent over the network from StatsD + clients and calculating rates and other aggregates out of these values. + + - sysevent + Listens to rsyslog events and submits matched values. + + - swap + Pages swapped out onto hard disk or whatever is called `swap' by the OS.. + + - table + Parse table-like structured files. + + - tail + Follows (tails) log files, parses them by lines and submits matched + values. + + - tail_csv + Follows (tails) files in CSV format, parses each line and submits + extracted values. + + - tape + Bytes and operations read and written on tape devices. Solaris only. + + - tcpconns + Number of TCP connections to specific local and remote ports. + + - teamspeak2 + TeamSpeak2 server statistics. + + - ted + Plugin to read values from `The Energy Detective' (TED). + + - thermal + Linux ACPI thermal zone information. + + - tokyotyrant + Reads the number of records and file size from a running Tokyo Tyrant + server. + + - turbostat + Reads CPU frequency and C-state residency on modern Intel + turbo-capable processors. + + - ubi + Reads the count of bad physical eraseblocks and the current + maximum erase counter value on UBI volumes. + + - uptime + System uptime statistics. + + - users + Users currently logged in. + + - varnish + Various statistics from Varnish, an HTTP accelerator. + + - virt + CPU, memory, disk and network I/O statistics from virtual machines. + + - vmem + Virtual memory statistics, e.g. the number of page-ins/-outs or the + number of pagefaults. + + - vserver + System resources used by Linux VServers. + See . + + - wireless + Link quality of wireless cards. Linux only. + + - xencpu + XEN Hypervisor CPU stats. + + - xmms + Bitrate and frequency of music played with XMMS. + + - zfs_arc + Statistics for ZFS' “Adaptive Replacement Cache” (ARC). + + - zone + Measures the percentage of cpu load per container (zone) under Solaris 10 + and higher + + - zookeeper + Read data from Zookeeper's MNTR command. + + * Output can be written or sent to various destinations by the following + plugins: + + - amqp + Sends JSON-encoded data to an Advanced Message Queuing Protocol (AMQP) + 0.9.1 server, such as RabbitMQ. + + - amqp1 + Sends JSON-encoded data to an Advanced Message Queuing Protocol (AMQP) + 1.0 server, such as Qpid Dispatch Router or Apache Artemis Broker. + + - csv + Write to comma separated values (CSV) files. This needs lots of + diskspace but is extremely portable and can be analysed with almost + every program that can analyse anything. Even Microsoft's Excel.. + + - grpc + Send and receive values over the network using the gRPC framework. + + - lua + It's possible to implement write plugins in Lua using the Lua + plugin. See collectd-lua(5) for details. + + - mqtt + Publishes and subscribes to MQTT topics. + + - network + Send the data to a remote host to save the data somehow. This is useful + for large setups where the data should be saved by a dedicated machine. + + - perl + Of course the values are propagated to plugins written in Perl, too, so + you can easily do weird stuff with the plugins we didn't dare think of + ;) See collectd-perl(5). + + - python + It's possible to implement write plugins in Python using the python + plugin. See collectd-python(5) for details. + + - rrdcached + Output to round-robin-database (RRD) files using the RRDtool caching + daemon (RRDcacheD) - see rrdcached(1). That daemon provides a general + implementation of the caching done by the `rrdtool' plugin. + + - rrdtool + Output to round-robin-database (RRD) files using librrd. See rrdtool(1). + This is likely the most popular destination for such values. Since + updates to RRD-files are somewhat expensive this plugin can cache + updates to the files and write a bunch of updates at once, which lessens + system load a lot. + + - snmp_agent + Receives and handles queries from SNMP master agent and returns the data + collected by read plugins. Handles requests only for OIDs specified in + configuration file. To handle SNMP queries the plugin gets data from + collectd and translates requested values from collectd's internal format + to SNMP format. + + - unixsock + One can query the values from the unixsock plugin whenever they're + needed. Please read collectd-unixsock(5) for a description on how that's + done. + + - write_graphite + Sends data to Carbon, the storage layer of Graphite using TCP or UDP. It + can be configured to avoid logging send errors (especially useful when + using UDP). + + - write_http + Sends the values collected by collectd to a web-server using HTTP POST + requests. The transmitted data is either in a form understood by the + Exec plugin or formatted in JSON. + + - write_kafka + Sends data to Apache Kafka, a distributed queue. + + - write_log + Writes data to the log + + - write_mongodb + Sends data to MongoDB, a NoSQL database. + + - write_prometheus + Publish values using an embedded HTTP server, in a format compatible + with Prometheus' collectd_exporter. + + - write_redis + Sends the values to a Redis key-value database server. + + - write_riemann + Sends data to Riemann, a stream processing and monitoring system. + + - write_sensu + Sends data to Sensu, a stream processing and monitoring system, via the + Sensu client local TCP socket. + + - write_syslog + Sends data in syslog format, using TCP, where the message + contains the metric in human or JSON format. + + - write_tsdb + Sends data OpenTSDB, a scalable no master, no shared state time series + database. + + * Logging is, as everything in collectd, provided by plugins. The following + plugins keep us informed about what's going on: + + - logfile + Writes log messages to a file or STDOUT/STDERR. + + - perl + Log messages are propagated to plugins written in Perl as well. + See collectd-perl(5). + + - python + It's possible to implement log plugins in Python using the python plugin. + See collectd-python(5) for details. + + - syslog + Logs to the standard UNIX logging mechanism, syslog. + + - log_logstash + Writes log messages formatted as logstash JSON events. + + * Notifications can be handled by the following plugins: + + - notify_desktop + Send a desktop notification to a notification daemon, as defined in + the Desktop Notification Specification. To actually display the + notifications, notification-daemon is required. + See http://www.galago-project.org/specs/notification/. + + - notify_email + Send an E-mail with the notification message to the configured + recipients. + + - notify_nagios + Submit notifications as passive check results to a local nagios instance. + + - exec + Execute a program or script to handle the notification. + See collectd-exec(5). + + - logfile + Writes the notification message to a file or STDOUT/STDERR. + + - network + Send the notification to a remote host to handle it somehow. + + - perl + Notifications are propagated to plugins written in Perl as well. + See collectd-perl(5). + + - python + It's possible to implement notification plugins in Python using the + python plugin. See collectd-python(5) for details. + + * Value processing can be controlled using the "filter chain" infrastructure + and "matches" and "targets". The following plugins are available: + + - match_empty_counter + Match counter values which are currently zero. + + - match_hashed + Match values using a hash function of the hostname. + + - match_regex + Match values by their identifier based on regular expressions. + + - match_timediff + Match values with an invalid timestamp. + + - match_value + Select values by their data sources' values. + + - target_notification + Create and dispatch a notification. + + - target_replace + Replace parts of an identifier using regular expressions. + + - target_scale + Scale (multiply) values by an arbitrary value. + + - target_set + Set (overwrite) entire parts of an identifier. + + * Miscellaneous plugins: + + - aggregation + Selects multiple value lists based on patterns or regular expressions + and creates new aggregated values lists from those. + + - threshold + Checks values against configured thresholds and creates notifications if + values are out of bounds. See collectd-threshold(5) for details. + + - uuid + Sets the hostname to a unique identifier. This is meant for setups + where each client may migrate to another physical host, possibly going + through one or more name changes in the process. + + * Performance: Since collectd is running as a daemon it doesn't spend much + time starting up again and again. With the exception of the exec plugin no + processes are forked. Caching in output plugins, such as the rrdtool and + network plugins, makes sure your resources are used efficiently. Also, + since collectd is programmed multithreaded it benefits from hyper-threading + and multicore processors and makes sure that the daemon isn't idle if only + one plugin waits for an IO-operation to complete. + + * Once set up, hardly any maintenance is necessary. Setup is kept as easy + as possible and the default values should be okay for most users. + + +Operation +--------- + + * collectd's configuration file can be found at `sysconfdir'/collectd.conf. + Run `collectd -h' for a list of built-in defaults. See `collectd.conf(5)' + for a list of options and a syntax description. + + * When the `csv' or `rrdtool' plugins are loaded they'll write the values to + files. The usual place for these files is beneath `/var/lib/collectd'. + + * When using some of the plugins, collectd needs to run as user root, since + only root can do certain things, such as craft ICMP packages needed to ping + other hosts. collectd should NOT be installed setuid root since it can be + used to overwrite valuable files! + + * Sample scripts to generate graphs reside in `contrib/' in the source + package or somewhere near `/usr/share/doc/collectd' in most distributions. + Please be aware that those script are meant as a starting point for your + own experiments.. Some of them require the `RRDs' Perl module. + (`librrds-perl' on Debian) If you have written a more sophisticated + solution please share it with us. + + * The RRAs of the automatically created RRD files depend on the `step' + and `heartbeat' settings given. If change these settings you may need to + re-create the files, losing all data. Please be aware of that when changing + the values and read the rrdtool(1) manpage thoroughly. + + +collectd and chkrootkit +----------------------- + + If you are using the `dns' plugin chkrootkit(1) will report collectd as a + packet sniffer (": PACKET SNIFFER(/usr/sbin/collectd[])"). The + plugin captures all UDP packets on port 53 to analyze the DNS traffic. In + this case, collectd is a legitimate sniffer and the report should be + considered to be a false positive. However, you might want to check that + this really is collectd and not some other, illegitimate sniffer. + + +Prerequisites +------------- + + To compile collectd from source you will need: + + * Usual suspects: C compiler, linker, preprocessor, make, ... + + collectd makes use of some common C99 features, e.g. compound literals and + mixed declarations, and therefore requires a C99 compatible compiler. + + On Debian and Ubuntu, the "build-essential" package should pull in + everything that's necessary. + + * A POSIX-threads (pthread) implementation. + Since gathering some statistics is slow (network connections, slow devices, + etc) collectd is parallelized. The POSIX threads interface is being + used and should be found in various implementations for hopefully all + platforms. + + * When building from the Git repository, flex (tokenizer) and bison (parser + generator) are required. Release tarballs include the generated files – you + don't need these packages in that case. + + * aerotools-ng (optional) + Used by the `aquaero' plugin. Currently, the `libaquaero5' library, which + is used by the `aerotools-ng' toolkit, is not compiled as a shared object + nor does it feature an installation routine. Therefore, you need to point + collectd's configure script at the source directory of the `aerotools-ng' + project. + + + * CoreFoundation.framework and IOKit.framework (optional) + For compiling on Darwin in general and the `apple_sensors' plugin in + particular. + + + * CUDA (optional) + Used by the `gpu_nvidia' plugin + + + * libatasmart (optional) + Used by the `smart' plugin. + + + * libcap (optional) + The `turbostat' plugin can optionally build Linux Capabilities support, + which avoids full privileges requirement (aka. running as root) to read + values. + + + * libclntsh (optional) + Used by the `oracle' plugin. + + * libhiredis (optional) + Used by the redis plugin. Please note that you require a 0.10.0 version + or higher. + + * libcurl (optional) + If you want to use the `apache', `ascent', `bind', `curl', `curl_json', + `curl_xml', `nginx', or `write_http' plugin. + + + * libdbi (optional) + Used by the `dbi' plugin to connect to various databases. + + + * libesmtp (optional) + For the `notify_email' plugin. + + + * libganglia (optional) + Used by the `gmond' plugin to process data received from Ganglia. + + + * libgrpc (optional) + Used by the `grpc' plugin. gRPC requires a C++ compiler supporting the + C++11 standard. + + + * libgcrypt (optional) + Used by the `network' plugin for encryption and authentication. + + + * libgps (optional) + Used by the `gps' plugin. + + + * libi2c-dev (optional) + Used for the plugin `barometer', provides just the i2c-dev.h header file + for user space i2c development. + + * libiptc (optional) + For querying iptables counters. + + + * libjansson (optional) + Parse JSON data. This is used for the `capabilities' and `dpdk_telemetry` plugins. + + + * libjevents (optional) + The jevents library is used by the `intel_pmu' plugin to access the Linux + kernel perf interface. + Note: the library should be build with -fPIC flag to be linked with + intel_pmu shared object correctly. + + + * libjvm (optional) + Library that encapsulates the `Java Virtual Machine' (JVM). This library is + used by the `java' plugin to execute Java bytecode. + See docs/BUILD.java.md for detailed build instructions. + (and others) + + * libldap (optional) + Used by the `openldap' plugin. + + + * liblua (optional) + Used by the `lua' plugin. Currently, Lua 5.1 and later are supported. + + + * libmemcached (optional) + Used by the `memcachec' plugin to connect to a memcache daemon. + + + * libmicrohttpd (optional) + Used by the write_prometheus plugin to run an http daemon. + + + * libmnl (optional) + Used by the `netlink' plugin. + + + * libmodbus (optional) + Used by the `modbus' plugin to communicate with Modbus/TCP devices. The + `modbus' plugin works with version 2.0.3 of the library – due to frequent + API changes other versions may or may not compile cleanly. + + + * libmysqlclient (optional) + Unsurprisingly used by the `mysql' plugin. + + + * libnetapp (optional) + Required for the `netapp' plugin. + This library is part of the “Manage ONTAP SDK” published by NetApp. + + * libnetsnmp (optional) + For the `snmp' and 'snmp_agent' plugins. + + + * libnetsnmpagent (optional) + Required for the 'snmp_agent' plugin. + + + * libnotify (optional) + For the `notify_desktop' plugin. + + + * libopenipmi (optional) + Used by the `ipmi' plugin to prove IPMI devices. + + + * liboping (optional) + Used by the `ping' plugin to send and receive ICMP packets. + + + * libowcapi (optional) + Used by the `onewire' plugin to read values from onewire sensors (or the + owserver(1) daemon). + + + * libpcap (optional) + Used to capture packets by the `dns' plugin. + + + * libperfstat (optional) + Used by various plugins to gather statistics under AIX. + + * libperl (optional) + Obviously used by the `perl' plugin. The library has to be compiled with + ithread support (introduced in Perl 5.6.0). + + + * libpmwapi (optional) + Used by the `dcpmm` plugin. + The library github: https://github.com/intel/intel-pmwatch + Follow the pmwatch build instructions mentioned for dcpmm plugin and + use the install path to resolve the dependency here. + + * libpq (optional) + The PostgreSQL C client library used by the `postgresql' plugin. + + + * libpqos (optional) + The PQoS library for Intel(R) Resource Director Technology used by the + `intel_rdt' plugin. + + + * libprotobuf, protoc 3.0+ (optional) + Used by the `grpc' plugin to generate service stubs and code to handle + network packets of collectd's protobuf-based network protocol. + + + * libprotobuf-c, protoc-c (optional) + Used by the `pinba' plugin to generate a parser for the network packets + sent by the Pinba PHP extension. + + + * libpython (optional) + Used by the `python' plugin. Currently, Python 2.6 and later and Python 3 + are supported. + + + * libqpid-proton (optional) + Used by the `amqp1' plugin for AMQP 1.0 connections, for example to + Qdrouterd. + + + * librabbitmq (optional; also called “rabbitmq-c”) + Used by the `amqp' plugin for AMQP 0.9.1 connections, for example to + RabbitMQ. + + + * librdkafka (optional; also called “rdkafka”) + Used by the `write_kafka' plugin for producing messages and sending them + to a Kafka broker. + + + * librouteros (optional) + Used by the `routeros' plugin to connect to a device running `RouterOS'. + + + * librrd (optional) + Used by the `rrdtool' and `rrdcached' plugins. The latter requires RRDtool + client support which was added after version 1.3 of RRDtool. Versions 1.0, + 1.2 and 1.3 are known to work with the `rrdtool' plugin. + + + * librt, libsocket, libkstat, libdevinfo (optional) + Various standard Solaris libraries which provide system functions. + + + * libsensors (optional) + To read from `lm_sensors', see the `sensors' plugin. + + + * libsigrok (optional) + Used by the `sigrok' plugin. In addition, libsigrok depends on glib, + libzip, and optionally (depending on which drivers are enabled) on + libusb, libftdi and libudev. + + * libslurm (optional) + Used by the `slurm` plugin. + + + * libstatgrab (optional) + Used by various plugins to collect statistics on systems other than Linux + and/or Solaris. + + + * libtokyotyrant (optional) + Used by the `tokyotyrant' plugin. + + + * libupsclient/nut (optional) + For the `nut' plugin which queries nut's `upsd'. + + + * libvirt (optional) + Collect statistics from virtual machines. + + + * libxml2 (optional) + Parse XML data. This is needed for the `ascent', `bind', `curl_xml' and + `virt' plugins. + + + * libxen (optional) + Used by the `xencpu' plugin. + + + * libxmms (optional) + + + * libyajl (optional) + Parse JSON data. This is needed for the `ceph', `curl_json', 'ovs_events', + 'ovs_stats' and `log_logstash' plugins. + + + * libvarnish (optional) + Fetches statistics from a Varnish instance. This is needed for the + `varnish' plugin. + + + * riemann-c-client (optional) + For the `write_riemann' plugin. + + +Configuring / Compiling / Installing +------------------------------------ + + To configure, build and install collectd with the default settings, run + `./configure && make && make install'. For a complete list of configure + options and their description, run `./configure --help'. + + By default, the configure script will check for all build dependencies and + disable all plugins whose requirements cannot be fulfilled (any other plugin + will be enabled). To enable a plugin, install missing dependencies (see + section `Prerequisites' above) and rerun `configure'. If you specify the + `--enable-' configure option, the script will fail if the depen- + dencies for the specified plugin are not met. In that case you can force the + plugin to be built using the `--enable-=force' configure option. + This will most likely fail though unless you're working in a very unusual + setup and you really know what you're doing. If you specify the + `--disable-' configure option, the plugin will not be built. If you + specify the `--enable-all-plugins' or `--disable-all-plugins' configure + options, all plugins will be enabled or disabled respectively by default. + Explicitly enabling or disabling a plugin overwrites the default for the + specified plugin. These options are meant for package maintainers and should + not be used in everyday situations. + + By default, collectd will be installed into `/opt/collectd'. You can adjust + this setting by specifying the `--prefix' configure option - see INSTALL for + details. If you pass DESTDIR= to `make install', will be + prefixed to all installation directories. This might be useful when creating + packages for collectd. + +Generating the configure script +------------------------------- + +Collectd ships with a `build.sh' script to generate the `configure' +script shipped with releases. + +To generate the `configure` script, you'll need the following dependencies: + +- autoconf +- automake +- flex +- bison +- libtool +- pkg-config + +The `build.sh' script takes no arguments. + + +Building on Windows +----------------------------------------------- + +Collectd can be built on Windows using Cygwin, and the result is a binary that +runs natively on Windows. That is, Cygwin is only needed for building, not running, +collectd. + +You will need to install the following Cygwin packages: +- automake +- bison +- flex +- git +- libtool +- make +- mingw64-x86_64-dlfcn +- mingw64-x86_64-gcc-core +- mingw64-x86_64-zlib +- pkg-config + +To build, just run the `build.sh' script in your Cygwin terminal. By default, it installs +to "C:/Program Files/collectd". You can change the location by setting the INSTALL_DIR +variable: + +$ export INSTALL_DIR="C:/some/other/install/directory" +$ ./build.sh + +or: + +$ INSTALL_DIR="C:/some/other/install/directory" ./build.sh + + +Crosscompiling +-------------- + + To compile correctly collectd needs to be able to initialize static + variables to NAN (Not A Number). Some C libraries, especially the GNU + libc, have a problem with that. + + Luckily, with GCC it's possible to work around that problem: One can define + NAN as being (0.0 / 0.0) and `isnan' as `f != f'. However, to test this + ``implementation'' the configure script needs to compile and run a short + test program. Obviously running a test program when doing a cross- + compilation is, well, challenging. + + If you run into this problem, you can use the `--with-nan-emulation' + configure option to force the use of this implementation. We can't promise + that the compiled binary actually behaves as it should, but since NANs + are likely never passed to the libm you have a good chance to be lucky. + + Likewise, collectd needs to know the layout of doubles in memory, in order + to craft uniform network packets over different architectures. For this, it + needs to know how to convert doubles into the memory layout used by x86. The + configure script tries to figure this out by compiling and running a few + small test programs. This is of course not possible when cross-compiling. + You can use the `--with-fp-layout' option to tell the configure script which + conversion method to assume. Valid arguments are: + + * `nothing' (12345678 -> 12345678) + * `endianflip' (12345678 -> 87654321) + * `intswap' (12345678 -> 56781234) + + +Contact +------- + + Please use GitHub to report bugs and submit pull requests: + . + See CONTRIBUTING.md for details. + + For questions, development information and basically all other concerns please + send an email to collectd's mailing list at + . + + For live discussion and more personal contact visit us in IRC, we're in + channel #collectd on freenode. + + +Author +------ + + Florian octo Forster , + Sebastian tokkee Harl , + and many contributors (see `AUTHORS'). + diff --git a/aclocal.m4 b/aclocal.m4 new file mode 100644 index 0000000..8b94359 --- /dev/null +++ b/aclocal.m4 @@ -0,0 +1,1418 @@ +# generated automatically by aclocal 1.16.1 -*- Autoconf -*- + +# Copyright (C) 1996-2018 Free Software Foundation, Inc. + +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, +[m4_warning([this file was generated for autoconf 2.69. +You have another version of autoconf. It may work, but is not guaranteed to. +If you have problems, you may need to regenerate the build system entirely. +To do so, use the procedure documented by the package, typically 'autoreconf'.])]) + +dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +dnl serial 11 (pkg-config-0.29) +dnl +dnl Copyright © 2004 Scott James Remnant . +dnl Copyright © 2012-2015 Dan Nicholson +dnl +dnl This program is free software; you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation; either version 2 of the License, or +dnl (at your option) any later version. +dnl +dnl This program is distributed in the hope that it will be useful, but +dnl WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +dnl General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with this program; if not, write to the Free Software +dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +dnl 02111-1307, USA. +dnl +dnl As a special exception to the GNU General Public License, if you +dnl distribute this file as part of a program that contains a +dnl configuration script generated by Autoconf, you may include it under +dnl the same distribution terms that you use for the rest of that +dnl program. + +dnl PKG_PREREQ(MIN-VERSION) +dnl ----------------------- +dnl Since: 0.29 +dnl +dnl Verify that the version of the pkg-config macros are at least +dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's +dnl installed version of pkg-config, this checks the developer's version +dnl of pkg.m4 when generating configure. +dnl +dnl To ensure that this macro is defined, also add: +dnl m4_ifndef([PKG_PREREQ], +dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])]) +dnl +dnl See the "Since" comment for each macro you use to see what version +dnl of the macros you require. +m4_defun([PKG_PREREQ], +[m4_define([PKG_MACROS_VERSION], [0.29]) +m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, + [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) +])dnl PKG_PREREQ + +dnl PKG_PROG_PKG_CONFIG([MIN-VERSION]) +dnl ---------------------------------- +dnl Since: 0.16 +dnl +dnl Search for the pkg-config tool and set the PKG_CONFIG variable to +dnl first found in the path. Checks that the version of pkg-config found +dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is +dnl used since that's the first version where most current features of +dnl pkg-config existed. +AC_DEFUN([PKG_PROG_PKG_CONFIG], +[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) +m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) +m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) +AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) +AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) +AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=m4_default([$1], [0.9.0]) + AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + PKG_CONFIG="" + fi +fi[]dnl +])dnl PKG_PROG_PKG_CONFIG + +dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +dnl ------------------------------------------------------------------- +dnl Since: 0.18 +dnl +dnl Check to see whether a particular set of modules exists. Similar to +dnl PKG_CHECK_MODULES(), but does not set variables or print errors. +dnl +dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +dnl only at the first occurence in configure.ac, so if the first place +dnl it's called might be skipped (such as if it is within an "if", you +dnl have to call PKG_CHECK_EXISTS manually +AC_DEFUN([PKG_CHECK_EXISTS], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +if test -n "$PKG_CONFIG" && \ + AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then + m4_default([$2], [:]) +m4_ifvaln([$3], [else + $3])dnl +fi]) + +dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) +dnl --------------------------------------------- +dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting +dnl pkg_failed based on the result. +m4_define([_PKG_CONFIG], +[if test -n "$$1"; then + pkg_cv_[]$1="$$1" + elif test -n "$PKG_CONFIG"; then + PKG_CHECK_EXISTS([$3], + [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes ], + [pkg_failed=yes]) + else + pkg_failed=untried +fi[]dnl +])dnl _PKG_CONFIG + +dnl _PKG_SHORT_ERRORS_SUPPORTED +dnl --------------------------- +dnl Internal check to see if pkg-config supports short errors. +AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi[]dnl +])dnl _PKG_SHORT_ERRORS_SUPPORTED + + +dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +dnl [ACTION-IF-NOT-FOUND]) +dnl -------------------------------------------------------------- +dnl Since: 0.4.0 +dnl +dnl Note that if there is a possibility the first call to +dnl PKG_CHECK_MODULES might not happen, you should be sure to include an +dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac +AC_DEFUN([PKG_CHECK_MODULES], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl +AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl + +pkg_failed=no +AC_MSG_CHECKING([for $1]) + +_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) +_PKG_CONFIG([$1][_LIBS], [libs], [$2]) + +m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS +and $1[]_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details.]) + +if test $pkg_failed = yes; then + AC_MSG_RESULT([no]) + _PKG_SHORT_ERRORS_SUPPORTED + if test $_pkg_short_errors_supported = yes; then + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` + else + $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD + + m4_default([$4], [AC_MSG_ERROR( +[Package requirements ($2) were not met: + +$$1_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +_PKG_TEXT])[]dnl + ]) +elif test $pkg_failed = untried; then + AC_MSG_RESULT([no]) + m4_default([$4], [AC_MSG_FAILURE( +[The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +_PKG_TEXT + +To get pkg-config, see .])[]dnl + ]) +else + $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS + $1[]_LIBS=$pkg_cv_[]$1[]_LIBS + AC_MSG_RESULT([yes]) + $3 +fi[]dnl +])dnl PKG_CHECK_MODULES + + +dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +dnl [ACTION-IF-NOT-FOUND]) +dnl --------------------------------------------------------------------- +dnl Since: 0.29 +dnl +dnl Checks for existence of MODULES and gathers its build flags with +dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags +dnl and VARIABLE-PREFIX_LIBS from --libs. +dnl +dnl Note that if there is a possibility the first call to +dnl PKG_CHECK_MODULES_STATIC might not happen, you should be sure to +dnl include an explicit call to PKG_PROG_PKG_CONFIG in your +dnl configure.ac. +AC_DEFUN([PKG_CHECK_MODULES_STATIC], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +_save_PKG_CONFIG=$PKG_CONFIG +PKG_CONFIG="$PKG_CONFIG --static" +PKG_CHECK_MODULES($@) +PKG_CONFIG=$_save_PKG_CONFIG[]dnl +])dnl PKG_CHECK_MODULES_STATIC + + +dnl PKG_INSTALLDIR([DIRECTORY]) +dnl ------------------------- +dnl Since: 0.27 +dnl +dnl Substitutes the variable pkgconfigdir as the location where a module +dnl should install pkg-config .pc files. By default the directory is +dnl $libdir/pkgconfig, but the default can be changed by passing +dnl DIRECTORY. The user can override through the --with-pkgconfigdir +dnl parameter. +AC_DEFUN([PKG_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([pkgconfigdir], + [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, + [with_pkgconfigdir=]pkg_default) +AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +])dnl PKG_INSTALLDIR + + +dnl PKG_NOARCH_INSTALLDIR([DIRECTORY]) +dnl -------------------------------- +dnl Since: 0.27 +dnl +dnl Substitutes the variable noarch_pkgconfigdir as the location where a +dnl module should install arch-independent pkg-config .pc files. By +dnl default the directory is $datadir/pkgconfig, but the default can be +dnl changed by passing DIRECTORY. The user can override through the +dnl --with-noarch-pkgconfigdir parameter. +AC_DEFUN([PKG_NOARCH_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([noarch-pkgconfigdir], + [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, + [with_noarch_pkgconfigdir=]pkg_default) +AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +])dnl PKG_NOARCH_INSTALLDIR + + +dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, +dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +dnl ------------------------------------------- +dnl Since: 0.28 +dnl +dnl Retrieves the value of the pkg-config variable for the given module. +AC_DEFUN([PKG_CHECK_VAR], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl + +_PKG_CONFIG([$1], [variable="][$3]["], [$2]) +AS_VAR_COPY([$1], [pkg_cv_][$1]) + +AS_VAR_IF([$1], [""], [$5], [$4])dnl +])dnl PKG_CHECK_VAR + +# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +# (This private macro should not be called outside this file.) +AC_DEFUN([AM_AUTOMAKE_VERSION], +[am__api_version='1.16' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.16.1], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) + +# _AM_AUTOCONF_VERSION(VERSION) +# ----------------------------- +# aclocal traces this macro to find the Autoconf version. +# This is a private macro too. Using m4_define simplifies +# the logic in aclocal, which can simply ignore this definition. +m4_define([_AM_AUTOCONF_VERSION], []) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. +# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +[AM_AUTOMAKE_VERSION([1.16.1])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) + +# AM_AUX_DIR_EXPAND -*- Autoconf -*- + +# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to +# '$srcdir', '$srcdir/..', or '$srcdir/../..'. +# +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. +# +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir +# +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is '.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. +# +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. + +AC_DEFUN([AM_AUX_DIR_EXPAND], +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` +]) + +# AM_CONDITIONAL -*- Autoconf -*- + +# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[AC_PREREQ([2.52])dnl + m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) + +# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + + +# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be +# written in clear, in which case automake, when reading aclocal.m4, +# will think it sees a *use*, and therefore will trigger all it's +# C support machinery. Also note that it means that autoscan, seeing +# CC etc. in the Makefile, will ask for an AC_PROG_CC use... + + +# _AM_DEPENDENCIES(NAME) +# ---------------------- +# See how the compiler implements dependency checking. +# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". +# We try a few techniques and use that to set a single cache variable. +# +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular +# dependency, and given that the user is not expected to run this macro, +# just rely on AC_PROG_CC. +AC_DEFUN([_AM_DEPENDENCIES], +[AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], + [$1], [CXX], [depcc="$CXX" am_compiler_list=], + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], + [$1], [UPC], [depcc="$UPC" am_compiler_list=], + [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + am__universal=false + m4_case([$1], [CC], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac], + [CXX], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac]) + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) + + +# AM_SET_DEPDIR +# ------------- +# Choose a directory name for dependency files. +# This macro is AC_REQUIREd in _AM_DEPENDENCIES. +AC_DEFUN([AM_SET_DEPDIR], +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) + + +# AM_DEP_TRACK +# ------------ +AC_DEFUN([AM_DEP_TRACK], +[AC_ARG_ENABLE([dependency-tracking], [dnl +AS_HELP_STRING( + [--enable-dependency-tracking], + [do not reject slow dependency extractors]) +AS_HELP_STRING( + [--disable-dependency-tracking], + [speeds up one-time build])]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl +]) + +# Generate code to set up dependency tracking. -*- Autoconf -*- + +# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_OUTPUT_DEPENDENCY_COMMANDS +# ------------------------------ +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], +[{ + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + AS_CASE([$CONFIG_FILES], + [*\'*], [eval set x "$CONFIG_FILES"], + [*], [set x $CONFIG_FILES]) + shift + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf + do + # Strip MF so we end up with the name of the file. + am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`AS_DIRNAME(["$am_mf"])` + am_filepart=`AS_BASENAME(["$am_mf"])` + AM_RUN_LOG([cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles]) || am_rc=$? + done + if test $am_rc -ne 0; then + AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. Try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking).]) + fi + AS_UNSET([am_dirpart]) + AS_UNSET([am_filepart]) + AS_UNSET([am_mf]) + AS_UNSET([am_rc]) + rm -f conftest-deps.mk +} +])# _AM_OUTPUT_DEPENDENCY_COMMANDS + + +# AM_OUTPUT_DEPENDENCY_COMMANDS +# ----------------------------- +# This macro should only be invoked once -- use via AC_REQUIRE. +# +# This code is only required when automatic dependency tracking is enabled. +# This creates each '.Po' and '.Plo' makefile fragment that we'll need in +# order to bootstrap the dependency handling code. +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], +[AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) + +# Do all the work for Automake. -*- Autoconf -*- + +# Copyright (C) 1996-2018 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This macro actually does too much. Some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. +m4_define([AC_PROG_CC], +m4_defn([AC_PROG_CC]) +[_AM_PROG_CC_C_O +]) + +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_PREREQ([2.65])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[AC_DIAGNOSE([obsolete], + [$0: two- and three-arguments forms are deprecated.]) +m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if( + m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +AM_MISSING_PROG([AUTOCONF], [autoconf]) +AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +AM_MISSING_PROG([AUTOHEADER], [autoheader]) +AM_MISSING_PROG([MAKEINFO], [makeinfo]) +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +]) + +dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further +dnl mangled by Autoconf and run in a shell conditional statement. +m4_define([_AC_COMPILER_EXEEXT], +m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) + +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. + +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi +AC_SUBST([install_sh])]) + +# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + +# Check to see how 'make' treats includes. -*- Autoconf -*- + +# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_MAKE_INCLUDE() +# ----------------- +# Check whether make has an 'include' directive that can support all +# the idioms we need for our automatic dependency tracking code. +AC_DEFUN([AM_MAKE_INCLUDE], +[AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) +cat > confinc.mk << 'END' +am__doit: + @echo this is the am__doit target >confinc.out +.PHONY: am__doit +END +am__include="#" +am__quote= +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) + AS_CASE([$?:`cat confinc.out 2>/dev/null`], + ['0:this is the am__doit target'], + [AS_CASE([$s], + [BSD], [am__include='.include' am__quote='"'], + [am__include='include' am__quote=''])]) + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +AC_MSG_RESULT([${_am_result}]) +AC_SUBST([am__include])]) +AC_SUBST([am__quote])]) + +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it is modern enough. +# If it is, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + AC_MSG_WARN(['missing' script is too old or missing]) +fi +]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) + +# _AM_SET_OPTION(NAME) +# -------------------- +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), [1])]) + +# _AM_SET_OPTIONS(OPTIONS) +# ------------------------ +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +# ------------------------------------------- +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_PROG_CC_C_O +# --------------- +# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC +# to automatically call this. +AC_DEFUN([_AM_PROG_CC_C_O], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +AC_LANG_POP([C])]) + +# For backward compatibility. +AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) + +# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_RUN_LOG(COMMAND) +# ------------------- +# Run COMMAND, save the exit status in ac_status, and log it. +# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) +AC_DEFUN([AM_RUN_LOG], +[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996-2018 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken + alias in your environment]) + fi + if test "$[2]" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT([yes]) +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi +AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + AC_MSG_RESULT([done])]) +rm -f conftest.file +]) + +# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_SILENT_RULES([DEFAULT]) +# -------------------------- +# Enable less verbose build rules; with the default set to DEFAULT +# ("yes" being less verbose, "no" or empty being verbose). +AC_DEFUN([AM_SILENT_RULES], +[AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) + +# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_STRIP +# --------------------- +# One issue with vendor 'install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in "make install-strip", and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. +# This macro is traced by Automake. +AC_DEFUN([_AM_SUBST_NOTMAKE]) + +# AM_SUBST_NOTMAKE(VARIABLE) +# -------------------------- +# Public sister of _AM_SUBST_NOTMAKE. +AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) + +# Check how to create a tarball. -*- Autoconf -*- + +# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_PROG_TAR(FORMAT) +# -------------------- +# Check how to create a tarball in format FORMAT. +# FORMAT should be one of 'v7', 'ustar', or 'pax'. +# +# Substitute a variable $(am__tar) that is a command +# writing to stdout a FORMAT-tarball containing the directory +# $tardir. +# tardir=directory && $(am__tar) > result.tar +# +# Substitute a variable $(am__untar) that extract such +# a tarball read from stdin. +# $(am__untar) < result.tar +# +AC_DEFUN([_AM_PROG_TAR], +[# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' + +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], + + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], + + [pax], + [], + + [m4_fatal([Unknown tar format])]) + + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi + done + rm -rf conftest.dir + + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) + AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) # _AM_PROG_TAR + +m4_include([m4/ax_compare_version.m4]) +m4_include([m4/ax_compiler_vendor.m4]) +m4_include([m4/libtool.m4]) +m4_include([m4/ltoptions.m4]) +m4_include([m4/ltsugar.m4]) +m4_include([m4/ltversion.m4]) +m4_include([m4/lt~obsolete.m4]) diff --git a/bindings/java/org/collectd/api/Collectd.java b/bindings/java/org/collectd/api/Collectd.java new file mode 100644 index 0000000..450f87a --- /dev/null +++ b/bindings/java/org/collectd/api/Collectd.java @@ -0,0 +1,307 @@ +/** + * collectd - bindings/java/org/collectd/api/Collectd.java + * Copyright (C) 2009 Florian octo Forster + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * Authors: + * Florian octo Forster + */ + +package org.collectd.api; + +/** + * Java API to internal functions of collectd. + * + * All functions in this class are {@code static}. You don't need to create an + * object of this class (in fact, you can't). Just call these functions + * directly. + * + * @author Florian Forster <octo at collectd.org> + */ +public class Collectd +{ + + /** + * Constant for severity (log level) "error". + * + * @see CollectdLogInterface + */ + public static final int LOG_ERR = 3; + + /** + * Constant for severity (log level) "warning". + * + * @see CollectdLogInterface + */ + public static final int LOG_WARNING = 4; + + /** + * Constant for severity (log level) "notice". + * + * @see CollectdLogInterface + */ + public static final int LOG_NOTICE = 5; + + /** + * Constant for severity (log level) "info". + * + * @see CollectdLogInterface + */ + public static final int LOG_INFO = 6; + + /** + * Constant for severity (log level) "debug". + * + * @see CollectdLogInterface + */ + public static final int LOG_DEBUG = 7; + + /** + * Return value of match methods: No match. + * + * This is one of two valid return values from match callbacks, indicating + * that the passed {@link DataSet} and {@link ValueList} did not match. + * + * Do not use the numeric value directly, it is subject to change without + * notice! + * + * @see CollectdMatchInterface + */ + public static final int FC_MATCH_NO_MATCH = 0; + + /** + * Return value of match methods: Match. + * + * This is one of two valid return values from match callbacks, indicating + * that the passed {@link DataSet} and {@link ValueList} did match. + * + * Do not use the numeric value directly, it is subject to change without + * notice! + * + * @see CollectdMatchInterface + */ + public static final int FC_MATCH_MATCHES = 1; + + /** + * Return value of target methods: Continue. + * + * This is one of three valid return values from target callbacks, indicating + * that processing of the {@link ValueList} should continue. + * + * Do not use the numeric value directly, it is subject to change without + * notice! + * + * @see CollectdTargetInterface + */ + public static final int FC_TARGET_CONTINUE = 0; + + /** + * Return value of target methods: Stop. + * + * This is one of three valid return values from target callbacks, indicating + * that processing of the {@link ValueList} should stop immediately. + * + * Do not use the numeric value directly, it is subject to change without + * notice! + * + * @see CollectdTargetInterface + */ + public static final int FC_TARGET_STOP = 1; + + /** + * Return value of target methods: Return. + * + * This is one of three valid return values from target callbacks, indicating + * that processing of the current chain should be stopped and processing of + * the {@link ValueList} should continue in the calling chain. + * + * Do not use the numeric value directly, it is subject to change without + * notice! + * + * @see CollectdTargetInterface + */ + public static final int FC_TARGET_RETURN = 2; + + /** + * Java representation of collectd/src/plugin.h:plugin_register_config + * + * @return Zero when successful, non-zero otherwise. + * @see CollectdConfigInterface + */ + native public static int registerConfig (String name, + CollectdConfigInterface object); + + /** + * Java representation of collectd/src/plugin.h:plugin_register_init + * + * @return Zero when successful, non-zero otherwise. + * @see CollectdInitInterface + */ + native public static int registerInit (String name, + CollectdInitInterface object); + + /** + * Java representation of collectd/src/plugin.h:plugin_register_read + * + * @return Zero when successful, non-zero otherwise. + * @see CollectdReadInterface + */ + native public static int registerRead (String name, + CollectdReadInterface object); + + /** + * Java representation of collectd/src/plugin.h:plugin_register_write + * + * @return Zero when successful, non-zero otherwise. + * @see CollectdWriteInterface + */ + native public static int registerWrite (String name, + CollectdWriteInterface object); + + /** + * Java representation of collectd/src/plugin.h:plugin_register_flush + * + * @return Zero when successful, non-zero otherwise. + * @see CollectdFlushInterface + */ + native public static int registerFlush (String name, + CollectdFlushInterface object); + + /** + * Java representation of collectd/src/plugin.h:plugin_register_shutdown + * + * @return Zero when successful, non-zero otherwise. + * @see CollectdShutdownInterface + */ + native public static int registerShutdown (String name, + CollectdShutdownInterface object); + + /** + * Java representation of collectd/src/plugin.h:plugin_register_log + * + * @return Zero when successful, non-zero otherwise. + * @see CollectdLogInterface + */ + native public static int registerLog (String name, + CollectdLogInterface object); + + /** + * Java representation of collectd/src/plugin.h:plugin_register_notification + * + * @return Zero when successful, non-zero otherwise. + * @see CollectdNotificationInterface + */ + native public static int registerNotification (String name, + CollectdNotificationInterface object); + + /** + * Java representation of collectd/src/filter_chain.h:fc_register_match + * + * @return Zero when successful, non-zero otherwise. + * @see CollectdMatchFactoryInterface + */ + native public static int registerMatch (String name, + CollectdMatchFactoryInterface object); + + /** + * Java representation of collectd/src/filter_chain.h:fc_register_target + * + * @return Zero when successful, non-zero otherwise. + * @see CollectdTargetFactoryInterface + */ + native public static int registerTarget (String name, + CollectdTargetFactoryInterface object); + + /** + * Java representation of collectd/src/plugin.h:plugin_dispatch_values + * + * @return Zero when successful, non-zero otherwise. + */ + native public static int dispatchValues (ValueList vl); + + /** + * Java representation of collectd/src/plugin.h:plugin_dispatch_notification + * + * @return Zero when successful, non-zero otherwise. + */ + native public static int dispatchNotification (Notification n); + + /** + * Java representation of collectd/src/plugin.h:plugin_get_ds + * + * @return The appropriate {@link DataSet} object or {@code null} if no such + * type is registered. + */ + native public static DataSet getDS (String type); + + /** + * Java representation of collectd/src/plugin.h:plugin_log + */ + native private static void log (int severity, String message); + + /** + * Yield contents of collectd/src/collectd.h:hostname_g + * + * @return The hostname as set in the collectd configuration. + */ + native public static java.lang.String getHostname (); + + /** + * Prints an error message. + */ + public static void logError (String message) + { + log (LOG_ERR, message); + } /* void logError */ + + /** + * Prints a warning message. + */ + public static void logWarning (String message) + { + log (LOG_WARNING, message); + } /* void logWarning */ + + /** + * Prints a notice. + */ + public static void logNotice (String message) + { + log (LOG_NOTICE, message); + } /* void logNotice */ + + /** + * Prints an info message. + */ + public static void logInfo (String message) + { + log (LOG_INFO, message); + } /* void logInfo */ + + /** + * Prints a debug message. + */ + public static void logDebug (String message) + { + log (LOG_DEBUG, message); + } /* void logDebug */ +} /* class Collectd */ + +/* vim: set sw=2 sts=2 et fdm=marker : */ diff --git a/bindings/java/org/collectd/api/CollectdConfigInterface.java b/bindings/java/org/collectd/api/CollectdConfigInterface.java new file mode 100644 index 0000000..4b66097 --- /dev/null +++ b/bindings/java/org/collectd/api/CollectdConfigInterface.java @@ -0,0 +1,38 @@ +/** + * collectd - bindings/java/org/collectd/api/CollectdConfigInterface.java + * Copyright (C) 2009 Florian octo Forster + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * Authors: + * Florian octo Forster + */ + +package org.collectd.api; + +/** + * Interface for objects implementing a config method. + * + * @author Florian Forster <octo at collectd.org> + * @see Collectd#registerConfig(String, CollectdConfigInterface) + */ +public interface CollectdConfigInterface +{ + public int config (OConfigItem ci); +} diff --git a/bindings/java/org/collectd/api/CollectdFlushInterface.java b/bindings/java/org/collectd/api/CollectdFlushInterface.java new file mode 100644 index 0000000..ea7bd64 --- /dev/null +++ b/bindings/java/org/collectd/api/CollectdFlushInterface.java @@ -0,0 +1,38 @@ +/** + * collectd - bindings/java/org/collectd/api/CollectdFlushInterface.java + * Copyright (C) 2009 Florian octo Forster + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * Authors: + * Florian octo Forster + */ + +package org.collectd.api; + +/** + * Interface for objects implementing a flush method. + * + * @author Florian Forster <octo at collectd.org> + * @see Collectd#registerFlush + */ +public interface CollectdFlushInterface +{ + public int flush (Number timeout, String identifier); +} diff --git a/bindings/java/org/collectd/api/CollectdInitInterface.java b/bindings/java/org/collectd/api/CollectdInitInterface.java new file mode 100644 index 0000000..545f41e --- /dev/null +++ b/bindings/java/org/collectd/api/CollectdInitInterface.java @@ -0,0 +1,38 @@ +/** + * collectd - bindings/java/org/collectd/api/CollectdInitInterface.java + * Copyright (C) 2009 Florian octo Forster + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * Authors: + * Florian octo Forster + */ + +package org.collectd.api; + +/** + * Interface for objects implementing an init method. + * + * @author Florian Forster <octo at collectd.org> + * @see Collectd#registerInit + */ +public interface CollectdInitInterface +{ + public int init (); +} diff --git a/bindings/java/org/collectd/api/CollectdLogInterface.java b/bindings/java/org/collectd/api/CollectdLogInterface.java new file mode 100644 index 0000000..a516df5 --- /dev/null +++ b/bindings/java/org/collectd/api/CollectdLogInterface.java @@ -0,0 +1,38 @@ +/** + * collectd - bindings/java/org/collectd/api/CollectdLogInterface.java + * Copyright (C) 2009 Florian octo Forster + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * Authors: + * Florian octo Forster + */ + +package org.collectd.api; + +/** + * Interface for objects implementing a log method. + * + * @author Florian Forster <octo at collectd.org> + * @see Collectd#registerLog + */ +public interface CollectdLogInterface +{ + public void log (int severity, String message); +} diff --git a/bindings/java/org/collectd/api/CollectdMatchFactoryInterface.java b/bindings/java/org/collectd/api/CollectdMatchFactoryInterface.java new file mode 100644 index 0000000..b19c779 --- /dev/null +++ b/bindings/java/org/collectd/api/CollectdMatchFactoryInterface.java @@ -0,0 +1,54 @@ +/** + * collectd - bindings/java/org/collectd/api/CollectdMatchFactoryInterface.java + * Copyright (C) 2009 Florian octo Forster + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * Authors: + * Florian octo Forster + */ + +package org.collectd.api; + +/** + * Interface for objects implementing a "match factory". + * + * Objects implementing this interface are used to create objects implementing + * the CollectdMatchInterface interface. + * + * @author Florian Forster <octo at collectd.org> + * @see CollectdMatchInterface + * @see Collectd#registerMatch + */ +public interface CollectdMatchFactoryInterface +{ + /** + * Create a new "match" object. + * + * This method uses the configuration provided as argument to create a + * new object which must implement the {@link CollectdMatchInterface} + * interface. + * + * This function corresponds to the create member of the + * src/filter_chain.h:match_proc_t struct. + * + * @return New {@link CollectdMatchInterface} object. + */ + public CollectdMatchInterface createMatch (OConfigItem ci); +} diff --git a/bindings/java/org/collectd/api/CollectdMatchInterface.java b/bindings/java/org/collectd/api/CollectdMatchInterface.java new file mode 100644 index 0000000..20a03d2 --- /dev/null +++ b/bindings/java/org/collectd/api/CollectdMatchInterface.java @@ -0,0 +1,53 @@ +/** + * collectd - bindings/java/org/collectd/api/CollectdMatchInterface.java + * Copyright (C) 2009 Florian octo Forster + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * Authors: + * Florian octo Forster + */ + +package org.collectd.api; + +/** + * Interface for objects implementing a match method. + * + * These objects are instantiated using objects which implement the + * CollectdMatchFactoryInterface interface. They are not instantiated by the + * daemon directly! + * + * @author Florian Forster <octo at collectd.org> + * @see CollectdMatchFactoryInterface + * @see Collectd#registerMatch + */ +public interface CollectdMatchInterface +{ + /** + * Callback method for matches. + * + * This method is called to decide whether or not a given ValueList + * matches or not. How this is determined is the is the main part of + * this function. + * + * @return One of {@link Collectd#FC_MATCH_NO_MATCH} and {@link Collectd#FC_MATCH_MATCHES}. + * @see CollectdMatchFactoryInterface + */ + public int match (DataSet ds, ValueList vl); +} /* public interface CollectdMatchInterface */ diff --git a/bindings/java/org/collectd/api/CollectdNotificationInterface.java b/bindings/java/org/collectd/api/CollectdNotificationInterface.java new file mode 100644 index 0000000..ddff6cd --- /dev/null +++ b/bindings/java/org/collectd/api/CollectdNotificationInterface.java @@ -0,0 +1,38 @@ +/** + * collectd - bindings/java/org/collectd/api/CollectdNotificationInterface.java + * Copyright (C) 2009 Florian octo Forster + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * Authors: + * Florian octo Forster + */ + +package org.collectd.api; + +/** + * Interface for objects implementing a notification method. + * + * @author Florian Forster <octo at collectd.org> + * @see Collectd#registerNotification + */ +public interface CollectdNotificationInterface +{ + public int notification (Notification n); +} diff --git a/bindings/java/org/collectd/api/CollectdReadInterface.java b/bindings/java/org/collectd/api/CollectdReadInterface.java new file mode 100644 index 0000000..996841a --- /dev/null +++ b/bindings/java/org/collectd/api/CollectdReadInterface.java @@ -0,0 +1,52 @@ +/** + * collectd - bindings/java/org/collectd/api/CollectdReadInterface.java + * Copyright (C) 2009 Florian octo Forster + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * Authors: + * Florian octo Forster + */ + +package org.collectd.api; + +/** + * Interface for objects implementing a read method. + * + * Objects implementing this interface can be registered with the daemon. Their + * read method is then called periodically to acquire and submit values. + * + * @author Florian Forster <octo at collectd.org> + * @see Collectd#registerRead + */ +public interface CollectdReadInterface +{ + /** + * Callback method for read plugins. + * + * This method is called once every few seconds (depends on the + * configuration of the daemon). It is supposed to gather values in + * some way and submit them to the daemon using + * {@link Collectd#dispatchValues}. + * + * @return zero when successful, non-zero when an error occurred. + * @see Collectd#dispatchValues + */ + public int read (); +} diff --git a/bindings/java/org/collectd/api/CollectdShutdownInterface.java b/bindings/java/org/collectd/api/CollectdShutdownInterface.java new file mode 100644 index 0000000..e496d3c --- /dev/null +++ b/bindings/java/org/collectd/api/CollectdShutdownInterface.java @@ -0,0 +1,38 @@ +/** + * collectd - bindings/java/org/collectd/api/CollectdShutdownInterface.java + * Copyright (C) 2009 Florian octo Forster + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * Authors: + * Florian octo Forster + */ + +package org.collectd.api; + +/** + * Interface for objects implementing a shutdown method. + * + * @author Florian Forster <octo at collectd.org> + * @see Collectd#registerShutdown + */ +public interface CollectdShutdownInterface +{ + public int shutdown (); +} diff --git a/bindings/java/org/collectd/api/CollectdTargetFactoryInterface.java b/bindings/java/org/collectd/api/CollectdTargetFactoryInterface.java new file mode 100644 index 0000000..b4c2321 --- /dev/null +++ b/bindings/java/org/collectd/api/CollectdTargetFactoryInterface.java @@ -0,0 +1,54 @@ +/** + * collectd - bindings/java/org/collectd/api/CollectdTargetFactoryInterface.java + * Copyright (C) 2009 Florian octo Forster + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * Authors: + * Florian octo Forster + */ + +package org.collectd.api; + +/** + * Interface for objects implementing a "target factory". + * + * Objects implementing this interface are used to create objects implementing + * the CollectdTargetInterface interface. + * + * @author Florian Forster <octo at collectd.org> + * @see CollectdTargetInterface + * @see Collectd#registerTarget + */ +public interface CollectdTargetFactoryInterface +{ + /** + * Create a new "target" object. + * + * This method uses the configuration provided as argument to create a + * new object which must implement the {@link CollectdTargetInterface} + * interface. + * + * This function corresponds to the {@code create} member of the + * {@code src/filter_chain.h:target_proc_t} struct. + * + * @return New {@link CollectdTargetInterface} object. + */ + public CollectdTargetInterface createTarget (OConfigItem ci); +} diff --git a/bindings/java/org/collectd/api/CollectdTargetInterface.java b/bindings/java/org/collectd/api/CollectdTargetInterface.java new file mode 100644 index 0000000..1f5ece1 --- /dev/null +++ b/bindings/java/org/collectd/api/CollectdTargetInterface.java @@ -0,0 +1,53 @@ +/** + * collectd - bindings/java/org/collectd/api/CollectdTargetInterface.java + * Copyright (C) 2009 Florian octo Forster + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * Authors: + * Florian octo Forster + */ + +package org.collectd.api; + +/** + * Interface for objects implementing a target method. + * + * These objects are instantiated using objects which implement the + * CollectdTargetFactoryInterface interface. They are not instantiated by the + * daemon directly! + * + * @author Florian Forster <octo at collectd.org> + * @see CollectdTargetFactoryInterface + * @see Collectd#registerTarget + */ +public interface CollectdTargetInterface +{ + /** + * Callback method for targets. + * + * This method is called to perform some action on the given ValueList. + * What precisely is done depends entirely on the implementing class. + * + * @return One of: {@link Collectd#FC_TARGET_CONTINUE}, + * {@link Collectd#FC_TARGET_STOP}, {@link Collectd#FC_TARGET_RETURN} + * @see CollectdTargetFactoryInterface + */ + public int invoke (DataSet ds, ValueList vl); +} /* public interface CollectdTargetInterface */ diff --git a/bindings/java/org/collectd/api/CollectdWriteInterface.java b/bindings/java/org/collectd/api/CollectdWriteInterface.java new file mode 100644 index 0000000..f95169a --- /dev/null +++ b/bindings/java/org/collectd/api/CollectdWriteInterface.java @@ -0,0 +1,38 @@ +/** + * collectd - bindings/java/org/collectd/api/CollectdWriteInterface.java + * Copyright (C) 2009 Florian octo Forster + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * Authors: + * Florian octo Forster + */ + +package org.collectd.api; + +/** + * Interface for objects implementing a write method. + * + * @author Florian Forster <octo at collectd.org> + * @see Collectd#registerWrite + */ +public interface CollectdWriteInterface +{ + public int write (ValueList vl); +} diff --git a/bindings/java/org/collectd/api/DataSet.java b/bindings/java/org/collectd/api/DataSet.java new file mode 100644 index 0000000..3cba5eb --- /dev/null +++ b/bindings/java/org/collectd/api/DataSet.java @@ -0,0 +1,142 @@ +/** + * collectd - bindings/java/org/collectd/api/DataSet.java + * Copyright (C) 2009 Florian octo Forster + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * Authors: + * Florian octo Forster + */ + +package org.collectd.api; + +import java.util.List; +import java.util.ArrayList; + +/** + * Java representation of collectd/src/plugin.h:data_set_t structure. + * + * @author Florian Forster <octo at collectd.org> + */ +public class DataSet +{ + private String _type; + private List _ds; + + private DataSet () + { + this._type = null; + this._ds = new ArrayList (); + } + + public DataSet (String type) + { + this._type = type; + this._ds = new ArrayList (); + } + + public DataSet (String type, DataSource dsrc) + { + this._type = type; + this._ds = new ArrayList (); + this._ds.add (dsrc); + } + + public DataSet (String type, List ds) + { + this._type = type; + this._ds = ds; + } + + public void setType (String type) + { + this._type = type; + } + + public String getType () + { + return (this._type); + } + + public void addDataSource (DataSource dsrc) + { + this._ds.add (dsrc); + } + + public List getDataSources () + { + return (this._ds); + } + + public String toString () + { + StringBuffer sb = new StringBuffer (); + int i; + + sb.append (this._type); + for (i = 0; i < this._ds.size (); i++) + { + if (i == 0) + sb.append ("\t"); + else + sb.append (", "); + sb.append (this._ds.get (i).toString ()); + } + + return (sb.toString ()); + } + + static public DataSet parseDataSet (String str) + { + DataSet ds = new DataSet (); + String[] fields; + int i; + + str = str.trim(); + if (str.length() == 0) { + return (null); + } + if (str.charAt(0) == '#') { + return (null); + } + + fields = str.split ("\\s+"); + if (fields.length < 2) + return (null); + + ds._type = fields[0]; + + for (i = 1; i < fields.length; i++) { + DataSource dsrc; + + dsrc = DataSource.parseDataSource (fields[i]); + if (dsrc == null) + break; + + ds._ds.add (dsrc); + } + + if (i < fields.length) + return (null); + + return (ds); + } /* DataSet parseDataSet */ +} /* class DataSet */ + +/* vim: set sw=4 sts=4 et : */ diff --git a/bindings/java/org/collectd/api/DataSource.java b/bindings/java/org/collectd/api/DataSource.java new file mode 100644 index 0000000..ba132d3 --- /dev/null +++ b/bindings/java/org/collectd/api/DataSource.java @@ -0,0 +1,153 @@ +/* + * jcollectd + * Copyright (C) 2009 Hyperic, Inc. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; only version 2 of the License is applicable. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + +package org.collectd.api; + +/** + * Java representation of collectd/src/plugin.h:data_source_t structure. + */ +public class DataSource { + public static final int TYPE_COUNTER = 0; + public static final int TYPE_GAUGE = 1; + public static final int TYPE_DERIVE = 2; + public static final int TYPE_ABSOLUTE = 3; + + static final String COUNTER = "COUNTER"; + static final String GAUGE = "GAUGE"; + static final String DERIVE = "DERIVE"; + static final String ABSOLUTE = "ABSOLUTE"; + + static final String NAN = "U"; + private static final String[] TYPES = { COUNTER, GAUGE, DERIVE, ABSOLUTE }; + + String _name; + int _type; + double _min; + double _max; + + public DataSource (String name, int type, double min, double max) { + this._name = name; + this._type = TYPE_GAUGE; + if (type == TYPE_COUNTER) + this._type = TYPE_COUNTER; + else if (type == TYPE_DERIVE) + this._type = TYPE_DERIVE; + else if (type == TYPE_ABSOLUTE) + this._type = TYPE_ABSOLUTE; + this._min = min; + this._max = max; + } + + /* Needed in parseDataSource below. Other code should use the above + * constructor or `parseDataSource'. */ + private DataSource () { + this._type = TYPE_GAUGE; + } + + public String getName() { + return _name; + } + + public void setName(String name) { + _name = name; + } + + public int getType() { + return _type; + } + + public void setType(int type) { + _type = type; + } + + public double getMin() { + return _min; + } + + public void setMin(double min) { + _min = min; + } + + public double getMax() { + return _max; + } + + public void setMax(double max) { + _max = max; + } + + static double toDouble(String val) { + if (val.equals(NAN)) { + return Double.NaN; + } + else { + return Double.parseDouble(val); + } + } + + private String asString(double val) { + if (Double.isNaN(val)) { + return NAN; + } + else { + return String.valueOf(val); + } + } + + public String toString() { + StringBuffer sb = new StringBuffer(); + final char DLM = ':'; + sb.append(_name).append(DLM); + sb.append(TYPES[_type]).append(DLM); + sb.append(asString(_min)).append(DLM); + sb.append(asString(_max)); + return sb.toString(); + } + + static public DataSource parseDataSource (String str) + { + String[] fields; + int str_len = str.length (); + DataSource dsrc = new DataSource (); + + /* Ignore trailing commas. This makes it easier for parsing code. */ + if (str.charAt (str_len - 1) == ',') { + str = str.substring (0, str_len - 1); + } + + fields = str.split(":"); + if (fields.length != 4) + return (null); + + dsrc._name = fields[0]; + + if (fields[1].equals (DataSource.GAUGE)) { + dsrc._type = TYPE_GAUGE; + } + else { + dsrc._type = TYPE_COUNTER; + } + + dsrc._min = toDouble (fields[2]); + dsrc._max = toDouble (fields[3]); + + return (dsrc); + } /* DataSource parseDataSource */ +} + +/* vim: set sw=4 sts=4 et : */ diff --git a/bindings/java/org/collectd/api/Notification.java b/bindings/java/org/collectd/api/Notification.java new file mode 100644 index 0000000..cfc2186 --- /dev/null +++ b/bindings/java/org/collectd/api/Notification.java @@ -0,0 +1,88 @@ +/* + * jcollectd + * Copyright (C) 2009 Hyperic, Inc. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; only version 2 of the License is applicable. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + +package org.collectd.api; + +/** + * Java representation of collectd/src/plugin.h:notfication_t structure. + */ +public class Notification extends PluginData { + public static final int FAILURE = 1; + public static final int WARNING = 2; + public static final int OKAY = 4; + + public static String[] SEVERITY = { + "FAILURE", + "WARNING", + "OKAY", + "UNKNOWN" + }; + + private int _severity; + private String _message; + + public Notification () { + _severity = 0; + _message = "Initial notification message"; + } + + public Notification (PluginData pd) { + super (pd); + _severity = 0; + _message = "Initial notification message"; + } + + public void setSeverity (int severity) { + if ((severity == FAILURE) + || (severity == WARNING) + || (severity == OKAY)) + this._severity = severity; + } + + public int getSeverity() { + return _severity; + } + + public String getSeverityString() { + switch (_severity) { + case FAILURE: + return SEVERITY[0]; + case WARNING: + return SEVERITY[1]; + case OKAY: + return SEVERITY[2]; + default: + return SEVERITY[3]; + } + } + + public void setMessage (String message) { + this._message = message; + } + + public String getMessage() { + return _message; + } + + public String toString() { + StringBuffer sb = new StringBuffer(super.toString()); + sb.append(" [").append(getSeverityString()).append("] "); + sb.append(_message); + return sb.toString(); + } +} diff --git a/bindings/java/org/collectd/api/OConfigItem.java b/bindings/java/org/collectd/api/OConfigItem.java new file mode 100644 index 0000000..08d8b70 --- /dev/null +++ b/bindings/java/org/collectd/api/OConfigItem.java @@ -0,0 +1,96 @@ +/** + * collectd - bindings/java/org/collectd/api/OConfigItem.java + * Copyright (C) 2009 Florian octo Forster + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * Authors: + * Florian octo Forster + */ + +package org.collectd.api; + +import java.util.List; +import java.util.ArrayList; + +/** + * Java representation of collectd/src/liboconfig/oconfig.h:oconfig_item_t structure. + * + * @author Florian Forster <octo at collectd.org> + */ +public class OConfigItem +{ + private String _key = null; + private List _values = new ArrayList (); + private List _children = new ArrayList (); + + public OConfigItem (String key) + { + _key = key; + } /* OConfigItem (String key) */ + + public String getKey () + { + return (_key); + } /* String getKey () */ + + public void addValue (OConfigValue cv) + { + _values.add (cv); + } /* void addValue (OConfigValue cv) */ + + public void addValue (String s) + { + _values.add (new OConfigValue (s)); + } /* void addValue (String s) */ + + public void addValue (Number n) + { + _values.add (new OConfigValue (n)); + } /* void addValue (String s) */ + + public void addValue (boolean b) + { + _values.add (new OConfigValue (b)); + } /* void addValue (String s) */ + + public List getValues () + { + return (_values); + } /* List getValues () */ + + public void addChild (OConfigItem ci) + { + _children.add (ci); + } /* void addChild (OConfigItem ci) */ + + public List getChildren () + { + return (_children); + } /* List getChildren () */ + + public String toString () + { + return (new String ("{ key: " + _key + "; " + + "values: " + _values.toString () + "; " + + "children: " + _children.toString () + "; }")); + } /* String toString () */ +} /* class OConfigItem */ + +/* vim: set sw=2 sts=2 et fdm=marker : */ diff --git a/bindings/java/org/collectd/api/OConfigValue.java b/bindings/java/org/collectd/api/OConfigValue.java new file mode 100644 index 0000000..0a33773 --- /dev/null +++ b/bindings/java/org/collectd/api/OConfigValue.java @@ -0,0 +1,101 @@ +/** + * collectd - bindings/java/org/collectd/api/OConfigValue.java + * Copyright (C) 2009 Florian octo Forster + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * Authors: + * Florian octo Forster + */ + +package org.collectd.api; + +/** + * Java representation of collectd/src/liboconfig/oconfig.h:oconfig_value_t structure. + * + * @author Florian Forster <octo at collectd.org> + */ +public class OConfigValue +{ + public static final int OCONFIG_TYPE_STRING = 0; + public static final int OCONFIG_TYPE_NUMBER = 1; + public static final int OCONFIG_TYPE_BOOLEAN = 2; + + private int _type; + private String _value_string; + private Number _value_number; + private boolean _value_boolean; + + public OConfigValue (String s) + { + _type = OCONFIG_TYPE_STRING; + _value_string = s; + _value_number = null; + _value_boolean = false; + } /* OConfigValue (String s) */ + + public OConfigValue (Number n) + { + _type = OCONFIG_TYPE_NUMBER; + _value_string = null; + _value_number = n; + _value_boolean = false; + } /* OConfigValue (String s) */ + + public OConfigValue (boolean b) + { + _type = OCONFIG_TYPE_BOOLEAN; + _value_string = null; + _value_number = null; + _value_boolean = b; + } /* OConfigValue (String s) */ + + public int getType () + { + return (_type); + } /* int getType */ + + public String getString () + { + return (_value_string); + } /* String getString */ + + public Number getNumber () + { + return (_value_number); + } /* String getString */ + + public boolean getBoolean () + { + return (_value_boolean); + } /* String getString */ + + public String toString () + { + if (_type == OCONFIG_TYPE_STRING) + return (_value_string); + else if (_type == OCONFIG_TYPE_NUMBER) + return (_value_number.toString ()); + else if (_type == OCONFIG_TYPE_BOOLEAN) + return (Boolean.toString (_value_boolean)); + return (null); + } /* String toString () */ +} /* class OConfigValue */ + +/* vim: set sw=2 sts=2 et fdm=marker : */ diff --git a/bindings/java/org/collectd/api/PluginData.java b/bindings/java/org/collectd/api/PluginData.java new file mode 100644 index 0000000..26b0206 --- /dev/null +++ b/bindings/java/org/collectd/api/PluginData.java @@ -0,0 +1,127 @@ +/* + * jcollectd + * Copyright (C) 2009 Hyperic, Inc. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; only version 2 of the License is applicable. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + +package org.collectd.api; + +import java.util.Date; + +/** + * Shared members of value_list_t and notification_t structures. + */ +public class PluginData { + + protected long _time = 0; + protected String _host; + protected String _plugin; + protected String _pluginInstance = ""; + protected String _type = ""; + protected String _typeInstance = ""; + + public PluginData() { + + } + + public PluginData(PluginData pd) { + _time = pd._time; + _host = pd._host; + _plugin = pd._plugin; + _pluginInstance = pd._pluginInstance; + _type = pd._type; + _typeInstance = pd._typeInstance; + } + + public long getTime() { + return _time; + } + + public void setTime(long time) { + _time = time; + } + + public String getHost() { + return _host; + } + + public void setHost(String host) { + _host = host; + } + + public String getPlugin() { + return _plugin; + } + + public void setPlugin(String plugin) { + _plugin = plugin; + } + + public String getPluginInstance() { + return _pluginInstance; + } + + public void setPluginInstance(String pluginInstance) { + _pluginInstance = pluginInstance; + } + + public String getType() { + return _type; + } + + public void setType(String type) { + _type = type; + } + + public String getTypeInstance() { + return _typeInstance; + } + + public void setTypeInstance(String typeInstance) { + _typeInstance = typeInstance; + } + + public boolean defined(String val) { + return (val != null) && (val.length() > 0); + } + + public String getSource() { + final char DLM = '/'; + StringBuffer sb = new StringBuffer(); + if (defined(_host)) { + sb.append(_host); + } + if (defined(_plugin)) { + sb.append(DLM).append(_plugin); + } + if (defined(_pluginInstance)) { + sb.append(DLM).append(_pluginInstance); + } + if (defined(_type)) { + sb.append(DLM).append(_type); + } + if (defined(_typeInstance)) { + sb.append(DLM).append(_typeInstance); + } + return sb.toString(); + } + + public String toString() { + StringBuffer sb = new StringBuffer(); + sb.append('[').append(new Date(_time)).append("] "); + sb.append(getSource()); + return sb.toString(); + } +} diff --git a/bindings/java/org/collectd/api/ValueList.java b/bindings/java/org/collectd/api/ValueList.java new file mode 100644 index 0000000..b8d6f40 --- /dev/null +++ b/bindings/java/org/collectd/api/ValueList.java @@ -0,0 +1,128 @@ +/* + * jcollectd + * Copyright (C) 2009 Hyperic, Inc. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; only version 2 of the License is applicable. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + +package org.collectd.api; + +import java.util.ArrayList; +import java.util.List; + +/** + * Java representation of collectd/src/plugin.h:value_list_t structure. + */ +public class ValueList extends PluginData { + + private List _values = new ArrayList(); + private DataSet _ds; + + private long _interval = 0; + + public ValueList() { + + } + + public ValueList(PluginData pd) { + super(pd); + } + + public ValueList(ValueList vl) { + this((PluginData)vl); + _interval = vl._interval; + _values.addAll(vl.getValues()); + _ds = vl._ds; + } + + public List getValues() { + return _values; + } + + public void setValues(List values) { + _values = values; + } + + public void addValue(Number value) { + _values.add(value); + } + + /* Used by the network parsing code */ + public void clearValues () { + _values.clear (); + } + + /** + * @deprecated Use {@link #getDataSet()} instead. + */ + public List getDataSource() { + if (_ds == null) + return null; + return _ds.getDataSources (); + } + + public DataSet getDataSet () { + return _ds; + } + + public void setDataSet (DataSet ds) { + _ds = ds; + } + + /** + * @deprecated Use {@link #setDataSet(DataSet)} instead. + */ + public void setDataSource(List dsrc) { + _ds = new DataSet (_type, dsrc); + } + + /** + * Returns the interval (in milliseconds) of the value list. + */ + public long getInterval() { + return _interval; + } + + /** + * Sets the interval (in milliseconds) of the value list. + */ + public void setInterval(long interval) { + _interval = interval; + } + + public String toString() { + StringBuffer sb = new StringBuffer(super.toString()); + sb.append("=["); + List ds = getDataSource(); + int size = _values.size(); + for (int i=0; i + */ + +package org.collectd.java; + +import java.util.List; +import java.util.ArrayList; +import java.util.Map; +import java.util.TreeMap; + +import org.collectd.api.Collectd; +import org.collectd.api.CollectdConfigInterface; +import org.collectd.api.CollectdInitInterface; +import org.collectd.api.CollectdReadInterface; +import org.collectd.api.CollectdShutdownInterface; +import org.collectd.api.OConfigValue; +import org.collectd.api.OConfigItem; + +public class GenericJMX implements CollectdConfigInterface, + CollectdReadInterface, + CollectdShutdownInterface +{ + static private Map _mbeans + = new TreeMap (); + + private List _connections = null; + + public GenericJMX () + { + Collectd.registerConfig ("GenericJMX", this); + Collectd.registerRead ("GenericJMX", this); + Collectd.registerShutdown ("GenericJMX", this); + + this._connections = new ArrayList (); + } + + public int config (OConfigItem ci) /* {{{ */ + { + List children; + int i; + + Collectd.logDebug ("GenericJMX plugin: config: ci = " + ci + ";"); + + children = ci.getChildren (); + for (i = 0; i < children.size (); i++) + { + OConfigItem child; + String key; + + child = children.get (i); + key = child.getKey (); + if (key.equalsIgnoreCase ("MBean")) + { + try + { + GenericJMXConfMBean mbean = new GenericJMXConfMBean (child); + putMBean (mbean); + } + catch (IllegalArgumentException e) + { + Collectd.logError ("GenericJMX plugin: " + + "Evaluating `MBean' block failed: " + e); + } + } + else if (key.equalsIgnoreCase ("Connection")) + { + try + { + GenericJMXConfConnection conn = new GenericJMXConfConnection (child); + this._connections.add (conn); + } + catch (IllegalArgumentException e) + { + Collectd.logError ("GenericJMX plugin: " + + "Evaluating `Connection' block failed: " + e); + } + } + else + { + Collectd.logError ("GenericJMX plugin: Unknown config option: " + key); + } + } /* for (i = 0; i < children.size (); i++) */ + + return (0); + } /* }}} int config */ + + public int read () /* {{{ */ + { + for (int i = 0; i < this._connections.size (); i++) + { + try + { + this._connections.get (i).query (); + } + catch (Exception e) + { + Collectd.logError ("GenericJMX: Caught unexpected exception: " + e); + e.printStackTrace (); + } + } + + return (0); + } /* }}} int read */ + + public int shutdown () /* {{{ */ + { + System.out.print ("org.collectd.java.GenericJMX.Shutdown ();\n"); + this._connections = null; + return (0); + } /* }}} int shutdown */ + + /* + * static functions + */ + static public GenericJMXConfMBean getMBean (String alias) + { + return (_mbeans.get (alias)); + } + + static private void putMBean (GenericJMXConfMBean mbean) + { + Collectd.logDebug ("GenericJMX.putMBean: Adding " + mbean.getName ()); + _mbeans.put (mbean.getName (), mbean); + } +} /* class GenericJMX */ + +/* vim: set sw=2 sts=2 et fdm=marker : */ diff --git a/bindings/java/org/collectd/java/GenericJMXConfConnection.java b/bindings/java/org/collectd/java/GenericJMXConfConnection.java new file mode 100644 index 0000000..887c289 --- /dev/null +++ b/bindings/java/org/collectd/java/GenericJMXConfConnection.java @@ -0,0 +1,275 @@ +/** + * collectd - bindings/java/org/collectd/java/GenericJMXConfConnection.java + * Copyright (C) 2009-2012 Florian octo Forster + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * Authors: + * Florian octo Forster + */ + +package org.collectd.java; + +import java.util.List; +import java.util.Map; +import java.util.Iterator; +import java.util.ArrayList; +import java.util.HashMap; +import java.net.InetAddress; +import java.net.UnknownHostException; + +import javax.management.MBeanServerConnection; + +import javax.management.remote.JMXServiceURL; +import javax.management.remote.JMXConnector; +import javax.management.remote.JMXConnectorFactory; + +import org.collectd.api.Collectd; +import org.collectd.api.PluginData; +import org.collectd.api.OConfigValue; +import org.collectd.api.OConfigItem; + +class GenericJMXConfConnection +{ + private String _username = null; + private String _password = null; + private String _host = null; + private String _instance_prefix = null; + private String _service_url = null; + private JMXConnector _jmx_connector = null; + private MBeanServerConnection _mbean_connection = null; + private List _mbeans = null; + + /* + * private methods + */ + private String getConfigString (OConfigItem ci) /* {{{ */ + { + List values; + OConfigValue v; + + values = ci.getValues (); + if (values.size () != 1) + { + Collectd.logError ("GenericJMXConfConnection: The " + ci.getKey () + + " configuration option needs exactly one string argument."); + return (null); + } + + v = values.get (0); + if (v.getType () != OConfigValue.OCONFIG_TYPE_STRING) + { + Collectd.logError ("GenericJMXConfConnection: The " + ci.getKey () + + " configuration option needs exactly one string argument."); + return (null); + } + + return (v.getString ()); + } /* }}} String getConfigString */ + + private String getHost () /* {{{ */ + { + if (this._host != null) + { + return (this._host); + } + + return Collectd.getHostname(); + } /* }}} String getHost */ + + private void connect () /* {{{ */ + { + JMXServiceURL service_url; + Map environment; + + // already connected + if (this._jmx_connector != null) { + return; + } + + environment = null; + if (this._password != null) + { + String[] credentials; + + if (this._username == null) + this._username = new String ("monitorRole"); + + credentials = new String[] { this._username, this._password }; + + environment = new HashMap (); + environment.put (JMXConnector.CREDENTIALS, credentials); + environment.put (JMXConnectorFactory.PROTOCOL_PROVIDER_CLASS_LOADER, this.getClass().getClassLoader()); + } + + try + { + service_url = new JMXServiceURL (this._service_url); + this._jmx_connector = JMXConnectorFactory.connect (service_url, environment); + this._mbean_connection = _jmx_connector.getMBeanServerConnection (); + } + catch (Exception e) + { + Collectd.logError ("GenericJMXConfConnection: " + + "Creating MBean server connection failed: " + e); + disconnect (); + return; + } + } /* }}} void connect */ + + private void disconnect () /* {{{ */ + { + try + { + if (this._jmx_connector != null) { + this._jmx_connector.close(); + } + } + catch (Exception e) + { + // It's fine if close throws an exception + } + + this._jmx_connector = null; + this._mbean_connection = null; + } /* }}} void disconnect */ + + /* + * public methods + * + * + * Host "tomcat0.mycompany" + * ServiceURL "service:jmx:rmi:///jndi/rmi://localhost:17264/jmxrmi" + * Collect "java.lang:type=GarbageCollector,name=Copy" + * Collect "java.lang:type=Memory" + * + * + */ + public GenericJMXConfConnection (OConfigItem ci) /* {{{ */ + throws IllegalArgumentException + { + List children; + Iterator iter; + + this._mbeans = new ArrayList (); + + children = ci.getChildren (); + iter = children.iterator (); + while (iter.hasNext ()) + { + OConfigItem child = iter.next (); + + if (child.getKey ().equalsIgnoreCase ("Host")) + { + String tmp = getConfigString (child); + if (tmp != null) + this._host = tmp; + } + else if (child.getKey ().equalsIgnoreCase ("User")) + { + String tmp = getConfigString (child); + if (tmp != null) + this._username = tmp; + } + else if (child.getKey ().equalsIgnoreCase ("Password")) + { + String tmp = getConfigString (child); + if (tmp != null) + this._password = tmp; + } + else if (child.getKey ().equalsIgnoreCase ("ServiceURL")) + { + String tmp = getConfigString (child); + if (tmp != null) + this._service_url = tmp; + } + else if (child.getKey ().equalsIgnoreCase ("InstancePrefix")) + { + String tmp = getConfigString (child); + if (tmp != null) + this._instance_prefix = tmp; + } + else if (child.getKey ().equalsIgnoreCase ("Collect")) + { + String tmp = getConfigString (child); + if (tmp != null) + { + GenericJMXConfMBean mbean; + + mbean = GenericJMX.getMBean (tmp); + if (mbean == null) + throw (new IllegalArgumentException ("No such MBean defined: " + + tmp + ". Please make sure all `MBean' blocks appear " + + "before (above) all `Connection' blocks.")); + Collectd.logDebug ("GenericJMXConfConnection: " + this._host + ": Add " + tmp); + this._mbeans.add (mbean); + } + } + else + throw (new IllegalArgumentException ("Unknown option: " + + child.getKey ())); + } + + if (this._service_url == null) + throw (new IllegalArgumentException ("No service URL was defined.")); + if (this._mbeans.size () == 0) + throw (new IllegalArgumentException ("No valid collect statement " + + "present.")); + } /* }}} GenericJMXConfConnection (OConfigItem ci) */ + + public void query () /* {{{ */ + { + PluginData pd; + + // try to connect + connect (); + + if (this._mbean_connection == null) + return; + + Collectd.logDebug ("GenericJMXConfConnection.query: " + + "Reading " + this._mbeans.size () + " mbeans from " + + ((this._host != null) ? this._host : "(null)")); + + pd = new PluginData (); + pd.setHost (this.getHost ()); + pd.setPlugin ("GenericJMX"); + + for (int i = 0; i < this._mbeans.size (); i++) + { + int status; + + status = this._mbeans.get (i).query (this._mbean_connection, pd, + this._instance_prefix); + if (status != 0) + { + disconnect (); + return; + } + } /* for */ + } /* }}} void query */ + + public String toString () + { + return (new String ("host = " + this._host + "; " + + "url = " + this._service_url)); + } +} + +/* vim: set sw=2 sts=2 et fdm=marker : */ diff --git a/bindings/java/org/collectd/java/GenericJMXConfMBean.java b/bindings/java/org/collectd/java/GenericJMXConfMBean.java new file mode 100644 index 0000000..64a53ac --- /dev/null +++ b/bindings/java/org/collectd/java/GenericJMXConfMBean.java @@ -0,0 +1,243 @@ +/** + * collectd - bindings/java/org/collectd/java/GenericJMXConfMBean.java + * Copyright (C) 2009,2010 Florian octo Forster + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * Authors: + * Florian octo Forster + */ + +package org.collectd.java; + +import java.util.Iterator; +import java.util.List; +import java.util.Set; +import java.util.ArrayList; + +import javax.management.MBeanServerConnection; +import javax.management.ObjectName; +import javax.management.MalformedObjectNameException; + +import org.collectd.api.Collectd; +import org.collectd.api.PluginData; +import org.collectd.api.OConfigValue; +import org.collectd.api.OConfigItem; + +class GenericJMXConfMBean +{ + private String _name; /* name by which this mapping is referenced */ + private ObjectName _obj_name; + private String _instance_prefix; + private List _instance_from; + private List _values; + + private String getConfigString (OConfigItem ci) /* {{{ */ + { + List values; + OConfigValue v; + + values = ci.getValues (); + if (values.size () != 1) + { + Collectd.logError ("GenericJMXConfMBean: The " + ci.getKey () + + " configuration option needs exactly one string argument."); + return (null); + } + + v = values.get (0); + if (v.getType () != OConfigValue.OCONFIG_TYPE_STRING) + { + Collectd.logError ("GenericJMXConfMBean: The " + ci.getKey () + + " configuration option needs exactly one string argument."); + return (null); + } + + return (v.getString ()); + } /* }}} String getConfigString */ + +/* + * + * ObjectName "object name" + * InstancePrefix "foobar" + * InstanceFrom "name" + * + * + * : + * + */ + public GenericJMXConfMBean (OConfigItem ci) /* {{{ */ + throws IllegalArgumentException + { + List children; + Iterator iter; + + this._name = getConfigString (ci); + if (this._name == null) + throw (new IllegalArgumentException ("No alias name was defined. " + + "MBean blocks need exactly one string argument.")); + + this._obj_name = null; + this._instance_prefix = null; + this._instance_from = new ArrayList (); + this._values = new ArrayList (); + + children = ci.getChildren (); + iter = children.iterator (); + while (iter.hasNext ()) + { + OConfigItem child = iter.next (); + + Collectd.logDebug ("GenericJMXConfMBean: child.getKey () = " + + child.getKey ()); + if (child.getKey ().equalsIgnoreCase ("ObjectName")) + { + String tmp = getConfigString (child); + if (tmp == null) + continue; + + try + { + this._obj_name = new ObjectName (tmp); + } + catch (MalformedObjectNameException e) + { + throw (new IllegalArgumentException ("Not a valid object name: " + + tmp, e)); + } + } + else if (child.getKey ().equalsIgnoreCase ("InstancePrefix")) + { + String tmp = getConfigString (child); + if (tmp != null) + this._instance_prefix = tmp; + } + else if (child.getKey ().equalsIgnoreCase ("InstanceFrom")) + { + String tmp = getConfigString (child); + if (tmp != null) + this._instance_from.add (tmp); + } + else if (child.getKey ().equalsIgnoreCase ("Value")) + { + GenericJMXConfValue cv; + + cv = new GenericJMXConfValue (child); + this._values.add (cv); + } + else + throw (new IllegalArgumentException ("Unknown option: " + + child.getKey ())); + } + + if (this._obj_name == null) + throw (new IllegalArgumentException ("No object name was defined.")); + + if (this._values.size () == 0) + throw (new IllegalArgumentException ("No value block was defined.")); + + } /* }}} GenericJMXConfMBean (OConfigItem ci) */ + + public String getName () /* {{{ */ + { + return (this._name); + } /* }}} */ + + public int query (MBeanServerConnection conn, PluginData pd, /* {{{ */ + String instance_prefix) + { + Set names; + Iterator iter; + + try + { + names = conn.queryNames (this._obj_name, /* query = */ null); + } + catch (Exception e) + { + Collectd.logError ("GenericJMXConfMBean: queryNames failed: " + e); + return (-1); + } + + if (names.size () == 0) + { + Collectd.logWarning ("GenericJMXConfMBean: No MBean matched " + + "the ObjectName " + this._obj_name); + } + + iter = names.iterator (); + while (iter.hasNext ()) + { + ObjectName objName; + PluginData pd_tmp; + List instanceList; + StringBuffer instance; + + objName = iter.next (); + pd_tmp = new PluginData (pd); + instanceList = new ArrayList (); + instance = new StringBuffer (); + + Collectd.logDebug ("GenericJMXConfMBean: objName = " + + objName.toString ()); + + for (int i = 0; i < this._instance_from.size (); i++) + { + String propertyName; + String propertyValue; + + propertyName = this._instance_from.get (i); + propertyValue = objName.getKeyProperty (propertyName); + if (propertyValue == null) + { + Collectd.logError ("GenericJMXConfMBean: " + + "No such property in object name: " + propertyName); + } + else + { + instanceList.add (propertyValue); + } + } + + if (instance_prefix != null) + instance.append (instance_prefix); + + if (this._instance_prefix != null) + instance.append (this._instance_prefix); + + for (int i = 0; i < instanceList.size (); i++) + { + if (i > 0) + instance.append ("-"); + instance.append (instanceList.get (i)); + } + + pd_tmp.setPluginInstance (instance.toString ()); + + Collectd.logDebug ("GenericJMXConfMBean: instance = " + instance.toString ()); + + for (int i = 0; i < this._values.size (); i++) + this._values.get (i).query (conn, objName, pd_tmp); + } + + return (0); + } /* }}} void query */ +} + +/* vim: set sw=2 sts=2 et fdm=marker : */ diff --git a/bindings/java/org/collectd/java/GenericJMXConfValue.java b/bindings/java/org/collectd/java/GenericJMXConfValue.java new file mode 100644 index 0000000..2827daa --- /dev/null +++ b/bindings/java/org/collectd/java/GenericJMXConfValue.java @@ -0,0 +1,598 @@ +/** + * collectd - bindings/java/org/collectd/java/GenericJMXConfValue.java + * Copyright (C) 2009 Florian octo Forster + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * Authors: + * Florian octo Forster + */ + +package org.collectd.java; + +import java.util.Arrays; +import java.util.List; +import java.util.Collection; +import java.util.Set; +import java.util.concurrent.atomic.AtomicInteger; +import java.util.concurrent.atomic.AtomicLong; +import java.util.Iterator; +import java.util.ArrayList; + +import java.math.BigDecimal; +import java.math.BigInteger; + +import javax.management.MBeanServerConnection; +import javax.management.ObjectName; +import javax.management.openmbean.OpenType; +import javax.management.openmbean.CompositeData; +import javax.management.openmbean.TabularData; +import javax.management.openmbean.InvalidKeyException; + +import org.collectd.api.Collectd; +import org.collectd.api.DataSet; +import org.collectd.api.DataSource; +import org.collectd.api.ValueList; +import org.collectd.api.PluginData; +import org.collectd.api.OConfigValue; +import org.collectd.api.OConfigItem; + +/** + * Representation of a <value /> block and query functionality. + * + * This class represents a <value /> block in the configuration. As + * such, the constructor takes an {@link org.collectd.api.OConfigValue} to + * construct an object of this class. + * + * The object can then be asked to query data from JMX and dispatch it to + * collectd. + * + * @see GenericJMXConfMBean + */ +class GenericJMXConfValue { +private + String _ds_name; +private + DataSet _ds; +private + List _attributes; +private + String _instance_prefix; +private + List _instance_from; +private + String _plugin_name; +private + boolean _is_table; + + /** + * Converts a generic (OpenType) object to a number. + * + * Returns null if a conversion is not possible or not implemented. + */ +private + Number genericObjectToNumber(Object obj, int ds_type) /* {{{ */ + { + if (obj instanceof String) { + String str = (String)obj; + + try { + if (ds_type == DataSource.TYPE_GAUGE) + return (new Double(str)); + else + return (new Long(str)); + } catch (NumberFormatException e) { + return (null); + } + } else if (obj instanceof Byte) { + return (new Byte((Byte)obj)); + } else if (obj instanceof Short) { + return (new Short((Short)obj)); + } else if (obj instanceof Integer) { + return (new Integer((Integer)obj)); + } else if (obj instanceof Long) { + return (new Long((Long)obj)); + } else if (obj instanceof Float) { + return (new Float((Float)obj)); + } else if (obj instanceof Double) { + return (new Double((Double)obj)); + } else if (obj instanceof BigDecimal) { + return (BigDecimal.ZERO.add((BigDecimal)obj)); + } else if (obj instanceof BigInteger) { + return (BigInteger.ZERO.add((BigInteger)obj)); + } else if (obj instanceof AtomicInteger) { + return (new Integer(((AtomicInteger)obj).get())); + } else if (obj instanceof AtomicLong) { + return (new Long(((AtomicLong)obj).get())); + } else if (obj instanceof Boolean) { + return (Boolean)obj ? 1 : 0; + } + return (null); + } /* }}} Number genericObjectToNumber */ + + /** + * Converts a generic list to a list of numbers. + * + * Returns null if one or more objects could not be converted. + */ +private + List genericListToNumber(List objects) /* {{{ */ + { + List ret = new ArrayList(); + List dsrc = this._ds.getDataSources(); + + assert(objects.size() == dsrc.size()); + + for (int i = 0; i < objects.size(); i++) { + Number n; + + n = genericObjectToNumber(objects.get(i), dsrc.get(i).getType()); + if (n == null) + return (null); + ret.add(n); + } + + return (ret); + } /* }}} List genericListToNumber */ + + /** + * Converts a list of CompositeData to a list of numbers. + * + * From each CompositeData the key key is received and all + * those values are converted to a number. If one of the + * CompositeData doesn't have the specified key or one returned + * object cannot converted to a number then the function will return null. + */ +private + List genericCompositeToNumber(List cdlist, /* {{{ */ + String key) { + List objects = new ArrayList(); + + for (int i = 0; i < cdlist.size(); i++) { + CompositeData cd; + Object value; + + cd = cdlist.get(i); + try { + value = cd.get(key); + } catch (InvalidKeyException e) { + return (null); + } + objects.add(value); + } + + return (genericListToNumber(objects)); + } /* }}} List genericCompositeToNumber */ + +private + void submitTable(List objects, ValueList vl, /* {{{ */ + String instancePrefix) { + List cdlist; + Set keySet = null; + Iterator keyIter; + + cdlist = new ArrayList(); + for (int i = 0; i < objects.size(); i++) { + Object obj; + + obj = objects.get(i); + if (obj instanceof CompositeData) { + CompositeData cd; + + cd = (CompositeData)obj; + + if (i == 0) + keySet = cd.getCompositeType().keySet(); + + cdlist.add(cd); + } else { + Collectd.logError( + "GenericJMXConfValue: At least one of the " + + "attributes was not of type `CompositeData', as required " + + "when table is set to `true'."); + return; + } + } + + assert(keySet != null); + + keyIter = keySet.iterator(); + while (keyIter.hasNext()) { + String key; + List values; + + key = keyIter.next(); + values = genericCompositeToNumber(cdlist, key); + if (values == null) { + Collectd.logError("GenericJMXConfValue: Cannot build a list of " + + "numbers for key " + key + + ". Most likely not all attributes " + + "have this key."); + continue; + } + + if (instancePrefix == null) + vl.setTypeInstance(key); + else + vl.setTypeInstance(instancePrefix + key); + vl.setValues(values); + + Collectd.dispatchValues(vl); + } + } /* }}} void submitTable */ + +private + void submitScalar(List objects, ValueList vl, /* {{{ */ + String instancePrefix) { + List values; + + values = genericListToNumber(objects); + if (values == null) { + Collectd.logError("GenericJMXConfValue: Cannot convert list of " + + "objects to numbers."); + return; + } + + if (instancePrefix == null) + vl.setTypeInstance(""); + else + vl.setTypeInstance(instancePrefix); + vl.setValues(values); + + Collectd.dispatchValues(vl); + } /* }}} void submitScalar */ + +private + Object queryAttributeRecursive(CompositeData parent, /* {{{ */ + List attrName) { + String key; + Object value; + + key = attrName.remove(0); + + try { + value = parent.get(key); + } catch (InvalidKeyException e) { + return (null); + } + + if (attrName.size() == 0) { + return (value); + } else { + if (value instanceof CompositeData) + return (queryAttributeRecursive((CompositeData)value, attrName)); + else if (value instanceof TabularData) + return (queryAttributeRecursive((TabularData)value, attrName)); + else + return (null); + } + } /* }}} queryAttributeRecursive */ + +private + Object queryAttributeRecursive(TabularData parent, /* {{{ */ + List attrName) { + String key; + Object value = null; + + key = attrName.remove(0); + + @SuppressWarnings("unchecked") Collection table = + (Collection)parent.values(); + for (CompositeData compositeData : table) { + if (key.equals(compositeData.get("key"))) { + value = compositeData.get("value"); + } + } + if (null == value) { + return (null); + } + + if (attrName.size() == 0) { + return (value); + } else { + if (value instanceof CompositeData) + return (queryAttributeRecursive((CompositeData)value, attrName)); + else if (value instanceof TabularData) + return (queryAttributeRecursive((TabularData)value, attrName)); + else + return (null); + } + } /* }}} queryAttributeRecursive */ + +private + Object queryAttribute(MBeanServerConnection conn, /* {{{ */ + ObjectName objName, String attrName) { + List attrNameList; + String key; + Object value; + String[] attrNameArray; + + attrNameList = new ArrayList(); + + attrNameArray = attrName.split("\\."); + key = attrNameArray[0]; + for (int i = 1; i < attrNameArray.length; i++) + attrNameList.add(attrNameArray[i]); + + try { + try { + value = conn.getAttribute(objName, key); + } catch (javax.management.AttributeNotFoundException e) { + value = + conn.invoke(objName, key, /* args = */ null, /* types = */ null); + } + } catch (Exception e) { + Collectd.logError("GenericJMXConfValue.query: getAttribute failed: " + e); + return (null); + } + + if (attrNameList.size() == 0) { + return (value); + } else { + if (value instanceof CompositeData) + return (queryAttributeRecursive((CompositeData)value, attrNameList)); + else if (value instanceof TabularData) + return (queryAttributeRecursive((TabularData)value, attrNameList)); + else if (value instanceof OpenType) { + OpenType ot = (OpenType)value; + Collectd.logNotice("GenericJMXConfValue: Handling of OpenType \"" + + ot.getTypeName() + "\" is not yet implemented."); + return (null); + } else { + Collectd.logError( + "GenericJMXConfValue: Received object of " + "unknown class. " + + attrName + " " + + ((value == null) ? "null" : value.getClass().getName())); + return (null); + } + } + } /* }}} Object queryAttribute */ + +private + String join(String separator, List list) /* {{{ */ + { + StringBuffer sb; + + sb = new StringBuffer(); + + for (int i = 0; i < list.size(); i++) { + if (i > 0) + sb.append("-"); + sb.append(list.get(i)); + } + + return (sb.toString()); + } /* }}} String join */ + +private + String getConfigString(OConfigItem ci) /* {{{ */ + { + List values; + OConfigValue v; + + values = ci.getValues(); + if (values.size() != 1) { + Collectd.logError( + "GenericJMXConfValue: The " + ci.getKey() + + " configuration option needs exactly one string argument."); + return (null); + } + + v = values.get(0); + if (v.getType() != OConfigValue.OCONFIG_TYPE_STRING) { + Collectd.logError( + "GenericJMXConfValue: The " + ci.getKey() + + " configuration option needs exactly one string argument."); + return (null); + } + + return (v.getString()); + } /* }}} String getConfigString */ + +private + Boolean getConfigBoolean(OConfigItem ci) /* {{{ */ + { + List values; + OConfigValue v; + Boolean b; + + values = ci.getValues(); + if (values.size() != 1) { + Collectd.logError( + "GenericJMXConfValue: The " + ci.getKey() + + " configuration option needs exactly one boolean argument."); + return (null); + } + + v = values.get(0); + if (v.getType() != OConfigValue.OCONFIG_TYPE_BOOLEAN) { + Collectd.logError( + "GenericJMXConfValue: The " + ci.getKey() + + " configuration option needs exactly one boolean argument."); + return (null); + } + + return (new Boolean(v.getBoolean())); + } /* }}} String getConfigBoolean */ + + /** + * Constructs a new value with the configured properties. + */ +public + GenericJMXConfValue(OConfigItem ci) /* {{{ */ + throws IllegalArgumentException { + List children; + Iterator iter; + + this._ds_name = null; + this._ds = null; + this._attributes = new ArrayList(); + this._instance_prefix = null; + this._instance_from = new ArrayList(); + this._plugin_name = null; + this._is_table = false; + + /* + * + * Type "memory" + * Table true|false + * Attribute "HeapMemoryUsage" + * Attribute "..." + * : + * # Type instance: + * InstancePrefix "heap-" + * + */ + children = ci.getChildren(); + iter = children.iterator(); + while (iter.hasNext()) { + OConfigItem child = iter.next(); + + if (child.getKey().equalsIgnoreCase("Type")) { + String tmp = getConfigString(child); + if (tmp != null) + this._ds_name = tmp; + } else if (child.getKey().equalsIgnoreCase("Table")) { + Boolean tmp = getConfigBoolean(child); + if (tmp != null) + this._is_table = tmp.booleanValue(); + } else if (child.getKey().equalsIgnoreCase("Attribute")) { + String tmp = getConfigString(child); + if (tmp != null) + this._attributes.add(tmp); + } else if (child.getKey().equalsIgnoreCase("InstancePrefix")) { + String tmp = getConfigString(child); + if (tmp != null) + this._instance_prefix = tmp; + } else if (child.getKey().equalsIgnoreCase("InstanceFrom")) { + String tmp = getConfigString(child); + if (tmp != null) + this._instance_from.add(tmp); + } else if (child.getKey().equalsIgnoreCase("PluginName")) { + String tmp = getConfigString(child); + if (tmp != null) + this._plugin_name = tmp; + } else + throw( + new IllegalArgumentException("Unknown option: " + child.getKey())); + } + + if (this._ds_name == null) + throw(new IllegalArgumentException("No data set was defined.")); + else if (this._attributes.size() == 0) + throw(new IllegalArgumentException("No attribute was defined.")); + } /* }}} GenericJMXConfValue (OConfigItem ci) */ + + /** + * Query values via JMX according to the object's configuration and dispatch + * them to collectd. + * + * @param conn Connection to the MBeanServer. + * @param objName Object name of the MBean to query. + * @param pd Preset naming components. The members host, plugin and + * plugin instance will be used. + */ +public + void query(MBeanServerConnection conn, ObjectName objName, /* {{{ */ + PluginData pd) { + ValueList vl; + List dsrc; + List values; + List instanceList; + String instancePrefix; + + if (this._ds == null) { + this._ds = Collectd.getDS(this._ds_name); + if (this._ds == null) { + Collectd.logError("GenericJMXConfValue: Unknown type: " + + this._ds_name); + return; + } + } + + dsrc = this._ds.getDataSources(); + if (dsrc.size() != this._attributes.size()) { + Collectd.logError( + "GenericJMXConfValue.query: The data set " + this._ds_name + " has " + + this._ds.getDataSources().size() + " data sources, but there were " + + this._attributes.size() + + " attributes configured. This doesn't match!"); + this._ds = null; + return; + } + + vl = new ValueList(pd); + vl.setType(this._ds_name); + if (this._plugin_name != null) { + vl.setPlugin(this._plugin_name); + } + + /* + * Build the instnace prefix from the fixed string prefix and the + * properties of the objName. + */ + instanceList = new ArrayList(); + for (int i = 0; i < this._instance_from.size(); i++) { + String propertyName; + String propertyValue; + + propertyName = this._instance_from.get(i); + propertyValue = objName.getKeyProperty(propertyName); + if (propertyValue == null) { + Collectd.logError("GenericJMXConfMBean: " + + "No such property in object name: " + propertyName); + } else { + instanceList.add(propertyValue); + } + } + + if (this._instance_prefix != null) + instancePrefix = + new String(this._instance_prefix + join("-", instanceList)); + else + instancePrefix = join("-", instanceList); + + /* + * Build a list of `Object's which is then passed to `submitTable' and + * `submitScalar'. + */ + values = new ArrayList(); + assert(dsrc.size() == this._attributes.size()); + for (int i = 0; i < this._attributes.size(); i++) { + Object v; + + v = queryAttribute(conn, objName, this._attributes.get(i)); + if (v == null) { + Collectd.logError( + "GenericJMXConfValue.query: " + "Querying attribute " + + this._attributes.get(i) + " failed."); + return; + } + + values.add(v); + } + + if (this._is_table) + submitTable(values, vl, instancePrefix); + else + submitScalar(values, vl, instancePrefix); + } /* }}} void query */ +} /* class GenericJMXConfValue */ + +/* vim: set sw=2 sts=2 et fdm=marker : */ diff --git a/bindings/java/org/collectd/java/JMXMemory.java b/bindings/java/org/collectd/java/JMXMemory.java new file mode 100644 index 0000000..050d893 --- /dev/null +++ b/bindings/java/org/collectd/java/JMXMemory.java @@ -0,0 +1,237 @@ +/** + * collectd - bindings/java/org/collectd/java/JMXMemory.java + * Copyright (C) 2009 Florian octo Forster + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * Authors: + * Florian octo Forster + */ + +package org.collectd.java; + +import java.util.List; +import java.util.Date; + +import java.lang.management.ManagementFactory; +import java.lang.management.MemoryUsage; +import java.lang.management.MemoryMXBean; + +import javax.management.MBeanServerConnection; +import javax.management.remote.JMXConnector; +import javax.management.remote.JMXConnectorFactory; +import javax.management.remote.JMXServiceURL; + +import org.collectd.api.Collectd; +import org.collectd.api.DataSet; +import org.collectd.api.ValueList; +import org.collectd.api.Notification; +import org.collectd.api.OConfigItem; + +import org.collectd.api.CollectdConfigInterface; +import org.collectd.api.CollectdInitInterface; +import org.collectd.api.CollectdReadInterface; +import org.collectd.api.CollectdShutdownInterface; + +import org.collectd.api.OConfigValue; +import org.collectd.api.OConfigItem; + +public class JMXMemory implements CollectdConfigInterface, + CollectdInitInterface, + CollectdReadInterface, + CollectdShutdownInterface +{ + private String _jmx_service_url = null; + private MemoryMXBean _mbean = null; + + public JMXMemory () + { + Collectd.registerConfig ("JMXMemory", this); + Collectd.registerInit ("JMXMemory", this); + Collectd.registerRead ("JMXMemory", this); + Collectd.registerShutdown ("JMXMemory", this); + } + + private void submit (String plugin_instance, MemoryUsage usage) /* {{{ */ + { + ValueList vl; + + long mem_init; + long mem_used; + long mem_committed; + long mem_max; + + mem_init = usage.getInit (); + mem_used = usage.getUsed (); + mem_committed = usage.getCommitted (); + mem_max = usage.getMax (); + + Collectd.logDebug ("JMXMemory plugin: plugin_instance = " + plugin_instance + "; " + + "mem_init = " + mem_init + "; " + + "mem_used = " + mem_used + "; " + + "mem_committed = " + mem_committed + "; " + + "mem_max = " + mem_max + ";"); + + vl = new ValueList (); + + vl.setHost ("localhost"); + vl.setPlugin ("JMXMemory"); + vl.setPluginInstance (plugin_instance); + vl.setType ("memory"); + + if (mem_init >= 0) + { + vl.addValue (mem_init); + vl.setTypeInstance ("init"); + Collectd.dispatchValues (vl); + vl.clearValues (); + } + + if (mem_used >= 0) + { + vl.addValue (mem_used); + vl.setTypeInstance ("used"); + Collectd.dispatchValues (vl); + vl.clearValues (); + } + + if (mem_committed >= 0) + { + vl.addValue (mem_committed); + vl.setTypeInstance ("committed"); + Collectd.dispatchValues (vl); + vl.clearValues (); + } + + if (mem_max >= 0) + { + vl.addValue (mem_max); + vl.setTypeInstance ("max"); + Collectd.dispatchValues (vl); + vl.clearValues (); + } + } /* }}} void submit */ + + private int configServiceURL (OConfigItem ci) /* {{{ */ + { + List values; + OConfigValue cv; + + values = ci.getValues (); + if (values.size () != 1) + { + Collectd.logError ("JMXMemory plugin: The JMXServiceURL option needs " + + "exactly one string argument."); + return (-1); + } + + cv = values.get (0); + if (cv.getType () != OConfigValue.OCONFIG_TYPE_STRING) + { + Collectd.logError ("JMXMemory plugin: The JMXServiceURL option needs " + + "exactly one string argument."); + return (-1); + } + + _jmx_service_url = cv.getString (); + return (0); + } /* }}} int configServiceURL */ + + public int config (OConfigItem ci) /* {{{ */ + { + List children; + int i; + + Collectd.logDebug ("JMXMemory plugin: config: ci = " + ci + ";"); + + children = ci.getChildren (); + for (i = 0; i < children.size (); i++) + { + OConfigItem child; + String key; + + child = children.get (i); + key = child.getKey (); + if (key.equalsIgnoreCase ("JMXServiceURL")) + { + configServiceURL (child); + } + else + { + Collectd.logError ("JMXMemory plugin: Unknown config option: " + key); + } + } + + return (0); + } /* }}} int config */ + + public int init () /* {{{ */ + { + JMXServiceURL service_url; + JMXConnector connector; + MBeanServerConnection connection; + + if (_jmx_service_url == null) + { + Collectd.logError ("JMXMemory: _jmx_service_url == null"); + return (-1); + } + + try + { + service_url = new JMXServiceURL (_jmx_service_url); + connector = JMXConnectorFactory.connect (service_url); + connection = connector.getMBeanServerConnection (); + _mbean = ManagementFactory.newPlatformMXBeanProxy (connection, + ManagementFactory.MEMORY_MXBEAN_NAME, + MemoryMXBean.class); + } + catch (Exception e) + { + Collectd.logError ("JMXMemory: Creating MBean failed: " + e); + return (-1); + } + + return (0); + } /* }}} int init */ + + public int read () /* {{{ */ + { + if (_mbean == null) + { + Collectd.logError ("JMXMemory: _mbean == null"); + return (-1); + } + + submit ("heap", _mbean.getHeapMemoryUsage ()); + submit ("non_heap", _mbean.getNonHeapMemoryUsage ()); + + return (0); + } /* }}} int read */ + + public int shutdown () /* {{{ */ + { + System.out.print ("org.collectd.java.JMXMemory.Shutdown ();\n"); + _jmx_service_url = null; + _mbean = null; + return (0); + } /* }}} int shutdown */ +} /* class JMXMemory */ + +/* vim: set sw=2 sts=2 et fdm=marker : */ diff --git a/bindings/perl/Makefile.PL b/bindings/perl/Makefile.PL new file mode 100644 index 0000000..68fb260 --- /dev/null +++ b/bindings/perl/Makefile.PL @@ -0,0 +1,9 @@ +use ExtUtils::MakeMaker; + +WriteMakefile( + NAME => 'Collectd', + AUTHOR => 'Sebastian Harl ', + TEST_REQUIRES => { 'YAML::Any' => 0 }, +); + +# vim: set sw=4 ts=4 tw=78 noexpandtab : diff --git a/bindings/perl/lib/Collectd.pm b/bindings/perl/lib/Collectd.pm new file mode 100644 index 0000000..7e89e45 --- /dev/null +++ b/bindings/perl/lib/Collectd.pm @@ -0,0 +1,631 @@ +# collectd - Collectd.pm +# Copyright (C) 2007-2009 Sebastian Harl +# +# This program is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by the +# Free Software Foundation; only version 2 of the License is applicable. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# Author: +# Sebastian Harl + +package Collectd; + +use strict; +use warnings; + +use Config; + +use threads; +use threads::shared; + +BEGIN { + if (! $Config{'useithreads'}) { + die "Perl does not support ithreads!"; + } +} + +require Exporter; + +our @ISA = qw( Exporter ); + +our %EXPORT_TAGS = ( + 'plugin' => [ qw( + plugin_register + plugin_unregister + plugin_dispatch_values + plugin_get_interval + plugin_write + plugin_flush + plugin_flush_one + plugin_flush_all + plugin_dispatch_notification + plugin_log + ) ], + 'types' => [ qw( + TYPE_INIT + TYPE_READ + TYPE_WRITE + TYPE_SHUTDOWN + TYPE_LOG + TYPE_NOTIF + TYPE_FLUSH + TYPE_CONFIG + TYPE_DATASET + ) ], + 'ds_types' => [ qw( + DS_TYPE_COUNTER + DS_TYPE_GAUGE + ) ], + 'log' => [ qw( + ERROR + WARNING + NOTICE + INFO + DEBUG + LOG_ERR + LOG_WARNING + LOG_NOTICE + LOG_INFO + LOG_DEBUG + ) ], + 'filter_chain' => [ qw( + fc_register + FC_MATCH_NO_MATCH + FC_MATCH_MATCHES + FC_TARGET_CONTINUE + FC_TARGET_STOP + FC_TARGET_RETURN + ) ], + 'fc_types' => [ qw( + FC_MATCH + FC_TARGET + ) ], + 'notif' => [ qw( + NOTIF_FAILURE + NOTIF_WARNING + NOTIF_OKAY + ) ], + 'globals' => [ qw( + $hostname_g + $interval_g + ) ], +); + +{ + my %seen; + push @{$EXPORT_TAGS{'all'}}, grep {! $seen{$_}++ } @{$EXPORT_TAGS{$_}} + foreach keys %EXPORT_TAGS; +} + +# global variables +our $hostname_g; +our $interval_g; + +Exporter::export_ok_tags ('all'); + +my @plugins : shared = (); +my @fc_plugins : shared = (); +my %cf_callbacks : shared = (); + +my %types = ( + TYPE_CONFIG, "config", + TYPE_INIT, "init", + TYPE_READ, "read", + TYPE_WRITE, "write", + TYPE_SHUTDOWN, "shutdown", + TYPE_LOG, "log", + TYPE_NOTIF, "notify", + TYPE_FLUSH, "flush" +); + +my %fc_types = ( + FC_MATCH, "match", + FC_TARGET, "target" +); + +my %fc_exec_names = ( + FC_MATCH, "match", + FC_TARGET, "invoke" +); + +my %fc_cb_types = ( + FC_CB_EXEC, "exec", + FC_CB_CREATE, "create", + FC_CB_DESTROY, "destroy" +); + +foreach my $type (keys %types) { + $plugins[$type] = &share ({}); +} + +foreach my $type (keys %fc_types) { + $fc_plugins[$type] = &share ({}); +} + +sub _log { + my $caller = shift; + my $lvl = shift; + my $msg = shift; + + if ("Collectd" eq $caller) { + $msg = "perl: $msg"; + } + return plugin_log ($lvl, $msg); +} + +sub ERROR { _log (scalar caller, LOG_ERR, shift); } +sub WARNING { _log (scalar caller, LOG_WARNING, shift); } +sub NOTICE { _log (scalar caller, LOG_NOTICE, shift); } +sub INFO { _log (scalar caller, LOG_INFO, shift); } +sub DEBUG { _log (scalar caller, LOG_DEBUG, shift); } + +sub plugin_call_all { + my $type = shift; + + my %plugins; + + our $cb_name = undef; + + if (! defined $type) { + return; + } + + if (TYPE_LOG != $type) { + DEBUG ("Collectd::plugin_call_all: type = \"$type\" (" + . $types{$type} . "), args=\"" + . join(', ', map { defined($_) ? $_ : '' } @_) . "\""); + } + + if (! defined $plugins[$type]) { + ERROR ("Collectd::plugin_call_all: unknown type \"$type\""); + return; + } + + { + lock %{$plugins[$type]}; + %plugins = %{$plugins[$type]}; + } + + foreach my $plugin (keys %plugins) { + $cb_name = $plugins{$plugin}; + my $status = call_by_name (@_); + + if (! $status) { + my $err = undef; + + if ($@) { + $err = $@; + } + else { + $err = "callback returned false"; + } + + if (TYPE_LOG != $type) { + ERROR ("Execution of callback \"$cb_name\" failed: $err"); + } + + $status = 0; + } + + if ($status) { + #NOOP + } + elsif (TYPE_INIT == $type) { + ERROR ("${plugin}->init() failed with status $status. " + . "Plugin will be disabled."); + + foreach my $type (keys %types) { + plugin_unregister ($type, $plugin); + } + } + elsif (TYPE_LOG != $type) { + WARNING ("${plugin}->$types{$type}() failed with status $status."); + } + } + return 1; +} + +# Collectd::plugin_register (type, name, data). +# +# type: +# init, read, write, shutdown, data set +# +# name: +# name of the plugin +# +# data: +# reference to the plugin's subroutine that does the work or the data set +# definition +sub plugin_register { + my $type = shift; + my $name = shift; + my $data = shift; + + DEBUG ("Collectd::plugin_register: " + . "type = \"$type\" (" . $types{$type} + . "), name = \"$name\", data = \"$data\""); + + if (! ((defined $type) && (defined $name) && (defined $data))) { + ERROR ("Usage: Collectd::plugin_register (type, name, data)"); + return; + } + + if ((! defined $plugins[$type]) && (TYPE_DATASET != $type) + && (TYPE_CONFIG != $type)) { + ERROR ("Collectd::plugin_register: Invalid type \"$type\""); + return; + } + + if ((TYPE_DATASET == $type) && ("ARRAY" eq ref $data)) { + return plugin_register_data_set ($name, $data); + } + elsif ((TYPE_CONFIG == $type) && (! ref $data)) { + my $pkg = scalar caller; + + if ($data !~ m/^$pkg\:\:/) { + $data = $pkg . "::" . $data; + } + + lock %cf_callbacks; + $cf_callbacks{$name} = $data; + } + elsif ((TYPE_DATASET != $type) && (! ref $data)) { + my $pkg = scalar caller; + if ($data !~ m/^$pkg\:\:/) { + $data = $pkg . "::" . $data; + } + if (TYPE_READ == $type) { + return plugin_register_read($name, $data); + } + if (TYPE_WRITE == $type) { + return plugin_register_write($name, $data); + } + if (TYPE_LOG == $type) { + return plugin_register_log($name, $data); + } + if (TYPE_NOTIF == $type) { + return plugin_register_notification($name, $data); + } + if (TYPE_FLUSH == $type) { + #For collectd-5.6 only + lock %{$plugins[$type]}; + $plugins[$type]->{$name} = $data; + return plugin_register_flush($name, $data); + } + lock %{$plugins[$type]}; + $plugins[$type]->{$name} = $data; + } + else { + ERROR ("Collectd::plugin_register: Invalid data."); + return; + } + return 1; +} + +sub plugin_unregister { + my $type = shift; + my $name = shift; + + DEBUG ("Collectd::plugin_unregister: type = \"$type\" (" + . $types{$type} . "), name = \"$name\""); + + if (! ((defined $type) && (defined $name))) { + ERROR ("Usage: Collectd::plugin_unregister (type, name)"); + return; + } + + if (TYPE_DATASET == $type) { + return plugin_unregister_data_set ($name); + } + elsif (TYPE_CONFIG == $type) { + lock %cf_callbacks; + delete $cf_callbacks{$name}; + } + elsif (TYPE_READ == $type) { + return plugin_unregister_read ($name); + } + elsif (TYPE_WRITE == $type) { + return plugin_unregister_write($name); + } + elsif (TYPE_LOG == $type) { + return plugin_unregister_log ($name); + } + elsif (TYPE_NOTIF == $type) { + return plugin_unregister_notification($name); + } + elsif (TYPE_FLUSH == $type) { + return plugin_unregister_flush($name); + } + elsif (defined $plugins[$type]) { + lock %{$plugins[$type]}; + delete $plugins[$type]->{$name}; + } + else { + ERROR ("Collectd::plugin_unregister: Invalid type."); + return; + } +} + +sub plugin_write { + my %args = @_; + + my @plugins = (); + my @datasets = (); + my @valuelists = (); + + if (! defined $args{'valuelists'}) { + ERROR ("Collectd::plugin_write: Missing 'valuelists' argument."); + return; + } + + DEBUG ("Collectd::plugin_write:" + . (defined ($args{'plugins'}) ? " plugins = $args{'plugins'}" : "") + . (defined ($args{'datasets'}) ? " datasets = $args{'datasets'}" : "") + . " valueslists = $args{'valuelists'}"); + + if (defined ($args{'plugins'})) { + if ("ARRAY" eq ref ($args{'plugins'})) { + @plugins = @{$args{'plugins'}}; + } + else { + @plugins = ($args{'plugins'}); + } + } + else { + @plugins = (undef); + } + + if ("ARRAY" eq ref ($args{'valuelists'})) { + @valuelists = @{$args{'valuelists'}}; + } + else { + @valuelists = ($args{'valuelists'}); + } + + if (defined ($args{'datasets'})) { + if ("ARRAY" eq ref ($args{'datasets'})) { + @datasets = @{$args{'datasets'}}; + } + else { + @datasets = ($args{'datasets'}); + } + } + else { + @datasets = (undef) x scalar (@valuelists); + } + + if ($#datasets != $#valuelists) { + ERROR ("Collectd::plugin_write: Invalid number of datasets."); + return; + } + + foreach my $plugin (@plugins) { + for (my $i = 0; $i < scalar (@valuelists); ++$i) { + _plugin_write ($plugin, $datasets[$i], $valuelists[$i]); + } + } +} + +sub plugin_flush { + my %args = @_; + + my $timeout = -1; + my @plugins = (); + my @ids = (); + + DEBUG ("Collectd::plugin_flush:" + . (defined ($args{'timeout'}) ? " timeout = $args{'timeout'}" : "") + . (defined ($args{'plugins'}) ? " plugins = $args{'plugins'}" : "") + . (defined ($args{'identifiers'}) + ? " identifiers = $args{'identifiers'}" : "")); + + if (defined ($args{'timeout'}) && ($args{'timeout'} > 0)) { + $timeout = $args{'timeout'}; + } + + if (defined ($args{'plugins'})) { + if ("ARRAY" eq ref ($args{'plugins'})) { + @plugins = @{$args{'plugins'}}; + } + else { + @plugins = ($args{'plugins'}); + } + } + else { + @plugins = (undef); + } + + if (defined ($args{'identifiers'})) { + if ("ARRAY" eq ref ($args{'identifiers'})) { + @ids = @{$args{'identifiers'}}; + } + else { + @ids = ($args{'identifiers'}); + } + } + else { + @ids = (undef); + } + + foreach my $plugin (@plugins) { + foreach my $id (@ids) { + _plugin_flush($plugin, $timeout, $id); + } + } +} + +sub fc_call { + my $type = shift; + my $name = shift; + my $cb_type = shift; + + my %proc; + + our $cb_name = undef; + my $status; + + if (! ((defined $type) && (defined $name) && (defined $cb_type))) { + ERROR ("Usage: Collectd::fc_call(type, name, cb_type, ...)"); + return; + } + + if (! defined $fc_plugins[$type]) { + ERROR ("Collectd::fc_call: Invalid type \"$type\""); + return; + } + + if (! defined $fc_plugins[$type]->{$name}) { + ERROR ("Collectd::fc_call: Unknown " + . ($type == FC_MATCH ? "match" : "target") + . " \"$name\""); + return; + } + + DEBUG ("Collectd::fc_call: " + . "type = \"$type\" (" . $fc_types{$type} + . "), name = \"$name\", cb_type = \"$cb_type\" (" + . $fc_cb_types{$cb_type} . ")"); + + { + lock %{$fc_plugins[$type]}; + %proc = %{$fc_plugins[$type]->{$name}}; + } + + if (FC_CB_EXEC == $cb_type) { + $cb_name = $proc{$fc_exec_names{$type}}; + } + elsif (FC_CB_CREATE == $cb_type) { + if (defined $proc{'create'}) { + $cb_name = $proc{'create'}; + } + else { + return 1; + } + } + elsif (FC_CB_DESTROY == $cb_type) { + if (defined $proc{'destroy'}) { + $cb_name = $proc{'destroy'}; + } + else { + return 1; + } + } + + $status = call_by_name (@_); + + if ($status < 0) { + my $err = undef; + + if ($@) { + $err = $@; + } + else { + $err = "callback returned false"; + } + + ERROR ("Execution of fc callback \"$cb_name\" failed: $err"); + return; + } + return $status; +} + +sub fc_register { + my $type = shift; + my $name = shift; + my $proc = shift; + + my %fc : shared; + + DEBUG ("Collectd::fc_register: " + . "type = \"$type\" (" . $fc_types{$type} + . "), name = \"$name\", proc = \"$proc\""); + + if (! ((defined $type) && (defined $name) && (defined $proc))) { + ERROR ("Usage: Collectd::fc_register(type, name, proc)"); + return; + } + + if (! defined $fc_plugins[$type]) { + ERROR ("Collectd::fc_register: Invalid type \"$type\""); + return; + } + + if (("HASH" ne ref ($proc)) || (! defined $proc->{$fc_exec_names{$type}}) + || ("" ne ref ($proc->{$fc_exec_names{$type}}))) { + ERROR ("Collectd::fc_register: Invalid proc."); + return; + } + + for my $p (qw( create destroy )) { + if ((defined $proc->{$p}) && ("" ne ref ($proc->{$p}))) { + ERROR ("Collectd::fc_register: Invalid proc."); + return; + } + } + + %fc = %$proc; + + foreach my $p (keys %fc) { + my $pkg = scalar caller; + + if ($p !~ m/^(create|destroy|$fc_exec_names{$type})$/) { + next; + } + + if ($fc{$p} !~ m/^$pkg\:\:/) { + $fc{$p} = $pkg . "::" . $fc{$p}; + } + } + + lock %{$fc_plugins[$type]}; + if (defined $fc_plugins[$type]->{$name}) { + WARNING ("Collectd::fc_register: Overwriting previous " + . "definition of match \"$name\"."); + } + + if (! _fc_register ($type, $name)) { + ERROR ("Collectd::fc_register: Failed to register \"$name\"."); + return; + } + + $fc_plugins[$type]->{$name} = \%fc; + return 1; +} + +sub _plugin_dispatch_config { + my $plugin = shift; + my $config = shift; + + our $cb_name = undef; + + if (! (defined ($plugin) && defined ($config))) { + return; + } + + if (! defined $cf_callbacks{$plugin}) { + WARNING ("Found a configuration for the \"$plugin\" plugin, but " + . "the plugin isn't loaded or didn't register " + . "a configuration callback."); + return; + } + + { + lock %cf_callbacks; + $cb_name = $cf_callbacks{$plugin}; + } + call_by_name ($config); +} + +1; + +# vim: set sw=4 ts=4 tw=78 noexpandtab : + diff --git a/bindings/perl/lib/Collectd/Plugins/Monitorus.pm b/bindings/perl/lib/Collectd/Plugins/Monitorus.pm new file mode 100644 index 0000000..7054fbf --- /dev/null +++ b/bindings/perl/lib/Collectd/Plugins/Monitorus.pm @@ -0,0 +1,104 @@ +# +# collectd - mon.itor.us collectd plugin +# Copyright (C) 2009 Jeff Green +# +# This program is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by the +# Free Software Foundation; only version 2 of the License is applicable. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# Authors: +# Jeff Green +# + +package Collectd::Plugins::Monitorus; + +use strict; +use warnings; + +use Collectd qw( :all ); +use LWP; +use threads::shared; + +use constant NUM_OF_INTERVALS => 90; + +my $intervalcnt :shared; +$intervalcnt=NUM_OF_INTERVALS; +my $prev_value :shared; +$prev_value=0; + +plugin_register (TYPE_READ, "monitorus", "monitorus_read"); + +sub monitorus_read +{ + my $vl = { plugin => 'monitorus', type => 'gauge' }; + + # Only retrieve a value occasionally in order to not overload mon.itor.us + if (++$intervalcnt{'values'} = [ $prev_value ]; + plugin_dispatch_values ($vl); + return 1; + } + + $intervalcnt=0; + + my $site = 'http://mon.itor.us'; + my $username = 'me@example.org'; + my $target = $site.'/user/api/'.$username.'/secretpassword'; + + my $ua = LWP::UserAgent->new; + my $req = HTTP::Request->new(GET => "$target"); + $req->header('Accept' => 'text/html'); #Accept HTML Page + + my $key; + my $res = $ua->get($target); + if ($res->is_success) {# Success....all content of page has been received + $res->content() =~ m/\[CDATA\[(.*)\]\]/; + $key = $1; + } else { + INFO("monitorus: Error in retrieving login page."); + } + + $target = $site.'/test/api/'.$key.'/testNames'; + my $testid; + $res = $ua->get($target); + if ($res->is_success) {# Success....all content of page has been received + $res->content() =~ m/get($target); + if ($res->is_success) {# Success....all content of page has been received + $res->content() =~ m/\<\/row\>\s*(\.*?sitetest_http.*?\<\/row\>)/s; + $result = $1; + $result =~ s/\.*?CDATA.*?\<\/cell\>//g; + $result =~ m|\([0-9]*)\<\/cell\>|; + $value = $1; + } else { + INFO("monitorus: Error in retrieving testsLastValues page."); + } + + $prev_value = $value; + $vl->{'values'} = [ $value ]; + plugin_dispatch_values ($vl); + + return 1; +} + +1; diff --git a/bindings/perl/lib/Collectd/Plugins/OpenVZ.pm b/bindings/perl/lib/Collectd/Plugins/OpenVZ.pm new file mode 100644 index 0000000..66359da --- /dev/null +++ b/bindings/perl/lib/Collectd/Plugins/OpenVZ.pm @@ -0,0 +1,247 @@ +# +# collectd - OpenVZ collectd plugin +# Copyright (C) 2009 Jonathan Kolb +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# Author: +# Jonathan Kolb +# + +package Collectd::Plugins::OpenVZ; + +use strict; +use warnings; + +use Collectd qw( :all ); + +my $vzctl = '/usr/sbin/vzctl'; +my $vzlist = '/usr/sbin/vzlist'; + +# Since OpenVZ is container based, all guests see all the host's CPUs, +# and would report the same data. So we disable CPU by default. +my $enable_interface = 1; +my $enable_cpu = 0; +my $enable_df = 1; +my $enable_load = 1; +my $enable_processes = 1; +my $enable_users = 1; + +# We probably don't care about loopback transfer +my @ignored_interfaces = ( "lo" ); + +sub interface_read { + my ($veid, $name) = @_; + my @rx_fields = qw(if_octets if_packets if_errors drop fifo frame compressed multicast); + my @tx_fields = qw(if_octets if_packets if_errors drop fifo frame compressed); + my %v = _build_report_hash($name); + + my @lines = `$vzctl exec $veid cat /proc/net/dev`; + + for my $line (@lines) { + # skip explanatory text + next if $line !~ /:/; + + $line =~ s/^\s+|\s+$//g; + + my ($iface, %rx, %tx); + + # read /proc/net/dev fields + ($iface, @rx{@rx_fields}, @tx{@tx_fields}) = split /[: ]+/, $line; + + # Skip this interface if it is in the ignored list + next if grep { $iface eq $_ } @ignored_interfaces; + + for my $instance (qw(if_octets if_packets if_errors)) { + plugin_dispatch_values({ + 'plugin' => 'interface', + 'plugin_instance' => $iface, + 'type' => $instance, + 'values' => [ $rx{$instance}, $tx{$instance} ], + %v, + }); + } + } +} + +sub cpu_read { + my $veid = shift; + my $name = shift; + my ($key, $val, $i, @lines, @counters); + my @cpu_instances = ('user', 'nice', 'system', 'idle', 'wait', 'interrupt', 'softirq', 'steal'); + my $last_stat = {}; + my %v = _build_report_hash($name); + + $v{'plugin'} = 'cpu'; + $v{'type'} = 'cpu'; + + $i = 0; + @lines = split(/\n/, `$vzctl exec $veid cat /proc/stat`); + foreach (@lines) { + next if (!/^cpu[0-9]/); + + @counters = split(/ +/); + shift(@counters); + + # Remove once OpenVZ bug 1376 is resolved + if (48485 == $counters[3]) { + $counters[3] = $last_stat->{"$veid-$i-idle"}; + $counters[4] = $last_stat->{"$veid-$i-wait"}; + } + else { + $last_stat->{"$veid-$i-idle"} = $counters[3]; + $last_stat->{"$veid-$i-wait"} = $counters[4]; + } + + $v{'plugin_instance'} = $i++; + for ($key = 0; $key <= $#counters; ++$key) { + $v{'type_instance'} = $cpu_instances[$key]; + $v{'values'} = [ $counters[$key] ]; + plugin_dispatch_values(\%v); + } + } +} + +sub df_read { + my $veid = shift; + my $name = shift; + my ($key, $val, @lines, @parts); + my %v = _build_report_hash($name); + + $v{'plugin'} = 'df'; + delete $v{'plugin_instance'}; + $v{'type'} = 'df'; + + $val = join(' ', map { (split)[1] } split(/\n/, `$vzctl exec $veid cat /proc/mounts`)); + @lines = split(/\n/, `$vzctl exec $veid stat -tf $val`); + foreach (@lines) { + @parts = split(/ /); + next if (0 == $parts[7]); + + $val = substr($parts[0], 1); + $val = 'root' if ($val =~ /^$/); + $val =~ s#/#-#g; + + $v{'type_instance'} = $val; + $v{'values'} = [ $parts[5] * ($parts[6] - $parts[7]), $parts[5] * $parts[7] ]; + plugin_dispatch_values(\%v); + } +} + +sub load_read { + my $veid = shift; + my $name = shift; + my ($key, $val, @lines, @parts); + my %v = _build_report_hash($name); + + $v{'plugin'} = 'load'; + delete $v{'plugin_instance'}; + $v{'type'} = 'load'; + delete $v{'type_instance'}; + + @parts = split(/ +/, `$vzctl exec $veid cat /proc/loadavg`); + $v{'values'} = [ $parts[0], $parts[1], $parts[2] ]; + plugin_dispatch_values(\%v); +} + +sub processes_read { + my $veid = shift; + my $name = shift; + my ($key, $val, @lines); + my %v = _build_report_hash($name); + + my $ps_states = { 'paging' => 0, 'blocked' => 0, 'zombies' => 0, 'stopped' => 0, + 'running' => 0, 'sleeping' => 0 }; + my $state_map = { 'R' => 'running', 'S' => 'sleeping', 'D' => 'blocked', + 'Z' => 'zombies', 'T' => 'stopped', 'W' => 'paging' }; + + $v{'plugin'} = 'processes'; + delete $v{'plugin_instance'}; + $v{'type'} = 'ps_state'; + + @lines = map { (split)[2] } split(/\n/, `$vzctl exec $veid cat '/proc/[0-9]*/stat'`); + foreach $key (@lines) { + ++$ps_states->{$state_map->{$key}}; + } + + foreach $key (keys %{$ps_states}) { + $v{'type_instance'} = $key; + $v{'values'} = [ $ps_states->{$key} ]; + plugin_dispatch_values(\%v); + } +} + +sub users_read { + my $veid = shift; + my $name = shift; + my ($key, $val, @lines); + my %v = _build_report_hash($name); + + $v{'plugin'} = 'users'; + delete $v{'plugin_instance'}; + $v{'type'} = 'users'; + delete $v{'type_instance'}; + + @lines = split(/\n/, `$vzctl exec $veid w -h`); + $v{'values'} = [ scalar(@lines) ]; + plugin_dispatch_values(\%v); +} + +sub _build_report_hash { + my $name = shift; + return (time => time(), interval => plugin_get_interval(), host => $name); +} + +sub openvz_read { + my (@veids, $veid, $name); + + @veids = map { s/ //g; $_; } split(/\n/, `$vzlist -Ho veid`); + + foreach $veid (@veids) { + ($name = `$vzlist -Ho name $veid`) =~ s/^\s*(.*?)\s*$/$1/; + ($name = `$vzlist -Ho hostname $veid`) =~ s/^\s*(.*?)\s*$/$1/ if($name =~ /^-$/); + $name = $veid if ($name =~ /^-$/); + + if($enable_interface) { + interface_read($veid, $name); + } + + if($enable_cpu) { + cpu_read($veid, $name); + } + + if($enable_df) { + df_read($veid, $name); + } + + if($enable_load) { + load_read($veid, $name); + } + + if($enable_processes) { + processes_read($veid, $name); + } + + if($enable_users) { + users_read($veid, $name); + } + + return 1; + } +} + +plugin_register(TYPE_READ, 'OpenVZ', 'openvz_read'); + +return 1; diff --git a/bindings/perl/lib/Collectd/Unixsock.pm b/bindings/perl/lib/Collectd/Unixsock.pm new file mode 100644 index 0000000..28dbd57 --- /dev/null +++ b/bindings/perl/lib/Collectd/Unixsock.pm @@ -0,0 +1,678 @@ +# +# collectd - bindings/buildperl/Collectd/Unixsock.pm +# Copyright (C) 2007,2008 Florian octo Forster +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +# DEALINGS IN THE SOFTWARE. +# +# Authors: +# Florian Forster +# + +package Collectd::Unixsock; + +=head1 NAME + +Collectd::Unixsock - Abstraction layer for accessing the functionality by +collectd's unixsock plugin. + +=head1 SYNOPSIS + + use Collectd::Unixsock; + + my $sock = Collectd::Unixsock->new ($path); + + my $value = $sock->getval (%identifier); + $sock->putval (%identifier, + time => time (), + values => [123, 234, 345]); + + $sock->destroy (); + +=head1 DESCRIPTION + +collectd's unixsock plugin allows external programs to access the values it has +collected or received and to submit own values. This Perl-module is simply a +little abstraction layer over this interface to make it even easier for +programmers to interact with the daemon. + +=cut + +use strict; +use warnings; + +use Carp qw(cluck confess carp croak); +use POSIX; +use IO::Socket::UNIX; +use Scalar::Util qw( looks_like_number ); + +our $Debug = 0; + +sub _debug +{ + print @_ if $Debug; +} + +sub _create_socket +{ + my $path = shift; + my $sock = IO::Socket::UNIX->new (Type => SOCK_STREAM, Peer => $path); + if (!$sock) + { + cluck ("Cannot open UNIX-socket $path: $!"); + return; + } + return ($sock); +} # _create_socket + +=head1 VALUE IDENTIFIERS + +The values in the collectd are identified using a five-tuple (host, plugin, +plugin-instance, type, type-instance) where only plugin instance and type +instance may be undef. Many functions expect an I<%identifier> hash that has at +least the members B, B, and B, possibly completed by +B and B. + +Usually you can pass this hash as follows: + + $self->method (host => $host, plugin => $plugin, type => $type, %other_args); + +=cut + +sub _create_identifier +{ + my $args = shift; + my ($host, $plugin, $type); + + if (!$args->{host} || !$args->{plugin} || !$args->{type}) + { + cluck ("Need `host', `plugin' and `type'"); + return; + } + + $host = $args->{host}; + $plugin = $args->{plugin}; + $plugin .= '-' . $args->{plugin_instance} if defined $args->{plugin_instance}; + $type = $args->{type}; + $type .= '-' . $args->{type_instance} if defined $args->{type_instance}; + + return "$host/$plugin/$type"; +} # _create_identifier + +sub _parse_identifier +{ + my $string = shift; + my ($plugin_instance, $type_instance); + + my ($host, $plugin, $type) = split /\//, $string; + + ($plugin, $plugin_instance) = split /-/, $plugin, 2; + ($type, $type_instance) = split /-/, $type, 2; + + my $ident = + { + host => $host, + plugin => $plugin, + type => $type + }; + $ident->{plugin_instance} = $plugin_instance if defined $plugin_instance; + $ident->{type_instance} = $type_instance if defined $type_instance; + + return $ident; +} # _parse_identifier + +sub _escape_argument +{ + my $arg = shift; + + return $arg if $arg =~ /^\w+$/; + + $arg =~ s#\\#\\\\#g; + $arg =~ s#"#\\"#g; + return "\"$arg\""; +} + +# Handle socket errors. +sub _socket_error { + my ($self, $where) = @_; + + # If the peer has reset the connection, try to reconnect, + # otherwise fail. + if ($! == EPIPE) { + _debug "^^ error on $where: $!; reconnecting\n"; + $self->destroy; + $self->{sock} = _create_socket ($self->{path}) or return 1; + return; + } else { + carp ("error on $where: $!; aborting action\n"); + $self->{error} = $!; + return 1; + } +} + +# Send a command on a socket, including any required argument escaping. +# Return a single line of result. +sub _socket_command { + my ($self, $command, $args) = @_; + + my $fh = $self->{sock} or confess ('object has no filehandle'); + + if($args) { + my $identifier = _create_identifier ($args) or return; + $command .= ' ' . _escape_argument ($identifier) . "\n"; + } else { + $command .= "\n"; + } + _debug "-> $command"; + while (not $fh->print($command)) { + return if $self->_socket_error ('print'); + $fh = $self->{sock}; + } + + my $response; + while (not defined ($response = $fh->getline)) { + return if $self->_socket_error ('getline'); + $fh = $self->{sock}; + } + chomp $response; + _debug "<- $response\n"; + return $response; +} + +# Read any remaining results from a socket and pass them to +# a callback for caller-defined mangling. +sub _socket_chat +{ + my ($self, $msg, $callback, $cbdata) = @_; + my ($nresults, $ret); + my $fh = $self->{sock} or confess ('object has no filehandle'); + + ($nresults, $msg) = split / /, $msg, 2; + if ($nresults <= 0) + { + $self->{error} = $msg; + return; + } + + for (1 .. $nresults) + { + my $entry; + while (not defined($entry = $fh->getline)) { + return if $self->_socket_error ('getline'); + $fh = $self->{sock}; + } + chomp $entry; + _debug "<- $entry\n"; + $callback->($entry, $cbdata); + } + return $cbdata; +} + +# Send a raw message on a socket. +# Returns true upon success and false otherwise. +sub _send_message +{ + my ($self, $msg) = @_; + + my $fh = $self->{'sock'} or confess ('object has no filehandle'); + + $msg .= "\n" unless $msg =~/\n$/; + + #1024 is default buffer size at unixsock.c us_handle_client() + warn "Collectd::Unixsock->_send_message(\$msg): message is too long!" if length($msg) > 1024; + + _debug "-> $msg"; + while (not $fh->print($msg)) { + return if $self->_socket_error ('print'); + $fh = $self->{sock}; + } + + while (not defined ($msg = <$fh>)) { + return if $self->_socket_error ('readline'); + $fh = $self->{sock}; + } + chomp ($msg); + _debug "<- $msg\n"; + + my ($status, $error) = split / /, $msg, 2; + return 1 if $status == 0; + + $self->{error} = $error; + return; +} + +=head1 PUBLIC METHODS + +=over 4 + +=item I<$self> = Collectd::Unixsock->B ([I<$path>]); + +Creates a new connection to the daemon. The optional I<$path> argument gives +the path to the UNIX socket of the C and defaults to +F. Returns the newly created object on success and +false on error. + +=cut + +sub new +{ + my $class = shift; + my $path = shift || '/var/run/collectd-unixsock'; + my $sock = _create_socket ($path) or return; + return bless + { + path => $path, + sock => $sock, + error => 'No error' + }, $class; +} # new + +=item I<$res> = I<$self>-EB (I<%identifier>); + +Requests a value-list from the daemon. On success a hash-ref is returned with +the name of each data-source as the key and the according value as, well, the +value. On error false is returned. + +=cut + +sub getval # {{{ +{ + my $self = shift; + my %args = @_; + my $ret = {}; + + my $msg = $self->_socket_command('GETVAL', \%args) or return; + $self->_socket_chat($msg, sub { + local $_ = shift; + my $ret = shift; + /^(\w+)=NaN$/ and $ret->{$1} = undef, return; + /^(\w+)=(.*)$/ and looks_like_number($2) and $ret->{$1} = 0 + $2, return; + }, $ret + ); + return $ret; +} # }}} sub getval + +=item I<$res> = I<$self>-EB (I<%identifier>); + +Requests a threshold from the daemon. On success a hash-ref is returned with +the threshold data. On error false is returned. + +=cut + +sub getthreshold # {{{ +{ + my $self = shift; + my %args = @_; + my $ret = {}; + + my $msg = $self->_socket_command('GETTHRESHOLD', \%args) or return; + $self->_socket_chat($msg, sub { + local $_ = shift; + my $ret = shift; + my ( $key, $val ); + ( $key, $val ) = /^\s*([^:]+):\s*(.*)/ and do { + $key =~ s/\s*$//; + $ret->{$key} = $val; + }; + }, $ret + ); + return $ret; +} # }}} sub getthreshold + +=item I<$self>-EB (I<%identifier>, B