trunk/SDL/config/local.mk.in |
|
File:
[Fresco] /
trunk /
SDL /
config / local.mk.in
(
download)
Revision:
1437,
Tue Dec 10 05:46:28 2002 UTC (7 years, 9 months ago) by
stefan
File size: 1530 byte(s)
convert the build system to use the portable 'shtool' instead of 'install'
# $Id$
#
# This source file is a part of the Fresco Project.
# Copyright (C) 2000 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@
CXX := @CXX@
SYNOPSIS := synopsis
SHTOOL := @top_srcdir@/config/shtool
SO_CXXFLAGS := @SO_CXXFLAGS@
SO_LDFLAGS := @SO_LDFLAGS@
CPPFLAGS := -I../include -I$(top_srcdir)/include @CPPFLAGS@
DEPFLAGS := -M
CXXFLAGS := @CXXFLAGS@
LIBS := @LIBS@