gramps/src/Filters/Makefile.am

29 lines
561 B
Makefile
Raw Normal View History

# This is the src/Filters level Makefile for Gramps
2006-05-03 06:38:53 +05:30
SUBDIRS = Rules
pkgdatadir = $(datadir)/@PACKAGE@/Filters
pkgdata_PYTHON = \
_FilterComboBox.py \
_FilterList.py \
_FilterMenu.py \
_FilterParser.py \
_FilterStore.py \
_FilterWidget.py \
_GenericFilter.py \
_ParamFilter.py \
__init__.py
pkgpyexecdir = @pkgpyexecdir@/Filters
pkgpythondir = @pkgpythondir@/Filters
# Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo
GRAMPS_PY_MODPATH = "../"
pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON));