]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/common/Make-common.in
sim: drop common/cconfig.h in favor of a single config.h
[thirdparty/binutils-gdb.git] / sim / common / Make-common.in
1 # Makefile fragment for common parts of all simulators.
2 # Copyright 1997-2016 Free Software Foundation, Inc.
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
7 # the Free Software Foundation; either version 3 of the License, or
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 #
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/>.
17
18 # This Makefile fragment consists of two separate parts.
19 # They are merged into the final Makefile at points denoted by
20 # "## COMMON_PRE_CONFIG_FRAG" and "## COMMON_POST_CONFIG_FRAG".
21 #
22 # The target Makefile should look like:
23 #
24 #># Copyright blah blah
25 #>
26 #>## COMMON_PRE_CONFIG_FRAG
27 #>
28 #># Any overrides necessary for the SIM_FOO config vars.
29 #>SIM_FOO = ...
30 #>
31 #>## COMMON_POST_CONFIG_FRAG
32 #>
33 #># Rules to build target specific .o's.
34
35 ## COMMON_PRE_CONFIG_FRAG
36
37 VPATH = @srcdir@:$(srccom)
38 srcdir = @srcdir@
39 srccom = $(srcdir)/../common
40 srcroot = $(srcdir)/../..
41 srcsim = $(srcdir)/..
42
43 prefix = @prefix@
44 exec_prefix = @exec_prefix@
45
46 host_alias = @host_alias@
47 target_alias = @target_alias@
48 program_transform_name = @program_transform_name@
49 bindir = @bindir@
50
51 libdir = @libdir@
52 tooldir = $(libdir)/$(target_alias)
53
54 datadir = @datadir@
55 datarootdir = @datarootdir@
56 mandir = @mandir@
57 man1dir = $(mandir)/man1
58 infodir = @infodir@
59 includedir = @includedir@
60
61 lt_cv_dlopen_libs = @lt_cv_dlopen_libs@
62 # This can be referenced by the gettext configuration code.
63 top_builddir = ..
64
65 EXEEXT = @EXEEXT@
66 SHELL = @SHELL@
67
68 INSTALL = @INSTALL@
69 INSTALL_PROGRAM = @INSTALL_PROGRAM@
70 INSTALL_DATA = @INSTALL_DATA@
71
72 CC = @CC@
73 CC_FOR_BUILD = @CC_FOR_BUILD@
74 CFLAGS = @CFLAGS@
75 CPPFLAGS = @CPPFLAGS@
76 CXXFLAGS = @CXXFLAGS@
77 LDFLAGS = @LDFLAGS@
78 SIM_CFLAGS = @sim_cflags@
79 SIM_DEBUG = @sim_debug@
80 SIM_TRACE = @sim_trace@
81 SIM_PROFILE = @sim_profile@
82
83 SIM_ASSERT = @sim_assert@
84 SIM_ALIGNMENT = @sim_alignment@
85 SIM_BITSIZE = @sim_bitsize@
86 SIM_DEFAULT_MODEL = @sim_default_model@
87 SIM_ENDIAN = @sim_endian@
88 SIM_ENVIRONMENT = @sim_environment@
89 SIM_FLOAT = @sim_float@
90 SIM_HW_CFLAGS = @sim_hw_cflags@
91 SIM_HW_OBJS = @sim_hw_objs@
92 SIM_HW = @sim_hw@
93 SIM_INLINE = @sim_inline@
94 SIM_PACKAGES = @sim_packages@
95 SIM_REGPARM = @sim_regparm@
96 SIM_RESERVED_BITS = @sim_reserved_bits@
97 SIM_SCACHE = @sim_scache@
98 SIM_SMP = @sim_smp@
99 SIM_STDCALL = @sim_stdcall@
100 SIM_XOR_ENDIAN = @sim_xor_endian@
101 WARN_CFLAGS = @WARN_CFLAGS@
102 WERROR_CFLAGS = @WERROR_CFLAGS@
103 SIM_WARN_CFLAGS = $(WARN_CFLAGS)
104 SIM_WERROR_CFLAGS = $(WERROR_CFLAGS)
105
106 HDEFINES = @HDEFINES@
107 TDEFINES =
108
109 AR = @AR@
110 AR_FLAGS = rc
111 RANLIB = @RANLIB@
112 MAKEINFO = makeinfo
113
114 # Dependency tracking information.
115 DEPMODE = @CCDEPMODE@
116 DEPDIR = @DEPDIR@
117 depcomp = $(SHELL) $(srcroot)/depcomp
118
119 # Note that these are overridden by GNU make-specific code below if
120 # GNU make is used. The overrides implement dependency tracking.
121 COMPILE.pre = $(CC)
122 COMPILE.post = -c -o $@
123 COMPILE = $(COMPILE.pre) $(ALL_CFLAGS) $(COMPILE.post)
124 POSTCOMPILE = @true
125
126 # Each simulator's Makefile.in defines one or more of these variables
127 # to override our settings as necessary. There is no need to define these
128 # in the simulator's Makefile.in if one is using the default value. In fact
129 # it's preferable not to.
130
131 # List of object files, less common parts.
132 SIM_OBJS =
133 # List of extra dependencies.
134 # Generally this consists of simulator specific files included by sim-main.h.
135 SIM_EXTRA_DEPS =
136 # List of flags to always pass to $(CC).
137 SIM_EXTRA_CFLAGS =
138 # List of extra libraries to link with.
139 SIM_EXTRA_LIBS =
140 # List of extra program dependencies.
141 SIM_EXTRA_LIBDEPS =
142 # List of main object files for `run'.
143 SIM_RUN_OBJS = nrun.o
144 # Dependency of `all' to build any extra files.
145 SIM_EXTRA_ALL =
146 # Dependency of `install' to install any extra files.
147 SIM_EXTRA_INSTALL =
148 # Dependency of `clean' to clean any extra files.
149 SIM_EXTRA_CLEAN =
150 # Likewise `distclean'
151 SIM_EXTRA_DISTCLEAN =
152
153 # Every time a new general purpose source file was added every target's
154 # Makefile.in needed to be updated to include the file in SIM_OBJS.
155 # This doesn't scale.
156 # This variable specifies all the generic stuff common to the newer simulators.
157 # Things like sim-reason.o can't go here as the cpu may provide its own
158 # (though hopefully in time that won't be so). Things like sim-bits.o can go
159 # here. Some files are used by all simulators (e.g. callback.o).
160 # Those files are specified in LIB_OBJS below.
161
162 SIM_COMMON_HW_OBJS = \
163 hw-alloc.o \
164 hw-base.o \
165 hw-device.o \
166 hw-events.o \
167 hw-handles.o \
168 hw-instances.o \
169 hw-ports.o \
170 hw-properties.o \
171 hw-tree.o \
172 sim-hw.o \
173
174 SIM_NEW_COMMON_OBJS = \
175 sim-arange.o \
176 sim-bits.o \
177 sim-close.o \
178 sim-command.o \
179 sim-config.o \
180 sim-core.o \
181 sim-cpu.o \
182 sim-endian.o \
183 sim-engine.o \
184 sim-events.o \
185 sim-fpu.o \
186 sim-hload.o \
187 sim-hrw.o \
188 sim-io.o \
189 sim-info.o \
190 sim-load.o \
191 sim-memopt.o \
192 sim-model.o \
193 sim-module.o \
194 sim-options.o \
195 sim-profile.o \
196 sim-reason.o \
197 sim-reg.o \
198 sim-signal.o \
199 sim-stop.o \
200 sim-syscall.o \
201 sim-trace.o \
202 sim-utils.o \
203 sim-watch.o \
204 \
205 $(SIM_HW_OBJS) \
206
207 # cgen-sim.h and the headers it includes
208 CGEN_SIM_DEPS = \
209 $(srccom)/cgen-sim.h \
210 $(srccom)/cgen-defs.h \
211 $(srccom)/cgen-scache.h \
212 $(srccom)/cgen-fpu.h \
213 $(srccom)/cgen-par.h \
214 $(srccom)/cgen-cpu.h \
215 $(srccom)/cgen-trace.h \
216 cpuall.h
217
218 # Add this to SIM_EXTRA_DEPS.
219 CGEN_INCLUDE_DEPS = \
220 $(CGEN_SIM_DEPS) \
221 $(srccom)/cgen-engine.h \
222 $(srccom)/cgen-types.h \
223 $(srcdir)/../../include/opcode/cgen.h
224
225 ## End COMMON_PRE_CONFIG_FRAG
226
227 ## COMMON_POST_CONFIG_FRAG
228
229 CONFIG_CFLAGS = \
230 @DEFS@ \
231 $(SIM_CFLAGS) \
232 $(SIM_DEBUG) \
233 $(SIM_DEFAULT_MODEL) \
234 $(SIM_TRACE) \
235 $(SIM_PROFILE) \
236 $(SIM_ASSERT) \
237 $(SIM_ALIGNMENT) \
238 $(SIM_BITSIZE) \
239 $(SIM_ENDIAN) \
240 $(SIM_ENVIRONMENT) \
241 $(SIM_FLOAT) \
242 $(SIM_HW_CFLAGS) \
243 $(SIM_INLINE) \
244 $(SIM_PACKAGES) \
245 $(SIM_REGPARM) \
246 $(SIM_RESERVED_BITS) \
247 $(SIM_SCACHE) \
248 $(SIM_SMP) \
249 $(SIM_STDCALL) \
250 $(SIM_WARN_CFLAGS) \
251 $(SIM_WERROR_CFLAGS) \
252 $(SIM_XOR_ENDIAN) \
253 $(SIM_HARDWARE) \
254 $(SIM_EXTRA_CFLAGS) \
255 $(HDEFINES) $(TDEFINES)
256 CSEARCH = -I. -I$(srcdir) -I../common -I$(srccom) \
257 -I../../include -I$(srcroot)/include \
258 -I../../bfd -I$(srcroot)/bfd \
259 -I../../opcodes -I$(srcroot)/opcodes \
260 @INCINTL@
261 ALL_CFLAGS = $(CONFIG_CFLAGS) $(CSEARCH) $(CFLAGS)
262 BUILD_CFLAGS = -g -O $(CSEARCH)
263
264 COMMON_DEP_CFLAGS = $(CONFIG_CFLAGS) $(CSEARCH)
265
266 ZLIB = @zlibdir@ -lz
267 LIBIBERTY_LIB = ../../libiberty/libiberty.a
268 BFD_LIB = ../../bfd/libbfd.a
269 @PLUGINS_TRUE@LIBDL = @lt_cv_dlopen_libs@
270 OPCODES_LIB = ../../opcodes/libopcodes.a
271 LIBINTL = @LIBINTL@
272 LIBINTL_DEP = @LIBINTL_DEP@
273 CONFIG_LIBS = @LIBS@ $(ZLIB)
274 LIBDEPS = $(BFD_LIB) $(OPCODES_LIB) $(LIBINTL_DEP) $(LIBIBERTY_LIB) \
275 $(SIM_EXTRA_LIBDEPS)
276 EXTRA_LIBS = $(BFD_LIB) $(OPCODES_LIB) $(LIBINTL) $(LIBIBERTY_LIB) \
277 $(CONFIG_LIBS) $(SIM_EXTRA_LIBS) $(LIBDL)
278
279 LIB_OBJS = callback.o syscall.o targ-map.o version.o $(SIM_OBJS)
280
281 RUNTESTFLAGS =
282
283 callback_h = $(srcroot)/include/gdb/callback.h
284 remote_sim_h = $(srcroot)/include/gdb/remote-sim.h
285
286 all: $(SIM_EXTRA_ALL) libsim.a run$(EXEEXT) .gdbinit
287
288 libsim.a: $(LIB_OBJS)
289 rm -f libsim.a
290 $(AR) $(AR_FLAGS) libsim.a $(LIB_OBJS)
291 $(RANLIB) libsim.a
292
293 run$(EXEEXT): $(SIM_RUN_OBJS) libsim.a $(LIBDEPS)
294 $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o run$(EXEEXT) \
295 $(SIM_RUN_OBJS) libsim.a $(EXTRA_LIBS)
296
297 # FIXME: Ideally, callback.o and friends live in a library outside of
298 # both the gdb and simulator source trees (e.g. devo/remote. Not
299 # devo/libremote because this directory would contain more than just
300 # a library).
301
302 gentmap: Makefile $(srccom)/gentmap.c targ-vals.def
303 $(CC_FOR_BUILD) $(srccom)/gentmap.c -o gentmap $(BUILD_CFLAGS) $(NL_TARGET)
304
305 targ-vals.h targ-map.c: stamp-tvals
306 stamp-tvals: gentmap
307 rm -f tmp-tvals.h tmp-tmap.c
308 ./gentmap -h >tmp-tvals.h
309 $(SHELL) $(srcroot)/move-if-change tmp-tvals.h targ-vals.h
310 ./gentmap -c >tmp-tmap.c
311 $(SHELL) $(srcroot)/move-if-change tmp-tmap.c targ-map.c
312 touch stamp-tvals
313
314 version.c: Makefile $(srcroot)/gdb/version.in $(srcroot)/bfd/version.h $(srcroot)/gdb/common/create-version.sh
315 $(SHELL) $(srcroot)/gdb/common/create-version.sh $(srcroot)/gdb \
316 $(host_alias) $(target_alias) version.c
317
318 #
319 # Rules for building sim-* components. Triggered by listing the corresponding
320 # .o file in the list of simulator targets.
321 #
322
323 sim_main_headers = \
324 sim-main.h \
325 $(sim-assert_h) \
326 $(sim-base_h) \
327 $(sim-cpu_h) \
328 $(sim-engine_h) \
329 $(sim-events_h) \
330 $(sim-memopt_h) \
331 $(sim-model_h) \
332 $(sim-module_h) \
333 $(sim-profile_h) \
334 $(sim-trace_h) \
335 $(sim-watch_h) \
336 $(sim-basics_h) \
337 $(SIM_EXTRA_DEPS)
338
339 # Exported version of sim_main_headers.
340 SIM_MAIN_DEPS = \
341 $(sim_main_headers)
342
343 sim-alu_h = $(srccom)/sim-alu.h
344 sim-arange_h = $(srccom)/sim-arange.h \
345 $(srccom)/sim-arange.c
346 sim-assert_h = $(srccom)/sim-assert.h
347 sim-base_h = $(srccom)/sim-base.h \
348 $(sim-module_h) \
349 $(sim-trace_h) \
350 $(sim-core_h) \
351 $(sim-events_h) \
352 $(sim-profile_h) \
353 $(sim-model_h) \
354 $(sim-io_h) \
355 $(sim-engine_h) \
356 $(sim-watch_h) \
357 $(sim-memopt_h) \
358 $(sim-cpu_h)
359 sim-basics_h = $(srccom)/sim-basics.h \
360 $(sim-config_h) \
361 $(callback_h) \
362 $(sim-inline_h) \
363 $(sim-types_h) \
364 $(sim-bits_h) \
365 $(sim-endian_h) \
366 $(sim-signal_h) \
367 $(sim-arange_h) \
368 $(sim-utils_h)
369 sim-bits_h = $(srccom)/sim-bits.h \
370 $(srccom)/sim-bits.c
371 sim-config_h = $(srccom)/sim-config.h
372 sim-core_h = $(srccom)/sim-core.h
373 sim-cpu_h = $(srccom)/sim-cpu.h
374 sim-endian_h = $(srccom)/sim-endian.h \
375 $(srccom)/sim-endian.c
376 sim-engine_h = $(srccom)/sim-engine.h
377 sim-events_h = $(srccom)/sim-events.h
378 sim-fpu_h = $(srccom)/sim-fpu.h
379 sim-hw_h = $(srccom)/sim-hw.h
380 sim-inline_h = $(srccom)/sim-inline.h
381 sim-io_h = $(srccom)/sim-io.h
382 sim-memopt_h = $(srccom)/sim-memopt.h
383 sim-model_h = $(srccom)/sim-model.h
384 sim-module_h = $(srccom)/sim-module.h
385 sim-n-bits_h = $(srccom)/sim-n-bits.h
386 sim-n-core_h = $(srccom)/sim-n-core.h
387 sim-n-endian_h = $(srccom)/sim-n-endian.h
388 sim-options_h = $(srccom)/sim-options.h
389 sim-profile_h = $(srccom)/sim-profile.h
390 sim-signal_h = $(srccom)/sim-signal.h
391 sim-trace_h = $(srccom)/sim-trace.h
392 sim-types_h = $(srccom)/sim-types.h
393 sim-utils_h = $(srccom)/sim-utils.h
394 sim-watch_h = $(srccom)/sim-watch.h
395
396 hw-alloc_h = $(srccom)/hw-alloc.h
397 hw-base_h = $(srccom)/hw-base.h
398 hw-device_h = $(srccom)/hw-device.h
399 hw-events_h = $(srccom)/hw-events.h
400 hw-handles_h = $(srccom)/hw-handles.h
401 hw-instances_h = $(srccom)/hw-instances.h
402 hw-ports_h = $(srccom)/hw-ports.h
403 hw-properties_h = $(srccom)/hw-properties.h
404 hw-tree_h = $(srccom)/hw-tree.h
405
406 hw_main_headers = \
407 $(srccom)/hw-main.h \
408 $(hw-alloc_h) \
409 $(hw-base_h) \
410 $(hw-device_h) \
411 $(hw-events_h) \
412 $(hw-instances_h) \
413 $(hw-handles_h) \
414 $(hw-ports_h) \
415 $(hw-properties_h) \
416
417 #
418 # Dependency tracking. Most of this is conditional on GNU Make being
419 # found by configure; if GNU Make is not found, we fall back to a
420 # simpler scheme.
421 #
422
423 @GMAKE_TRUE@ifeq ($(DEPMODE),depmode=gcc3)
424 # Note that we put the dependencies into a .Tpo file, then move them
425 # into place if the compile succeeds. We need this because gcc does
426 # not atomically write the dependency output file.
427 @GMAKE_TRUE@override COMPILE.post = -c -o $@ -MT $@ -MMD -MP \
428 @GMAKE_TRUE@ -MF $(DEPDIR)/$(basename $(@F)).Tpo
429 @GMAKE_TRUE@override POSTCOMPILE = @mv $(DEPDIR)/$(basename $(@F)).Tpo \
430 @GMAKE_TRUE@ $(DEPDIR)/$(basename $(@F)).Po
431 @GMAKE_TRUE@else
432 @GMAKE_TRUE@override COMPILE.pre = source='$<' object='$@' libtool=no \
433 @GMAKE_TRUE@ DEPDIR=$(DEPDIR) $(DEPMODE) $(depcomp) $(CC)
434 # depcomp handles atomicity for us, so we don't need a postcompile
435 # step.
436 @GMAKE_TRUE@override POSTCOMPILE =
437 @GMAKE_TRUE@endif
438
439 all_object_files = $(LIB_OBJS) $(SIM_RUN_OBJS)
440 generated_files = \
441 $(SIM_EXTRA_DEPS) \
442 hw-config.h \
443 targ-map.c \
444 targ-vals.h \
445 version.c
446
447 # Ensure that generated files are created early. Use order-only
448 # dependencies if available. They require GNU make 3.80 or newer,
449 # and the .VARIABLES variable was introduced at the same time.
450 @GMAKE_TRUE@ifdef .VARIABLES
451 @GMAKE_TRUE@$(all_object_files): | $(generated_files)
452 @GMAKE_TRUE@else
453 $(all_object_files) : $(generated_files)
454 @GMAKE_TRUE@endif
455
456 # Dependencies.
457 @GMAKE_TRUE@-include $(patsubst %.o, $(DEPDIR)/%.Po, $(all_object_files))
458
459 # FIXME This is one very simple-minded way of generating the file hw-config.h
460 hw-config.h: Makefile.in $(srccom)/Make-common.in config.status Makefile
461 rm -f tmp-hw.h
462 echo "/* generated by Makefile */" > tmp-hw.h
463 sim_hw="$(SIM_HW)"; \
464 for hw in $$sim_hw ; do \
465 echo "extern const struct hw_descriptor dv_$${hw}_descriptor[];" ; \
466 done >> tmp-hw.h
467 echo "const struct hw_descriptor *hw_descriptors[] = {" >> tmp-hw.h
468 sim_hw="$(SIM_HW)"; \
469 for hw in $$sim_hw ; do \
470 echo " dv_$${hw}_descriptor," ; \
471 done >> tmp-hw.h
472 echo " NULL," >> tmp-hw.h
473 echo "};" >> tmp-hw.h
474 mv tmp-hw.h hw-config.h
475
476 test-hw-events: $(srccom)/hw-events.c libsim.a
477 $(CC) $(ALL_CFLAGS) -DMAIN -o test-hw-events$(EXEEXT) \
478 $(srccom)/hw-events.c libsim.a $(EXTRA_LIBS)
479
480 # CGEN support.
481
482 # For use in Makefile.in for cpu-specific files.
483 CGEN_MAIN_CPU_DEPS = \
484 $(SIM_MAIN_DEPS) \
485 $(srccom)/cgen-ops.h \
486 $(srccom)/cgen-mem.h
487
488 # Support targets.
489
490 install: install-common $(SIM_EXTRA_INSTALL)
491
492 install-common: installdirs
493 n=`echo run | sed '$(program_transform_name)'`; \
494 $(INSTALL_PROGRAM) run$(EXEEXT) $(DESTDIR)$(bindir)/$$n$(EXEEXT)
495 n=`echo libsim.a | sed s/libsim.a/lib$(target_alias)-sim.a/`; \
496 $(INSTALL_DATA) libsim.a $(DESTDIR)$(libdir)/$$n ; \
497 ( cd $(DESTDIR)$(libdir) ; $(RANLIB) $$n )
498
499 installdirs:
500 $(SHELL) $(srcdir)/../../mkinstalldirs $(DESTDIR)$(bindir)
501 $(SHELL) $(srcdir)/../../mkinstalldirs $(DESTDIR)$(libdir)
502
503 check:
504 cd ../testsuite && $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS)"
505
506 info:
507 clean-info:
508 install-info:
509
510 .NOEXPORT:
511 MAKEOVERRIDES=
512
513 tags etags: TAGS
514
515 # Macros like EXTERN_SIM_CORE confuse tags.
516 # And the sim-n-foo.h files create functions that can't be found either.
517 TAGS: force
518 cd $(srcdir) && \
519 etags --regex '/^\([[:lower:]_]+\) (/\1/' --regex '/^\/[*] TAGS: .*/' \
520 *.[ch] ../common/*.[ch]
521
522 clean: $(SIM_EXTRA_CLEAN)
523 rm -f *.[oa] *~ core
524 rm -f run$(EXEEXT) libsim.a
525 rm -f gentmap targ-map.c targ-vals.h stamp-tvals
526 if [ ! -f Make-common.in ] ; then \
527 rm -f $(BUILT_SRC_FROM_COMMON) ; \
528 fi
529 rm -f tmp-mloop.hin tmp-mloop.h tmp-mloop.cin tmp-mloop.c
530
531 distclean mostlyclean maintainer-clean realclean: clean $(SIM_EXTRA_DISTCLEAN)
532 rm -f TAGS
533 rm -f Makefile config.cache config.log config.status .gdbinit
534 rm -f config.h stamp-h
535 rm -f targ-vals.def
536
537 .c.o:
538 $(COMPILE) $<
539 $(POSTCOMPILE)
540
541 # Dummy target to force execution of dependent targets.
542 force:
543
544 Makefile: Makefile.in $(srccom)/Make-common.in config.status
545 CONFIG_HEADERS= $(SHELL) ./config.status
546
547 config.status: configure
548 $(SHELL) ./config.status --recheck
549
550 config.h: stamp-h ; @true
551 stamp-h: config.in config.status
552 CONFIG_FILES= CONFIG_HEADERS=config.h:config.in $(SHELL) ./config.status
553
554 .gdbinit: # config.status $(srccom)/gdbinit.in
555 CONFIG_FILES=$@:../common/gdbinit.in CONFIG_HEADERS= $(SHELL) ./config.status
556
557
558 # CGEN support
559
560 CGENDIR = @cgendir@
561 CGEN = "`if [ -f ../../guile/libguile/guile ]; then echo ../../guile/libguile/guile; else echo guile ; fi` -l $(CGENDIR)/guile.scm -s"
562 CGENFLAGS = -v
563 CGEN_CPU_DIR = $(CGENDIR)/cpu
564
565 # Most ports use the files here instead of cgen/cpu.
566 CPU_DIR = $(srcroot)/cpu
567
568 CGEN_READ_SCM = $(CGENDIR)/sim.scm
569 CGEN_ARCH_SCM = $(CGENDIR)/sim-arch.scm
570 CGEN_CPU_SCM = $(CGENDIR)/sim-cpu.scm $(CGENDIR)/sim-model.scm
571 CGEN_DECODE_SCM = $(CGENDIR)/sim-decode.scm
572 CGEN_DESC_SCM = $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm
573
574 # Various choices for which cpu specific files to generate.
575 # These are passed to cgen.sh in the "extrafiles" argument.
576 CGEN_CPU_EXTR = /extr/
577 CGEN_CPU_READ = /read/
578 CGEN_CPU_WRITE = /write/
579 CGEN_CPU_SEM = /sem/
580 CGEN_CPU_SEMSW = /semsw/
581
582 CGEN_FLAGS_TO_PASS = \
583 CGEN='$(CGEN)' \
584 CGENFLAGS="$(CGENFLAGS)"
585
586 # We store the generated files in the source directory until we decide to
587 # ship a Scheme interpreter with gdb/binutils. Maybe we never will.
588
589 cgen-arch: force
590 $(SHELL) $(srccom)/cgen.sh arch $(srcdir) \
591 $(CGEN) $(CGENDIR) "$(CGENFLAGS)" \
592 $(arch) "$(FLAGS)" ignored "$(isa)" $(mach) ignored \
593 $(archfile) ignored
594
595 cgen-cpu: force
596 $(SHELL) $(srccom)/cgen.sh cpu $(srcdir) \
597 $(CGEN) $(CGENDIR) "$(CGENFLAGS)" \
598 $(arch) "$(FLAGS)" $(cpu) "$(isa)" $(mach) "$(SUFFIX)" \
599 $(archfile) "$(EXTRAFILES)"
600
601 cgen-defs: force
602 $(SHELL) $(srccom)/cgen.sh defs $(srcdir) \
603 $(CGEN) $(CGENDIR) "$(CGENFLAGS)" \
604 $(arch) "$(FLAGS)" $(cpu) "$(isa)" $(mach) "$(SUFFIX)" \
605 $(archfile) ignored
606
607 cgen-decode: force
608 $(SHELL) $(srccom)/cgen.sh decode $(srcdir) \
609 $(CGEN) $(CGENDIR) "$(CGENFLAGS)" \
610 $(arch) "$(FLAGS)" $(cpu) "$(isa)" $(mach) "$(SUFFIX)" \
611 $(archfile) "$(EXTRAFILES)"
612
613 cgen-cpu-decode: force
614 $(SHELL) $(srccom)/cgen.sh cpu-decode $(srcdir) \
615 $(CGEN) $(CGENDIR) "$(CGENFLAGS)" \
616 $(arch) "$(FLAGS)" $(cpu) "$(isa)" $(mach) "$(SUFFIX)" \
617 $(archfile) "$(EXTRAFILES)"
618
619 cgen-desc: force
620 $(SHELL) $(srccom)/cgen.sh desc $(srcdir) \
621 $(CGEN) $(CGENDIR) "$(CGENFLAGS)" \
622 $(arch) "$(FLAGS)" $(cpu) "$(isa)" $(mach) "$(SUFFIX)" \
623 $(archfile) ignored $(opcfile)
624
625 ## End COMMON_POST_CONFIG_FRAG