]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/arch-subdir.mk.in
167d39bf8e2f034800119e6878c264119a0cc183
[thirdparty/binutils-gdb.git] / sim / arch-subdir.mk.in
1 ## Fragment to pass common settings into arch subdir builds.
2 ## NB: This should eventually be merged into sim/Makefile.am once there are no
3 ## subdir configure scripts.
4 #
5 # Copyright (C) 1993-2021 Free Software Foundation, Inc.
6 #
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 3 of the License, or
10 # (at your option) any later version.
11 #
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
16 #
17 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19
20 host_alias = @host_alias@
21 target_alias = @target_alias@
22 program_transform_name = @program_transform_name@
23
24 EXEEXT = @EXEEXT@
25
26 INSTALL = @INSTALL@
27 INSTALL_PROGRAM = @INSTALL_PROGRAM@
28 INSTALL_DATA = @INSTALL_DATA@
29
30 CC = @CC@
31 C_DIALECT = @C_DIALECT@
32 CC_FOR_BUILD = @CC_FOR_BUILD@
33 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
34 CFLAGS = @CFLAGS@
35 CPPFLAGS = @CPPFLAGS@
36 CXXFLAGS = @CXXFLAGS@
37 LDFLAGS = @LDFLAGS@
38
39 AR = @AR@
40 AR_FLAGS = rc
41 RANLIB = @RANLIB@
42
43 DEPMODE = @CCDEPMODE@
44 DEPDIR = @DEPDIR@
45
46 zlibdir = @zlibdir@
47 @PLUGINS_TRUE@LIBDL = @lt_cv_dlopen_libs@
48 COMMON_LIBS = @LIBS@
49 WARN_CFLAGS = @WARN_CFLAGS@
50 WERROR_CFLAGS = @WERROR_CFLAGS@