gramps/gramps/Makefile.comm.in
Donald A. Peterson ec61107440 New Makefile structure
svn: r881
2002-03-30 03:49:19 +00:00

18 lines
473 B
Makefile

# Hold variable definitions needed by slave Makefiles
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
datadir = @datadir@/@PACKAGE@
INSTALL = @INSTALL@
sharedir = ${prefix}/share/gramps
GNOMEHELP = ${prefix}/share/gnome/help
GM = gramps-manual
EG = extending-gramps
DB2HTML = @DOCBOOKHTML@
@SET_MAKE@
# Ensure the correct "/bin/sh" for interpreting commands
# in case the user has some other shell environment
SHELL = @BINSH@