1 # Makefile template for configure for the or1k simulator
2 # Copyright (C) 2017-2019 Free Software Foundation, Inc.
4 # This file is part of GDB, the GNU debugger.
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3 of the License, or
9 # (at your option) any later version.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 ## COMMON_PRE_CONFIG_FRAG
33 $(SIM_NEW_COMMON_OBJS
) \
50 SIM_OBJS
+= $(OR1K_OBJS
)
52 # Extra headers included by sim-main.h.
54 $(CGEN_INCLUDE_DEPS
) \
56 $(srcdir)/..
/..
/opcodes
/or1k-desc.h \
66 SIM_EXTRA_CLEAN
= or1k-clean
68 ## COMMON_POST_CONFIG_FRAG
74 OR1K32BF_INCLUDE_DEPS
= \
75 $(CGEN_MAIN_CPU_DEPS
) \
80 mloop.c eng.h
: stamp-mloop
; @true
81 stamp-mloop
: $(srcdir)/..
/common
/genmloop.sh mloop.in Makefile
82 $(SHELL
) $(srccom
)/genmloop.sh
-shell $(SHELL
) \
83 -mono
-fast
-pbb
-switch sem-switch.c \
84 -cpu or1k32bf
-infile
$(srcdir)/mloop.in
85 $(SHELL
) $(srcroot
)/move-if-change eng.hin eng.h
86 $(SHELL
) $(srcroot
)/move-if-change mloop.cin mloop.c
88 mloop.o
: mloop.c sem-switch.c
$(OR1K32BF_INCLUDE_DEPS
)
89 or1k.o
: or1k.c
$(OR1K32BF_INCLUDE_DEPS
)
92 arch.o
: arch.c
$(SIM_MAIN_DEPS
)
93 cpu.o
: cpu.c
$(OR1K32BF_INCLUDE_DEPS
)
94 decode.o
: decode.c
$(OR1K32BF_INCLUDE_DEPS
)
95 sem.o
: sem.c
$(OR1K32BF_INCLUDE_DEPS
)
96 sem-switch.o
: sem-switch.c
$(OR1K32BF_INCLUDE_DEPS
)
97 model.o
: model.c
$(OR1K32BF_INCLUDE_DEPS
)
99 sim-if.o
: sim-if.c
$(SIM_MAIN_DEPS
) $(srcdir)/..
/common
/sim-core.h eng.h
103 traps.o
: traps.c
$(SIM_MAIN_DEPS
) eng.h
108 rm -f mloop.c eng.h stamp-mloop
110 # cgen support, enable with --enable-cgen-maint
112 # The following line is commented in or out depending upon --enable-cgen-maint.
113 @CGEN_MAINT@CGEN_MAINT
=
115 stamps
: stamp-arch stamp-cpu stamp-mloop
117 # NOTE: Generated source files are specified as full paths,
118 # e.g. $(srcdir)/arch.c, because make may decide the files live
119 # in objdir otherwise.
122 $(CPU_DIR
)/or1k.cpu \
123 $(CPU_DIR
)/or1k.opc \
124 $(CPU_DIR
)/or1kcommon.cpu \
125 $(CPU_DIR
)/or1korbis.cpu \
126 $(CPU_DIR
)/or1korfpx.cpu \
129 stamp-arch
: $(CGEN_READ_SCM
) $(CGEN_ARCH_SCM
) $(OR1K_CGEN_DEPS
)
130 $(MAKE
) cgen-arch
$(CGEN_FLAGS_TO_PASS
) \
132 archfile
=$(CPU_DIR
)/or1k.cpu \
135 $(srcdir)/arch.h
$(srcdir)/arch.c
$(srcdir)/cpuall.h
: $(CGEN_MAINT
) stamp-arch
138 stamp-cpu
: $(CGEN_READ_SCM
) $(CGEN_CPU_SCM
) $(OR1K_CGEN_DEPS
)
139 $(MAKE
) cgen-cpu-decode
$(CGEN_FLAGS_TO_PASS
) \
142 archfile
=$(CPU_DIR
)/or1k.cpu \
143 FLAGS
="with-scache" \
144 EXTRAFILES
="$(CGEN_CPU_SEM) $(CGEN_CPU_SEMSW)"
146 $(srcdir)/cpu.h
$(srcdir)/cpu.c
$(srcdir)/model.c
$(srcdir)/sem.c
$(srcdir)/sem-switch.c
$(srcdir)/decode.c
$(srcdir)/decode.h
: $(CGEN_MAINT
) stamp-cpu