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