gramps/src/Makefile.am

86 lines
1.5 KiB
Makefile
Raw Normal View History

2006-03-17 01:22:33 +00:00
# This is the src level Makefile for Gramps
# $Id$
SUBDIRS = \
cli \
data \
DateHandler \
docgen \
Filters \
gen \
glade \
2007-02-03 20:08:41 +00:00
GrampsLocale \
GrampsLogger \
gui \
images \
Merge \
mapstraction \
PluginUtils \
plugins \
ReportBase \
Simple
2002-10-20 14:25:16 +00:00
gdirdir=$(prefix)/share/gramps
gdir_PYTHON = \
2006-03-02 18:06:21 +00:00
Assistant.py\
2003-03-07 02:21:18 +00:00
AutoComp.py\
Bookmarks.py\
config.py\
2006-03-02 21:28:27 +00:00
const.py\
constfunc.py\
2003-03-07 02:21:18 +00:00
DateEdit.py\
2006-03-02 18:06:21 +00:00
Date.py\
DbState.py\
DdTargets.py\
2006-03-02 18:06:21 +00:00
DisplayState.py\
2003-03-07 02:21:18 +00:00
Errors.py\
ExportAssistant.py\
ExportOptions.py\
2009-07-15 14:03:31 +00:00
glade.py\
GrampsAboutDialog.py\
2005-12-06 06:38:09 +00:00
GrampsDisplay.py\
2003-03-07 02:21:18 +00:00
gramps.py\
ImgManip.py\
LdsUtils.py \
2003-03-07 02:21:18 +00:00
ListModel.py\
Lru.py\
2006-04-01 04:07:28 +00:00
ManagedWindow.py\
2003-03-07 02:21:18 +00:00
QuestionDialog.py\
QuickReports.py\
2006-03-02 18:06:21 +00:00
RecentFiles.py\
Relationship.py\
Reorder.py\
ScratchPad.py\
Sort.py\
2003-03-07 02:21:18 +00:00
soundex.py\
2006-03-02 18:06:21 +00:00
Spell.py\
2003-03-07 02:21:18 +00:00
SubstKeywords.py\
TipOfDay.py\
ThumbNails.py\
2006-03-02 18:06:21 +00:00
ToolTips.py\
TransUtils.py\
TreeTips.py\
2003-03-07 02:21:18 +00:00
Utils.py\
UndoHistory.py\
PlaceUtils.py
2002-10-20 14:25:16 +00:00
# Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo
# Which modules to document
docmodules = RelLib DateHandler GrampsDb Simple BaseDoc #Filters ReportBase GrampsDbUtils
pycheck:
for d in $(SUBDIRS) ; do \
(cd $$d; make pycheck); \
done;
pychecker $(gdir_PYTHON)
2002-10-20 14:25:16 +00:00
docs:
epydoc -v -o html --html --exclude gtk --no-private --show-imports --url=http://gramps-project.org --graph=umlclasstree $(docmodules)
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