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