trunk/Prague/config/local.mk.in |
|
File:
[Fresco] /
trunk /
Prague /
config / local.mk.in
(
download)
Revision:
1618,
Wed Apr 30 02:04:42 2003 UTC (7 years, 4 months ago) by
stefan
File size: 1647 byte(s)
fix include path
# $Id$
#
# This source file is a part of the Fresco Project.
# Copyright (C) 1999 Stefan Seefeld <stefan@fresco.org>
# http://www.fresco.org/
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
# License as published by the Free Software Foundation; either
# version 2 of the License, or (at your option) any later version.
#
# This library 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
# Library General Public License for more details.
#
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the
# Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
# Places to install libraries, binaries, etc, from Autoconf's info page
prefix := @prefix@
exec_prefix := @exec_prefix@
bindir := @bindir@
sbindir := @sbindir@
libexecdir := @libexecdir@
datadir := @datadir@
sysconfdir := @sysconfdir@
sharedstatedir := @sharedstatedir@
localstatedir := @localstatedir@
libdir := @libdir@
includedir := @includedir@
oldincludedir := @oldincludedir@
infodir := @infodir@
mandir := @mandir@
abs_top_builddir:= @abs_top_builddir@
abs_top_srcdir := @abs_top_srcdir@
CXX := @CXX@
SYNOPSIS := synopsis
SHTOOL := @top_srcdir@/config/shtool
SO_CXXFLAGS := @SO_CXXFLAGS@
SO_LDFLAGS := @SO_LDFLAGS@
CPPFLAGS := -I$(top_builddir)/include -I$(top_srcdir)/include @CPPFLAGS@
LDFLAGS := @LDFLAGS@
DEPFLAGS := -M
CXXFLAGS := @CXXFLAGS@
LIBS := @LIBS@