gramps/Makefile.comm.in

18 lines
473 B
Makefile
Raw Normal View History

2002-03-30 09:19:19 +05:30
# 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@