gramps/src/Makefile.am

99 lines
1.5 KiB
Makefile
Raw Normal View History

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