gramps/src/RelLib/Makefile.am

56 lines
1.0 KiB
Makefile
Raw Normal View History

# This is the src/RelLib level Makefile for Gramps
# We could use GNU make's ':=' syntax for nice wildcard use,
# but that is not necessarily portable.
# If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/RelLib
pkgdata_PYTHON = \
_AddressBase.py\
_Address.py\
_AttributeBase.py\
_Attribute.py\
_BaseObject.py\
2006-03-02 23:36:21 +05:30
_CalSdn.py \
_Date.py \
_DateBase.py\
_Event.py\
_EventRef.py\
_Family.py\
_GenderStats.py\
__init__.py\
2006-04-04 23:37:23 +05:30
_LdsOrdBase.py\
_LdsOrd.py\
_LocationBase.py\
_Location.py\
_MediaBase.py\
_MediaObject.py\
_MediaRef.py\
_Name.py\
_NoteBase.py\
_Note.py\
_Person.py\
_PlaceBase.py\
_Place.py\
_PrimaryObject.py\
_PrivacyBase.py\
_PrivateSourceNote.py\
_RepoRef.py\
_Repository.py\
_Researcher.py\
_SourceNote.py\
_Source.py\
_SourceRef.py\
_UrlBase.py\
_Url.py\
2005-12-22 05:02:27 +05:30
_Witness.py
pkgpyexecdir = @pkgpyexecdir@/RelLib
pkgpythondir = @pkgpythondir@/RelLib
GRAMPS_PY_MODPATH = "../"
pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON));