2007-05-25 03:50:01 +00:00
|
|
|
# This is the src/Report level Makefile for Gramps
|
|
|
|
|
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@/Simple
|
|
|
|
|
|
|
|
pkgdata_PYTHON = \
|
|
|
|
_SimpleDoc.py\
|
|
|
|
_SimpleAccess.py\
|
2007-12-25 12:23:31 +00:00
|
|
|
_SimpleTable.py\
|
2007-05-25 03:50:01 +00:00
|
|
|
__init__.py
|
|
|
|
|
|
|
|
pkgpyexecdir = @pkgpyexecdir@/Simple
|
|
|
|
pkgpythondir = @pkgpythondir@/Simple
|
|
|
|
|
|
|
|
# Clean up all the byte-compiled files
|
|
|
|
MOSTLYCLEANFILES = *pyc *pyo
|
|
|
|
|
|
|
|
GRAMPS_PY_MODPATH = "../"
|
|
|
|
|
|
|
|
pycheck:
|
|
|
|
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
|
|
|
pychecker $(pkgdata_PYTHON));
|