]> arthur.barton.de Git - netdata.git/blob - python.d/Makefile.am
ab-debian 0.20170327.01-0ab1, upstream v1.6.0-42-gaa6b96fc
[netdata.git] / python.d / Makefile.am
1 MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
2 CLEANFILES = \
3     python-modules-installer.sh \
4     $(NULL)
5
6 include $(top_srcdir)/build/subst.inc
7
8 SUFFIXES = .in
9
10 dist_python_SCRIPTS = \
11     python-modules-installer.sh \
12     $(NULL)
13
14 dist_python_DATA = \
15     README.md \
16     apache.chart.py \
17     apache_cache.chart.py \
18     bind_rndc.chart.py \
19     cpufreq.chart.py \
20     cpuidle.chart.py \
21     dns_query_time.chart.py \
22     dovecot.chart.py \
23     elasticsearch.chart.py \
24     example.chart.py \
25     exim.chart.py \
26     fail2ban.chart.py \
27     freeradius.chart.py \
28     haproxy.chart.py \
29     hddtemp.chart.py \
30     ipfs.chart.py \
31     isc_dhcpd.chart.py \
32     mdstat.chart.py \
33     memcached.chart.py \
34     mongodb.chart.py \
35     mysql.chart.py \
36     nginx.chart.py \
37     nsd.chart.py \
38     ovpn_status_log.chart.py \
39     phpfpm.chart.py \
40     postfix.chart.py \
41     postgres.chart.py \
42     redis.chart.py \
43     retroshare.chart.py \
44     sensors.chart.py \
45     squid.chart.py \
46     smartd_log.chart.py \
47     tomcat.chart.py \
48     varnish.chart.py \
49     web_log.chart.py \
50     $(NULL)
51
52 pythonmodulesdir=$(pythondir)/python_modules
53 dist_pythonmodules_DATA = \
54     python_modules/__init__.py \
55     python_modules/base.py \
56     python_modules/msg.py \
57     python_modules/lm_sensors.py \
58     $(NULL)
59
60 pythonyaml2dir=$(pythonmodulesdir)/pyyaml2
61 dist_pythonyaml2_DATA = \
62     python_modules/pyyaml2/__init__.py \
63     python_modules/pyyaml2/composer.py \
64     python_modules/pyyaml2/constructor.py \
65     python_modules/pyyaml2/cyaml.py \
66     python_modules/pyyaml2/dumper.py \
67     python_modules/pyyaml2/emitter.py \
68     python_modules/pyyaml2/error.py \
69     python_modules/pyyaml2/events.py \
70     python_modules/pyyaml2/loader.py \
71     python_modules/pyyaml2/nodes.py \
72     python_modules/pyyaml2/parser.py \
73     python_modules/pyyaml2/reader.py \
74     python_modules/pyyaml2/representer.py \
75     python_modules/pyyaml2/resolver.py \
76     python_modules/pyyaml2/scanner.py \
77     python_modules/pyyaml2/serializer.py \
78     python_modules/pyyaml2/tokens.py \
79     $(NULL)
80
81 pythonyaml3dir=$(pythonmodulesdir)/pyyaml3
82 dist_pythonyaml3_DATA = \
83     python_modules/pyyaml3/__init__.py \
84     python_modules/pyyaml3/composer.py \
85     python_modules/pyyaml3/constructor.py \
86     python_modules/pyyaml3/cyaml.py \
87     python_modules/pyyaml3/dumper.py \
88     python_modules/pyyaml3/emitter.py \
89     python_modules/pyyaml3/error.py \
90     python_modules/pyyaml3/events.py \
91     python_modules/pyyaml3/loader.py \
92     python_modules/pyyaml3/nodes.py \
93     python_modules/pyyaml3/parser.py \
94     python_modules/pyyaml3/reader.py \
95     python_modules/pyyaml3/representer.py \
96     python_modules/pyyaml3/resolver.py \
97     python_modules/pyyaml3/scanner.py \
98     python_modules/pyyaml3/serializer.py \
99     python_modules/pyyaml3/tokens.py \
100     $(NULL)