Copyright year updates.
[automake/plouj.git] / lib / am / header-vars.am
blob22b64fa758e691a59dba9071979cc919a136bf9b
1 ## automake - create Makefile.in from Makefile.am
2 ## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2003, 2005,
3 ## 2006 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 3, or (at your option)
8 ## any later version.
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, see <http://www.gnu.org/licenses/>.
18 VPATH = @srcdir@
20 @SET_MAKE@
22 ## We used to define this.  However, we don't because vendor makes
23 ## (e.g., Solaris, Irix) won't correctly propagate variables that are
24 ## defined in Makefile.  This particular variable can't be correctly
25 ## defined by configure (at least, not the current configure), so we
26 ## simply avoid defining it to allow the user to use this feature with
27 ## a vendor make.
28 ## DESTDIR =
30 ## Some derived variables that have been found to be useful.
31 pkgdatadir = $(datadir)/@PACKAGE@
32 pkgincludedir = $(includedir)/@PACKAGE@
33 pkglibdir = $(libdir)/@PACKAGE@
34 pkglibexecdir = $(libexecdir)/@PACKAGE@
36 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
37 install_sh_DATA = $(install_sh) -c -m 644
38 install_sh_PROGRAM = $(install_sh) -c
39 install_sh_SCRIPT = $(install_sh) -c
40 INSTALL_HEADER = $(INSTALL_DATA)
41 transform = $(program_transform_name)
43 ## These are defined because otherwise make on NetBSD V1.1 will print
44 ## (eg): $(NORMAL_INSTALL) expands to empty string.
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
52 ## dejagnu.am uses these variables.  Some users might rely on them too.
53 ?BUILD?build_triplet = @build@
54 ?HOST?host_triplet = @host@
55 ?TARGET?target_triplet = @target@