1 ## automake - create Makefile.in from Makefile.am
2 ## Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000
3 ## Free Software Foundation, Inc.
5 ## This program is free software; you can redistribute it and/or modify
6 ## it under the terms of the GNU General Public License as published by
7 ## the Free Software Foundation; either version 2, or (at your option)
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 ## GNU General Public License for more details.
15 ## You should have received a copy of the GNU General Public License
16 ## along with this program; if not, write to the Free Software
17 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
22 top_srcdir = @top_srcdir@
25 exec_prefix = @exec_prefix@
29 libexecdir = @libexecdir@
31 sysconfdir = @sysconfdir@
32 sharedstatedir = @sharedstatedir@
33 localstatedir = @localstatedir@
37 includedir = @includedir@
38 oldincludedir = /usr/include
42 ## We used to define this. However, we don't because vendor makes
43 ## (e.g., Solaris, Irix) won't correctly propagate variables that are
44 ## defined in Makefile. This particular variable can't be correctly
45 ## defined by configure (at least, not the current configure), so we
46 ## simply avoid defining it to allow the user to use this feature with
50 ## Some derived variables that have been found to be useful.
51 pkgdatadir = $(datadir)/@PACKAGE@
52 pkglibdir = $(libdir)/@PACKAGE@
53 pkgincludedir = $(includedir)/@PACKAGE@
55 ## Location of top build directory relative to this one.
56 top_builddir = @top_builddir@
61 AUTOHEADER = @AUTOHEADER@
64 INSTALL_PROGRAM = @INSTALL_PROGRAM@
65 INSTALL_DATA = @INSTALL_DATA@
66 INSTALL_SCRIPT = @INSTALL_SCRIPT@
68 transform = @program_transform_name@
70 ## These are defined because otherwise make on NetBSD V1.1 will print
71 ## (eg): $(NORMAL_INSTALL) expands to empty string.