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