gramps/src/Makefile.am

82 lines
1.4 KiB
Makefile
Raw Normal View History

2006-03-17 06:52:33 +05:30
# This is the src level Makefile for Gramps
# $Id$
SUBDIRS = \
cli \
data \
DateHandler \
docgen \
Filters \
gen \
glade \
2007-02-04 01:38:41 +05:30
GrampsLocale \
GrampsLogger \
gui \
images \
Merge \
plugins \
Simple
2002-10-20 19:55:16 +05:30
gdirdir=$(prefix)/share/gramps
gdir_PYTHON = \
2006-03-02 23:36:21 +05:30
Assistant.py\
2003-03-07 07:51:18 +05:30
AutoComp.py\
Bookmarks.py\
config.py\
2006-03-03 02:58:27 +05:30
const.py\
constfunc.py\
2003-03-07 07:51:18 +05:30
DateEdit.py\
2006-03-02 23:36:21 +05:30
Date.py\
DbState.py\
DdTargets.py\
2006-03-02 23:36:21 +05:30
DisplayState.py\
2003-03-07 07:51:18 +05:30
Errors.py\
ExportAssistant.py\
ExportOptions.py\
2009-07-15 19:33:31 +05:30
glade.py\
GrampsAboutDialog.py\
2005-12-06 12:08:09 +05:30
GrampsDisplay.py\
2003-03-07 07:51:18 +05:30
gramps.py\
ImgManip.py\
LdsUtils.py \
2003-03-07 07:51:18 +05:30
ListModel.py\
Lru.py\
2006-04-01 09:37:28 +05:30
ManagedWindow.py\
2003-03-07 07:51:18 +05:30
QuestionDialog.py\
QuickReports.py\
2006-03-02 23:36:21 +05:30
RecentFiles.py\
Relationship.py\
Reorder.py\
ScratchPad.py\
Sort.py\
2003-03-07 07:51:18 +05:30
soundex.py\
2006-03-02 23:36:21 +05:30
Spell.py\
TipOfDay.py\
ThumbNails.py\
2006-03-02 23:36:21 +05:30
ToolTips.py\
TransUtils.py\
TreeTips.py\
2003-03-07 07:51:18 +05:30
Utils.py\
UndoHistory.py\
PlaceUtils.py
2002-10-20 19:55:16 +05:30
# 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 19:55:16 +05:30
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 12:08:09 +05:30
cmdplug:
./build_cmdplug