18 lines
473 B
Makefile
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@
|