1 # Makefile template for Configure for the MIPS simulator.
2 # Written by Cygnus Support.
6 ## COMMON_PRE_CONFIG_FRAG
9 srcroot=$(srcdir)/../../
11 # Object files created by various simulator generators.
38 SIM_MULTI_OBJ = itable.o @sim_multi_obj@
40 MIPS_EXTRA_OBJS = @mips_extra_objs@
41 MIPS_EXTRA_LIBS = @mips_extra_libs@
44 $(SIM_@sim_gen@_OBJ) \
45 $(SIM_NEW_COMMON_OBJS) \
58 # List of flags to always pass to $(CC).
59 SIM_SUBTARGET=@SIM_SUBTARGET@
60 SIM_EXTRA_CFLAGS = $(SIM_SUBTARGET)
62 SIM_EXTRA_CLEAN = clean-extra
63 SIM_EXTRA_DISTCLEAN = distclean-extra
65 SIM_EXTRA_ALL = $(SIM_@sim_gen@_ALL)
67 SIM_EXTRA_LIBS = $(MIPS_EXTRA_LIBS)
69 # List of main object files for `run'.
74 ## COMMON_POST_CONFIG_FRAG
76 interp.o: $(srcdir)/interp.c config.h sim-main.h itable.h
77 cp1.o: $(srcdir)/cp1.c config.h sim-main.h
79 mdmx.o: $(srcdir)/mdmx.c $(srcdir)/sim-main.h
81 multi-run.o: multi-include.h tmp-mach-multi
86 IGEN_TRACE= # -G omit-line-numbers # -G trace-rule-selection -G trace-rule-rejection -G trace-entries # -G trace-all
87 IGEN_INSN=$(srcdir)/mips.igen
88 IGEN_DC=$(srcdir)/mips.dc
89 M16_DC=$(srcdir)/m16.dc
93 $(srcdir)/mips3d.igen \
98 # NB: Since these can be built by a number of generators, care
99 # must be taken to ensure that they are only dependant on
100 # one of those generators.
101 BUILT_SRC_FROM_GEN = \
105 SIM_IGEN_ALL = tmp-igen
106 SIM_M16_ALL = tmp-m16
107 SIM_MULTI_ALL = tmp-multi
109 $(BUILT_SRC_FROM_GEN): $(SIM_@sim_gen@_ALL)
113 BUILT_SRC_FROM_IGEN = \
128 $(BUILT_SRC_FROM_IGEN): tmp-igen
130 tmp-igen: $(IGEN_INSN) $(IGEN_DC) ../igen/igen $(IGEN_INCLUDE)
131 cd ../igen && $(MAKE)
138 -G gen-direct-access \
145 -n icache.h -hc tmp-icache.h \
146 -n icache.c -c tmp-icache.c \
147 -n semantics.h -hs tmp-semantics.h \
148 -n semantics.c -s tmp-semantics.c \
149 -n idecode.h -hd tmp-idecode.h \
150 -n idecode.c -d tmp-idecode.c \
151 -n model.h -hm tmp-model.h \
152 -n model.c -m tmp-model.c \
153 -n support.h -hf tmp-support.h \
154 -n support.c -f tmp-support.c \
155 -n itable.h -ht tmp-itable.h \
156 -n itable.c -t tmp-itable.c \
157 -n engine.h -he tmp-engine.h \
158 -n engine.c -e tmp-engine.c \
159 -n irun.c -r tmp-irun.c
160 $(SHELL) $(srcdir)/../../move-if-change tmp-icache.h icache.h
161 $(SHELL) $(srcdir)/../../move-if-change tmp-icache.c icache.c
162 $(SHELL) $(srcdir)/../../move-if-change tmp-idecode.h idecode.h
163 $(SHELL) $(srcdir)/../../move-if-change tmp-idecode.c idecode.c
164 $(SHELL) $(srcdir)/../../move-if-change tmp-semantics.h semantics.h
165 $(SHELL) $(srcdir)/../../move-if-change tmp-semantics.c semantics.c
166 $(SHELL) $(srcdir)/../../move-if-change tmp-model.h model.h
167 $(SHELL) $(srcdir)/../../move-if-change tmp-model.c model.c
168 $(SHELL) $(srcdir)/../../move-if-change tmp-support.h support.h
169 $(SHELL) $(srcdir)/../../move-if-change tmp-support.c support.c
170 $(SHELL) $(srcdir)/../../move-if-change tmp-itable.h itable.h
171 $(SHELL) $(srcdir)/../../move-if-change tmp-itable.c itable.c
172 $(SHELL) $(srcdir)/../../move-if-change tmp-engine.h engine.h
173 $(SHELL) $(srcdir)/../../move-if-change tmp-engine.c engine.c
174 $(SHELL) $(srcdir)/../../move-if-change tmp-irun.c irun.c
177 semantics.o: sim-main.h semantics.c $(SIM_EXTRA_DEPS)
178 engine.o: sim-main.h engine.c $(SIM_EXTRA_DEPS)
179 support.o: sim-main.h support.c $(SIM_EXTRA_DEPS)
180 idecode.o: sim-main.h idecode.c $(SIM_EXTRA_DEPS)
181 itable.o: sim-main.h itable.c $(SIM_EXTRA_DEPS)
186 BUILT_SRC_FROM_M16 = \
209 $(BUILT_SRC_FROM_M16): tmp-m16
211 tmp-m16: $(IGEN_INSN) $(IGEN_DC) ../igen/igen $(IGEN_INCLUDE)
212 cd ../igen && $(MAKE)
219 -G gen-direct-access \
227 -n m16_icache.h -hc tmp-icache.h \
228 -n m16_icache.c -c tmp-icache.c \
229 -n m16_semantics.h -hs tmp-semantics.h \
230 -n m16_semantics.c -s tmp-semantics.c \
231 -n m16_idecode.h -hd tmp-idecode.h \
232 -n m16_idecode.c -d tmp-idecode.c \
233 -n m16_model.h -hm tmp-model.h \
234 -n m16_model.c -m tmp-model.c \
235 -n m16_support.h -hf tmp-support.h \
236 -n m16_support.c -f tmp-support.c \
238 $(SHELL) $(srcdir)/../../move-if-change tmp-icache.h m16_icache.h
239 $(SHELL) $(srcdir)/../../move-if-change tmp-icache.c m16_icache.c
240 $(SHELL) $(srcdir)/../../move-if-change tmp-idecode.h m16_idecode.h
241 $(SHELL) $(srcdir)/../../move-if-change tmp-idecode.c m16_idecode.c
242 $(SHELL) $(srcdir)/../../move-if-change tmp-semantics.h m16_semantics.h
243 $(SHELL) $(srcdir)/../../move-if-change tmp-semantics.c m16_semantics.c
244 $(SHELL) $(srcdir)/../../move-if-change tmp-model.h m16_model.h
245 $(SHELL) $(srcdir)/../../move-if-change tmp-model.c m16_model.c
246 $(SHELL) $(srcdir)/../../move-if-change tmp-support.h m16_support.h
247 $(SHELL) $(srcdir)/../../move-if-change tmp-support.c m16_support.c
254 -G gen-direct-access \
262 -n m32_icache.h -hc tmp-icache.h \
263 -n m32_icache.c -c tmp-icache.c \
264 -n m32_semantics.h -hs tmp-semantics.h \
265 -n m32_semantics.c -s tmp-semantics.c \
266 -n m32_idecode.h -hd tmp-idecode.h \
267 -n m32_idecode.c -d tmp-idecode.c \
268 -n m32_model.h -hm tmp-model.h \
269 -n m32_model.c -m tmp-model.c \
270 -n m32_support.h -hf tmp-support.h \
271 -n m32_support.c -f tmp-support.c \
273 $(SHELL) $(srcdir)/../../move-if-change tmp-icache.h m32_icache.h
274 $(SHELL) $(srcdir)/../../move-if-change tmp-icache.c m32_icache.c
275 $(SHELL) $(srcdir)/../../move-if-change tmp-idecode.h m32_idecode.h
276 $(SHELL) $(srcdir)/../../move-if-change tmp-idecode.c m32_idecode.c
277 $(SHELL) $(srcdir)/../../move-if-change tmp-semantics.h m32_semantics.h
278 $(SHELL) $(srcdir)/../../move-if-change tmp-semantics.c m32_semantics.c
279 $(SHELL) $(srcdir)/../../move-if-change tmp-model.h m32_model.h
280 $(SHELL) $(srcdir)/../../move-if-change tmp-model.c m32_model.c
281 $(SHELL) $(srcdir)/../../move-if-change tmp-support.h m32_support.h
282 $(SHELL) $(srcdir)/../../move-if-change tmp-support.c m32_support.c
289 @sim_igen_flags@ @sim_m16_flags@ \
290 -G gen-direct-access \
293 -n itable.h -ht tmp-itable.h \
294 -n itable.c -t tmp-itable.c \
296 $(SHELL) $(srcdir)/../../move-if-change tmp-itable.h itable.h
297 $(SHELL) $(srcdir)/../../move-if-change tmp-itable.c itable.c
301 BUILT_SRC_FROM_MULTI = @sim_multi_src@
302 SIM_MULTI_IGEN_CONFIGS = @sim_multi_igen_configs@
304 $(BUILT_SRC_FROM_MULTI): tmp-multi
305 tmp-multi: tmp-mach-multi tmp-itable-multi tmp-run-multi targ-vals.h
306 tmp-mach-multi: $(IGEN_INSN) $(IGEN_DC) ../igen/igen $(IGEN_INCLUDE)
307 for t in $(SIM_MULTI_IGEN_CONFIGS); do \
308 p=`echo $${t} | sed -e 's/:.*//'` ; \
309 m=`echo $${t} | sed -e 's/.*:\(.*\):.*/\1/'` ; \
310 f=`echo $${t} | sed -e 's/.*://'` ; \
312 m16*) e="-B 16 -H 15 -o $(M16_DC) -F 16" ;; \
313 *) e="-B 32 -H 31 -o $(IGEN_DC) -F $${f}" ;; \
323 -G gen-direct-access \
328 -n $${p}_icache.h -hc tmp-icache.h \
329 -n $${p}_icache.c -c tmp-icache.c \
330 -n $${p}_semantics.h -hs tmp-semantics.h \
331 -n $${p}_semantics.c -s tmp-semantics.c \
332 -n $${p}_idecode.h -hd tmp-idecode.h \
333 -n $${p}_idecode.c -d tmp-idecode.c \
334 -n $${p}_model.h -hm tmp-model.h \
335 -n $${p}_model.c -m tmp-model.c \
336 -n $${p}_support.h -hf tmp-support.h \
337 -n $${p}_support.c -f tmp-support.c \
338 -n $${p}_engine.h -he tmp-engine.h \
339 -n $${p}_engine.c -e tmp-engine.c \
341 $(SHELL) $(srcdir)/../../move-if-change tmp-icache.h $${p}_icache.h ; \
342 $(SHELL) $(srcdir)/../../move-if-change tmp-icache.c $${p}_icache.c ; \
343 $(SHELL) $(srcdir)/../../move-if-change tmp-idecode.h $${p}_idecode.h ; \
344 $(SHELL) $(srcdir)/../../move-if-change tmp-idecode.c $${p}_idecode.c ; \
345 $(SHELL) $(srcdir)/../../move-if-change tmp-semantics.h $${p}_semantics.h ; \
346 $(SHELL) $(srcdir)/../../move-if-change tmp-semantics.c $${p}_semantics.c ; \
347 $(SHELL) $(srcdir)/../../move-if-change tmp-model.h $${p}_model.h ; \
348 $(SHELL) $(srcdir)/../../move-if-change tmp-model.c $${p}_model.c ; \
349 $(SHELL) $(srcdir)/../../move-if-change tmp-support.h $${p}_support.h ; \
350 $(SHELL) $(srcdir)/../../move-if-change tmp-support.c $${p}_support.c ; \
351 $(SHELL) $(srcdir)/../../move-if-change tmp-engine.h $${p}_engine.h ; \
352 $(SHELL) $(srcdir)/../../move-if-change tmp-engine.c $${p}_engine.c ; \
355 tmp-itable-multi: $(IGEN_INSN) $(IGEN_DC) ../igen/igen $(IGEN_INCLUDE)
364 -G gen-direct-access \
367 -n itable.h -ht tmp-itable.h \
368 -n itable.c -t tmp-itable.c \
370 $(SHELL) $(srcdir)/../../move-if-change tmp-itable.h itable.h
371 $(SHELL) $(srcdir)/../../move-if-change tmp-itable.c itable.c
372 touch tmp-itable-multi
373 tmp-run-multi: $(srcdir)/m16run.c
374 for t in $(SIM_MULTI_IGEN_CONFIGS); do \
377 m=`echo $${t} | sed -e 's/^m16//' -e 's/:.*//'`; \
378 sed < $(srcdir)/m16run.c > tmp-run \
379 -e "s/^sim_/m16$${m}_/" \
380 -e "s/m16_/m16$${m}_/" \
381 -e "s/m32_/m32$${m}_/" ; \
382 $(SHELL) $(srcdir)/../../move-if-change tmp-run m16$${m}_run.c ; \
388 rm -f $(BUILT_SRC_FROM_GEN)
389 rm -f $(BUILT_SRC_FROM_IGEN)
390 rm -f $(BUILT_SRC_FROM_M16)
391 rm -f $(BUILT_SRC_FROM_MULTI)
393 rm -f m16*.o m32*.o itable*.o
396 rm -f multi-include.h multi-run.c