Change make license
[platform/upstream/make.git] / build.cfg.in
1 # Configuration for building GNU Make in the absence of any 'make' program.
2 # @configure_input@
3
4 # Copyright (C) 1993-2020 Free Software Foundation, Inc.
5 # This file is part of GNU Make.
6 #
7 # GNU Make is free software; you can redistribute it and/or modify it under
8 # the terms of the GNU General Public License as published by the Free Software
9 # Foundation; either version 3 of the License, or (at your option) any later
10 # version.
11 #
12 # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
13 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
14 # FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
15 # details.
16 #
17 # You should have received a copy of the GNU General Public License along with
18 # this program.  If not, see <http://www.gnu.org/licenses/>.
19
20 # See Makefile.in for comments describing these variables.
21
22 top_srcdir='@top_srcdir@'
23
24 prefix='@prefix@'
25 exec_prefix=`eval echo @exec_prefix@`
26
27 CC='@CC@'
28 AR='@AR@'
29 CFLAGS='@CFLAGS@ @GUILE_CFLAGS@'
30 CPPFLAGS='@CPPFLAGS@'
31 DEFS='@DEFS@'
32 ARFLAGS='@ARFLAGS@'
33 LDFLAGS='@AM_LDFLAGS@ @LDFLAGS@'
34 ALLOCA='@ALLOCA@'
35 LOADLIBES='@LIBS@ @GUILE_LIBS@ @LIBINTL@'
36 REMOTE='@REMOTE@'
37 OBJEXT='@OBJEXT@'
38 EXEEXT='@EXEEXT@'