* src/RelLib.py: Remove file (replaced by the package dir).
* src/RelLib: Add directory.
* src/RelLib/__init__.py, src/RelLib/_helper.py,
src/RelLib/_secondary.py, src/RelLib/Researcher.py,
src/RelLib/GenderStats.py, src/RelLib/Person.py,
src/RelLib/Family.py, src/RelLib/Event.py, src/RelLib/Place.py,
src/RelLib/Source.py, src/RelLib/MediaObject.py,
src/RelLib/Repository.py, src/RelLib/Makefile.am,
src/RelLib/.cvsignore: Add to CVS.
* src/configure.in: Create Makefile in src/RelLib.
svn: r5587
2005-12-20 08:08:07 +05:30
|
|
|
# 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 = \
|
2005-12-21 02:18:18 +05:30
|
|
|
_AddressBase.py\
|
|
|
|
_Address.py\
|
|
|
|
_AttributeBase.py\
|
|
|
|
_Attribute.py\
|
|
|
|
_BaseObject.py\
|
2006-03-02 23:36:21 +05:30
|
|
|
_CalSdn.py \
|
|
|
|
_Date.py \
|
2005-12-21 02:18:18 +05:30
|
|
|
_DateBase.py\
|
|
|
|
_Event.py\
|
2006-04-19 10:11:07 +05:30
|
|
|
_EventType.py\
|
2005-12-21 02:18:18 +05:30
|
|
|
_EventRef.py\
|
|
|
|
_Family.py\
|
|
|
|
_GenderStats.py\
|
2006-04-14 10:06:25 +05:30
|
|
|
_GrampsType.py\
|
* src/RelLib.py: Remove file (replaced by the package dir).
* src/RelLib: Add directory.
* src/RelLib/__init__.py, src/RelLib/_helper.py,
src/RelLib/_secondary.py, src/RelLib/Researcher.py,
src/RelLib/GenderStats.py, src/RelLib/Person.py,
src/RelLib/Family.py, src/RelLib/Event.py, src/RelLib/Place.py,
src/RelLib/Source.py, src/RelLib/MediaObject.py,
src/RelLib/Repository.py, src/RelLib/Makefile.am,
src/RelLib/.cvsignore: Add to CVS.
* src/configure.in: Create Makefile in src/RelLib.
svn: r5587
2005-12-20 08:08:07 +05:30
|
|
|
__init__.py\
|
2006-04-04 23:37:23 +05:30
|
|
|
_LdsOrdBase.py\
|
2005-12-21 02:18:18 +05:30
|
|
|
_LdsOrd.py\
|
|
|
|
_LocationBase.py\
|
|
|
|
_Location.py\
|
|
|
|
_MediaBase.py\
|
|
|
|
_MediaObject.py\
|
|
|
|
_MediaRef.py\
|
|
|
|
_Name.py\
|
2006-04-14 10:06:25 +05:30
|
|
|
_NameType.py\
|
2005-12-21 02:18:18 +05:30
|
|
|
_NoteBase.py\
|
|
|
|
_Note.py\
|
|
|
|
_Person.py\
|
2006-04-12 12:27:14 +05:30
|
|
|
_PersonRef.py\
|
2005-12-21 02:18:18 +05:30
|
|
|
_PlaceBase.py\
|
|
|
|
_Place.py\
|
|
|
|
_PrimaryObject.py\
|
|
|
|
_PrivacyBase.py\
|
|
|
|
_PrivateSourceNote.py\
|
|
|
|
_RepoRef.py\
|
|
|
|
_Repository.py\
|
2006-04-20 09:04:07 +05:30
|
|
|
_RepositoryType.py\
|
2005-12-21 02:18:18 +05:30
|
|
|
_Researcher.py\
|
|
|
|
_SourceNote.py\
|
|
|
|
_Source.py\
|
|
|
|
_SourceRef.py\
|
|
|
|
_UrlBase.py\
|
2006-04-20 08:53:12 +05:30
|
|
|
_UrlType.py\
|
2005-12-21 02:18:18 +05:30
|
|
|
_Url.py\
|
2006-04-13 08:45:22 +05:30
|
|
|
_Witness.py\
|
|
|
|
_SourceBase.py\
|
|
|
|
_RefBase.py\
|
2006-04-14 10:06:25 +05:30
|
|
|
_ChildRef.py\
|
2006-04-21 23:45:23 +05:30
|
|
|
_AttributeType.py\
|
2006-04-19 23:57:51 +05:30
|
|
|
_ChildRefType.py\
|
2006-04-20 06:14:44 +05:30
|
|
|
_FamilyRelType.py\
|
|
|
|
_SourceMediaType.py\
|
|
|
|
_MarkerType.py\
|
|
|
|
_EventRoleType.py
|
* src/RelLib.py: Remove file (replaced by the package dir).
* src/RelLib: Add directory.
* src/RelLib/__init__.py, src/RelLib/_helper.py,
src/RelLib/_secondary.py, src/RelLib/Researcher.py,
src/RelLib/GenderStats.py, src/RelLib/Person.py,
src/RelLib/Family.py, src/RelLib/Event.py, src/RelLib/Place.py,
src/RelLib/Source.py, src/RelLib/MediaObject.py,
src/RelLib/Repository.py, src/RelLib/Makefile.am,
src/RelLib/.cvsignore: Add to CVS.
* src/configure.in: Create Makefile in src/RelLib.
svn: r5587
2005-12-20 08:08:07 +05:30
|
|
|
|
|
|
|
pkgpyexecdir = @pkgpyexecdir@/RelLib
|
|
|
|
pkgpythondir = @pkgpythondir@/RelLib
|
|
|
|
|
2006-04-10 06:32:50 +05:30
|
|
|
# Clean up all the byte-compiled files
|
|
|
|
MOSTLYCLEANFILES = *pyc *pyo
|
|
|
|
|
* src/RelLib.py: Remove file (replaced by the package dir).
* src/RelLib: Add directory.
* src/RelLib/__init__.py, src/RelLib/_helper.py,
src/RelLib/_secondary.py, src/RelLib/Researcher.py,
src/RelLib/GenderStats.py, src/RelLib/Person.py,
src/RelLib/Family.py, src/RelLib/Event.py, src/RelLib/Place.py,
src/RelLib/Source.py, src/RelLib/MediaObject.py,
src/RelLib/Repository.py, src/RelLib/Makefile.am,
src/RelLib/.cvsignore: Add to CVS.
* src/configure.in: Create Makefile in src/RelLib.
svn: r5587
2005-12-20 08:08:07 +05:30
|
|
|
GRAMPS_PY_MODPATH = "../"
|
|
|
|
|
|
|
|
pycheck:
|
|
|
|
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
|
|
|
pychecker $(pkgdata_PYTHON));
|