1 # Makefile template for Configure for the frv simulator
2 # Copyright (C) 1998-2023 Free Software Foundation, Inc.
3 # Contributed by Red Hat.
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 ## COMMON_PRE_CONFIG_FRAG
20 FRV_OBJS
= frv.o cpu.o decode.o sem.o model.o mloop.o cgen-par.o
23 $(SIM_NEW_COMMON_OBJS
) \
24 cgen-utils.o cgen-trace.o cgen-scache.o cgen-fpu.o cgen-accfp.o \
28 traps.o interrupts.o memory.o cache.o pipeline.o \
29 profile.o profile-fr400.o profile-fr450.o profile-fr500.o profile-fr550.o options.o \
32 SIM_EXTRA_CFLAGS
= @SIM_FRV_TRAPDUMP_FLAGS@
34 SIM_EXTRA_CLEAN
= frv-clean
36 # Some modules don't build cleanly yet.
37 memory.o sem.o
: SIM_WERROR_CFLAGS
=
39 ## COMMON_POST_CONFIG_FRAG
45 rm -f stamp-arch stamp-cpu
47 stamp-arch
: $(CGEN_READ_SCM
) $(CGEN_ARCH_SCM
) $(srcdir)/..
/..
/cpu
/frv.cpu
48 $(MAKE
) cgen-arch
$(CGEN_FLAGS_TO_PASS
) mach
=all \
49 archfile
=$(srcdir)/..
/..
/cpu
/frv.cpu \
52 arch.h arch.c cpuall.h
: $(CGEN_MAINT
) stamp-arch
55 stamp-cpu
: $(CGEN_READ_SCM
) $(CGEN_CPU_SCM
) $(CGEN_DECODE_SCM
) $(srcdir)/..
/..
/cpu
/frv.cpu
56 $(MAKE
) cgen-cpu-decode
$(CGEN_FLAGS_TO_PASS
) \
57 cpu
=frvbf mach
=frv
,fr550
,fr500
,fr450
,fr400
,tomcat
,simple SUFFIX
= \
58 archfile
=$(srcdir)/..
/..
/cpu
/frv.cpu \
59 FLAGS
="with-scache with-profile=fn with-generic-write with-parallel-only" \
60 EXTRAFILES
="$(CGEN_CPU_SEM)"
62 cpu.h sem.c model.c decode.c decode.h
: $(CGEN_MAINT
) stamp-cpu