MAINTAINERCLEANFILES= $(srcdir)/Makefile.in dist_python_SCRIPTS = \ example.chart.py \ mysql.chart.py \ $(NULL) dist_python_DATA = \ README.md \ $(NULL) pythonmodulesdir=$(pythondir)/python_modules dist_pythonmodules_DATA = \ python_modules/__init__.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)