2006-05-03 06:32:54 +05:30
|
|
|
# This is the src/Filters level Makefile for Gramps
|
|
|
|
|
2006-08-05 10:23:21 +05:30
|
|
|
SUBDIRS = Rules SideBar
|
2006-05-03 06:38:53 +05:30
|
|
|
|
2006-05-03 06:32:54 +05:30
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@/Filters
|
|
|
|
|
|
|
|
pkgdata_PYTHON = \
|
|
|
|
_FilterComboBox.py \
|
|
|
|
_FilterList.py \
|
|
|
|
_FilterMenu.py \
|
|
|
|
_FilterParser.py \
|
|
|
|
_FilterStore.py \
|
|
|
|
_GenericFilter.py \
|
|
|
|
_ParamFilter.py \
|
2006-05-12 20:35:47 +05:30
|
|
|
__init__.py \
|
|
|
|
_SearchBar.py \
|
2006-08-05 10:11:56 +05:30
|
|
|
_SearchFilter.py
|
2006-05-03 06:32:54 +05:30
|
|
|
|
|
|
|
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));
|