1 # Makefile template for Configure for the mn10300 sim library.
2 # Copyright (C) 1996-2019 Free Software Foundation, Inc.
3 # Written 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
21 itable.o semantics.o idecode.o icache.o engine.o irun.o support.o \
22 $(SIM_NEW_COMMON_OBJS
) \
26 SIM_OBJS
= $(MN10300_OBJS
) interp.o
28 SIM_EXTRA_CLEAN
= clean-igen
29 # Extra dependencies for "sim-main.h"
30 SIM_EXTRA_DEPS
= mn10300_sim.h itable.h idecode.h
32 # Select mn10300 support in nltvals.def.
33 NL_TARGET
= -DNL_TARGET_mn10300
35 INCLUDE
= mn10300_sim.h
$(srcdir)/..
/..
/include/gdb
/callback.h
37 # List of extra flags to always pass to $(CC).
38 SIM_EXTRA_CFLAGS
= -DPOLL_QUIT_INTERVAL
=0x20
40 ## COMMON_POST_CONFIG_FRAG
42 idecode.o op_utils.o semantics.o
: targ-vals.h
44 BUILT_SRC_FROM_IGEN
= \
60 $(BUILT_SRC_FROM_IGEN
): tmp-igen
65 rm -f
$(BUILT_SRC_FROM_IGEN
)
66 rm -f tmp-igen tmp-insns
71 IGEN_TRACE
= # -G omit-line-numbers # -G trace-rule-selection -G trace-rule-rejection -G trace-entries
72 IGEN_INSN
=$(srcdir)/mn10300.igen
$(srcdir)/am33.igen
$(srcdir)/am33-2.igen
73 IGEN_DC
=$(srcdir)/mn10300.dc
74 tmp-igen
: $(IGEN_INSN
) $(IGEN_DC
) ..
/igen
/igen
78 -G gen-direct-access \
79 -M mn10300
,am33
-G gen-multi-sim
=am33 \
85 -n icache.h
-hc tmp-icache.h \
86 -n icache.c
-c tmp-icache.c \
87 -n semantics.h
-hs tmp-semantics.h \
88 -n semantics.c
-s tmp-semantics.c \
89 -n idecode.h
-hd tmp-idecode.h \
90 -n idecode.c
-d tmp-idecode.c \
91 -n model.h
-hm tmp-model.h \
92 -n model.c
-m tmp-model.c \
93 -n support.h
-hf tmp-support.h \
94 -n support.c
-f tmp-support.c \
95 -n itable.h
-ht tmp-itable.h \
96 -n itable.c
-t tmp-itable.c \
97 -n engine.h
-he tmp-engine.h \
98 -n engine.c
-e tmp-engine.c \
99 -n irun.c
-r tmp-irun.c
100 $(SHELL
) $(srcdir)/..
/..
/move-if-change tmp-icache.h icache.h
101 $(SHELL
) $(srcdir)/..
/..
/move-if-change tmp-icache.c icache.c
102 $(SHELL
) $(srcdir)/..
/..
/move-if-change tmp-idecode.h idecode.h
103 $(SHELL
) $(srcdir)/..
/..
/move-if-change tmp-idecode.c idecode.c
104 $(SHELL
) $(srcdir)/..
/..
/move-if-change tmp-semantics.h semantics.h
105 $(SHELL
) $(srcdir)/..
/..
/move-if-change tmp-semantics.c semantics.c
106 $(SHELL
) $(srcdir)/..
/..
/move-if-change tmp-model.h model.h
107 $(SHELL
) $(srcdir)/..
/..
/move-if-change tmp-model.c model.c
108 $(SHELL
) $(srcdir)/..
/..
/move-if-change tmp-support.h support.h
109 $(SHELL
) $(srcdir)/..
/..
/move-if-change tmp-support.c support.c
110 $(SHELL
) $(srcdir)/..
/..
/move-if-change tmp-itable.h itable.h
111 $(SHELL
) $(srcdir)/..
/..
/move-if-change tmp-itable.c itable.c
112 $(SHELL
) $(srcdir)/..
/..
/move-if-change tmp-engine.h engine.h
113 $(SHELL
) $(srcdir)/..
/..
/move-if-change tmp-engine.c engine.c
114 $(SHELL
) $(srcdir)/..
/..
/move-if-change tmp-irun.c irun.c
117 interp.o
: interp.c
$(INCLUDE
)