]> arthur.barton.de Git - netdata.git/blobdiff - python.d/Makefile.am
add memcached support
[netdata.git] / python.d / Makefile.am
index 1a43fe07e2465695eacfa8cbd0e0d3e3ca2b374f..51ebad096cbc181bcd5837edfd69452fdee0549b 100644 (file)
@@ -1,8 +1,29 @@
 MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
+CLEANFILES = \
+       python-modules-installer.sh \
+       $(NULL)
+
+include $(top_srcdir)/build/subst.inc
+
+SUFFIXES = .in
 
 dist_python_SCRIPTS = \
+       apache.chart.py \
+       apache_cache.chart.py \
+       cpufreq.chart.py \
        example.chart.py \
+       exim.chart.py \
+       hddtemp.chart.py \
+       memcached.chart.py \
        mysql.chart.py \
+       nginx.chart.py \
+       phpfpm.chart.py \
+       postfix.chart.py \
+       redis.chart.py \
+       sensors.chart.py \
+       squid.chart.py \
+       tomcat.chart.py \
+       python-modules-installer.sh \
        $(NULL)
 
 dist_python_DATA = \
@@ -11,33 +32,50 @@ dist_python_DATA = \
 
 pythonmodulesdir=$(pythondir)/python_modules
 dist_pythonmodules_DATA = \
-       python_modules/__init__.py
+       python_modules/__init__.py \
+       python_modules/base.py \
+       python_modules/msg.py \
+       python_modules/lm_sensors.py \
        $(NULL)
 
+pythonyaml2dir=$(pythonmodulesdir)/pyyaml2
+dist_pythonyaml2_DATA = \
+    python_modules/pyyaml2/__init__.py \
+    python_modules/pyyaml2/composer.py \
+    python_modules/pyyaml2/constructor.py \
+    python_modules/pyyaml2/cyaml.py \
+    python_modules/pyyaml2/dumper.py \
+    python_modules/pyyaml2/emitter.py \
+    python_modules/pyyaml2/error.py \
+    python_modules/pyyaml2/events.py \
+    python_modules/pyyaml2/loader.py \
+    python_modules/pyyaml2/nodes.py \
+    python_modules/pyyaml2/parser.py \
+    python_modules/pyyaml2/reader.py \
+    python_modules/pyyaml2/representer.py \
+    python_modules/pyyaml2/resolver.py \
+    python_modules/pyyaml2/scanner.py \
+    python_modules/pyyaml2/serializer.py \
+    python_modules/pyyaml2/tokens.py \
+    $(NULL)
 
-pythonmodulespymysqldir=$(pythondir)/python_modules/pymysql
-dist_pythonmodulespymysql_DATA = \
-       python_modules/pymysql/charset.py \
-       python_modules/pymysql/_compat.py \
-       python_modules/pymysql/connections.py \
-       python_modules/pymysql/converters.py \
-       python_modules/pymysql/cursors.py \
-       python_modules/pymysql/err.py \
-       python_modules/pymysql/__init__.py \
-       python_modules/pymysql/optionfile.py \
-       python_modules/pymysql/_socketio.py \
-       python_modules/pymysql/times.py \
-       python_modules/pymysql/util.py \
-       $(NULL)
-
-pythonmodulespymysqlconstantsdir=$(pythondir)/python_modules/pymysql/constants
-dist_pythonmodulespymysqlconstants_DATA = \
-       python_modules/pymysql/constants/CLIENT.py \
-       python_modules/pymysql/constants/COMMAND.py \
-       python_modules/pymysql/constants/CR.py \
-       python_modules/pymysql/constants/ER.py \
-       python_modules/pymysql/constants/FIELD_TYPE.py \
-       python_modules/pymysql/constants/FLAG.py \
-       python_modules/pymysql/constants/__init__.py \
-       python_modules/pymysql/constants/SERVER_STATUS.py \
-       $(NULL)
+pythonyaml3dir=$(pythonmodulesdir)/pyyaml3
+dist_pythonyaml3_DATA = \
+    python_modules/pyyaml3/__init__.py \
+    python_modules/pyyaml3/composer.py \
+    python_modules/pyyaml3/constructor.py \
+    python_modules/pyyaml3/cyaml.py \
+    python_modules/pyyaml3/dumper.py \
+    python_modules/pyyaml3/emitter.py \
+    python_modules/pyyaml3/error.py \
+    python_modules/pyyaml3/events.py \
+    python_modules/pyyaml3/loader.py \
+    python_modules/pyyaml3/nodes.py \
+    python_modules/pyyaml3/parser.py \
+    python_modules/pyyaml3/reader.py \
+    python_modules/pyyaml3/representer.py \
+    python_modules/pyyaml3/resolver.py \
+    python_modules/pyyaml3/scanner.py \
+    python_modules/pyyaml3/serializer.py \
+    python_modules/pyyaml3/tokens.py \
+    $(NULL)
\ No newline at end of file