sim: moxie: move arch-specific file compilation to top-level
[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-2023 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 AM_V = @AM_V@
21
22 EXEEXT = @EXEEXT@
23
24 LN_S = @LN_S@
25
26 CC = @CC@
27 C_DIALECT = @C_DIALECT@
28 CC_FOR_BUILD = @CC_FOR_BUILD@
29 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
30 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
31 CFLAGS = @CFLAGS@
32 CPPFLAGS = @CPPFLAGS@
33 LDFLAGS = @LDFLAGS@
34
35 AR = @AR@
36 AR_FLAGS = rc
37 RANLIB = @RANLIB@
38
39 LIBTOOL = @LIBTOOL@
40 AM_V_lt = $(am__v_lt_@AM_V@)
41 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
42 am__v_lt_0 = --silent
43 am__v_lt_1 =
44
45 DEPMODE = @CCDEPMODE@
46 DEPDIR = @DEPDIR@
47
48 SDL_CFLAGS = @SDL_CFLAGS@
49 TERMCAP_LIB = @TERMCAP_LIB@
50 READLINE_LIB = @READLINE_LIB@
51 READLINE_CFLAGS = @READLINE_CFLAGS@
52
53 COMMON_LIBS = @LIBS@
54 WARN_CFLAGS = @WARN_CFLAGS@
55 WERROR_CFLAGS = @WERROR_CFLAGS@
56
57 # Maintainer support, enable with --enable-maintainer-mode.
58 # Once all subdirs are moved to automake, we can drop this custom logic and
59 # switch back to using @MAINTAINER_MODE_TRUE@ directly.
60 MAINT = ; @true
61 # The following line is commented depending upon --enable-maintainer-mode.
62 @MAINTAINER_MODE_TRUE@MAINT =
63
64 SIM_INLINE = @SIM_INLINE@
65
66 SIM_HW_CFLAGS = @SIM_HW_CFLAGS@