mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
612 B
35 lines
612 B
# -*-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_CONFIGDIR=@GNC_CONFIGDIR@
|
|
GNC_SHAREDIR=@GNC_SHAREDIR@
|
|
|
|
HAVE_PLOTUTILS=@HAVE_PLOTUTILS@
|