2006-05-03 01:02:54 +00:00
|
|
|
# This is the src/Filters level Makefile for Gramps
|
|
|
|
|
2006-08-05 04:53:21 +00:00
|
|
|
SUBDIRS = Rules SideBar
|
2006-05-03 01:08:53 +00:00
|
|
|
|
2006-05-03 01:02:54 +00:00
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@/Filters
|
|
|
|
|
|
|
|
pkgdata_PYTHON = \
|
|
|
|
_FilterComboBox.py \
|
|
|
|
_FilterList.py \
|
|
|
|
_FilterMenu.py \
|
|
|
|
_FilterParser.py \
|
|
|
|
_FilterStore.py \
|
|
|
|
_GenericFilter.py \
|
|
|
|
_ParamFilter.py \
|
2006-05-12 15:05:47 +00:00
|
|
|
__init__.py \
|
|
|
|
_SearchBar.py \
|
2006-08-05 04:41:56 +00:00
|
|
|
_SearchFilter.py
|
2006-05-03 01:02:54 +00:00
|
|
|
|
|
|
|
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));
|