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