Work around a GCC uninitialized warning bug
[deliverable/binutils-gdb.git] / sim / ppc / Makefile.in
CommitLineData
c906108c
SS
1#
2# This file is part of the program psim.
3#
8d64d0fd 4# Copyright 1994, 1995, 1996, 1997, 2003 Andrew Cagney
c906108c
SS
5#
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
3fd725ef 8# the Free Software Foundation; either version 3 of the License, or
c906108c
SS
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
51b318de 17# along with this program; if not, see <http://www.gnu.org/licenses/>.
c906108c
SS
18#
19
20default: all
21
22VPATH = @srcdir@
23srcdir = @srcdir@
b652c496 24srccom = $(srcdir)/../common
c906108c 25srcroot = $(srcdir)/../..
490e58e2 26srcsim = $(srcdir)/..
c906108c
SS
27
28prefix = @prefix@
29exec_prefix = @exec_prefix@
30
31host_alias = @host_alias@
32target_alias = @target_alias@
33program_transform_name = @program_transform_name@
34bindir = @bindir@
35libdir = @libdir@
36tooldir = $(libdir)/$(target_alias)
37
96e946ca 38datarootdir = @datarootdir@
c906108c
SS
39datadir = @datadir@
40mandir = @mandir@
41man1dir = $(mandir)/man1
42man2dir = $(mandir)/man2
43man3dir = $(mandir)/man3
44man4dir = $(mandir)/man4
45man5dir = $(mandir)/man5
46man6dir = $(mandir)/man6
47man7dir = $(mandir)/man7
48man8dir = $(mandir)/man8
49man9dir = $(mandir)/man9
50infodir = @infodir@
51includedir = @includedir@
52
53# This can be referenced by the gettext configuration code.
54top_builddir = ..
55
56EXEEXT = @EXEEXT@
57SHELL = /bin/sh
58
59INSTALL = @INSTALL@
60INSTALL_PROGRAM = @INSTALL_PROGRAM@
61INSTALL_DATA = @INSTALL_DATA@
62
63AR = @AR@
64AR_FLAGS = rc
65CC = @CC@
66CFLAGS = @CFLAGS@
67CC_FOR_BUILD = @CC_FOR_BUILD@
4b164edf 68CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
c906108c
SS
69BISON = bison
70MAKEINFO = makeinfo
71RANLIB = @RANLIB@
72
73SIM_CFLAGS = @sim_cflags@
74INLINE_CFLAGS = @sim_inline@
75BSWAP_CFLAGS = @sim_bswap@
76ENDIAN_CFLAGS = @sim_endian@
77REGPARM_CFLAGS = @sim_regparm@
78STDCALL_CFLAGS = @sim_stdcall@
79HOSTENDIAN_CFLAGS = @sim_hostendian@
80SMP_CFLAGS = @sim_smp@
81XOR_ENDIAN_CFLAGS = @sim_xor_endian@
82BITSIZE_CFLAGS = @sim_bitsize@
83HOSTBITSIZE_CFLAGS = @sim_hostbitsize@
84ENV_CFLAGS = @sim_env@
85TIMEBASE_CFLAGS = @sim_timebase@
86ALIGNMENT_CFLAGS = @sim_alignment@
87FLOAT_CFLAGS = @sim_float@
88TRACE_CFLAGS = @sim_trace@
89ASSERT_CFLAGS = @sim_assert@
90RESERVED_CFLAGS = @sim_reserved@
91MONITOR_CFLAGS = @sim_monitor@
92MODEL_CFLAGS = @sim_model@ @sim_default_model@ @sim_model_issue@
93STDIO_CFLAGS = @sim_stdio@
94TERMIO_CFLAGS = @sim_termio@
95WARNING_CFLAGS = @sim_warnings@
96DEVZERO_CFLAGS = @sim_devzero@
97CONFIG_CFLAGS = $(BSWAP_CFLAGS) \
98 $(ENDIAN_CFLAGS) \
99 $(REGPARM_CFLAGS) \
100 $(STDCALL_CFLAGS) \
101 $(HOSTENDIAN_CFLAGS) \
102 $(SMP_CFLAGS) \
103 $(XOR_ENDIAN_CFLAGS) \
104 $(BITSIZE_CFLAGS) \
105 $(HOSTBITSIZE_CFLAGS) \
106 $(ENV_CFLAGS) \
107 $(TIMEBASE_CFLAGS) \
108 $(ALIGNMENT_CFLAGS) \
109 $(FLOAT_CFLAGS) \
110 $(TRACE_CFLAGS) \
111 $(ASSERT_CFLAGS) \
112 $(RESERVED_CFLAGS) \
113 $(MONITOR_CFLAGS) \
114 $(MODEL_CFLAGS) \
115 $(STDIO_CFLAGS) \
116 $(TERMIO_CFLAGS) \
117 $(DEVZERO_CFLAGS)
8d64d0fd 118SIM_FPU_CFLAGS = @sim_fpu_cflags@
c906108c 119
bf0275b1
DE
120STD_CFLAGS = $(CFLAGS) $(INLINE_CFLAGS) $(CONFIG_CFLAGS) $(WARNING_CFLAGS) $(SIM_CFLAGS) $(HDEFINES) $(TDEFINES) $(INCLUDES) $(INTL_CFLAGS) $(SIM_FPU_CFLAGS)
121NOWARN_CFLAGS = $(CFLAGS) $(INLINE_CFLAGS) $(CONFIG_CFLAGS) $(SIM_CFLAGS) $(HDEFINES) $(TDEFINES) $(INCLUDES) $(SIM_FPU_CFLAGS)
4b164edf 122BUILD_CFLAGS = $(CFLAGS_FOR_BUILD) $(INCLUDES) $(WARNING_CFLAGS)
c906108c
SS
123
124BUILD_LDFLAGS =
35689115 125LIBS = @LIBS@
c906108c
SS
126
127CONFIG_FILE = @sim_config@
128IGEN_OPCODE_RULES = @sim_opcode@
129IGEN_DECODE_MECHANISM = @sim_decode_mechanism@
130IGEN_DUPLICATE = @sim_dup@
131IGEN_JUMP = @sim_jump@
132IGEN_FILTER = @sim_filter@
133IGEN_ICACHE = @sim_icache@
134IGEN_SMP = @sim_igen_smp@
135IGEN_LINE_NR = @sim_line_nr@
136DGEN_FLAGS = @sim_switch@
137
138HDEFINES = @HDEFINES@
139TDEFINES =
140IGEN_FLAGS = \
141 $(IGEN_DECODE_MECHANISM) \
142 $(IGEN_DUPLICATE) \
143 $(IGEN_JUMP) \
144 $(IGEN_FILTER) \
145 $(IGEN_ICACHE) \
146 $(IGEN_SMP) \
147 $(IGEN_LINE_NR)
148
149.NOEXPORT:
150MAKEOVERRIDES=
151
152LIB_INCLUDES = -I$(srcdir)/../../include
153BFD_INCLUDES = -I../../bfd -I$(srcdir)/../../bfd
2a0c8810 154GDB_INCLUDES = -I../../gdb -I$(srcdir)/../../gdb -I$(srcdir)/../../gdb/config
aadc9410 155ZLIBINC = @zlibinc@
8d64d0fd 156
aadc9410 157INCLUDES = -I. -I$(srcdir) $(LIB_INCLUDES) $(BFD_INCLUDES) $(GDB_INCLUDES) $(ZLIBINC)
c906108c
SS
158
159LIBIBERTY_LIB = ../../libiberty/libiberty.a
aadc9410
MF
160BFD_LIB = ../../bfd/libbfd.a $(ZLIB)
161ZLIB = @zlibdir@ -lz
c906108c 162
20e95c23
DJ
163LIBINTL = @LIBINTL@
164LIBINTL_DEP = @LIBINTL_DEP@
165INTL_CFLAGS = @INCINTL@
bf1024d6 166
c906108c
SS
167
168TARGETLIB = libsim.a
169
170all: run $(TARGETLIB) $(GDB_OBJ)
171
172.c.o:
173 $(CC) -c $(STD_CFLAGS) $<
174
175
6e9114ad
JB
176# Headers outside sim/ppc.
177ANSIDECL_H = $(srcroot)/include/ansidecl.h
178BFD_H = ../../bfd/bfd.h
6e9114ad
JB
179GDB_CALLBACK_H = $(srcroot)/include/gdb/callback.h
180GDB_REMOTE_SIM_H = $(srcroot)/include/gdb/remote-sim.h
91cd1042 181GDB_SIM_PPC_H = $(srcroot)/include/gdb/sim-ppc.h
6e9114ad
JB
182COMMON_SIM_BASE_H = $(srcroot)/sim/common/sim-base.h
183COMMON_SIM_BASICS_H = $(srcroot)/sim/common/sim-basics.h
184COMMON_SIM_FPU_H = $(srcroot)/sim/common/sim-fpu.h
185COMMON_SIM_INLINE_H = $(srcroot)/sim/common/sim-inline.h
186COMMON_SIM_SIGNAL_H = $(srcroot)/sim/common/sim-signal.h
187
188# Headers in sim/ppc.
189ACCONFIG_H = \
190 acconfig.h
191
192ALTIVEC_EXPRESSION_H = \
193 altivec_expression.h
194
195ALTIVEC_REGISTERS_H = \
196 altivec_registers.h
c906108c
SS
197
198BASICS_H = \
199 basics.h \
6e9114ad
JB
200 $(CONFIG_H) \
201 $(PPC_CONFIG_H) \
202 $(INLINE_H) \
203 $(SIM_CALLBACKS_H) \
204 $(DEBUG_H) \
205 $(WORDS_H) \
206 $(BITS_H) \
207 $(SIM_ENDIAN_H)
208
209BITS_H = \
c906108c 210 bits.h \
6e9114ad 211 bits.c
c906108c 212
6e9114ad
JB
213CAP_H = \
214 cap.h \
c906108c
SS
215 $(BASICS_H)
216
6e9114ad
JB
217COREFILE_H = \
218 corefile.h
c906108c 219
6e9114ad
JB
220COREFILE_N_H = \
221 corefile-n.h
c906108c
SS
222
223CPU_H = \
224 cpu.h \
225 $(BASICS_H) \
226 $(REGISTERS_H) \
6e9114ad
JB
227 $(DEVICE_H) \
228 $(COREFILE_H) \
229 $(VM_H) \
230 $(EVENTS_H) \
231 $(INTERRUPTS_H) \
232 $(PSIM_H) \
c906108c 233 $(IDECODE_H) \
6e9114ad
JB
234 $(ITABLE_H) \
235 $(OS_EMUL_H) \
236 $(MON_H) \
237 $(MODEL_H) \
238 cpu.c
239
240DEBUG_H = \
241 debug.h \
242 $(FILTER_FILENAME_H)
243
244DEVICE_H = \
245 device.h
c906108c
SS
246
247DEVICE_TABLE_H = \
c906108c 248 device_table.h \
6e9114ad
JB
249 $(BASICS_H) \
250 $(DEVICE_H) \
251 $(TREE_H) \
252 $(HW_H)
253
254E500_EXPRESSION_H = \
255 e500_expression.h
256
257E500_REGISTERS_H = \
258 e500_registers.h
259
260EMUL_BUGAPI_H = \
261 emul_bugapi.h
262
263EMUL_CHIRP_H = \
264 emul_chirp.h
c906108c
SS
265
266EMUL_GENERIC_H = \
6e9114ad 267 emul_generic.h \
c906108c
SS
268 $(CPU_H) \
269 $(IDECODE_H) \
6e9114ad
JB
270 $(OS_EMUL_H) \
271 $(TREE_H) \
272 $(BFD_H)
273
274EMUL_NETBSD_H = \
275 emul_netbsd.h
276
277EMUL_UNIX_H = \
278 emul_unix.h
279
280EVENTS_H = \
281 events.h
282
283FILTER_FILENAME_H = \
284 filter_filename.h
285
286FILTER_H = \
287 filter.h
288
289GEN_ICACHE_H = \
290 gen-icache.h
291
292GEN_IDECODE_H = \
293 gen-idecode.h
294
295GEN_ITABLE_H = \
296 gen-itable.h
297
298GEN_MODEL_H = \
299 gen-model.h
300
301GEN_SEMANTICS_H = \
302 gen-semantics.h
303
304GEN_SUPPORT_H = \
305 gen-support.h
306
307HW_CPU_H = \
308 hw_cpu.h
309
310HW_PHB_H = \
311 hw_phb.h
312
313IDECODE_BRANCH_H = \
314 idecode_branch.h
315
316IDECODE_EXPRESSION_H = \
317 idecode_expression.h \
318 $(ALTIVEC_EXPRESSION_H) \
319 $(E500_EXPRESSION_H)
320
321IDECODE_FIELDS_H = \
322 idecode_fields.h
323
324IGEN_H = \
325 igen.h
326
327INLINE_H = \
328 inline.h
329
330INTERRUPTS_H = \
331 interrupts.h
332
333LD_CACHE_H = \
334 ld-cache.h
335
336LD_DECODE_H = \
337 ld-decode.h
338
339LD_INSN_H = \
340 ld-insn.h
341
342LF_H = \
343 lf.h
344
345MISC_H = \
346 misc.h \
347 $(CONFIG_H) \
348 $(FILTER_FILENAME_H)
349
350MON_H = \
351 mon.h \
352 $(BASICS_H) \
353 $(ITABLE_H)
354
355OPTIONS_H = \
356 options.h
357
358OS_EMUL_H = \
c906108c
SS
359 os_emul.h
360
6e9114ad
JB
361PSIM_H = \
362 psim.h \
363 $(BASICS_H)
364
365REGISTERS_H = \
366 registers.h \
367 $(E500_REGISTERS_H) \
368 $(ALTIVEC_REGISTERS_H) \
369 $(SPREG_H)
370
371SIM_CALLBACKS_H = \
372 sim_callbacks.h
373
374SIM_ENDIAN_H = \
375 sim-endian.h \
376 sim-endian.c
377
378SIM_ENDIAN_N_H = \
379 sim-endian-n.h
380
381SIM_MAIN_H = \
382 sim-main.h \
383 $(COMMON_SIM_BASICS_H) \
384 $(COMMON_SIM_SIGNAL_H) \
385 $(COMMON_SIM_BASE_H)
386
387STD_CONFIG_H = \
388 std-config.h
389
390TABLE_H = \
391 table.h
392
393TREE_H = \
394 tree.h
395
396VM_H = \
397 vm.h
398
399VM_N_H = \
400 vm_n.h
401
402WORDS_H = \
403 words.h
404
405
406# Generated headers.
407CONFIG_H = \
408 config.h
409
410DEFINES_H = \
411 defines.h
412
413HW_H = \
414 hw.h
415
416ICACHE_H = \
417 icache.h
418
419IDECODE_H = \
420 idecode.h \
421 $(IDECODE_EXPRESSION_H) \
422 $(IDECODE_FIELDS_H) \
423 $(IDECODE_BRANCH_H)
424
425ITABLE_H = \
426 itable.h
427
428MODEL_H = \
429 model.h
430
431PK_H = \
432 pk.h
433
434PPC_CONFIG_H = \
435 ppc-config.h
436
437SEMANTICS_H = \
438 semantics.h
439
440SPREG_H = \
441 spreg.h
442
443SUPPORT_H = \
444 support.h \
445 support.c
446
447TARG_VALS_H = \
448 targ-vals.h
449
450TCONFIG_H = \
451 tconfig.h
c906108c
SS
452
453INLINE = \
454 inline.h \
455 inline.c
456
457BUILT_SRC_WO_CONFIG = \
458 icache.h icache.c \
459 support.h support.c \
460 idecode.h idecode.c \
461 semantics.h semantics.c \
462 itable.h itable.c \
463 spreg.h spreg.c \
464 model.h model.c \
465 support.h support.c \
466 pk.h \
467 hw.h hw.c \
468 filter_host.c \
469 @sim_targ_vals@
470
471BUILT_SRC = \
472 $(BUILT_SRC_WO_CONFIG) \
473 config.h \
474 ppc-config.h
475
476LIB_INLINE_SRC = \
477 psim.c \
478 bits.c \
479 debug.c \
480 sim-endian.c \
481 sim-endian.h \
482 sim-endian-n.h \
483 vm.c \
484 vm_n.h \
485 corefile.c \
486 events.c \
487 os_emul.c \
488 registers.c \
489 cpu.c \
490 interrupts.c \
491 device.c \
492 tree.c \
493 device_table.c \
494 cap.c \
495 mon.c \
496 options.c
497
498LIB_SRC = \
499 $(PACKAGE_SRC) \
500 $(HW_SRC) \
501 $(LIB_INLINE_SRC)
502
503MAIN_SRC = \
504 main.c \
91cd1042 505 gdb-sim.c \
c906108c
SS
506 sim_calls.c
507
508
509# NOTE: semantics, idecode and psim put last so smaller files are compiled
510# first
511LIB_OBJ = \
512 debug.o \
513 filter_filename.o \
514 bits.o \
515 sim-endian.o \
516 os_emul.o \
517 emul_generic.o \
518 emul_bugapi.o \
519 emul_chirp.o \
520 emul_netbsd.o \
521 emul_unix.o \
522 registers.o \
523 vm.o \
524 corefile.o \
525 model.o \
526 spreg.o \
527 cpu.o \
528 interrupts.o \
529 events.o \
530 cap.o \
531 device.o \
532 tree.o \
533 device_table.o \
534 itable.o \
535 mon.o \
536 icache.o \
537 semantics.o \
538 idecode.o \
539 support.o \
d29d5195 540 @sim_fpu@ \
c906108c 541 psim.o \
6efef468 542 version.o \
c906108c
SS
543 $(PACKAGE_OBJ) \
544 $(HW_OBJ) \
545 options.o
546
547
91cd1042 548GDB_OBJ = gdb-sim.o sim_calls.o @sim_callback@
c906108c
SS
549
550HW_SRC = @sim_hw_src@
551HW_OBJ = @sim_hw_obj@
552
553PACKAGE_SRC = @sim_pk_src@
554PACKAGE_OBJ = @sim_pk_obj@
555
556
0d8a6ab7 557psim: $(TARGETLIB) main.o $(LIBIBERTY_LIB) $(BFD_LIB) $(LIBINTL_DEP)
20e95c23 558 $(CC) $(CFLAGS) $(SIM_CFLAGS) $(LDFLAGS) -o psim$(EXEEXT) main.o $(TARGETLIB) $(BFD_LIB) $(LIBINTL) $(LIBIBERTY_LIB) $(LIBS)
c906108c
SS
559
560run: psim
561 rm -f run$(EXEEXT)
562 ln psim$(EXEEXT) run$(EXEEXT)
563
564$(TARGETLIB): tmp-igen tmp-dgen tmp-hw tmp-pk tmp-defines $(LIB_OBJ) $(GDB_OBJ)
565 rm -f $(TARGETLIB)
566 $(AR) $(AR_FLAGS) $(TARGETLIB) $(LIB_OBJ) $(GDB_OBJ)
567 $(RANLIB) $(TARGETLIB)
568
d6c2da54 569version.c: Makefile $(srccom)/create-version.sh ../../bfd/version.h ../../gdb/version.in
490e58e2 570 $(SHELL) $(srccom)/create-version.sh $(srcsim) $(host_alias) $(target_alias) version.c
6efef468
JM
571version.o: version.c $(version_h)
572
6e9114ad 573psim.o: psim.c $(CPU_H) $(IDECODE_H) $(OPTIONS_H) $(TREE_H) $(BFD_H)
c906108c
SS
574
575bits.o: bits.c $(BASICS_H)
576
6e9114ad
JB
577debug.o: debug.c $(CONFIG_H) $(BASICS_H)
578filter_filename.o: filter_filename.c $(CONFIG_H) $(PPC_CONFIG_H) $(FILTER_FILENAME_H)
c906108c 579
6e9114ad 580sim-endian.o: sim-endian.c $(CONFIG_H) $(BASICS_H) $(SIM_ENDIAN_N_H)
c906108c 581
6e9114ad 582os_emul.o: os_emul.c $(CPU_H) $(IDECODE_H) $(OS_EMUL_H) $(EMUL_GENERIC_H) $(EMUL_NETBSD_H) $(EMUL_UNIX_H) $(EMUL_CHIRP_H) $(EMUL_BUGAPI_H)
c906108c
SS
583emul_generic.o: emul_generic.c $(EMUL_GENERIC_H)
584
6e9114ad
JB
585emul_bugapi.o: emul_bugapi.c $(EMUL_GENERIC_H) $(EMUL_BUGAPI_H)
586emul_chirp.o: emul_chirp.c $(EMUL_GENERIC_H) $(EMUL_CHIRP_H)
587emul_netbsd.o: emul_netbsd.c $(EMUL_GENERIC_H) $(EMUL_NETBSD_H)
588emul_unix.o: emul_unix.c $(EMUL_GENERIC_H) $(EMUL_UNIX_H)
c906108c 589
6e9114ad 590registers.o: registers.c $(BASICS_H) $(REGISTERS_H)
c906108c
SS
591
592cpu.o: cpu.c $(CPU_H) $(IDECODE_H)
593
6e9114ad 594interrupts.o: interrupts.c $(CPU_H) $(IDECODE_H) $(OS_EMUL_H)
c906108c
SS
595
596# Given that inlines are turned on now, rebuild idecode whenever
597# anything changes.
6e9114ad 598idecode.o: idecode.c $(CPU_H) $(IDECODE_H) $(SEMANTICS_H) $(LIB_INLINE_SRC) $(BUILT_SRC)
c906108c
SS
599
600# double.o: double.c dp-bit.c
601
6e9114ad 602vm.o: vm.c $(BASICS_H) $(REGISTERS_H) $(DEVICE_H) $(COREFILE_H) $(VM_H) $(INTERRUPTS_H) $(MON_H) $(CPU_H) $(VM_N_H)
c906108c 603
6e9114ad 604corefile.o: corefile.c $(BASICS_H) $(DEVICE_TABLE_H) $(COREFILE_H) $(COREFILE_N_H)
c906108c 605
6e9114ad 606model.o: model.c $(CPU_H) $(MON_H)
c906108c 607
6e9114ad 608events.o: events.c $(BASICS_H) $(EVENTS_H)
c906108c 609
f37b123d 610sim_calls.o: sim_calls.c $(PSIM_H) $(OPTIONS_H) $(DEFS_H) $(BFD_H) $(GDB_CALLBACK_H) $(GDB_REMOTE_SIM_H)
c906108c 611
91cd1042
AC
612gdb-sim.o: gdb-sim.c $(PSIM_H) $(OPTIONS_H) $(REGISTERS_H) $(GDB_REMOTE_SIM_H) $(GDB_SIM_PPC_H) $(SIM_CALLBACK_H)
613
6e9114ad 614spreg.o: spreg.c $(BASICS_H) $(SPREG_H)
c906108c 615
6e9114ad 616main.o: main.c $(PSIM_H) $(OPTIONS_H) $(DEVICE_H) $(EVENTS_H) $(BFD_H) $(GDB_CALLBACK_H) $(GDB_REMOTE_SIM_H)
c906108c 617
6e9114ad 618device.o: device.c $(DEVICE_TABLE_H) $(CAP_H) $(EVENTS_H) $(PSIM_H)
c906108c 619
6e9114ad 620tree.o: tree.c $(BASICS_H) $(DEVICE_H) $(TREE_H)
c906108c 621
6e9114ad 622device_table.o: device_table.c $(DEVICE_TABLE_H) hw.c
c906108c 623
6e9114ad 624cap.o: cap.c $(CAP_H)
c906108c 625
6e9114ad 626semantics.o: semantics.c $(CPU_H) $(IDECODE_H) $(SEMANTICS_H) $(COMMON_SIM_INLINE_H) $(COMMON_SIM_FPU_H) $(SUPPORT_H)
c906108c 627
6e9114ad 628icache.o: icache.c $(CPU_H) $(IDECODE_H) $(SEMANTICS_H) $(ICACHE_H) $(COMMON_SIM_INLINE_H) $(COMMON_SIM_FPU_H) $(SUPPORT_H)
c906108c 629
6e9114ad 630support.o: support.c $(CPU_H) $(IDECODE_H) $(COMMON_SIM_INLINE_H) $(COMMON_SIM_FPU_H) $(SUPPORT_H)
c906108c 631
6e9114ad 632itable.o: itable.c $(ITABLE_H)
c906108c 633
6e9114ad 634mon.o: mon.c $(BASICS_H) $(CPU_H) $(MON_H)
c906108c
SS
635
636# GDB after 4.16 expects the default_callback structure to be setup.
637# As a kludge, build the common stuff here for now.
638gentmap: ../common/gentmap.c Makefile targ-vals.def
4b164edf 639 $(CC_FOR_BUILD) $(BUILD_CFLAGS) -I. -I../common -I$(srcdir)/../common -o gentmap $< $(BUILD_LIBS)
c906108c
SS
640
641targ-vals.def: $(srcdir)/../common/nltvals.def
642 rm -f targ-vals.def tmp-def
643 cat $(srcdir)/../common/nltvals.def > tmp-vals.def
ae451ac6 644 $(SHELL) $(srcdir)/../../move-if-change tmp-vals.def targ-vals.def
c906108c
SS
645
646targ-vals.h: Makefile gentmap $(srcdir)/../../move-if-change
647 rm -f tmp-vals.h
648 ./gentmap -h > tmp-vals.h
ae451ac6 649 $(SHELL) $(srcdir)/../../move-if-change tmp-vals.h targ-vals.h
c906108c
SS
650
651targ-map.c: Makefile gentmap $(srcdir)/../../move-if-change
652 rm -f tmp-map.c
653 ./gentmap -c > tmp-map.c
ae451ac6 654 $(SHELL) $(srcdir)/../../move-if-change tmp-map.c targ-map.c
c906108c 655
6e9114ad 656callback.o: ../common/callback.c $(TARG_VALS_H) $(CONFIG_H)
c906108c
SS
657 $(CC) -c $(STD_CFLAGS) -DHAVE_CONFIG_H $<
658
6e9114ad 659targ-map.o: targ-map.c $(ANSIDECL_H) $(GDB_CALLBACK_H) $(TARG_VALS_H)
c906108c 660
6e9114ad 661sim-fpu.o: $(srcdir)/../common/sim-fpu.c $(CONFIG_H) $(TCONFIG_H)
d29d5195
MG
662 $(CC) -c $(STD_CFLAGS) -DHAVE_CONFIG_H $(srcdir)/../common/sim-fpu.c
663
d29d5195
MG
664tconfig.h:
665 rm -f tconfig.h
666 echo > tconfig.h
667
c906108c 668# Rebuild options whenever something changes so the date/time is up to date.
6e9114ad 669options.o: options.c $(CPU_H) $(OPTIONS_H) $(DEFINES_H) $(BASICS_H) $(IDECODE_H) $(INLINE) $(LIB_SRC) $(BUILT_SRC) config.status Makefile
c906108c
SS
670 $(CC) -c $(STD_CFLAGS) '-DOPCODE_RULES="@sim_opcode@"' '-DIGEN_FLAGS="$(IGEN_FLAGS)"' '-DDGEN_FLAGS="$(DGEN_FLAGS)"' $<
671
99b57276 672defines.h: tmp-defines; @true
c906108c
SS
673tmp-defines: config.h Makefile
674 sed -n -e '/^#define HAVE_/s/ 1$$/",/' -e '/^#define HAVE_/s//"HAVE_/p' < config.h > tmp-defines.h
ae451ac6 675 $(SHELL) $(srcdir)/../../move-if-change tmp-defines.h defines.h
c906108c
SS
676 touch tmp-defines
677
678#
679# Rules to create the built c source code files
680#
681
682ppc-config.h: $(CONFIG_FILE)
683 cp $(srcdir)/$(CONFIG_FILE) ppc-config.h
684
685
686tmp-dgen: dgen ppc-spr-table $(srcdir)/../../move-if-change
687 ./dgen $(DGEN_FLAGS) \
688 -r $(srcdir)/ppc-spr-table \
689 -n spreg.h -hp tmp-spreg.h \
690 -n spreg.c -p tmp-spreg.c
ae451ac6
ILT
691 $(SHELL) $(srcdir)/../../move-if-change tmp-spreg.h spreg.h
692 $(SHELL) $(srcdir)/../../move-if-change tmp-spreg.c spreg.c
c906108c
SS
693 touch tmp-dgen
694
345d88d9 695tmp-igen: igen $(srcdir)/ppc-instructions $(srcdir)/altivec.igen $(srcdir)/e500.igen $(IGEN_OPCODE_RULES) $(srcdir)/../../move-if-change tmp-ld-decode tmp-ld-cache tmp-ld-insn tmp-filter
c906108c
SS
696 ./igen $(IGEN_FLAGS) \
697 -o $(srcdir)/$(IGEN_OPCODE_RULES) \
43c4bab0 698 -I $(srcdir) -i $(srcdir)/ppc-instructions \
c906108c
SS
699 -n icache.h -hc tmp-icache.h \
700 -n icache.c -c tmp-icache.c \
701 -n semantics.h -hs tmp-semantics.h \
702 -n semantics.c -s tmp-semantics.c \
703 -n idecode.h -hd tmp-idecode.h \
704 -n idecode.c -d tmp-idecode.c \
705 -n itable.h -ht tmp-itable.h \
706 -n itable.c -t tmp-itable.c \
707 -n model.h -hm tmp-model.h \
708 -n model.c -m tmp-model.c \
709 -n support.h -hf tmp-support.h \
710 -n support.c -f tmp-support.c
ae451ac6
ILT
711 $(SHELL) $(srcdir)/../../move-if-change tmp-icache.h icache.h
712 $(SHELL) $(srcdir)/../../move-if-change tmp-icache.c icache.c
713 $(SHELL) $(srcdir)/../../move-if-change tmp-idecode.h idecode.h
714 $(SHELL) $(srcdir)/../../move-if-change tmp-idecode.c idecode.c
715 $(SHELL) $(srcdir)/../../move-if-change tmp-semantics.h semantics.h
716 $(SHELL) $(srcdir)/../../move-if-change tmp-semantics.c semantics.c
717 $(SHELL) $(srcdir)/../../move-if-change tmp-itable.h itable.h
718 $(SHELL) $(srcdir)/../../move-if-change tmp-itable.c itable.c
719 $(SHELL) $(srcdir)/../../move-if-change tmp-model.h model.h
720 $(SHELL) $(srcdir)/../../move-if-change tmp-model.c model.c
721 $(SHELL) $(srcdir)/../../move-if-change tmp-support.h support.h
722 $(SHELL) $(srcdir)/../../move-if-change tmp-support.c support.c
c906108c
SS
723 touch tmp-igen
724
725# NOTE: Some versions of make don't handle files created as side-effects
726# uncomment the below if that is the case.
727
728$(TARGETLIB): tmp-igen tmp-dgen
729itable.h itable.c icache.h icache.c idecode.h idecode.c semantics.h semantics.c model.h model.c support.h support.c: tmp-igen
730spreg.h spreg.c: tmp-dgen
731
732dgen: dgen.o table.o lf.o misc.o filter_host.o
733 $(CC_FOR_BUILD) $(BUILD_CFLAGS) -o dgen dgen.o table.o lf.o misc.o filter_host.o $(BUILD_LIBS)
734
735igen: igen.o table.o lf.o misc.o filter_host.o ld-decode.o ld-cache.o filter.o ld-insn.o gen-model.o gen-itable.o gen-icache.o gen-semantics.o gen-idecode.o gen-support.o
736 $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o igen igen.o table.o lf.o misc.o filter_host.o ld-decode.o ld-cache.o filter.o ld-insn.o gen-model.o gen-itable.o gen-icache.o gen-semantics.o gen-idecode.o gen-support.o $(BUILD_LIBS)
737
738filter_host.c: filter_filename.c
739 cat $(srcdir)/filter_filename.c > filter_host.c
740
6e9114ad 741filter_host.o: filter_host.c $(CONFIG_H) $(PPC_CONFIG_H) $(FILTER_FILENAME_H)
c906108c
SS
742 $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c filter_host.c
743
6e9114ad 744table.o: table.c $(CONFIG_H) $(MISC_H) $(LF_H) $(TABLE_H)
c906108c
SS
745 $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/table.c
746
6e9114ad 747lf.o: lf.c $(CONFIG_H) $(MISC_H) $(LF_H)
c906108c
SS
748 $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/lf.c
749
6e9114ad 750filter.o: filter.c $(CONFIG_H) $(MISC_H) $(FILTER_H)
c906108c 751 $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/filter.c
6e9114ad 752tmp-filter: filter.c $(MISC_H) misc.o
c906108c
SS
753 $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o tmp-filter -DMAIN $(srcdir)/filter.c misc.o $(BUILD_LIBS)
754
6e9114ad 755ld-decode.o: ld-decode.c $(MISC_H) $(LF_H) $(TABLE_H) $(LD_DECODE_H)
c906108c 756 $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/ld-decode.c
d8006e05 757tmp-ld-decode: ld-decode.c misc.o lf.o table.o filter_host.o
c906108c
SS
758 $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o tmp-ld-decode -DMAIN $(srcdir)/ld-decode.c misc.o lf.o table.o filter_host.o $(BUILD_LIBS)
759
6e9114ad 760ld-cache.o: ld-cache.c $(MISC_H) $(LF_H) $(TABLE_H) $(LD_CACHE_H)
c906108c 761 $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/ld-cache.c
d8006e05 762tmp-ld-cache: ld-cache.c misc.o lf.o table.o filter_host.o
c906108c
SS
763 $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o tmp-ld-cache -DMAIN $(srcdir)/ld-cache.c misc.o lf.o table.o filter_host.o $(BUILD_LIBS)
764
6e9114ad 765ld-insn.o: ld-insn.c $(MISC_H) $(LF_H) $(TABLE_H) $(FILTER_H) $(LD_DECODE_H) $(LD_CACHE_H) $(LD_INSN_H) $(IGEN_H)
c906108c 766 $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/ld-insn.c
d8006e05 767tmp-ld-insn: ld-insn.c ld-cache.o misc.o lf.o table.o ld-decode.o filter_host.o filter.o
d81bb16a 768 $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o tmp-ld-insn -DMAIN $(srcdir)/ld-insn.c ld-cache.o misc.o lf.o table.o ld-decode.o filter_host.o filter.o $(BUILD_LIBS)
c906108c 769
6e9114ad 770gen-model.o: gen-model.c $(MISC_H) $(LF_H) $(TABLE_H) $(FILTER_H) $(LD_CACHE_H) $(LD_DECODE_H) $(LD_INSN_H) $(GEN_MODEL_H)
c906108c
SS
771 $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/gen-model.c
772
6e9114ad 773gen-itable.o: gen-itable.c $(MISC_H) $(LF_H) $(TABLE_H) $(FILTER_H) $(LD_CACHE_H) $(LD_DECODE_H) $(LD_INSN_H) $(IGEN_H) $(GEN_ITABLE_H)
c906108c
SS
774 $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/gen-itable.c
775
6e9114ad 776gen-icache.o: gen-icache.c $(MISC_H) $(LF_H) $(TABLE_H) $(FILTER_H) $(LD_DECODE_H) $(LD_CACHE_H) $(LD_INSN_H) $(IGEN_H) $(GEN_SEMANTICS_H) $(GEN_IDECODE_H) $(GEN_ICACHE_H)
c906108c
SS
777 $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/gen-icache.c
778
6e9114ad 779gen-semantics.o: gen-semantics.c $(MISC_H) $(LF_H) $(TABLE_H) $(FILTER_H) $(LD_DECODE_H) $(LD_CACHE_H) $(LD_INSN_H) $(IGEN_H) $(GEN_SEMANTICS_H) $(GEN_ICACHE_H) $(GEN_IDECODE_H)
c906108c
SS
780 $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/gen-semantics.c
781
6e9114ad 782gen-idecode.o: gen-idecode.c $(MISC_H) $(LF_H) $(TABLE_H) $(FILTER_H) $(LD_DECODE_H) $(LD_CACHE_H) $(LD_INSN_H) $(IGEN_H) $(GEN_IDECODE_H) $(GEN_ICACHE_H) $(GEN_SEMANTICS_H)
c906108c
SS
783 $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/gen-idecode.c
784
6e9114ad 785gen-support.o: gen-support.c $(MISC_H) $(LF_H) $(TABLE_H) $(FILTER_H) $(LD_DECODE_H) $(LD_CACHE_H) $(LD_INSN_H) $(IGEN_H) $(GEN_SEMANTICS_H) $(GEN_SUPPORT_H)
c906108c
SS
786 $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/gen-support.c
787
6e9114ad 788dgen.o: dgen.c $(CONFIG_H) $(MISC_H) $(LF_H) $(TABLE_H)
c906108c
SS
789 $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/dgen.c
790
6e9114ad 791igen.o: igen.c $(MISC_H) $(LF_H) $(TABLE_H) $(CONFIG_H) $(FILTER_H) $(LD_CACHE_H) $(LD_DECODE_H) $(LD_INSN_H) $(IGEN_H) $(GEN_MODEL_H) $(GEN_ICACHE_H) $(GEN_ITABLE_H) $(GEN_IDECODE_H) $(GEN_SEMANTICS_H) $(GEN_SUPPORT_H)
c906108c
SS
792 $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/igen.c
793
6e9114ad 794misc.o: misc.c $(CONFIG_H) $(MISC_H)
c906108c
SS
795 $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/misc.c
796
797
798
799# real hardware
99b57276 800hw.c hw.h: tmp-hw; @true
c906108c
SS
801tmp-hw: Makefile $(HW_SRC) $(srcdir)/../../move-if-change
802 # The first for loop is to remove duplicates.
803 f=""; \
804 for i in $(HW_SRC) ; do \
805 case " $$f " in \
806 *" $$i "*) ;; \
807 *) f="$$f $$i" ;; \
808 esac ; \
809 done ; \
810 for hw in $$f ; do echo $$hw ; done \
811 | sed -e 's/^.*\(hw_.*\)\.c/\1/' \
812 -e 's/^/extern const device_descriptor /' \
813 -e 's/$$/_device_descriptor\[\];/' \
814 > tmp-hw.h
815 f=""; \
816 for i in $(HW_SRC) ; do \
817 case " $$f " in \
818 *" $$i "*) ;; \
819 *) f="$$f $$i" ;; \
820 esac ; \
821 done ; \
822 for hw in $$f ; do echo $$hw ; done \
823 | sed -e 's/^.*\(hw_.*\)\.c/\1/' \
824 -e 's/^/ /' \
825 -e 's/$$/_device_descriptor,/' \
826 > tmp-hw.c
ae451ac6
ILT
827 $(SHELL) $(srcdir)/../../move-if-change tmp-hw.h hw.h
828 $(SHELL) $(srcdir)/../../move-if-change tmp-hw.c hw.c
c906108c
SS
829 touch tmp-hw
830
6e9114ad 831hw_cpu.o: hw_cpu.c $(DEVICE_TABLE_H) $(HW_CPU_H) $(INTERRUPTS_H) $(CPU_H)
38edcf8a 832hw_com.o: hw_com.c $(DEVICE_TABLE_H)
6e9114ad
JB
833hw_core.o: hw_core.c $(DEVICE_TABLE_H) $(COREFILE_H)
834hw_disk.o: hw_disk.c $(DEVICE_TABLE_H) $(PK_H)
38edcf8a 835hw_eeprom.o: hw_eeprom.c $(DEVICE_TABLE_H)
c906108c 836hw_glue.o: hw_glue.c $(DEVICE_TABLE_H)
6e9114ad 837hw_htab.o: hw_htab.c $(DEVICE_TABLE_H) $(BFD_H)
c906108c 838hw_ide.o: hw_ide.c $(DEVICE_TABLE_H)
6e9114ad 839hw_init.o: hw_init.c $(DEVICE_TABLE_H) $(BFD_H) $(PSIM_H)
c906108c
SS
840hw_iobus.o: hw_iobus.c $(DEVICE_TABLE_H)
841hw_memory.o: hw_memory.c $(DEVICE_TABLE_H)
842hw_nvram.o: hw_nvram.c $(DEVICE_TABLE_H)
843hw_opic.o: hw_opic.c $(DEVICE_TABLE_H)
54cfd411 844hw_pal.o: hw_pal.c $(DEVICE_TABLE_H) $(CPU_H)
6e9114ad
JB
845hw_phb.o: hw_phb.c $(DEVICE_TABLE_H) $(HW_PHB_H) $(COREFILE_H)
846hw_register.o: hw_register.c $(DEVICE_TABLE_H) $(PSIM_H)
00a0b122
JS
847hw_sem.o: hw_sem.c $(DEVICE_TABLE_H) $(PSIM_H)
848hw_shm.o: hw_shm.c $(DEVICE_TABLE_H) $(PSIM_H)
c906108c 849hw_trace.o: hw_trace.c $(DEVICE_TABLE_H)
54cfd411 850hw_vm.o: hw_vm.c $(DEVICE_TABLE_H) $(CPU_H)
c906108c
SS
851# ignore this line, it stops make from getting confused
852
853
854
855# real packages
99b57276 856pk.h: tmp-pk; @true
c906108c
SS
857tmp-pk: Makefile $(PACKAGE_SRC) $(srcdir)/../../move-if-change
858 # The first for loop is to remove duplicates.
859 f=""; \
860 for i in $(PACKAGE_SRC) ; do \
861 case " $$f " in \
862 *" $$i "*) ;; \
863 *) f="$$f $$i" ;; \
864 esac ; \
865 done ; \
866 for pk in $$f ; do echo $$pk ; done \
867 | sed -e 's/^.*pk_\(.*\)\.c/\1/' \
868 -e 's/^/extern package_create_instance_callback pk_/' \
869 -e 's/$$/_create_instance;/' \
870 > tmp-pk.h
ae451ac6 871 $(SHELL) $(srcdir)/../../move-if-change tmp-pk.h pk.h
c906108c
SS
872 touch tmp-pk
873
6e9114ad 874pk_disklabel.o: pk_disklabel.c $(DEVICE_TABLE_H) $(PK_H)
c906108c
SS
875# ignore this line, it stops make from getting confused
876
877
878
879tags etags: TAGS
880
881TAGS: $(BUILT_SRC)
882 etags $(srcdir)/*.h $(srcdir)/*.c $(BUILT_SRC)
883
884clean mostlyclean:
885 rm -f tmp-* *.[oasi] core psim$(EXEEXT) run$(EXEEXT) igen dgen $(BUILT_SRC_WO_CONFIG) gentmap
886
887distclean realclean: clean
888 rm -f TAGS Makefile config.cache config.status config.h defines.h stamp-h config.log
889
890maintainer-clean: distclean
891 rm -f *~ *.log ppc-config.h core *.core
892
893Makefile: Makefile.in config.status
894 CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
895
896config.h: stamp-h ; @true
897stamp-h: config.in config.status
898 CONFIG_FILES= CONFIG_HEADERS=config.h:config.in $(SHELL) ./config.status
899
900config.status: configure
901 $(SHELL) ./config.status --recheck
902
903install: installdirs
904 n=`echo run | sed '$(program_transform_name)'`; \
5a645dc5 905 $(INSTALL_PROGRAM) run$(EXEEXT) $(DESTDIR)$(bindir)/$$n$(EXEEXT)
c906108c
SS
906
907installdirs:
5a645dc5 908 $(SHELL) $(srcdir)/../../mkinstalldirs $(DESTDIR)$(bindir)
This page took 0.738812 seconds and 4 git commands to generate.