mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-22 17:06:36 -06:00
935d2436f1
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1707 57a11ea4-9604-0410-9ed3-97b8803252fd
50 lines
1.0 KiB
Makefile
50 lines
1.0 KiB
Makefile
# -*-makefile-*-
|
|
|
|
@SET_MAKE@
|
|
|
|
export PATH := @GUILE_BIN@:@ABSOLUTE_TOP_SRCDIR@/lib/g-wrap-install/bin/:${PATH}
|
|
|
|
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@
|
|
C++ = @C++@
|
|
CFLAGS = @CFLAGS@
|
|
CPPFLAGS = @CPPFLAGS@
|
|
INSTALL = @INSTALL@
|
|
RANLIB = @RANLIB@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
SWIG = @SWIG@
|
|
GWRAP = @top_srcdir@/lib/g-wrap-install/bin
|
|
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@
|