gramps/Makefile.am

39 lines
785 B
Makefile
Raw Normal View History

2006-03-17 01:22:33 +00:00
# This is the top level Makefile for Gramps
# $Id$
2007-10-30 11:11:53 +00:00
SUBDIRS = m4 po src data example help
2002-10-20 14:25:16 +00:00
2006-03-17 01:22:33 +00:00
EXTRA_DIST = \
config.rpath autogen.sh gramps.spec.in gramps.spec \
COPYING-DOCS FAQ COPYING \
intltool-extract.in intltool-merge.in intltool-update.in \
2006-03-18 00:36:16 +00:00
config.sub config.guess gnome-doc-utils.make
2002-10-20 14:25:16 +00:00
bin_SCRIPTS = gramps
dist_pkgdata_DATA = COPYING
distuninstallcheck_listfiles = find . -type -f -print | grep -E -v '/(globs|magic|XMLnamespaces)'
DISTCLEANFILES = intltool-extract intltool-merge intltool-update \
gnome-doc-utils.make
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
2002-10-20 14:25:16 +00:00
gramps: gramps.sh
cp gramps.sh gramps
.PHONY: pycheck trans
pycheck:
(cd src; make pycheck)
trans:
(cd src; make trans)
distuninstallcheck:
@:
CLEANFILES = gramps
ACLOCAL_AMFLAGS = -I m4