gnucash/Makefile.init.in
Dave Peticolas c1d8d755b4 Rob Browning's patch to break out g-wrap.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2277 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-05-08 23:59:45 +00:00

83 lines
2.3 KiB
Makefile

# Makefile.init -- configured make variables
# Copyright (C) 2000 Linas Vepstas
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of
# the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, contact:
#
# Free Software Foundation Voice: +1-617-542-5942
# 59 Temple Place - Suite 330 Fax: +1-617-542-2652
# Boston, MA 02111-1307, USA gnu@gnu.org
@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@
mandir=@mandir@
VERSION = @VERSION@
PACKAGE = @PACKAGE@
ABSOLUTE_TOP_SRCDIR=@ABSOLUTE_TOP_SRCDIR@
CC = @CC@
CXX = @CXX@
CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@
DEFS = @DEFS@
INSTALL = @INSTALL@
RANLIB = @RANLIB@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
SWIG = @SWIG@
PERL = @PERL@
GUILE = @GUILE@
CPU = @target_cpu@
OPT_STYLE_INSTALL=@OPT_STYLE_INSTALL@
GUILE_LINK_ARGS = @GUILE_LINK_ARGS@
GUILE_COMPILE_ARGS = @GUILE_COMPILE_ARGS@
G_WRAP_LINK_ARGS = @G_WRAP_LINK_ARGS@
G_WRAP_COMPILE_ARGS = @G_WRAP_COMPILE_ARGS@
LOCALE_DIR = @LOCALE_DIR@
# 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@
GNC_MANDIR=@GNC_MANDIR@
HAVE_PLOTUTILS=@HAVE_PLOTUTILS@
GLIB_CONFIG_BIN=@GLIB_CONFIG_BIN@
GNOME_CONFIG_BIN=@GNOME_CONFIG_BIN@