Automatic date update in version.in
[deliverable/binutils-gdb.git] / sim / arch-subdir.mk.in
CommitLineData
3f8414df
MF
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/>.
47ce766a 19
d3562f83
MF
20host_alias = @host_alias@
21target_alias = @target_alias@
22program_transform_name = @program_transform_name@
23
24EXEEXT = @EXEEXT@
25
26INSTALL = @INSTALL@
27INSTALL_PROGRAM = @INSTALL_PROGRAM@
28INSTALL_DATA = @INSTALL_DATA@
29
30CC = @CC@
31C_DIALECT = @C_DIALECT@
32CC_FOR_BUILD = @CC_FOR_BUILD@
33CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
34CFLAGS = @CFLAGS@
35CPPFLAGS = @CPPFLAGS@
36CXXFLAGS = @CXXFLAGS@
37LDFLAGS = @LDFLAGS@
38
39AR = @AR@
40AR_FLAGS = rc
41RANLIB = @RANLIB@
a979f2a0 42DTC = @DTC@
d3562f83 43
bc56166f
MF
44DEPMODE = @CCDEPMODE@
45DEPDIR = @DEPDIR@
46
b5689863
MF
47zlibdir = @zlibdir@
48@PLUGINS_TRUE@LIBDL = @lt_cv_dlopen_libs@
ce3ec98a
MF
49LIBINTL = @LIBINTL@
50LIBINTL_DEP = @LIBINTL_DEP@
51INTL_CFLAGS = @INCINTL@
d57b6533
MF
52SDL_CFLAGS = @SDL_CFLAGS@
53SDL_LIBS = @SDL_LIBS@
5d0b3088
MF
54TERMCAP_LIB = @TERMCAP_LIB@
55READLINE_LIB = @READLINE_LIB@
56READLINE_CFLAGS = @READLINE_CFLAGS@
ce3ec98a 57
07490bf8 58COMMON_LIBS = @LIBS@
47ce766a
MF
59WARN_CFLAGS = @WARN_CFLAGS@
60WERROR_CFLAGS = @WERROR_CFLAGS@
d73f39ee 61
3a829bc5
MF
62# Maintainer support, enable with --enable-maintainer-mode.
63# Once all subdirs are moved to automake, we can drop this custom logic and
64# switch back to using @MAINTAINER_MODE_TRUE@ directly.
65MAINT = ; @true
66# The following line is commented depending upon --enable-maintainer-mode.
67@MAINTAINER_MODE_TRUE@MAINT =
68
1bf5c342
MF
69# cgen support, enable with --enable-cgen-maint
70CGEN_MAINT = ; @true
71# The following line is commented in or out depending upon --enable-cgen-maint.
72@CGEN_MAINT@CGEN_MAINT =
73CGENDIR = @cgendir@
74
d73f39ee 75SIM_INLINE = @SIM_INLINE@
456ef1c1
MF
76
77SIM_HW_CFLAGS = @sim_hw_cflags@
78SIM_HW_SOCKSER = @sim_hw_sockser@
79SIM_HW_OBJS = $(SIM_COMMON_HW_OBJS) $(SIM_HW_DEVICES:%=dv-%.o) $(SIM_HW_SOCKSER)
80@SIM_ENABLE_HW_FALSE@SIM_HW_OBJS =
This page took 0.028636 seconds and 4 git commands to generate.