]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/iq2000/Makefile.in
sim: hoist cgen mloop rules up to common builds
[thirdparty/binutils-gdb.git] / sim / iq2000 / Makefile.in
CommitLineData
edece237 1# Makefile template for Configure for the IQ2000 simulator
3666a048 2# Copyright (C) 1998-2021 Free Software Foundation, Inc.
edece237
CV
3# Contributed by Cygnus Support.
4#
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
4744ac1b 7# the Free Software Foundation; either version 3 of the License, or
edece237
CV
8# (at your option) any later version.
9#
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.
14#
4744ac1b
JB
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/>.
edece237
CV
17
18## COMMON_PRE_CONFIG_FRAG
19
20IQ2000_OBJS = iq2000.o cpu.o decode.o sem.o model.o mloop.o
21
edece237
CV
22SIM_OBJS = \
23 $(SIM_NEW_COMMON_OBJS) \
edece237 24 cgen-utils.o cgen-trace.o cgen-scache.o \
797eee42 25 cgen-run.o \
edece237 26 sim-if.o arch.o \
66b0e85d 27 $(IQ2000_OBJS)
edece237
CV
28
29# Extra headers included by sim-main.h.
30SIM_EXTRA_DEPS = \
31 $(CGEN_INCLUDE_DEPS) \
e7d8f1da 32 arch.h cpuall.h $(srcdir)/../../opcodes/iq2000-desc.h eng.h
edece237
CV
33
34SIM_EXTRA_CFLAGS =
35
36ALL_CPU_CFLAGS = -DHAVE_CPU_IQ2000BF -DHAVE_CPU_IQ10BF
37
edece237
CV
38SIM_EXTRA_CLEAN = iq2000-clean
39
94c9216c
MF
40# Some modules don't build cleanly yet.
41cpu.o iq2000.o mloop.o sem.o: SIM_WERROR_CFLAGS =
982c3a65 42
edece237
CV
43## COMMON_POST_CONFIG_FRAG
44
45arch = iq2000
46
e7d8f1da
TT
47arch.o: arch.c
48 $(COMPILE) -UHAVE_CPU_IQ10BF $(srcdir)/arch.c
49 $(POSTCOMPILE)
edece237
CV
50
51# IQ2000 objs
52
53IQ2000BF_INCLUDE_DEPS = \
54 $(CGEN_MAIN_CPU_DEPS) \
55 cpu.h decode.h eng.h
56
edece237 57iq2000-clean:
edece237
CV
58 rm -f tmp-*
59 rm -f stamp-arch stamp-cpu
60
6a8b8615 61stamp-arch: $(CGEN_READ_SCM) $(CGEN_ARCH_SCM) $(CPU_DIR)/iq2000.cpu Makefile
edece237 62 $(MAKE) cgen-arch $(CGEN_FLAGS_TO_PASS) mach=iq2000 \
6a8b8615 63 archfile=$(CPU_DIR)/iq2000.cpu \
edece237 64 FLAGS="with-scache with-profile=fn"
b6143d31 65 $(SILENCE) touch $@
edece237
CV
66arch.h arch.c cpuall.h: $(CGEN_MAINT) stamp-arch
67 @true
68
6a8b8615 69stamp-cpu: $(CGEN_READ_SCM) $(CGEN_CPU_SCM) $(CGEN_DECODE_SCM) $(CPU_DIR)/iq2000.cpu Makefile
edece237 70 $(MAKE) cgen-cpu-decode $(CGEN_FLAGS_TO_PASS) \
8065377a 71 cpu=iq2000bf mach=iq2000 \
6a8b8615 72 archfile=$(CPU_DIR)/iq2000.cpu \
8065377a
DE
73 FLAGS="with-scache with-profile=fn" \
74 EXTRAFILES="$(CGEN_CPU_SEM) $(CGEN_CPU_SEMSW)"
b6143d31 75 $(SILENCE) touch $@
edece237
CV
76cpu.h sem.c sem-switch.c model.c decode.c decode.h: $(CGEN_MAINT) stamp-cpu
77 @true