Remove unnecessary double quotes in assignments.
[automake.git] / header-vars.am
blobb886754964cccb93c958874a68b6d652c1f64a0e
1 ## automake - create Makefile.in from Makefile.am
2 ## Copyright (C) 1994-99, 2000 Free Software Foundation, Inc.
4 ## This program is free software; you can redistribute it and/or modify
5 ## it under the terms of the GNU General Public License as published by
6 ## the Free Software Foundation; either version 2, or (at your option)
7 ## any later version.
9 ## This program is distributed in the hope that it will be useful,
10 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 ## GNU General Public License for more details.
14 ## You should have received a copy of the GNU General Public License
15 ## along with this program; if not, write to the Free Software
16 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
17 ## 02111-1307, USA.
18 SHELL = @SHELL@
20 srcdir = @srcdir@
21 top_srcdir = @top_srcdir@
22 VPATH = @srcdir@
23 prefix = @prefix@
24 exec_prefix = @exec_prefix@
26 bindir = @bindir@
27 sbindir = @sbindir@
28 libexecdir = @libexecdir@
29 datadir = @datadir@
30 sysconfdir = @sysconfdir@
31 sharedstatedir = @sharedstatedir@
32 localstatedir = @localstatedir@
33 libdir = @libdir@
34 infodir = @infodir@
35 mandir = @mandir@
36 includedir = @includedir@
37 oldincludedir = /usr/include
39 @SET_MAKE@
41 ## We used to define this.  However, we don't because vendor makes
42 ## (e.g., Solaris, Irix) won't correctly propagate variables that are
43 ## defined in Makefile.  This particular variable can't be correctly
44 ## defined by configure (at least, not the current configure), so we
45 ## simply avoid defining it to allow the user to use this feature with
46 ## a vendor make.
47 ## DESTDIR =
49 ## Some derived variables that have been found to be useful.
50 pkgdatadir = $(datadir)/@PACKAGE@
51 pkglibdir = $(libdir)/@PACKAGE@
52 pkgincludedir = $(includedir)/@PACKAGE@
54 ## Location of top build directory relative to this one.
55 top_builddir = @top_builddir@
57 ACLOCAL = @ACLOCAL@
58 AUTOCONF = @AUTOCONF@
59 AUTOMAKE = @AUTOMAKE@
60 AUTOHEADER = @AUTOHEADER@
62 INSTALL = @INSTALL@
63 INSTALL_PROGRAM = @INSTALL_PROGRAM@
64 INSTALL_DATA = @INSTALL_DATA@
65 INSTALL_SCRIPT = @INSTALL_SCRIPT@
66 INSTALL_STRIP_FLAG =
67 transform = @program_transform_name@
69 ## These are defined because otherwise make on NetBSD V1.1 will print
70 ## (eg): $(NORMAL_INSTALL) expands to empty string.
71 NORMAL_INSTALL = :
72 PRE_INSTALL = :
73 POST_INSTALL = :
74 NORMAL_UNINSTALL = :
75 PRE_UNINSTALL = :
76 POST_UNINSTALL = :