2003-06-30 Tim Waugh <twaugh@redhat.com>
* src/plugins/Makefile.am: Ship FanChart.py. svn: r1807
This commit is contained in:
parent
8f99c6ff7f
commit
4fc2cc27cd
@ -1,4 +1,5 @@
|
|||||||
2003-06-30 Tim Waugh <twaugh@redhat.com>
|
2003-06-30 Tim Waugh <twaugh@redhat.com>
|
||||||
|
* src/plugins/Makefile.am: Ship FanChart.py.
|
||||||
* src/plugins/Ancestors.py (generation): Report on the correct
|
* src/plugins/Ancestors.py (generation): Report on the correct
|
||||||
number of generations (was out by one). Fixed text style for
|
number of generations (was out by one). Fixed text style for
|
||||||
'(no photo)'.
|
'(no photo)'.
|
||||||
|
@ -17,6 +17,7 @@ pkgpython_PYTHON = \
|
|||||||
DetDescendantReport.py\
|
DetDescendantReport.py\
|
||||||
EventCmp.py\
|
EventCmp.py\
|
||||||
FamilyGroup.py\
|
FamilyGroup.py\
|
||||||
|
FanChart.py\
|
||||||
FtmStyleAncestors.py\
|
FtmStyleAncestors.py\
|
||||||
FtmStyleDescendants.py\
|
FtmStyleDescendants.py\
|
||||||
FilterEditor.py\
|
FilterEditor.py\
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Makefile.in generated by automake 1.6.3 from Makefile.am.
|
# Makefile.in generated by automake 1.7.5 from Makefile.am.
|
||||||
# @configure_input@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -13,45 +13,21 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# PARTICULAR PURPOSE.
|
||||||
|
|
||||||
@SET_MAKE@
|
@SET_MAKE@
|
||||||
SHELL = @SHELL@
|
|
||||||
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
prefix = @prefix@
|
|
||||||
exec_prefix = @exec_prefix@
|
|
||||||
|
|
||||||
bindir = @bindir@
|
|
||||||
sbindir = @sbindir@
|
|
||||||
libexecdir = @libexecdir@
|
|
||||||
datadir = @datadir@
|
|
||||||
sysconfdir = @sysconfdir@
|
|
||||||
sharedstatedir = @sharedstatedir@
|
|
||||||
localstatedir = @localstatedir@
|
|
||||||
libdir = @libdir@
|
|
||||||
infodir = @infodir@
|
|
||||||
mandir = @mandir@
|
|
||||||
includedir = @includedir@
|
|
||||||
oldincludedir = /usr/include
|
|
||||||
pkglibdir = $(libdir)/@PACKAGE@
|
pkglibdir = $(libdir)/@PACKAGE@
|
||||||
pkgincludedir = $(includedir)/@PACKAGE@
|
pkgincludedir = $(includedir)/@PACKAGE@
|
||||||
top_builddir = ../..
|
top_builddir = ../..
|
||||||
|
|
||||||
ACLOCAL = @ACLOCAL@
|
|
||||||
AUTOCONF = @AUTOCONF@
|
|
||||||
AUTOMAKE = @AUTOMAKE@
|
|
||||||
AUTOHEADER = @AUTOHEADER@
|
|
||||||
|
|
||||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
|
||||||
install_sh_DATA = $(install_sh) -c -m 644
|
install_sh_DATA = $(install_sh) -c -m 644
|
||||||
install_sh_PROGRAM = $(install_sh) -c
|
install_sh_PROGRAM = $(install_sh) -c
|
||||||
install_sh_SCRIPT = $(install_sh) -c
|
install_sh_SCRIPT = $(install_sh) -c
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
||||||
INSTALL_HEADER = $(INSTALL_DATA)
|
INSTALL_HEADER = $(INSTALL_DATA)
|
||||||
transform = @program_transform_name@
|
transform = $(program_transform_name)
|
||||||
NORMAL_INSTALL = :
|
NORMAL_INSTALL = :
|
||||||
PRE_INSTALL = :
|
PRE_INSTALL = :
|
||||||
POST_INSTALL = :
|
POST_INSTALL = :
|
||||||
@ -59,33 +35,60 @@ NORMAL_UNINSTALL = :
|
|||||||
PRE_UNINSTALL = :
|
PRE_UNINSTALL = :
|
||||||
POST_UNINSTALL = :
|
POST_UNINSTALL = :
|
||||||
|
|
||||||
EXEEXT = @EXEEXT@
|
|
||||||
OBJEXT = @OBJEXT@
|
|
||||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
||||||
|
|
||||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins
|
pkgdatadir = $(datadir)/@PACKAGE@/plugins
|
||||||
|
ACLOCAL = @ACLOCAL@
|
||||||
|
AMDEP_FALSE = @AMDEP_FALSE@
|
||||||
|
AMDEP_TRUE = @AMDEP_TRUE@
|
||||||
AMTAR = @AMTAR@
|
AMTAR = @AMTAR@
|
||||||
|
AUTOCONF = @AUTOCONF@
|
||||||
|
AUTOHEADER = @AUTOHEADER@
|
||||||
|
AUTOMAKE = @AUTOMAKE@
|
||||||
AWK = @AWK@
|
AWK = @AWK@
|
||||||
BINSH = @BINSH@
|
BINSH = @BINSH@
|
||||||
CC = @CC@
|
CC = @CC@
|
||||||
|
CCDEPMODE = @CCDEPMODE@
|
||||||
|
CFLAGS = @CFLAGS@
|
||||||
|
CPP = @CPP@
|
||||||
|
CPPFLAGS = @CPPFLAGS@
|
||||||
|
CYGPATH_W = @CYGPATH_W@
|
||||||
|
DEFS = @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
|
ECHO_C = @ECHO_C@
|
||||||
|
ECHO_N = @ECHO_N@
|
||||||
|
ECHO_T = @ECHO_T@
|
||||||
|
EGREP = @EGREP@
|
||||||
|
EXEEXT = @EXEEXT@
|
||||||
GNOMEHELP = @GNOMEHELP@
|
GNOMEHELP = @GNOMEHELP@
|
||||||
GNOMEINC = @GNOMEINC@
|
GNOMEINC = @GNOMEINC@
|
||||||
GNOMELIB = @GNOMELIB@
|
GNOMELIB = @GNOMELIB@
|
||||||
GPREF = @GPREF@
|
GPREF = @GPREF@
|
||||||
GPREFIX = @GPREFIX@
|
GPREFIX = @GPREFIX@
|
||||||
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
|
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
|
||||||
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||||
INTLLIBS = @INTLLIBS@
|
INTLLIBS = @INTLLIBS@
|
||||||
LANGUAGES = @LANGUAGES@
|
LANGUAGES = @LANGUAGES@
|
||||||
|
LDFLAGS = @LDFLAGS@
|
||||||
|
LIBOBJS = @LIBOBJS@
|
||||||
LIBS = @LIBS@
|
LIBS = @LIBS@
|
||||||
|
LTLIBOBJS = @LTLIBOBJS@
|
||||||
|
MAKEINFO = @MAKEINFO@
|
||||||
MOFILES = @MOFILES@
|
MOFILES = @MOFILES@
|
||||||
MSGFMT = @MSGFMT@
|
MSGFMT = @MSGFMT@
|
||||||
|
OBJEXT = @OBJEXT@
|
||||||
P15_INCLUDES = @P15_INCLUDES@
|
P15_INCLUDES = @P15_INCLUDES@
|
||||||
P20_INCLUDES = @P20_INCLUDES@
|
P20_INCLUDES = @P20_INCLUDES@
|
||||||
P21_INCLUDES = @P21_INCLUDES@
|
P21_INCLUDES = @P21_INCLUDES@
|
||||||
P22_INCLUDES = @P22_INCLUDES@
|
P22_INCLUDES = @P22_INCLUDES@
|
||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||||
|
PACKAGE_NAME = @PACKAGE_NAME@
|
||||||
|
PACKAGE_STRING = @PACKAGE_STRING@
|
||||||
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||||
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||||
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||||
POFILES = @POFILES@
|
POFILES = @POFILES@
|
||||||
PYTHON = @PYTHON@
|
PYTHON = @PYTHON@
|
||||||
PYTHON22 = @PYTHON22@
|
PYTHON22 = @PYTHON22@
|
||||||
@ -95,20 +98,45 @@ PYTHON_PREFIX = @PYTHON_PREFIX@
|
|||||||
PYTHON_VERSION = @PYTHON_VERSION@
|
PYTHON_VERSION = @PYTHON_VERSION@
|
||||||
RELEASE = @RELEASE@
|
RELEASE = @RELEASE@
|
||||||
SCROLLKEEPER_BUILD_REQUIRED = @SCROLLKEEPER_BUILD_REQUIRED@
|
SCROLLKEEPER_BUILD_REQUIRED = @SCROLLKEEPER_BUILD_REQUIRED@
|
||||||
|
SET_MAKE = @SET_MAKE@
|
||||||
|
SHELL = @SHELL@
|
||||||
SK_CONFIG = @SK_CONFIG@
|
SK_CONFIG = @SK_CONFIG@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
SWIG = @SWIG@
|
SWIG = @SWIG@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
VERSIONSTRING = @VERSIONSTRING@
|
VERSIONSTRING = @VERSIONSTRING@
|
||||||
ZIP = @ZIP@
|
ZIP = @ZIP@
|
||||||
|
ac_ct_CC = @ac_ct_CC@
|
||||||
|
ac_ct_STRIP = @ac_ct_STRIP@
|
||||||
|
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
||||||
|
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
||||||
am__include = @am__include@
|
am__include = @am__include@
|
||||||
|
am__leading_dot = @am__leading_dot@
|
||||||
am__quote = @am__quote@
|
am__quote = @am__quote@
|
||||||
|
bindir = @bindir@
|
||||||
|
build_alias = @build_alias@
|
||||||
|
datadir = @datadir@
|
||||||
|
exec_prefix = @exec_prefix@
|
||||||
|
host_alias = @host_alias@
|
||||||
|
includedir = @includedir@
|
||||||
|
infodir = @infodir@
|
||||||
install_sh = @install_sh@
|
install_sh = @install_sh@
|
||||||
|
libdir = @libdir@
|
||||||
|
libexecdir = @libexecdir@
|
||||||
|
localstatedir = @localstatedir@
|
||||||
|
mandir = @mandir@
|
||||||
|
oldincludedir = @oldincludedir@
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/plugins
|
pkgpyexecdir = @pkgpyexecdir@/plugins
|
||||||
pkgpythondir = @pkgpythondir@/plugins
|
pkgpythondir = @pkgpythondir@/plugins
|
||||||
|
prefix = @prefix@
|
||||||
|
program_transform_name = @program_transform_name@
|
||||||
pyexecdir = @pyexecdir@
|
pyexecdir = @pyexecdir@
|
||||||
pythondir = @pythondir@
|
pythondir = @pythondir@
|
||||||
|
sbindir = @sbindir@
|
||||||
|
sharedstatedir = @sharedstatedir@
|
||||||
|
sysconfdir = @sysconfdir@
|
||||||
|
target_alias = @target_alias@
|
||||||
|
|
||||||
# This is the src/plugins level Makefile for Gramps
|
# This is the src/plugins level Makefile for Gramps
|
||||||
# We could use GNU make's ':=' syntax for nice wildcard use,
|
# We could use GNU make's ':=' syntax for nice wildcard use,
|
||||||
@ -118,6 +146,7 @@ pkgpython_PYTHON = \
|
|||||||
AncestorChart.py\
|
AncestorChart.py\
|
||||||
AncestorReport.py\
|
AncestorReport.py\
|
||||||
Ancestors.py\
|
Ancestors.py\
|
||||||
|
BookReport.py\
|
||||||
ChangeTypes.py\
|
ChangeTypes.py\
|
||||||
Check.py\
|
Check.py\
|
||||||
count_anc.py\
|
count_anc.py\
|
||||||
@ -128,6 +157,7 @@ pkgpython_PYTHON = \
|
|||||||
DetDescendantReport.py\
|
DetDescendantReport.py\
|
||||||
EventCmp.py\
|
EventCmp.py\
|
||||||
FamilyGroup.py\
|
FamilyGroup.py\
|
||||||
|
FanChart.py\
|
||||||
FtmStyleAncestors.py\
|
FtmStyleAncestors.py\
|
||||||
FtmStyleDescendants.py\
|
FtmStyleDescendants.py\
|
||||||
FilterEditor.py\
|
FilterEditor.py\
|
||||||
@ -177,6 +207,7 @@ dist_pkgdata_DATA = $(GLADEFILES)
|
|||||||
|
|
||||||
GRAMPS_PY_MODPATH = "../:../docgen"
|
GRAMPS_PY_MODPATH = "../:../docgen"
|
||||||
subdir = src/plugins
|
subdir = src/plugins
|
||||||
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||||
CONFIG_CLEAN_FILES =
|
CONFIG_CLEAN_FILES =
|
||||||
DIST_SOURCES =
|
DIST_SOURCES =
|
||||||
@ -199,11 +230,12 @@ install-pkgpythonPYTHON: $(pkgpython_PYTHON)
|
|||||||
@$(NORMAL_INSTALL)
|
@$(NORMAL_INSTALL)
|
||||||
$(mkinstalldirs) $(DESTDIR)$(pkgpythondir)
|
$(mkinstalldirs) $(DESTDIR)$(pkgpythondir)
|
||||||
@list='$(pkgpython_PYTHON)'; dlist=''; for p in $$list; do\
|
@list='$(pkgpython_PYTHON)'; dlist=''; for p in $$list; do\
|
||||||
if test -f $(srcdir)/$$p; then \
|
if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
|
||||||
|
if test -f $$b$$p; then \
|
||||||
d=`echo "$$p" | sed -e 's,^.*/,,'`; \
|
d=`echo "$$p" | sed -e 's,^.*/,,'`; \
|
||||||
dlist="$$dlist $$d"; \
|
dlist="$$dlist $$d"; \
|
||||||
echo " $(pkgpythonPYTHON_INSTALL) $(srcdir)/$$p $(DESTDIR)$(pkgpythondir)/$$d"; \
|
echo " $(pkgpythonPYTHON_INSTALL) $$b$$p $(DESTDIR)$(pkgpythondir)/$$d"; \
|
||||||
$(pkgpythonPYTHON_INSTALL) $(srcdir)/$$p $(DESTDIR)$(pkgpythondir)/$$d; \
|
$(pkgpythonPYTHON_INSTALL) $$b$$p $(DESTDIR)$(pkgpythondir)/$$d; \
|
||||||
else :; fi; \
|
else :; fi; \
|
||||||
done; \
|
done; \
|
||||||
PYTHON=$(PYTHON) $(py_compile) --basedir $(DESTDIR)$(pkgpythondir) $$dlist
|
PYTHON=$(PYTHON) $(py_compile) --basedir $(DESTDIR)$(pkgpythondir) $$dlist
|
||||||
@ -237,13 +269,22 @@ uninstall-dist_pkgdataDATA:
|
|||||||
tags: TAGS
|
tags: TAGS
|
||||||
TAGS:
|
TAGS:
|
||||||
|
|
||||||
|
ctags: CTAGS
|
||||||
|
CTAGS:
|
||||||
|
|
||||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
|
|
||||||
top_distdir = ../..
|
top_distdir = ../..
|
||||||
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
|
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
|
||||||
|
|
||||||
distdir: $(DISTFILES)
|
distdir: $(DISTFILES)
|
||||||
@list='$(DISTFILES)'; for file in $$list; do \
|
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
||||||
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
||||||
|
list='$(DISTFILES)'; for file in $$list; do \
|
||||||
|
case $$file in \
|
||||||
|
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
||||||
|
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
||||||
|
esac; \
|
||||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||||
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||||
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
||||||
@ -269,7 +310,6 @@ all-am: Makefile $(DATA)
|
|||||||
|
|
||||||
installdirs:
|
installdirs:
|
||||||
$(mkinstalldirs) $(DESTDIR)$(pkgpythondir) $(DESTDIR)$(pkgdatadir)
|
$(mkinstalldirs) $(DESTDIR)$(pkgpythondir) $(DESTDIR)$(pkgdatadir)
|
||||||
|
|
||||||
install: install-am
|
install: install-am
|
||||||
install-exec: install-exec-am
|
install-exec: install-exec-am
|
||||||
install-data: install-data-am
|
install-data: install-data-am
|
||||||
@ -328,6 +368,14 @@ mostlyclean: mostlyclean-am
|
|||||||
|
|
||||||
mostlyclean-am: mostlyclean-generic
|
mostlyclean-am: mostlyclean-generic
|
||||||
|
|
||||||
|
pdf: pdf-am
|
||||||
|
|
||||||
|
pdf-am:
|
||||||
|
|
||||||
|
ps: ps-am
|
||||||
|
|
||||||
|
ps-am:
|
||||||
|
|
||||||
uninstall-am: uninstall-dist_pkgdataDATA uninstall-info-am \
|
uninstall-am: uninstall-dist_pkgdataDATA uninstall-info-am \
|
||||||
uninstall-pkgpythonPYTHON
|
uninstall-pkgpythonPYTHON
|
||||||
|
|
||||||
@ -338,9 +386,10 @@ uninstall-am: uninstall-dist_pkgdataDATA uninstall-info-am \
|
|||||||
install-info install-info-am install-man \
|
install-info install-info-am install-man \
|
||||||
install-pkgpythonPYTHON install-strip installcheck \
|
install-pkgpythonPYTHON install-strip installcheck \
|
||||||
installcheck-am installdirs maintainer-clean \
|
installcheck-am installdirs maintainer-clean \
|
||||||
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
|
||||||
uninstall uninstall-am uninstall-dist_pkgdataDATA \
|
pdf-am ps ps-am uninstall uninstall-am \
|
||||||
uninstall-info-am uninstall-pkgpythonPYTHON
|
uninstall-dist_pkgdataDATA uninstall-info-am \
|
||||||
|
uninstall-pkgpythonPYTHON
|
||||||
|
|
||||||
|
|
||||||
pycheck:
|
pycheck:
|
||||||
|
Loading…
Reference in New Issue
Block a user