5554: back-port to gramps32 to debug 6757

Back-port the following commit:
	commit d43545a98a00b01228786776f74121d58bb73966
	Author: Josip Pisoj <josip@pisoj.com>
	Date:   Fri Feb 10 20:25:15 2012 +0000

		bug #5554: Automake problem

		git-svn-id: svn+ssh://svn.code.sf.net/p/gramps/code/trunk@18851 4ae1f11a-8b86-4847-b8af-ab372f36d1fd

svn: r23210
This commit is contained in:
Vassilii Khachaturov 2013-09-27 21:40:49 +00:00
parent f83f4c8451
commit 562fdbb06a
52 changed files with 575 additions and 622 deletions

View File

@ -3,9 +3,7 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/DateHandler pkgpython_PYTHON = \
pkgdata_PYTHON = \
_Date_bg.py\ _Date_bg.py\
_Date_ca.py\ _Date_ca.py\
_Date_cs.py\ _Date_cs.py\
@ -32,7 +30,7 @@ pkgdata_PYTHON = \
__init__.py __init__.py
pkgpyexecdir = @pkgpyexecdir@/DateHandler pkgpyexecdir = @pkgpyexecdir@/DateHandler
pkgpythondir = @pkgpythondir@/DateHandler pkgpythondir = $(datadir)/@PACKAGE@/DateHandler
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -50,4 +48,4 @@ docs:
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -2,9 +2,9 @@
SUBDIRS = Rules SideBar SUBDIRS = Rules SideBar
pkgdatadir = $(datadir)/@PACKAGE@/Filters pkgpythondir = $(datadir)/@PACKAGE@/Filters
pkgdata_PYTHON = \ pkgpython_PYTHON = \
_FilterComboBox.py \ _FilterComboBox.py \
_FilterList.py \ _FilterList.py \
_FilterMenu.py \ _FilterMenu.py \
@ -17,7 +17,6 @@ pkgdata_PYTHON = \
_SearchFilter.py _SearchFilter.py
pkgpyexecdir = @pkgpyexecdir@/Filters pkgpyexecdir = @pkgpyexecdir@/Filters
pkgpythondir = @pkgpythondir@/Filters
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -26,4 +25,4 @@ GRAMPS_PY_MODPATH = "../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -1,8 +1,8 @@
# This is the src/Filters/Rules/Event level Makefile for Gramps # This is the src/Filters/Rules/Event level Makefile for Gramps
pkgdatadir = $(datadir)/@PACKAGE@/Filters/Rules/Event pkgpythondir = $(datadir)/@PACKAGE@/Filters/Rules/Event
pkgdata_PYTHON = \ pkgpython_PYTHON = \
_ChangedSince.py\ _ChangedSince.py\
_MatchesFilter.py\ _MatchesFilter.py\
_EventPrivate.py\ _EventPrivate.py\
@ -24,7 +24,7 @@ pkgdata_PYTHON = \
__init__.py __init__.py
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Event pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Event
pkgpythondir = @pkgpythondir@/Filters/Rules/Event
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -33,4 +33,4 @@ GRAMPS_PY_MODPATH = "../../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -1,8 +1,8 @@
# This is the src/Filters/Rules/Family level Makefile for Gramps # This is the src/Filters/Rules/Family level Makefile for Gramps
pkgdatadir = $(datadir)/@PACKAGE@/Filters/Rules/Family pkgpythondir = $(datadir)/@PACKAGE@/Filters/Rules/Family
pkgdata_PYTHON = \ pkgpython_PYTHON = \
_AllFamilies.py\ _AllFamilies.py\
_ChangedSince.py\ _ChangedSince.py\
_FamilyPrivate.py\ _FamilyPrivate.py\
@ -38,7 +38,6 @@ pkgdata_PYTHON = \
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Family pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Family
pkgpythondir = @pkgpythondir@/Filters/Rules/Family
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -47,4 +46,4 @@ GRAMPS_PY_MODPATH = "../../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -2,9 +2,9 @@
SUBDIRS = Person Family Event Place Source MediaObject Repository Note SUBDIRS = Person Family Event Place Source MediaObject Repository Note
pkgdatadir = $(datadir)/@PACKAGE@/Filters/Rules pkgpythondir = $(datadir)/@PACKAGE@/Filters/Rules
pkgdata_PYTHON = \ pkgpython_PYTHON = \
_ChangedSinceBase.py\ _ChangedSinceBase.py\
_Everything.py\ _Everything.py\
_HasEventBase.py\ _HasEventBase.py\
@ -29,7 +29,6 @@ pkgdata_PYTHON = \
_HasMarkerBase.py _HasMarkerBase.py
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules pkgpyexecdir = @pkgpyexecdir@/Filters/Rules
pkgpythondir = @pkgpythondir@/Filters/Rules
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -38,4 +37,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -1,8 +1,8 @@
# This is the src/Filters/Rules/MediaObject level Makefile for Gramps # This is the src/Filters/Rules/MediaObject level Makefile for Gramps
pkgdatadir = $(datadir)/@PACKAGE@/Filters/Rules/MediaObject pkgpythondir = $(datadir)/@PACKAGE@/Filters/Rules/MediaObject
pkgdata_PYTHON = \ pkgpython_PYTHON = \
_AllMedia.py\ _AllMedia.py\
_ChangedSince.py\ _ChangedSince.py\
_HasIdOf.py\ _HasIdOf.py\
@ -17,7 +17,7 @@ pkgdata_PYTHON = \
__init__.py __init__.py
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/MediaObject pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/MediaObject
pkgpythondir = @pkgpythondir@/Filters/Rules/MediaObject
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -26,4 +26,4 @@ GRAMPS_PY_MODPATH = "../../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -1,8 +1,8 @@
# This is the src/Filters/Rules/Note level Makefile for Gramps # This is the src/Filters/Rules/Note level Makefile for Gramps
pkgdatadir = $(datadir)/@PACKAGE@/Filters/Rules/Note pkgpythondir = $(datadir)/@PACKAGE@/Filters/Rules/Note
pkgdata_PYTHON = \ pkgpython_PYTHON = \
_AllNotes.py\ _AllNotes.py\
_ChangedSince.py\ _ChangedSince.py\
_HasIdOf.py\ _HasIdOf.py\
@ -17,7 +17,6 @@ pkgdata_PYTHON = \
__init__.py __init__.py
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Note pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Note
pkgpythondir = @pkgpythondir@/Filters/Rules/Note
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -26,4 +25,4 @@ GRAMPS_PY_MODPATH = "../../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -1,8 +1,8 @@
# This is the src/Filters/Rules/Person level Makefile for Gramps # This is the src/Filters/Rules/Person level Makefile for Gramps
pkgdatadir = $(datadir)/@PACKAGE@/Filters/Rules/Person pkgpythondir = $(datadir)/@PACKAGE@/Filters/Rules/Person
pkgdata_PYTHON = \ pkgpython_PYTHON = \
_ChangedSince.py\ _ChangedSince.py\
_Disconnected.py \ _Disconnected.py \
_DeepRelationshipPathBetween.py \ _DeepRelationshipPathBetween.py \
@ -74,7 +74,6 @@ pkgdata_PYTHON = \
__init__.py __init__.py
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Person pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Person
pkgpythondir = @pkgpythondir@/Filters/Rules/Person
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -83,4 +82,4 @@ GRAMPS_PY_MODPATH = "../../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -1,8 +1,8 @@
# This is the src/Filters/Rules/Place level Makefile for Gramps # This is the src/Filters/Rules/Place level Makefile for Gramps
pkgdatadir = $(datadir)/@PACKAGE@/Filters/Rules/Place pkgpythondir = $(datadir)/@PACKAGE@/Filters/Rules/Place
pkgdata_PYTHON = \ pkgpython_PYTHON = \
_AllPlaces.py\ _AllPlaces.py\
_ChangedSince.py\ _ChangedSince.py\
_HasIdOf.py\ _HasIdOf.py\
@ -21,7 +21,6 @@ pkgdata_PYTHON = \
__init__.py __init__.py
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Place pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Place
pkgpythondir = @pkgpythondir@/Filters/Rules/Place
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -30,4 +29,4 @@ GRAMPS_PY_MODPATH = "../../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -1,8 +1,8 @@
# This is the src/Filters/Rules/Media level Makefile for Gramps # This is the src/Filters/Rules/Media level Makefile for Gramps
pkgdatadir = $(datadir)/@PACKAGE@/Filters/Rules/Repository pkgpythondir = $(datadir)/@PACKAGE@/Filters/Rules/Repository
pkgdata_PYTHON = \ pkgpython_PYTHON = \
_AllRepos.py\ _AllRepos.py\
_ChangedSince.py\ _ChangedSince.py\
_HasIdOf.py\ _HasIdOf.py\
@ -16,7 +16,6 @@ pkgdata_PYTHON = \
__init__.py __init__.py
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Repository pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Repository
pkgpythondir = @pkgpythondir@/Filters/Rules/Repository
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -25,4 +24,4 @@ GRAMPS_PY_MODPATH = "../../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -1,8 +1,8 @@
# This is the src/Filters/Rules/Source level Makefile for Gramps # This is the src/Filters/Rules/Source level Makefile for Gramps
pkgdatadir = $(datadir)/@PACKAGE@/Filters/Rules/Source pkgpythondir = $(datadir)/@PACKAGE@/Filters/Rules/Source
pkgdata_PYTHON = \ pkgpython_PYTHON = \
_ChangedSince.py\ _ChangedSince.py\
_MatchesFilter.py\ _MatchesFilter.py\
_SourcePrivate.py\ _SourcePrivate.py\
@ -19,7 +19,6 @@ pkgdata_PYTHON = \
__init__.py __init__.py
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Source pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Source
pkgpythondir = @pkgpythondir@/Filters/Rules/Source
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -28,4 +27,4 @@ GRAMPS_PY_MODPATH = "../../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -1,8 +1,8 @@
# This is the src/Filters/SideBar level Makefile for Gramps # This is the src/Filters/SideBar level Makefile for Gramps
pkgdatadir = $(datadir)/@PACKAGE@/Filters/SideBar pkgpythondir = $(datadir)/@PACKAGE@/Filters/SideBar
pkgdata_PYTHON = \ pkgpython_PYTHON = \
_EventSidebarFilter.py \ _EventSidebarFilter.py \
_FamilySidebarFilter.py \ _FamilySidebarFilter.py \
__init__.py \ __init__.py \
@ -15,7 +15,6 @@ pkgdata_PYTHON = \
_NoteSidebarFilter.py _NoteSidebarFilter.py
pkgpyexecdir = @pkgpyexecdir@/Filters/SideBar pkgpyexecdir = @pkgpyexecdir@/Filters/SideBar
pkgpythondir = @pkgpythondir@/Filters/SideBar
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -24,4 +23,4 @@ GRAMPS_PY_MODPATH = "../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -3,16 +3,14 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/GrampsLocale pkgpythondir = $(datadir)/@PACKAGE@/GrampsLocale
pkgdata_PYTHON = \ pkgpython_PYTHON = \
_GrampsLocale.py\ _GrampsLocale.py\
__init__.py __init__.py
pkgpyexecdir = @pkgpyexecdir@/GrampsLocale pkgpyexecdir = @pkgpyexecdir@/GrampsLocale
pkgpythondir = @pkgpythondir@/GrampsLocale
dist_pkgdata_DATA = dist_pkgdata_DATA =
@ -23,4 +21,4 @@ GRAMPS_PY_MODPATH = "../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -3,9 +3,7 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/GrampsLogger pkgpython_PYTHON = \
pkgdata_PYTHON = \
_ErrorReportAssistant.py\ _ErrorReportAssistant.py\
_ErrorView.py\ _ErrorView.py\
_GtkHandler.py\ _GtkHandler.py\
@ -13,7 +11,7 @@ pkgdata_PYTHON = \
_RotateHandler.py _RotateHandler.py
pkgpyexecdir = @pkgpyexecdir@/GrampsLogger pkgpyexecdir = @pkgpyexecdir@/GrampsLogger
pkgpythondir = @pkgpythondir@/GrampsLogger pkgpythondir = $(datadir)/@PACKAGE@/GrampsLogger
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -22,4 +20,4 @@ GRAMPS_PY_MODPATH = "../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -3,16 +3,15 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/Merge pkgpythondir = $(datadir)/@PACKAGE@/Merge
pkgdata_PYTHON = \ pkgpython_PYTHON = \
__init__.py \ __init__.py \
_MergePerson.py \ _MergePerson.py \
_MergePlace.py \ _MergePlace.py \
_MergeSource.py _MergeSource.py
pkgpyexecdir = @pkgpyexecdir@/Merge pkgpyexecdir = @pkgpyexecdir@/Merge
pkgpythondir = @pkgpythondir@/Merge
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -21,4 +20,4 @@ GRAMPS_PY_MODPATH = "../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -3,9 +3,9 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/PluginUtils pkgpythondir = $(datadir)/@PACKAGE@/PluginUtils
pkgdata_PYTHON = \ pkgpython_PYTHON = \
__init__.py\ __init__.py\
_GuiOptions.py\ _GuiOptions.py\
_Options.py\ _Options.py\
@ -23,4 +23,4 @@ GRAMPS_PY_MODPATH = "../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -1,8 +1,8 @@
# This is the src/Report level Makefile for Gramps # This is the src/Report level Makefile for Gramps
pkgdatadir = $(datadir)/@PACKAGE@/ReportBase pkgpythondir = $(datadir)/@PACKAGE@/ReportBase
pkgdata_PYTHON = \ pkgpython_PYTHON = \
__init__.py\ __init__.py\
_Bibliography.py\ _Bibliography.py\
_CommandLineReport.py\ _CommandLineReport.py\
@ -32,4 +32,4 @@ GRAMPS_PY_MODPATH = "../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -1,15 +1,14 @@
# This is the src/Report level Makefile for Gramps # This is the src/Report level Makefile for Gramps
pkgdatadir = $(datadir)/@PACKAGE@/Simple pkgpythondir = $(datadir)/@PACKAGE@/Simple
pkgdata_PYTHON = \ pkgpython_PYTHON = \
_SimpleDoc.py\ _SimpleDoc.py\
_SimpleAccess.py\ _SimpleAccess.py\
_SimpleTable.py\ _SimpleTable.py\
__init__.py __init__.py
pkgpyexecdir = @pkgpyexecdir@/Simple pkgpyexecdir = @pkgpyexecdir@/Simple
pkgpythondir = @pkgpythondir@/Simple
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -18,4 +17,4 @@ GRAMPS_PY_MODPATH = "../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -3,9 +3,9 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/cli pkgpythondir = $(datadir)/@PACKAGE@/cli
pkgdata_PYTHON = \ pkgpython_PYTHON = \
__init__.py \ __init__.py \
arghandler.py \ arghandler.py \
argparser.py \ argparser.py \
@ -13,7 +13,7 @@ pkgdata_PYTHON = \
grampscli.py grampscli.py
pkgpyexecdir = @pkgpyexecdir@/cli pkgpyexecdir = @pkgpyexecdir@/cli
pkgpythondir = @pkgpythondir@/cli
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -22,7 +22,7 @@ GRAMPS_PY_MODPATH = "../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));
pylint: pylint:
PYTHONPATH=$(GRAMPS_PY_MODPATH) pylint $(pkgdata_PYTHON) > pylint.out PYTHONPATH=$(GRAMPS_PY_MODPATH) pylint $(pkgpython_PYTHON) > pylint.out

View File

@ -12,15 +12,14 @@ SUBDIRS = \
proxy \ proxy \
utils utils
pkgdatadir = $(datadir)/@PACKAGE@/gen pkgpythondir = $(datadir)/@PACKAGE@/gen
pkgdata_PYTHON = \ pkgpython_PYTHON = \
__init__.py \ __init__.py \
ggettext.py \ ggettext.py \
updatecallback.py updatecallback.py
pkgpyexecdir = @pkgpyexecdir@/gen pkgpyexecdir = @pkgpyexecdir@/gen
pkgpythondir = @pkgpythondir@/gen
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
@ -30,4 +29,4 @@ GRAMPS_PY_MODPATH = "../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -3,9 +3,9 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/gen/db pkgpythondir = $(datadir)/@PACKAGE@/gen/db
pkgdata_PYTHON = \ pkgpython_PYTHON = \
__init__.py \ __init__.py \
backup.py \ backup.py \
base.py \ base.py \
@ -20,7 +20,6 @@ pkgdata_PYTHON = \
write.py write.py
pkgpyexecdir = @pkgpyexecdir@/gen/db pkgpyexecdir = @pkgpyexecdir@/gen/db
pkgpythondir = @pkgpythondir@/gen/db
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
@ -30,4 +29,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -3,15 +3,13 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/gen/display pkgpythondir = $(datadir)/@PACKAGE@/gen/display
pkgdata_PYTHON = \ pkgpython_PYTHON = \
name.py\ name.py\
__init__.py __init__.py
pkgpyexecdir = @pkgpyexecdir@/gen/display pkgpyexecdir = @pkgpyexecdir@/gen/display
pkgpythondir = @pkgpythondir@/gen/display
dist_pkgdata_DATA = dist_pkgdata_DATA =
@ -22,4 +20,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -3,9 +3,9 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/gen/lib pkgpythondir = $(datadir)/@PACKAGE@/gen/lib
pkgdata_PYTHON = \ pkgpython_PYTHON = \
addressbase.py \ addressbase.py \
address.py \ address.py \
attrbase.py \ attrbase.py \
@ -66,7 +66,6 @@ pkgdata_PYTHON = \
witness.py witness.py
pkgpyexecdir = @pkgpyexecdir@/gen/lib pkgpyexecdir = @pkgpyexecdir@/gen/lib
pkgpythondir = @pkgpythondir@/gen/lib
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -75,7 +74,7 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));
pylint: pylint:
pylint --disable-msg=W0403,C0103 $(pkgdata_PYTHON) pylint --disable-msg=W0403,C0103 $(pkgpython_PYTHON)

View File

@ -3,16 +3,15 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/gen/mime pkgpythondir = $(datadir)/@PACKAGE@/gen/mime
pkgdata_PYTHON = \ pkgpython_PYTHON = \
__init__.py\ __init__.py\
_gnomemime.py\ _gnomemime.py\
_winmime.py\ _winmime.py\
_pythonmime.py _pythonmime.py
pkgpyexecdir = @pkgpyexecdir@/gen/mime pkgpyexecdir = @pkgpyexecdir@/gen/mime
pkgpythondir = @pkgpythondir@/gen/mime
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -21,4 +20,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -8,9 +8,9 @@ SUBDIRS = \
docgen\ docgen\
menu menu
pkgdatadir = $(datadir)/@PACKAGE@/gen/plug pkgpythondir = $(datadir)/@PACKAGE@/gen/plug
pkgdata_PYTHON = \ pkgpython_PYTHON = \
__init__.py \ __init__.py \
_docgenplugin.py \ _docgenplugin.py \
_export.py \ _export.py \
@ -22,8 +22,6 @@ pkgdata_PYTHON = \
utils.py utils.py
pkgpyexecdir = @pkgpyexecdir@/gen/plug pkgpyexecdir = @pkgpyexecdir@/gen/plug
pkgpythondir = @pkgpythondir@/gen/plug
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -32,4 +30,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -3,16 +3,14 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/gen/plug/docbackend pkgpythondir = $(datadir)/@PACKAGE@/gen/plug/docbackend
pkgdata_PYTHON = \ pkgpython_PYTHON = \
__init__.py \ __init__.py \
cairobackend.py \ cairobackend.py \
docbackend.py docbackend.py
pkgpyexecdir = @pkgpyexecdir@/gen/plug/docbackend pkgpyexecdir = @pkgpyexecdir@/gen/plug/docbackend
pkgpythondir = @pkgpythondir@/gen/plug/docbackend
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -21,4 +19,4 @@ GRAMPS_PY_MODPATH = "../../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -5,7 +5,7 @@
pkgdatadir = $(datadir)/@PACKAGE@/gen/plug/docgen pkgdatadir = $(datadir)/@PACKAGE@/gen/plug/docgen
pkgdata_PYTHON = \ pkgpython_PYTHON = \
__init__.py \ __init__.py \
basedoc.py \ basedoc.py \
drawdoc.py \ drawdoc.py \
@ -20,7 +20,7 @@ pkgdata_PYTHON = \
textdoc.py textdoc.py
pkgpyexecdir = @pkgpyexecdir@/gen/plug/docgen pkgpyexecdir = @pkgpyexecdir@/gen/plug/docgen
pkgpythondir = @pkgpythondir@/gen/plug/docgen pkgpythondir = $(datadir)/@PACKAGE@/gen/plug/docgen
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
@ -30,4 +30,4 @@ GRAMPS_PY_MODPATH = "../../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -3,9 +3,9 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/gen/plug/menu pkgpythondir = $(datadir)/@PACKAGE@/gen/plug/menu
pkgdata_PYTHON = \ pkgpython_PYTHON = \
__init__.py \ __init__.py \
_boolean.py \ _boolean.py \
_booleanlist.py \ _booleanlist.py \
@ -28,8 +28,6 @@ pkgdata_PYTHON = \
_text.py _text.py
pkgpyexecdir = @pkgpyexecdir@/gen/plug/menu pkgpyexecdir = @pkgpyexecdir@/gen/plug/menu
pkgpythondir = @pkgpythondir@/gen/plug/menu
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -38,4 +36,4 @@ GRAMPS_PY_MODPATH = "../../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -3,9 +3,9 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/gen/proxy pkgpythondir = $(datadir)/@PACKAGE@/gen/proxy
pkgdata_PYTHON = \ pkgpython_PYTHON = \
__init__.py \ __init__.py \
filter.py \ filter.py \
living.py \ living.py \
@ -14,8 +14,6 @@ pkgdata_PYTHON = \
proxybase.py proxybase.py
pkgpyexecdir = @pkgpyexecdir@/gen/proxy pkgpyexecdir = @pkgpyexecdir@/gen/proxy
pkgpythondir = @pkgpythondir@/gen/proxy
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -24,4 +22,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -3,9 +3,9 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/gen/utils pkgpythondir = $(datadir)/@PACKAGE@/gen/utils
pkgdata_PYTHON = \ pkgpython_PYTHON = \
__init__.py \ __init__.py \
callback.py \ callback.py \
callman.py \ callman.py \
@ -13,8 +13,6 @@ pkgdata_PYTHON = \
fallback.py fallback.py
pkgpyexecdir = @pkgpyexecdir@/gen/utils pkgpyexecdir = @pkgpyexecdir@/gen/utils
pkgpythondir = @pkgpythondir@/gen/utils
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -23,4 +21,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -9,9 +9,9 @@ SUBDIRS = \
views \ views \
widgets widgets
pkgdatadir = $(datadir)/@PACKAGE@/gui pkgpythondir = $(datadir)/@PACKAGE@/gui
pkgdata_PYTHON = \ pkgpython_PYTHON = \
__init__.py \ __init__.py \
columnorder.py \ columnorder.py \
configure.py \ configure.py \
@ -25,8 +25,6 @@ pkgdata_PYTHON = \
viewmanager.py viewmanager.py
pkgpyexecdir = @pkgpyexecdir@/gui pkgpyexecdir = @pkgpyexecdir@/gui
pkgpythondir = @pkgpythondir@/gui
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -35,4 +33,4 @@ GRAMPS_PY_MODPATH = "../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -6,9 +6,9 @@
SUBDIRS = \ SUBDIRS = \
displaytabs displaytabs
pkgdatadir = $(datadir)/@PACKAGE@/gui/editors pkgpythondir = $(datadir)/@PACKAGE@/gui/editors
pkgdata_PYTHON = \ pkgpython_PYTHON = \
addmedia.py\ addmedia.py\
__init__.py\ __init__.py\
editaddress.py \ editaddress.py \
@ -37,7 +37,6 @@ pkgdata_PYTHON = \
objectentries.py objectentries.py
pkgpyexecdir = @pkgpyexecdir@/gui/editors pkgpyexecdir = @pkgpyexecdir@/gui/editors
pkgpythondir = @pkgpythondir@/gui/editors
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -46,4 +45,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -1,8 +1,8 @@
# This is the src/gui/editors/displaytabs level Makefile for Gramps # This is the src/gui/editors/displaytabs level Makefile for Gramps
pkgdatadir = $(datadir)/@PACKAGE@/gui/editors/displaytabs pkgpythondir = $(datadir)/@PACKAGE@/gui/editors/displaytabs
pkgdata_PYTHON = \ pkgpython_PYTHON = \
addrembedlist.py \ addrembedlist.py \
addressmodel.py \ addressmodel.py \
attrembedlist.py \ attrembedlist.py \
@ -47,7 +47,6 @@ pkgdata_PYTHON = \
__init__.py __init__.py
pkgpyexecdir = @pkgpyexecdir@/gui/editors/displaytabs pkgpyexecdir = @pkgpyexecdir@/gui/editors/displaytabs
pkgpythondir = @pkgpythondir@/gui/editors/displaytabs
# clean up all the byte-compiled files # clean up all the byte-compiled files
MOSTLYcLEANFILES = *pyc *pyo MOSTLYcLEANFILES = *pyc *pyo
@ -56,4 +55,4 @@ GRAMPS_PY_MODPATH = "../../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -3,9 +3,9 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/gui/selectors pkgpythondir = $(datadir)/@PACKAGE@/gui/selectors
pkgdata_PYTHON = \ pkgpython_PYTHON = \
__init__.py \ __init__.py \
baseselector.py \ baseselector.py \
selectevent.py \ selectevent.py \
@ -20,7 +20,6 @@ pkgdata_PYTHON = \
selectorfactory.py selectorfactory.py
pkgpyexecdir = @pkgpyexecdir@/gui/selectors pkgpyexecdir = @pkgpyexecdir@/gui/selectors
pkgpythondir = @pkgpythondir@/gui/selectors
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -29,4 +28,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -6,16 +6,15 @@
SUBDIRS = \ SUBDIRS = \
treemodels treemodels
pkgdatadir = $(datadir)/@PACKAGE@/gui/views pkgpythondir = $(datadir)/@PACKAGE@/gui/views
pkgdata_PYTHON = \ pkgpython_PYTHON = \
__init__.py \ __init__.py \
listview.py \ listview.py \
navigationview.py \ navigationview.py \
pageview.py pageview.py
pkgpyexecdir = @pkgpyexecdir@/gui/views pkgpyexecdir = @pkgpyexecdir@/gui/views
pkgpythondir = @pkgpythondir@/gui/views
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -24,7 +23,7 @@ GRAMPS_PY_MODPATH = "../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));
pylint: pylint:
PYTHONPATH=$(GRAMPS_PY_MODPATH) pylint $(pkgdata_PYTHON) > pylint.out PYTHONPATH=$(GRAMPS_PY_MODPATH) pylint $(pkgpython_PYTHON) > pylint.out

View File

@ -3,9 +3,9 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/gui/views/treemodels pkgpythondir = $(datadir)/@PACKAGE@/gui/views/treemodels
pkgdata_PYTHON = \ pkgpython_PYTHON = \
__init__.py \ __init__.py \
eventmodel.py \ eventmodel.py \
familymodel.py \ familymodel.py \
@ -19,7 +19,6 @@ pkgdata_PYTHON = \
treebasemodel.py treebasemodel.py
pkgpyexecdir = @pkgpyexecdir@/gui/views/treemodels pkgpyexecdir = @pkgpyexecdir@/gui/views/treemodels
pkgpythondir = @pkgpythondir@/gui/views/treemodels
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -28,7 +27,7 @@ GRAMPS_PY_MODPATH = "../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));
pylint: pylint:
PYTHONPATH=$(GRAMPS_PY_MODPATH) pylint $(pkgdata_PYTHON) > pylint.out PYTHONPATH=$(GRAMPS_PY_MODPATH) pylint $(pkgpython_PYTHON) > pylint.out

View File

@ -3,9 +3,9 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/gui/widgets pkgpythondir = $(datadir)/@PACKAGE@/gui/widgets
pkgdata_PYTHON = \ pkgpython_PYTHON = \
__init__.py \ __init__.py \
buttons.py \ buttons.py \
expandcollapsearrow.py \ expandcollapsearrow.py \
@ -27,7 +27,6 @@ pkgdata_PYTHON = \
valuetoolitem.py valuetoolitem.py
pkgpyexecdir = @pkgpyexecdir@/gui/widgets pkgpyexecdir = @pkgpyexecdir@/gui/widgets
pkgpythondir = @pkgpythondir@/gui/widgets
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -36,5 +35,5 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -21,14 +21,14 @@ SUBDIRS = \
pkgdatadir = $(datadir)/@PACKAGE@/plugins pkgdatadir = $(datadir)/@PACKAGE@/plugins
pkgdata_PYTHON = \ pkgpython_PYTHON = \
bookreport.gpr.py\ bookreport.gpr.py\
BookReport.py\ BookReport.py\
records.gpr.py\ records.gpr.py\
Records.py Records.py
pkgpyexecdir = @pkgpyexecdir@/plugins pkgpyexecdir = @pkgpyexecdir@/plugins
pkgpythondir = @pkgpythondir@/plugins pkgpythondir = $(datadir)/@PACKAGE@/plugins
GLADEFILES = \ GLADEFILES = \
bookreport.glade bookreport.glade
@ -46,4 +46,4 @@ GRAMPS_PY_MODPATH = "../:../docgen"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -5,7 +5,7 @@
pkgdatadir = $(datadir)/@PACKAGE@/plugins/docgen pkgdatadir = $(datadir)/@PACKAGE@/plugins/docgen
pkgdata_PYTHON = \ pkgpython_PYTHON = \
AsciiDoc.py \ AsciiDoc.py \
docgen.gpr.py\ docgen.gpr.py\
GtkPrint.py \ GtkPrint.py \
@ -18,7 +18,7 @@ pkgdata_PYTHON = \
SvgDrawDoc.py SvgDrawDoc.py
pkgpyexecdir = @pkgpyexecdir@/plugins/docgen pkgpyexecdir = @pkgpyexecdir@/plugins/docgen
pkgpythondir = @pkgpythondir@/plugins/docgen pkgpythondir = $(datadir)/@PACKAGE@/plugins/docgen
GLADEFILES = \ GLADEFILES = \
gtkprint.glade gtkprint.glade
@ -36,4 +36,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -3,9 +3,9 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/plugins/drawreport pkgpythondir = $(datadir)/@PACKAGE@/plugins/drawreport
pkgdata_PYTHON = \ pkgpython_PYTHON = \
AncestorTree.py \ AncestorTree.py \
Calendar.py\ Calendar.py\
DescendTree.py \ DescendTree.py \
@ -15,7 +15,6 @@ pkgdata_PYTHON = \
TimeLine.py TimeLine.py
pkgpyexecdir = @pkgpyexecdir@/plugins/drawreport pkgpyexecdir = @pkgpyexecdir@/plugins/drawreport
pkgpythondir = @pkgpythondir@/plugins/drawreport
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -24,4 +23,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -5,7 +5,7 @@
pkgdatadir = $(datadir)/@PACKAGE@/plugins/export pkgdatadir = $(datadir)/@PACKAGE@/plugins/export
pkgdata_PYTHON = \ pkgpython_PYTHON = \
export.gpr.py \ export.gpr.py \
ExportCsv.py \ ExportCsv.py \
ExportFtree.py \ ExportFtree.py \
@ -17,7 +17,7 @@ pkgdata_PYTHON = \
ExportXml.py ExportXml.py
pkgpyexecdir = @pkgpyexecdir@/plugins/export pkgpyexecdir = @pkgpyexecdir@/plugins/export
pkgpythondir = @pkgpythondir@/plugins/export pkgpythondir = $(datadir)/@PACKAGE@/plugins/export
GLADEFILES = \ GLADEFILES = \
exportcsv.glade \ exportcsv.glade \

View File

@ -3,9 +3,9 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/plugins/gramplet pkgpythondir = $(datadir)/@PACKAGE@/plugins/gramplet
pkgdata_PYTHON = \ pkgpython_PYTHON = \
AgeOnDateGramplet.py \ AgeOnDateGramplet.py \
AgeStats.py \ AgeStats.py \
AttributesGramplet.py \ AttributesGramplet.py \
@ -28,7 +28,6 @@ pkgdata_PYTHON = \
WhatsNext.py WhatsNext.py
pkgpyexecdir = @pkgpyexecdir@/plugins/gramplet pkgpyexecdir = @pkgpyexecdir@/plugins/gramplet
pkgpythondir = @pkgpythondir@/plugins/gramplet
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -37,4 +36,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -3,16 +3,15 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/plugins/graph pkgpythondir = $(datadir)/@PACKAGE@/plugins/graph
pkgdata_PYTHON = \ pkgpython_PYTHON = \
graphplugins.gpr.py\ graphplugins.gpr.py\
GVFamilyLines.py \ GVFamilyLines.py \
GVHourGlass.py \ GVHourGlass.py \
GVRelGraph.py GVRelGraph.py
pkgpyexecdir = @pkgpyexecdir@/plugins/graph pkgpyexecdir = @pkgpyexecdir@/plugins/graph
pkgpythondir = @pkgpythondir@/plugins/graph
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -21,4 +20,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -5,7 +5,7 @@
pkgdatadir = $(datadir)/@PACKAGE@/plugins/import pkgdatadir = $(datadir)/@PACKAGE@/plugins/import
pkgdata_PYTHON = \ pkgpython_PYTHON = \
import.gpr.py \ import.gpr.py \
ImportCsv.py \ ImportCsv.py \
ImportGedcom.py \ ImportGedcom.py \
@ -17,7 +17,7 @@ pkgdata_PYTHON = \
ImportXml.py ImportXml.py
pkgpyexecdir = @pkgpyexecdir@/plugins/import pkgpyexecdir = @pkgpyexecdir@/plugins/import
pkgpythondir = @pkgpythondir@/plugins/import pkgpythondir = $(datadir)/@PACKAGE@/plugins/import
GLADEFILES = \ GLADEFILES = \
importgedcom.glade importgedcom.glade
@ -35,4 +35,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -5,7 +5,7 @@
pkgdatadir = $(datadir)/@PACKAGE@/plugins/lib pkgdatadir = $(datadir)/@PACKAGE@/plugins/lib
pkgdata_PYTHON = \ pkgpython_PYTHON = \
libcairodoc.py\ libcairodoc.py\
libformatting.py\ libformatting.py\
libgedcom.py\ libgedcom.py\
@ -25,7 +25,7 @@ pkgdata_PYTHON = \
libtranslate.py libtranslate.py
pkgpyexecdir = @pkgpyexecdir@/plugins/lib pkgpyexecdir = @pkgpyexecdir@/plugins/lib
pkgpythondir = @pkgpythondir@/plugins/lib pkgpythondir = $(datadir)/@PACKAGE@/plugins/lib
GLADEFILES = GLADEFILES =
@ -43,4 +43,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -5,14 +5,14 @@
pkgdatadir = $(datadir)/@PACKAGE@/plugins/mapservices pkgdatadir = $(datadir)/@PACKAGE@/plugins/mapservices
pkgdata_PYTHON = \ pkgpython_PYTHON = \
googlemap.py\ googlemap.py\
mapservice.gpr.py\ mapservice.gpr.py\
openstreetmap.py\ openstreetmap.py\
eniroswedenmap.py eniroswedenmap.py
pkgpyexecdir = @pkgpyexecdir@/plugins/mapservices pkgpyexecdir = @pkgpyexecdir@/plugins/mapservices
pkgpythondir = @pkgpythondir@/plugins/mapservices pkgpythondir = $(datadir)/@PACKAGE@/plugins/mapservices
GLADEFILES = GLADEFILES =
@ -29,4 +29,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -5,7 +5,7 @@
pkgdatadir = $(datadir)/@PACKAGE@/plugins/quickview pkgdatadir = $(datadir)/@PACKAGE@/plugins/quickview
pkgdata_PYTHON = \ pkgpython_PYTHON = \
AgeOnDate.py \ AgeOnDate.py \
all_events.py \ all_events.py \
all_relations.py \ all_relations.py \
@ -20,7 +20,7 @@ pkgdata_PYTHON = \
siblings.py siblings.py
pkgpyexecdir = @pkgpyexecdir@/plugins/quickview pkgpyexecdir = @pkgpyexecdir@/plugins/quickview
pkgpythondir = @pkgpythondir@/plugins/quickview pkgpythondir = $(datadir)/@PACKAGE@/plugins/quickview
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -29,4 +29,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -5,7 +5,7 @@
pkgdatadir = $(datadir)/@PACKAGE@/plugins/rel pkgdatadir = $(datadir)/@PACKAGE@/plugins/rel
pkgdata_PYTHON = \ pkgpython_PYTHON = \
relplugins.gpr.py\ relplugins.gpr.py\
rel_cs.py\ rel_cs.py\
rel_da.py\ rel_da.py\
@ -26,7 +26,7 @@ pkgdata_PYTHON = \
rel_sv.py rel_sv.py
pkgpyexecdir = @pkgpyexecdir@/plugins/rel pkgpyexecdir = @pkgpyexecdir@/plugins/rel
pkgpythondir = @pkgpythondir@/plugins/rel pkgpythondir = $(datadir)/@PACKAGE@/plugins/rel
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -35,4 +35,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -3,9 +3,9 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/plugins/textreport pkgpythondir = $(datadir)/@PACKAGE@/plugins/textreport
pkgdata_PYTHON = \ pkgpython_PYTHON = \
AncestorReport.py\ AncestorReport.py\
BirthdayReport.py\ BirthdayReport.py\
CustomBookText.py\ CustomBookText.py\
@ -24,7 +24,6 @@ pkgdata_PYTHON = \
textplugins.gpr.py textplugins.gpr.py
pkgpyexecdir = @pkgpyexecdir@/plugins/textreport pkgpyexecdir = @pkgpyexecdir@/plugins/textreport
pkgpythondir = @pkgpythondir@/plugins/textreport
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -33,4 +32,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -5,7 +5,7 @@
pkgdatadir = $(datadir)/@PACKAGE@/plugins/tool pkgdatadir = $(datadir)/@PACKAGE@/plugins/tool
pkgdata_PYTHON = \ pkgpython_PYTHON = \
ChangeNames.py \ ChangeNames.py \
ChangeTypes.py \ ChangeTypes.py \
Check.py \ Check.py \
@ -34,7 +34,7 @@ pkgdata_PYTHON = \
# TestcaseGenerator.py # TestcaseGenerator.py
pkgpyexecdir = @pkgpyexecdir@/plugins/tool pkgpyexecdir = @pkgpyexecdir@/plugins/tool
pkgpythondir = @pkgpythondir@/plugins/tool pkgpythondir = $(datadir)/@PACKAGE@/plugins/tool
GLADEFILES = \ GLADEFILES = \
changenames.glade \ changenames.glade \
@ -63,4 +63,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -3,9 +3,9 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/plugins/view pkgpythondir = $(datadir)/@PACKAGE@/plugins/view
pkgdata_PYTHON = \ pkgpython_PYTHON = \
eventview.py \ eventview.py \
familyview.py \ familyview.py \
fanchartview.gpr.py \ fanchartview.gpr.py \
@ -28,7 +28,6 @@ pkgdata_PYTHON = \
view.gpr.py view.gpr.py
pkgpyexecdir = @pkgpyexecdir@/plugins/view pkgpyexecdir = @pkgpyexecdir@/plugins/view
pkgpythondir = @pkgpythondir@/plugins/view
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -37,4 +36,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));

View File

@ -3,15 +3,14 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/plugins/webreport pkgpythondir = $(datadir)/@PACKAGE@/plugins/webreport
pkgdata_PYTHON = \ pkgpython_PYTHON = \
NarrativeWeb.py\ NarrativeWeb.py\
WebCal.py\ WebCal.py\
webplugins.gpr.py webplugins.gpr.py
pkgpyexecdir = @pkgpyexecdir@/plugins/webreport pkgpyexecdir = @pkgpyexecdir@/plugins/webreport
pkgpythondir = @pkgpythondir@/plugins/webreport
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo
@ -20,4 +19,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck: pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON)); pychecker $(pkgpython_PYTHON));