mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-29 12:14:31 -06:00
4fc72a8883
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1557 57a11ea4-9604-0410-9ed3-97b8803252fd
36 lines
636 B
Makefile
36 lines
636 B
Makefile
# -*-makefile-*-
|
|
|
|
@SET_MAKE@
|
|
|
|
export SHELL=/bin/bash
|
|
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
prefix=@prefix@
|
|
datadir=@datadir@
|
|
# i.e. /usr/share
|
|
localstatedir=@localstatedir@
|
|
# i.e. /var/
|
|
sysconfdir=@sysconfdir@
|
|
# i.e. /etc/
|
|
includedir=@includedir@
|
|
|
|
CC = @CC@
|
|
INSTALL = @INSTALL@
|
|
RANLIB = @RANLIB@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
CPU = @target_cpu@
|
|
|
|
OPT_STYLE_INSTALL=@OPT_STYLE_INSTALL@
|
|
|
|
# These are *only* to be used at *install* time.
|
|
GNC_DOCDIR=@GNC_DOCDIR@
|
|
GNC_BINDIR=@GNC_BINDIR@
|
|
GNC_LIBDIR=@GNC_LIBDIR@
|
|
GNC_CONFIGDIR=@GNC_CONFIGDIR@
|
|
GNC_SHAREDIR=@GNC_SHAREDIR@
|
|
|
|
HAVE_PLOTUTILS=@HAVE_PLOTUTILS@
|