]> arthur.barton.de Git - netdata.git/blob - python.d/Makefile.am
Merge pull request #1545 from l2isbad/haproxy_module
[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     apache.chart.py \
12     apache_cache.chart.py \
13     bind_rndc.chart.py \
14     cpufreq.chart.py \
15     cpuidle.chart.py \
16     dovecot.chart.py \
17     example.chart.py \
18     exim.chart.py \
19     fail2ban.chart.py \
20     freeradius.chart.py \
21     haproxy.chart.py \
22     hddtemp.chart.py \
23     ipfs.chart.py \
24     isc_dhcpd.chart.py \
25     mdstat.chart.py \
26     memcached.chart.py \
27     mysql.chart.py \
28     nginx.chart.py \
29     nginx_log.chart.py \
30     ovpn_status_log.chart.py \
31     phpfpm.chart.py \
32     postfix.chart.py \
33     postgres.chart.py \
34     redis.chart.py \
35     retroshare.chart.py \
36     sensors.chart.py \
37     squid.chart.py \
38     tomcat.chart.py \
39     python-modules-installer.sh \
40     $(NULL)
41
42 dist_python_DATA = \
43     README.md \
44     $(NULL)
45
46 pythonmodulesdir=$(pythondir)/python_modules
47 dist_pythonmodules_DATA = \
48     python_modules/__init__.py \
49     python_modules/base.py \
50     python_modules/msg.py \
51     python_modules/lm_sensors.py \
52     $(NULL)
53
54 pythonyaml2dir=$(pythonmodulesdir)/pyyaml2
55 dist_pythonyaml2_DATA = \
56     python_modules/pyyaml2/__init__.py \
57     python_modules/pyyaml2/composer.py \
58     python_modules/pyyaml2/constructor.py \
59     python_modules/pyyaml2/cyaml.py \
60     python_modules/pyyaml2/dumper.py \
61     python_modules/pyyaml2/emitter.py \
62     python_modules/pyyaml2/error.py \
63     python_modules/pyyaml2/events.py \
64     python_modules/pyyaml2/loader.py \
65     python_modules/pyyaml2/nodes.py \
66     python_modules/pyyaml2/parser.py \
67     python_modules/pyyaml2/reader.py \
68     python_modules/pyyaml2/representer.py \
69     python_modules/pyyaml2/resolver.py \
70     python_modules/pyyaml2/scanner.py \
71     python_modules/pyyaml2/serializer.py \
72     python_modules/pyyaml2/tokens.py \
73     $(NULL)
74
75 pythonyaml3dir=$(pythonmodulesdir)/pyyaml3
76 dist_pythonyaml3_DATA = \
77     python_modules/pyyaml3/__init__.py \
78     python_modules/pyyaml3/composer.py \
79     python_modules/pyyaml3/constructor.py \
80     python_modules/pyyaml3/cyaml.py \
81     python_modules/pyyaml3/dumper.py \
82     python_modules/pyyaml3/emitter.py \
83     python_modules/pyyaml3/error.py \
84     python_modules/pyyaml3/events.py \
85     python_modules/pyyaml3/loader.py \
86     python_modules/pyyaml3/nodes.py \
87     python_modules/pyyaml3/parser.py \
88     python_modules/pyyaml3/reader.py \
89     python_modules/pyyaml3/representer.py \
90     python_modules/pyyaml3/resolver.py \
91     python_modules/pyyaml3/scanner.py \
92     python_modules/pyyaml3/serializer.py \
93     python_modules/pyyaml3/tokens.py \
94     $(NULL)