Makefile.am 304 B

123456789101112
  1. # .py is generated in the builddir by the configure script so that test
  2. # scripts can refer to it when a separate builddir is used.
  3. python_PYTHON = __init__.py
  4. pythondir = $(pyexecdir)/isc/log_messages/
  5. CLEANFILES = __init__.pyc __init__.pyo
  6. CLEANDIRS = __pycache__
  7. clean-local:
  8. rm -rf $(CLEANDIRS)