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