| # Makefile template for Configure for the m32r simulator |
| # Copyright (C) 1996-2023 Free Software Foundation, Inc. |
| # Contributed by Cygnus Support. |
| # |
| # This file is part of GDB, the GNU debugger. |
| # |
| # This program is free software; you can redistribute it and/or modify |
| # it under the terms of the GNU General Public License as published by |
| # the Free Software Foundation; either version 3 of the License, or |
| # (at your option) any later version. |
| # |
| # This program is distributed in the hope that it will be useful, |
| # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| # GNU General Public License for more details. |
| # |
| # You should have received a copy of the GNU General Public License |
| # along with this program. If not, see <http://www.gnu.org/licenses/>. |
| |
| ## COMMON_PRE_CONFIG_FRAG |
| |
| arch = m32r |
| |
| M32R_OBJS = m32r.o cpu.o decode.o sem.o model.o mloop.o |
| M32RX_OBJS = m32rx.o cpux.o decodex.o modelx.o mloopx.o |
| M32R2_OBJS = m32r2.o cpu2.o decode2.o model2.o mloop2.o |
| |
| SIM_OBJS = \ |
| $(SIM_NEW_COMMON_OBJS) \ |
| cgen-utils.o cgen-trace.o cgen-scache.o \ |
| cgen-run.o \ |
| sim-if.o arch.o \ |
| $(M32R_OBJS) \ |
| $(M32RX_OBJS) \ |
| $(M32R2_OBJS) \ |
| traps.o |
| |
| # Some modules don't build cleanly yet. |
| cpu.o cpu2.o cpux.o m32r.o m32r2.o m32rx.o mloop.o mloop2.o mloopx.o sem.o sim-if.o traps.o: SIM_WERROR_CFLAGS = |
| |
| ## COMMON_POST_CONFIG_FRAG |