mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
This code originally from a large patch from Rob Browning. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1647 57a11ea4-9604-0410-9ed3-97b8803252fd
46 lines
870 B
Makefile
46 lines
870 B
Makefile
# -*-makefile-*-
|
|
|
|
@SET_MAKE@
|
|
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
|
|
# datadir is usually /usr/share/
|
|
datadir=@datadir@
|
|
|
|
# localstatedir is usually /var/
|
|
localstatedir=@localstatedir@
|
|
|
|
# sysconfdir is usually /etc/
|
|
sysconfdir=@sysconfdir@
|
|
|
|
includedir=@includedir@
|
|
|
|
CC = @CC@
|
|
CFLAGS = @CFLAGS@
|
|
CPPFLAGS = @CPPFLAGS@
|
|
INSTALL = @INSTALL@
|
|
RANLIB = @RANLIB@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
SWIG = @SWIG@
|
|
PERL = @PERL@
|
|
|
|
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@
|
|
GNOME_CONFIG_BIN=@GNOME_CONFIG_BIN@
|