summaryrefslogtreecommitdiff
path: root/qt-recordmydesktop/m4/python.mk
blob: 244df221521b0f8c59cad5001266691e15f8e317 (plain)
1
2
3
4
5
6
7
8
9
10
11
py_compile = $(top_srcdir)/m4/py-compile-destdir --destdir $(DESTDIR)

#if HAVE_PYCHECKER
#check-local: $(PYCHECKER_FILES)
#	if test ! -z "$(PYCHECKER_FILES)"; \
#	then \
#		PYTHONPATH=$(top_srcdir):$(top_builddir) \
#		pychecker -Q -F $(top_srcdir)/misc/pycheckerrc \
#			$(PYCHECKER_FILES); \
#	fi
#endif
© All Rights Reserved