2006-03-17 06:52:33 +05:30
|
|
|
# This is the src level Makefile for Gramps
|
2005-02-02 19:32:13 +05:30
|
|
|
# $Id$
|
2005-08-18 11:28:28 +05:30
|
|
|
|
2006-03-04 10:54:16 +05:30
|
|
|
SUBDIRS = \
|
2009-06-19 03:26:37 +05:30
|
|
|
cli \
|
2008-12-08 16:34:54 +05:30
|
|
|
data \
|
|
|
|
DateHandler \
|
|
|
|
docgen \
|
2006-05-03 06:32:54 +05:30
|
|
|
Filters \
|
2007-10-03 22:44:26 +05:30
|
|
|
gen \
|
2008-12-08 16:34:54 +05:30
|
|
|
glade \
|
2007-02-04 01:38:41 +05:30
|
|
|
GrampsLocale \
|
2006-03-04 10:54:16 +05:30
|
|
|
GrampsLogger \
|
2009-06-19 03:26:37 +05:30
|
|
|
gui \
|
2008-12-08 16:34:54 +05:30
|
|
|
images \
|
|
|
|
Merge \
|
2008-05-09 01:19:50 +05:30
|
|
|
plugins \
|
2009-12-14 13:15:14 +05:30
|
|
|
Simple
|
2002-10-20 19:55:16 +05:30
|
|
|
|
2004-10-07 00:46:26 +05:30
|
|
|
gdirdir=$(prefix)/share/gramps
|
2004-05-27 09:59:43 +05:30
|
|
|
|
|
|
|
gdir_PYTHON = \
|
2006-03-02 23:36:21 +05:30
|
|
|
Assistant.py\
|
2003-03-07 07:51:18 +05:30
|
|
|
AutoComp.py\
|
|
|
|
Bookmarks.py\
|
2010-02-01 12:31:45 +05:30
|
|
|
config.py\
|
2006-03-03 02:58:27 +05:30
|
|
|
const.py\
|
2010-04-15 07:29:10 +05:30
|
|
|
constfunc.py\
|
2003-03-07 07:51:18 +05:30
|
|
|
DateEdit.py\
|
2006-03-02 23:36:21 +05:30
|
|
|
Date.py\
|
2007-02-04 06:48:17 +05:30
|
|
|
DbState.py\
|
2005-03-24 19:14:54 +05:30
|
|
|
DdTargets.py\
|
2006-03-02 23:36:21 +05:30
|
|
|
DisplayState.py\
|
2003-03-07 07:51:18 +05:30
|
|
|
Errors.py\
|
2007-08-19 02:43:30 +05:30
|
|
|
ExportAssistant.py\
|
2007-08-25 10:33:23 +05:30
|
|
|
ExportOptions.py\
|
2009-07-15 19:33:31 +05:30
|
|
|
glade.py\
|
2008-04-07 02:05:38 +05:30
|
|
|
GrampsAboutDialog.py\
|
2005-12-06 12:08:09 +05:30
|
|
|
GrampsDisplay.py\
|
2003-03-07 07:51:18 +05:30
|
|
|
gramps.py\
|
|
|
|
ImgManip.py\
|
2006-05-24 10:58:33 +05:30
|
|
|
LdsUtils.py \
|
2003-03-07 07:51:18 +05:30
|
|
|
ListModel.py\
|
2006-10-30 18:16:25 +05:30
|
|
|
Lru.py\
|
2006-04-01 09:37:28 +05:30
|
|
|
ManagedWindow.py\
|
2003-03-07 07:51:18 +05:30
|
|
|
QuestionDialog.py\
|
2007-08-30 01:07:58 +05:30
|
|
|
QuickReports.py\
|
2006-03-02 23:36:21 +05:30
|
|
|
RecentFiles.py\
|
2003-03-23 01:56:44 +05:30
|
|
|
Relationship.py\
|
2006-10-31 23:06:38 +05:30
|
|
|
Reorder.py\
|
2005-08-17 22:08:19 +05:30
|
|
|
ScratchPad.py\
|
2004-05-07 07:50:39 +05:30
|
|
|
Sort.py\
|
2003-03-07 07:51:18 +05:30
|
|
|
soundex.py\
|
2006-03-02 23:36:21 +05:30
|
|
|
Spell.py\
|
2004-05-27 09:59:43 +05:30
|
|
|
TipOfDay.py\
|
2007-09-11 09:21:35 +05:30
|
|
|
ThumbNails.py\
|
2006-03-02 23:36:21 +05:30
|
|
|
ToolTips.py\
|
|
|
|
TransUtils.py\
|
2005-03-15 19:18:18 +05:30
|
|
|
TreeTips.py\
|
2003-03-07 07:51:18 +05:30
|
|
|
Utils.py\
|
2006-05-11 10:41:47 +05:30
|
|
|
UndoHistory.py\
|
2010-01-10 14:22:58 +05:30
|
|
|
PlaceUtils.py
|
2002-10-20 19:55:16 +05:30
|
|
|
|
2006-04-10 06:32:50 +05:30
|
|
|
# Clean up all the byte-compiled files
|
|
|
|
MOSTLYCLEANFILES = *pyc *pyo
|
|
|
|
|
|
|
|
# Which modules to document
|
2007-06-12 09:59:15 +05:30
|
|
|
docmodules = RelLib DateHandler GrampsDb Simple BaseDoc #Filters ReportBase GrampsDbUtils
|
2006-04-10 06:32:50 +05:30
|
|
|
|
2003-05-21 06:00:02 +05:30
|
|
|
pycheck:
|
|
|
|
for d in $(SUBDIRS) ; do \
|
|
|
|
(cd $$d; make pycheck); \
|
|
|
|
done;
|
2004-05-27 09:59:43 +05:30
|
|
|
pychecker $(gdir_PYTHON)
|
2002-10-20 19:55:16 +05:30
|
|
|
|
2004-10-13 09:21:27 +05:30
|
|
|
docs:
|
2007-06-04 08:19:31 +05:30
|
|
|
epydoc -v -o html --html --exclude gtk --no-private --show-imports --url=http://gramps-project.org --graph=umlclasstree $(docmodules)
|
2007-06-17 04:47:29 +05:30
|
|
|
epydoc -v -o pdf --pdf --exclude gtk --no-private --show-imports --url=http://gramps-project.org --graph=umlclasstree $(docmodules)
|
2005-12-06 12:08:09 +05:30
|
|
|
|
|
|
|
cmdplug:
|
|
|
|
./build_cmdplug
|