2006-03-17 06:52:33 +05:30
|
|
|
# This is the top level Makefile for Gramps
|
|
|
|
# $Id$
|
|
|
|
|
2007-10-30 16:41:53 +05:30
|
|
|
SUBDIRS = m4 po src data example help
|
2002-10-20 19:55:16 +05:30
|
|
|
|
2006-03-17 06:52:33 +05:30
|
|
|
EXTRA_DIST = \
|
2008-01-14 11:26:34 +05:30
|
|
|
config.rpath autogen.sh \
|
2006-03-17 06:52:33 +05:30
|
|
|
COPYING-DOCS FAQ COPYING \
|
|
|
|
intltool-extract.in intltool-merge.in intltool-update.in \
|
2006-03-18 06:06:16 +05:30
|
|
|
config.sub config.guess gnome-doc-utils.make
|
2002-10-20 19:55:16 +05:30
|
|
|
|
|
|
|
bin_SCRIPTS = gramps
|
2005-08-13 08:53:02 +05:30
|
|
|
|
|
|
|
dist_pkgdata_DATA = COPYING
|
|
|
|
|
2004-10-29 09:07:01 +05:30
|
|
|
distuninstallcheck_listfiles = find . -type -f -print | grep -E -v '/(globs|magic|XMLnamespaces)'
|
|
|
|
|
2006-03-18 02:11:14 +05:30
|
|
|
DISTCLEANFILES = intltool-extract intltool-merge intltool-update \
|
|
|
|
gnome-doc-utils.make
|
|
|
|
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
|
2002-10-20 19:55:16 +05:30
|
|
|
|
|
|
|
gramps: gramps.sh
|
|
|
|
cp gramps.sh gramps
|
|
|
|
|
2003-05-21 06:00:02 +05:30
|
|
|
.PHONY: pycheck trans
|
2004-04-11 08:07:13 +05:30
|
|
|
|
2003-05-21 06:00:02 +05:30
|
|
|
pycheck:
|
|
|
|
(cd src; make pycheck)
|
|
|
|
trans:
|
|
|
|
(cd src; make trans)
|
2003-06-19 16:22:16 +05:30
|
|
|
|
2004-09-27 08:46:48 +05:30
|
|
|
distuninstallcheck:
|
|
|
|
@:
|
|
|
|
|
2003-06-19 16:22:16 +05:30
|
|
|
CLEANFILES = gramps
|
2006-03-16 05:28:23 +05:30
|
|
|
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|