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