gramps/src/Makefile.am

99 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 = \
2006-03-04 15:37:04 +00:00
Config \
DataViews \
Editors \
Filters \
FilterEditor \
GrampsDb \
Merge \
2006-05-05 05:36:47 +00:00
DisplayTabs \
DisplayModels \
GrampsLogger \
Mime \
2006-03-04 06:34:48 +00:00
Models \
2006-03-04 15:37:04 +00:00
ObjectSelector \
Selectors \
2006-03-04 15:37:04 +00:00
RelLib \
TreeViews \
data \
2006-03-08 01:09:17 +00:00
DateHandler \
PluginUtils \
ReportBase \
2006-03-04 23:25:22 +00:00
glade \
2006-03-04 15:37:04 +00:00
docgen \
images \
plugins
2002-10-20 14:25:16 +00:00
gdirdir=$(prefix)/share/gramps
gdir_PYTHON = \
2003-03-07 02:21:18 +00:00
AddMedia.py\
ansel_utf8.py\
2006-03-02 18:06:21 +00:00
ArgHandler.py\
Assistant.py\
2003-03-07 02:21:18 +00:00
AutoComp.py\
2003-09-03 14:17:53 +00:00
BaseDoc.py\
2003-03-07 02:21:18 +00:00
Bookmarks.py\
ColumnOrder.py\
2006-03-02 21:28:27 +00:00
const.py\
2003-03-07 02:21:18 +00:00
DateEdit.py\
2006-03-02 18:06:21 +00:00
Date.py\
DbLoader.py\
DdTargets.py\
2006-03-02 18:06:21 +00:00
DisplayState.py\
2003-03-07 02:21:18 +00:00
Errors.py\
2006-03-02 18:06:21 +00:00
Exporter.py\
2003-03-07 02:21:18 +00:00
FontScale.py\
GrampsCfg.py\
2005-12-06 06:38:09 +00:00
GrampsDisplay.py\
2006-03-02 18:06:21 +00:00
GrampsLocale.py\
2003-03-07 02:21:18 +00:00
gramps_main.py\
gramps.py\
2006-03-02 18:06:21 +00:00
GrampsWidgets.py\
2003-03-07 02:21:18 +00:00
ImgManip.py\
LdsUtils.py \
2003-03-07 02:21:18 +00:00
ListModel.py\
2006-04-01 04:07:28 +00:00
ManagedWindow.py\
2005-01-01 04:27:15 +00:00
NameDisplay.py\
2006-03-02 18:06:21 +00:00
Navigation.py\
2006-03-05 18:28:53 +00:00
PageView.py\
2003-03-07 02:21:18 +00:00
QuestionDialog.py\
2006-03-02 18:06:21 +00:00
RecentFiles.py\
Relationship.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
StartupDialog.py\
SubstKeywords.py\
TipOfDay.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\
ViewManager.py\
UndoHistory.py\
BasicUtils.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 Filters BaseDoc
pycheck:
for d in $(SUBDIRS) ; do \
(cd $$d; make pycheck); \
done;
pychecker $(gdir_PYTHON)
2002-10-20 14:25:16 +00:00
docs:
epydoc -o doc --url http://gramps.sourceforge.net --name GRAMPS --html $(docmodules)
epydoc --pdf $(docmodules)
2005-12-06 06:38:09 +00:00
cmdplug:
./build_cmdplug