gramps/gramps2/src/calendars/Makefile.am

19 lines
453 B
Makefile
Raw Normal View History

# This is the src/calendars level Makefile for Gramps
2003-01-09 10:09:42 +05:30
# Use GNU make's ':=' syntax for nice wildcard use.
# If not using GNU make, then list all .py files individually
2003-03-07 07:51:18 +05:30
pkgpython_PYTHON = \
Islamic.py \
Persian.py
2003-01-09 10:09:42 +05:30
pkgpyexecdir = @pkgpyexecdir@/plugins
pkgpythondir = @pkgpythondir@/plugins
pkgdatadir = $(datadir)/@PACKAGE@/calendars
GRAMPS_PY_MODPATH = "../"
pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgpython_PYTHON));