1 # Makefile template for Configure for the IQ2000 simulator
2 # Copyright (C) 1998-2019 Free Software Foundation, Inc.
3 # Contributed by Cygnus Support.
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 IQ2000_OBJS
= iq2000.o cpu.o decode.o sem.o model.o mloop.o
23 $(SIM_NEW_COMMON_OBJS
) \
24 cgen-utils.o cgen-trace.o cgen-scache.o \
29 # Extra headers included by sim-main.h.
31 $(CGEN_INCLUDE_DEPS
) \
32 arch.h cpuall.h
$(srcdir)/..
/..
/opcodes
/iq2000-desc.h
36 ALL_CPU_CFLAGS
= -DHAVE_CPU_IQ2000BF
-DHAVE_CPU_IQ10BF
38 SIM_EXTRA_CLEAN
= iq2000-clean
40 ## COMMON_POST_CONFIG_FRAG
44 sim-if.o
: $(srcdir)/sim-if.c
$(SIM_MAIN_DEPS
) $(srcdir)/..
/common
/sim-core.h
46 arch.o
: arch.c
$(SIM_MAIN_DEPS
)
47 $(CC
) -c
$(srcdir)/arch.c
$(ALL_CFLAGS
) -UHAVE_CPU_IQ10BF
49 devices.o
: $(srcdir)/devices.c
$(SIM_MAIN_DEPS
)
53 IQ2000BF_INCLUDE_DEPS
= \
54 $(CGEN_MAIN_CPU_DEPS
) \
57 iq2000.o
: $(srcdir)/iq2000.c
$(IQ2000BF_INCLUDE_DEPS
)
59 # FIXME: Use of `mono' is wip.
60 mloop.c eng.h
: stamp-mloop
61 stamp-mloop
: $(srcdir)/..
/common
/genmloop.sh mloop.in Makefile
62 $(SHELL
) $(srccom
)/genmloop.sh
-shell $(SHELL
) \
63 -mono
-fast
-pbb
-switch sem-switch.c \
64 -cpu iq2000bf
-infile
$(srcdir)/mloop.in
65 $(SHELL
) $(srcroot
)/move-if-change eng.hin eng.h
66 $(SHELL
) $(srcroot
)/move-if-change mloop.cin mloop.c
68 mloop.o
: mloop.c
$(srcdir)/sem-switch.c
$(IQ2000BF_INCLUDE_DEPS
)
70 cpu.o
: $(srcdir)/cpu.c
$(IQ2000BF_INCLUDE_DEPS
)
71 decode.o
: $(srcdir)/decode.c
$(IQ2000BF_INCLUDE_DEPS
)
72 sem.o
: $(srcdir)/sem.c
$(IQ2000BF_INCLUDE_DEPS
)
73 model.o
: $(srcdir)/model.c
$(IQ2000BF_INCLUDE_DEPS
)
76 rm -f mloop.c eng.h stamp-mloop
78 rm -f stamp-arch stamp-cpu
80 # cgen support, enable with --enable-cgen-maint
82 # The following line is commented in or out depending upon --enable-cgen-maint.
83 @CGEN_MAINT@CGEN_MAINT
=
85 stamp-arch
: $(CGEN_READ_SCM
) $(CGEN_ARCH_SCM
) $(CPU_DIR
)/iq2000.cpu Makefile
86 $(MAKE
) cgen-arch
$(CGEN_FLAGS_TO_PASS
) mach
=iq2000 \
87 archfile
=$(CPU_DIR
)/iq2000.cpu \
88 FLAGS
="with-scache with-profile=fn"
90 arch.h arch.c cpuall.h
: $(CGEN_MAINT
) stamp-arch
93 stamp-cpu
: $(CGEN_READ_SCM
) $(CGEN_CPU_SCM
) $(CGEN_DECODE_SCM
) $(CPU_DIR
)/iq2000.cpu Makefile
94 $(MAKE
) cgen-cpu-decode
$(CGEN_FLAGS_TO_PASS
) \
95 cpu
=iq2000bf mach
=iq2000 \
96 archfile
=$(CPU_DIR
)/iq2000.cpu \
97 FLAGS
="with-scache with-profile=fn" \
98 EXTRAFILES
="$(CGEN_CPU_SEM) $(CGEN_CPU_SEMSW)"
100 cpu.h sem.c sem-switch.c model.c decode.c decode.h
: $(CGEN_MAINT
) stamp-cpu