Fix non-x86 NMI hooks
[qemu-kvm/fedora.git] / Makefile.target
blob05ace8ed177003c6fa46b00e931ff06012d25168
1 CFLAGS=
2 LDFLAGS=
4 include config.mak
6 LDFLAGS_BASE:=$(LDFLAGS)
7 TARGET_BASE_ARCH:=$(TARGET_ARCH)
8 ifeq ($(TARGET_ARCH), x86_64)
9 TARGET_BASE_ARCH:=i386
10 endif
11 ifeq ($(TARGET_ARCH), mipsn32)
12 TARGET_BASE_ARCH:=mips
13 endif
14 ifeq ($(TARGET_ARCH), mips64)
15 TARGET_BASE_ARCH:=mips
16 endif
17 ifeq ($(TARGET_ARCH), ppc64)
18 TARGET_BASE_ARCH:=ppc
19 endif
20 ifeq ($(TARGET_ARCH), ppc64h)
21 TARGET_BASE_ARCH:=ppc
22 endif
23 ifeq ($(TARGET_ARCH), ppcemb)
24 TARGET_BASE_ARCH:=ppc
25 endif
26 ifeq ($(TARGET_ARCH), sparc64)
27 TARGET_BASE_ARCH:=sparc
28 endif
29 ifeq ($(TARGET_ARCH), ia64)
30 TARGET_BASE_ARCH:=ia64
31 endif
32 TARGET_PATH=$(SRC_PATH)/target-$(TARGET_BASE_ARCH)
33 VPATH=$(SRC_PATH):$(TARGET_PATH):$(SRC_PATH)/hw
34 CPPFLAGS=-I. -I.. -I$(TARGET_PATH) -I$(SRC_PATH) -MMD -MT $@ -MP -DNEED_CPU_H
35 #CFLAGS+=-Werror
36 LIBS=
37 DYNGEN=../dyngen$(EXESUF)
38 # user emulator name
39 ifndef TARGET_ARCH2
40 TARGET_ARCH2=$(TARGET_ARCH)
41 endif
42 ifeq ($(TARGET_ARCH),arm)
43   ifeq ($(TARGET_WORDS_BIGENDIAN),yes)
44     TARGET_ARCH2=armeb
45   endif
46 endif
47 ifeq ($(TARGET_ARCH),sh4)
48   ifeq ($(TARGET_WORDS_BIGENDIAN),yes)
49     TARGET_ARCH2=sh4eb
50   endif
51 endif
52 ifeq ($(TARGET_ARCH),mips)
53   ifneq ($(TARGET_WORDS_BIGENDIAN),yes)
54     TARGET_ARCH2=mipsel
55   endif
56 endif
57 ifeq ($(TARGET_ARCH),mipsn32)
58   ifneq ($(TARGET_WORDS_BIGENDIAN),yes)
59     TARGET_ARCH2=mipsn32el
60   endif
61 endif
62 ifeq ($(TARGET_ARCH),mips64)
63   ifneq ($(TARGET_WORDS_BIGENDIAN),yes)
64     TARGET_ARCH2=mips64el
65   endif
66 endif
68 ifdef CONFIG_USER_ONLY
69 # user emulator name
70 QEMU_PROG=qemu-$(TARGET_ARCH2)
71 else
72 # system emulator name
73 ifeq ($(TARGET_ARCH), i386)
74 QEMU_PROG=qemu$(EXESUF)
75 else
76 QEMU_PROG=qemu-system-$(TARGET_ARCH2)$(EXESUF)
77 endif
78 endif
80 PROGS=$(QEMU_PROG)
82 # We require -O2 to avoid the stack setup prologue in EXIT_TB
83 OP_CFLAGS := -O2 -g -fno-strict-aliasing
84 OP_CFLAGS += -Wall -Wundef -Wendif-labels -Wwrite-strings
86 # cc-option
87 # Usage: OP_CFLAGS+=$(call cc-option, -falign-functions=0, -malign-functions=0)
89 cc-option = $(shell if $(CC) $(OP_CFLAGS) $(1) -S -o /dev/null -xc /dev/null \
90               > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi ;)
92 OP_CFLAGS+=$(call cc-option, -fno-reorder-blocks, "")
93 OP_CFLAGS+=$(call cc-option, -fno-gcse, "")
94 OP_CFLAGS+=$(call cc-option, -fno-tree-ch, "")
95 OP_CFLAGS+=$(call cc-option, -fno-optimize-sibling-calls, "")
96 OP_CFLAGS+=$(call cc-option, -fno-crossjumping, "")
97 OP_CFLAGS+=$(call cc-option, -fno-align-labels, "")
98 OP_CFLAGS+=$(call cc-option, -fno-align-jumps, "")
99 OP_CFLAGS+=$(call cc-option, -fno-align-functions, $(call cc-option, -malign-functions=0, ""))
100 OP_CFLAGS+=$(call cc-option, -fno-section-anchors, "")
102 HELPER_CFLAGS=
104 ifeq ($(ARCH),i386)
105 HELPER_CFLAGS+=-fomit-frame-pointer
106 OP_CFLAGS+=-mpreferred-stack-boundary=2 -fomit-frame-pointer
107 # op.c and helper.c need this on 32-bit x86 system to avoid
108 # a compiler spill error. This can probably go away
109 # once the SSE ops have been converted to TCG
110 ifeq ($(HAVE_GT_GCC_3_3), true)
111 I386_CFLAGS=-march=i586 -mtune=i686
112 endif
113 endif
115 ifeq ($(ARCH),ppc)
116 CPPFLAGS+= -D__powerpc__
117 OP_CFLAGS+= -mlongcall
118 endif
120 ifeq ($(ARCH),sparc)
121   CFLAGS+=-ffixed-g2 -ffixed-g3
122   OP_CFLAGS+=-fno-delayed-branch -ffixed-i0
123   ifeq ($(CONFIG_SOLARIS),yes)
124     OP_CFLAGS+=-fno-omit-frame-pointer
125   else
126     CFLAGS+=-ffixed-g1 -ffixed-g6
127     HELPER_CFLAGS+=-ffixed-i0
128   endif
129 endif
131 ifeq ($(ARCH),sparc64)
132   OP_CFLAGS+=-mcpu=ultrasparc -m64 -fno-delayed-branch -ffixed-i0
133   ifneq ($(CONFIG_SOLARIS),yes)
134     CFLAGS+=-ffixed-g5 -ffixed-g6 -ffixed-g7
135     OP_CFLAGS+=-ffixed-g5 -ffixed-g6 -ffixed-g7
136   else
137     CFLAGS+=-ffixed-g1 -ffixed-g4 -ffixed-g5 -ffixed-g7
138   endif
139 endif
141 ifeq ($(ARCH),alpha)
142 # -msmall-data is not used for OP_CFLAGS because we want two-instruction
143 # relocations for the constant constructions
144 # Ensure there's only a single GP
145 CFLAGS+=-msmall-data
146 endif
148 ifeq ($(ARCH),hppa)
149 OP_CFLAGS=-O1 -fno-delayed-branch
150 BASE_LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
151 endif
153 ifeq ($(ARCH),ia64)
154 CFLAGS+=-mno-sdata
155 OP_CFLAGS+=-mno-sdata
156 endif
158 ifeq ($(ARCH),arm)
159 OP_CFLAGS+=-mno-sched-prolog -fno-omit-frame-pointer
160 endif
162 ifeq ($(ARCH),m68k)
163 OP_CFLAGS+=-fomit-frame-pointer
164 endif
166 ifeq ($(ARCH),mips)
167 OP_CFLAGS+=-mabi=32 -G0 -fno-PIC -mno-abicalls -fomit-frame-pointer -fno-delayed-branch -Wa,-O0
168 endif
170 ifeq ($(ARCH),mips64)
171 OP_CFLAGS+=-mabi=n32 -G0 -fno-PIC -mno-abicalls -fomit-frame-pointer -fno-delayed-branch -Wa,-O0
172 endif
174 CFLAGS+=$(OS_CFLAGS) $(ARCH_CFLAGS)
175 LDFLAGS+=$(OS_LDFLAGS) $(ARCH_LDFLAGS)
176 OP_CFLAGS+=$(OS_CFLAGS) $(ARCH_CFLAGS)
178 CPPFLAGS+=-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D__user=
179 LIBS+=-lm
180 ifdef CONFIG_WIN32
181 LIBS+=-lwinmm -lws2_32 -liphlpapi
182 endif
183 ifdef CONFIG_SOLARIS
184 LIBS+=-lsocket -lnsl -lresolv
185 ifdef NEEDS_LIBSUNMATH
186 LIBS+=-lsunmath
187 LDFLAGS+=-L/opt/SUNWspro/prod/lib -R/opt/SUNWspro/prod/lib
188 OP_CFLAGS+=-I/opt/SUNWspro/prod/include/cc
189 CFLAGS+=-I/opt/SUNWspro/prod/include/cc
190 endif
191 endif
193 kvm.o: CFLAGS+=$(KVM_CFLAGS)
194 kvm-all.o: CFLAGS+=$(KVM_CFLAGS)
196 all: $(PROGS)
198 #########################################################
199 # cpu emulator library
200 LIBOBJS=exec.o kqemu.o cpu-exec.o host-utils.o
202 ifeq ($(NO_CPU_EMULATION), 1)
203 LIBOBJS+=fake-exec.o
204 else
205 LIBOBJS+= translate-all.o translate.o
206 endif
207 ifdef CONFIG_DYNGEN_OP
208 LIBOBJS+=op.o
209 endif
210 # TCG code generator
211 ifneq ($(TARGET_ARCH), ia64)
212 LIBOBJS+= tcg/tcg.o tcg/tcg-dyngen.o tcg/tcg-runtime.o
213 CPPFLAGS+=-I$(SRC_PATH)/tcg -I$(SRC_PATH)/tcg/$(ARCH)
214 endif
215 ifeq ($(ARCH),sparc64)
216 CPPFLAGS+=-I$(SRC_PATH)/tcg/sparc
217 endif
219 ifeq ($(USE_KVM), 1)
220 LIBOBJS+=qemu-kvm.o
221 endif
222 ifdef CONFIG_SOFTFLOAT
223 LIBOBJS+=fpu/softfloat.o
224 else
225 LIBOBJS+=fpu/softfloat-native.o
226 endif
227 CPPFLAGS+=-I$(SRC_PATH)/fpu
229 ifeq ($(TARGET_ARCH), i386)
230 LIBOBJS+=helper.o
231 ifeq ($(USE_KVM), 1)
232 LIBOBJS+=qemu-kvm-x86.o kvm-tpr-opt.o
233 LIBOBJS+=qemu-kvm-helper.o
234 endif
235 endif
237 ifeq ($(TARGET_ARCH), x86_64)
238 LIBOBJS+=helper.o
239 ifeq ($(USE_KVM), 1)
240 LIBOBJS+=qemu-kvm-x86.o kvm-tpr-opt.o
241 LIBOBJS+=qemu-kvm-helper.o
242 endif
243 endif
245 ifeq ($(TARGET_BASE_ARCH), ppc)
246 ifeq ($(USE_KVM), 1)
247 LIBOBJS+= qemu-kvm-powerpc.o
248 endif
249 endif
251 LIBOBJS+= op_helper.o
253 ifneq ($(TARGET_ARCH), ia64)
254 LIBOBJS+= helper.o
255 endif
257 ifeq ($(TARGET_BASE_ARCH), arm)
258 LIBOBJS+= neon_helper.o iwmmxt_helper.o
259 endif
261 ifeq ($(TARGET_BASE_ARCH), alpha)
262 LIBOBJS+= alpha_palcode.o
263 endif
265 ifeq ($(TARGET_BASE_ARCH), ia64)
266 LIBOBJS+=op_helper.o firmware.o
267 ifeq ($(USE_KVM), 1)
268 LIBOBJS+=qemu-kvm-ia64.o
269 endif
270 endif
272 ifeq ($(TARGET_BASE_ARCH), cris)
273 LIBOBJS+= cris-dis.o
275 ifndef CONFIG_USER_ONLY
276 LIBOBJS+= mmu.o
277 endif
278 endif
281 # NOTE: the disassembler code is only needed for debugging
282 LIBOBJS+=disas.o
283 ifeq ($(findstring i386, $(TARGET_ARCH) $(ARCH)),i386)
284 USE_I386_DIS=y
285 endif
286 ifeq ($(findstring x86_64, $(TARGET_ARCH) $(ARCH)),x86_64)
287 USE_I386_DIS=y
288 endif
289 ifdef USE_I386_DIS
290 LIBOBJS+=i386-dis.o
291 endif
292 ifeq ($(findstring alpha, $(TARGET_ARCH) $(ARCH)),alpha)
293 LIBOBJS+=alpha-dis.o
294 endif
295 ifeq ($(findstring ppc, $(TARGET_BASE_ARCH) $(ARCH)),ppc)
296 LIBOBJS+=ppc-dis.o
297 endif
298 ifeq ($(findstring mips, $(TARGET_BASE_ARCH) $(ARCH)),mips)
299 LIBOBJS+=mips-dis.o
300 endif
301 ifeq ($(findstring sparc, $(TARGET_BASE_ARCH) $(ARCH)),sparc)
302 LIBOBJS+=sparc-dis.o
303 endif
304 ifeq ($(findstring arm, $(TARGET_ARCH) $(ARCH)),arm)
305 LIBOBJS+=arm-dis.o
306 endif
307 ifeq ($(findstring m68k, $(TARGET_ARCH) $(ARCH)),m68k)
308 LIBOBJS+=m68k-dis.o
309 endif
310 ifeq ($(findstring sh4, $(TARGET_ARCH) $(ARCH)),sh4)
311 LIBOBJS+=sh4-dis.o
312 endif
313 ifeq ($(findstring hppa, $(TARGET_BASE_ARCH) $(ARCH)),hppa)
314 LIBOBJS+=hppa-dis.o
315 endif
316 ifeq ($(findstring s390, $(TARGET_ARCH) $(ARCH)),s390)
317 LIBOBJS+=s390-dis.o
318 endif
320 # libqemu
322 ifdef CONFIG_DYNGEN_OP
323 OPC_H = gen-op.h dyngen-opc.h op.h
324 endif
326 libqemu.a: $(LIBOBJS)
327         rm -f $@
328         $(AR) rcs $@ $(LIBOBJS)
330 translate.o: translate.c cpu.h $(OPC_H)
332 translate-all.o: translate-all.c cpu.h $(OPC_H)
334 tcg/tcg.o: cpu.h $(OPC_H)
336 tcg/tcg-dyngen.o: $(OPC_H)
338 tcg/tcg-runtime.o: $(OPC_H)
340 op.h: op.o $(DYNGEN)
341         $(DYNGEN) -o $@ $<
343 dyngen-opc.h: op.o $(DYNGEN)
344         $(DYNGEN) -c -o $@ $<
346 gen-op.h: op.o $(DYNGEN)
347         $(DYNGEN) -g -o $@ $<
349 op.o: op.c
350         $(CC) $(OP_CFLAGS) $(CPPFLAGS) $(I386_CFLAGS) -c -o $@ $<
352 machine.o: machine.c
353         $(CC) $(OP_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
355 # HELPER_CFLAGS is used for all the code compiled with static register
356 # variables
357 op_helper.o: op_helper.c
358         $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) $(I386_CFLAGS) -c -o $@ $<
360 cpu-exec.o: cpu-exec.c $(OPC_H)
361         $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
363 qemu-kvm-helper.o: qemu-kvm-helper.c
364         $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
366 #########################################################
367 # Linux user emulator target
369 ifdef CONFIG_LINUX_USER
371 ifndef TARGET_ABI_DIR
372   TARGET_ABI_DIR=$(TARGET_ARCH)
373 endif
374 VPATH+=:$(SRC_PATH)/linux-user:$(SRC_PATH)/linux-user/$(TARGET_ABI_DIR)
375 CPPFLAGS+=-I$(SRC_PATH)/linux-user -I$(SRC_PATH)/linux-user/$(TARGET_ABI_DIR)
377 ifdef CONFIG_STATIC
378 LDFLAGS+=-static
379 endif
381 ifeq ($(ARCH),i386)
382 ifdef TARGET_GPROF
383 USE_I386_LD=y
384 endif
385 ifdef CONFIG_STATIC
386 USE_I386_LD=y
387 endif
388 ifdef USE_I386_LD
389 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
390 else
391 # WARNING: this LDFLAGS is _very_ tricky : qemu is an ELF shared object
392 # that the kernel ELF loader considers as an executable. I think this
393 # is the simplest way to make it self virtualizable!
394 LDFLAGS+=-Wl,-shared
395 endif
396 endif
398 ifeq ($(ARCH),x86_64)
399 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
400 endif
402 ifeq ($(ARCH),ppc)
403 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
404 endif
406 ifeq ($(ARCH),ppc64)
407 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
408 endif
410 ifeq ($(ARCH),s390)
411 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
412 endif
414 ifeq ($(ARCH),sparc)
415 # -static is used to avoid g1/g3 usage by the dynamic linker    
416 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld -static
417 endif
419 ifeq ($(ARCH),sparc64)
420 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
421 endif
423 ifeq ($(ARCH),alpha)
424 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
425 endif
427 ifeq ($(ARCH),ia64)
428 LDFLAGS+=-Wl,-G0 -Wl,-T,$(SRC_PATH)/$(ARCH).ld
429 endif
431 ifeq ($(ARCH),arm)
432 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
433 endif
435 ifeq ($(ARCH),m68k)
436 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
437 endif
439 ifeq ($(ARCH),mips)
440 ifeq ($(WORDS_BIGENDIAN),yes)
441 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
442 else
443 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH)el.ld
444 endif
445 endif
447 ifeq ($(ARCH),mips64)
448 ifeq ($(WORDS_BIGENDIAN),yes)
449 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
450 else
451 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH)el.ld
452 endif
453 endif
455 # profiling code
456 ifdef TARGET_GPROF
457 LDFLAGS+=-p
458 CFLAGS+=-p
459 endif
461 OBJS= main.o syscall.o strace.o mmap.o signal.o path.o thunk.o \
462       elfload.o linuxload.o uaccess.o
463 LIBS+= $(AIOLIBS)
464 ifdef TARGET_HAS_BFLT
465 OBJS+= flatload.o
466 endif
467 ifdef TARGET_HAS_ELFLOAD32
468 OBJS+= elfload32.o
469 elfload32.o: elfload.c
470 endif
472 ifeq ($(TARGET_ARCH), i386)
473 OBJS+= vm86.o
474 endif
475 ifeq ($(TARGET_ARCH), arm)
476 OBJS+=nwfpe/fpa11.o nwfpe/fpa11_cpdo.o \
477 nwfpe/fpa11_cpdt.o nwfpe/fpa11_cprt.o nwfpe/fpopcode.o nwfpe/single_cpdo.o \
478  nwfpe/double_cpdo.o nwfpe/extended_cpdo.o arm-semi.o
479 endif
480 ifeq ($(TARGET_ARCH), m68k)
481 OBJS+= m68k-sim.o m68k-semi.o
482 endif
484 ifdef CONFIG_GDBSTUB
485 OBJS+=gdbstub.o gdbstub-xml.o
486 endif
488 OBJS+= libqemu.a
490 # Note: this is a workaround. The real fix is to avoid compiling
491 # cpu_signal_handler() in cpu-exec.c.
492 signal.o: signal.c
493         $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
495 $(QEMU_PROG): $(OBJS) ../libqemu_user.a
496         $(CC) $(LDFLAGS) -o $@ $^  $(LIBS)
497 ifeq ($(ARCH),alpha)
498 # Mark as 32 bit binary, i. e. it will be mapped into the low 31 bit of
499 # the address space (31 bit so sign extending doesn't matter)
500         echo -ne '\001\000\000\000' | dd of=qemu bs=1 seek=48 count=4 conv=notrunc
501 endif
503 endif #CONFIG_LINUX_USER
505 #########################################################
506 # Darwin user emulator target
508 ifdef CONFIG_DARWIN_USER
510 VPATH+=:$(SRC_PATH)/darwin-user
511 CPPFLAGS+=-I$(SRC_PATH)/darwin-user -I$(SRC_PATH)/darwin-user/$(TARGET_ARCH)
513 # Leave some space for the regular program loading zone
514 LDFLAGS+=-Wl,-segaddr,__STD_PROG_ZONE,0x1000 -image_base 0x0e000000
516 LIBS+=-lmx
518 OBJS= main.o commpage.o machload.o mmap.o signal.o syscall.o thunk.o
520 OBJS+= libqemu.a
522 ifdef CONFIG_GDBSTUB
523 OBJS+=gdbstub.o gdbstub-xml.o
524 endif
526 # Note: this is a workaround. The real fix is to avoid compiling
527 # cpu_signal_handler() in cpu-exec.c.
528 signal.o: signal.c
529         $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
531 $(QEMU_PROG): $(OBJS)
532         $(CC) $(LDFLAGS) -o $@ $^  $(LIBS)
534 endif #CONFIG_DARWIN_USER
536 #########################################################
537 # BSD user emulator target
539 ifdef CONFIG_BSD_USER
541 VPATH+=:$(SRC_PATH)/bsd-user
542 CPPFLAGS+=-I$(SRC_PATH)/bsd-user -I$(SRC_PATH)/bsd-user/$(TARGET_ARCH)
544 ifdef CONFIG_STATIC
545 LDFLAGS+=-static
546 endif
548 ifeq ($(ARCH),i386)
549 ifdef TARGET_GPROF
550 USE_I386_LD=y
551 endif
552 ifdef CONFIG_STATIC
553 USE_I386_LD=y
554 endif
555 ifdef USE_I386_LD
556 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
557 else
558 # WARNING: this LDFLAGS is _very_ tricky : qemu is an ELF shared object
559 # that the kernel ELF loader considers as an executable. I think this
560 # is the simplest way to make it self virtualizable!
561 LDFLAGS+=-Wl,-shared
562 endif
563 endif
565 ifeq ($(ARCH),x86_64)
566 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
567 endif
569 ifeq ($(ARCH),ppc)
570 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
571 endif
573 ifeq ($(ARCH),ppc64)
574 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
575 endif
577 ifeq ($(ARCH),s390)
578 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
579 endif
581 ifeq ($(ARCH),sparc)
582 # -static is used to avoid g1/g3 usage by the dynamic linker
583 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld -static
584 endif
586 ifeq ($(ARCH),sparc64)
587 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
588 endif
590 ifeq ($(ARCH),alpha)
591 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
592 endif
594 ifeq ($(ARCH),ia64)
595 LDFLAGS+=-Wl,-G0 -Wl,-T,$(SRC_PATH)/$(ARCH).ld
596 endif
598 ifeq ($(ARCH),arm)
599 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
600 endif
602 ifeq ($(ARCH),m68k)
603 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
604 endif
606 ifeq ($(ARCH),mips)
607 ifeq ($(WORDS_BIGENDIAN),yes)
608 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
609 else
610 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH)el.ld
611 endif
612 endif
614 ifeq ($(ARCH),mips64)
615 ifeq ($(WORDS_BIGENDIAN),yes)
616 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
617 else
618 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH)el.ld
619 endif
620 endif
622 OBJS= main.o bsdload.o elfload.o mmap.o path.o signal.o strace.o syscall.o
623 OBJS+= uaccess.o
625 OBJS+= libqemu.a
627 ifdef CONFIG_GDBSTUB
628 OBJS+=gdbstub.o
629 endif
631 # Note: this is a workaround. The real fix is to avoid compiling
632 # cpu_signal_handler() in cpu-exec.c.
633 signal.o: signal.c
634         $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
636 $(QEMU_PROG): $(OBJS) ../libqemu_user.a
637         $(CC) $(LDFLAGS) -o $@ $^  $(LIBS)
639 endif #CONFIG_BSD_USER
641 #########################################################
642 # System emulator target
643 ifndef CONFIG_USER_ONLY
645 OBJS=vl.o osdep.o monitor.o pci.o loader.o isa_mmio.o machine.o
646 OBJS+=fw_cfg.o
647 OBJS+=net.o
648 ifdef CONFIG_KVM
649 OBJS+=kvm.o kvm-all.o
650 endif
651 ifdef CONFIG_WIN32
652 OBJS+=block-raw-win32.o
653 else
654 OBJS+=block-raw-posix.o
655 endif
657 ifdef CONFIG_AIO
658 OBJS+=compatfd.o
659 endif
661 LIBS+=-lz
662 ifdef CONFIG_ALSA
663 LIBS += -lasound
664 endif
665 ifdef CONFIG_ESD
666 LIBS += -lesd
667 endif
668 ifdef CONFIG_PA
669 LIBS += -lpulse-simple
670 endif
671 ifdef CONFIG_DSOUND
672 LIBS += -lole32 -ldxguid
673 endif
674 ifdef CONFIG_FMOD
675 LIBS += $(CONFIG_FMOD_LIB)
676 endif
677 ifdef CONFIG_OSS
678 LIBS += $(CONFIG_OSS_LIB)
679 endif
681 SOUND_HW = sb16.o es1370.o
682 ifdef CONFIG_AC97
683 SOUND_HW += ac97.o
684 endif
685 ifdef CONFIG_ADLIB
686 SOUND_HW += fmopl.o adlib.o
687 endif
688 ifdef CONFIG_GUS
689 SOUND_HW += gus.o gusemu_hal.o gusemu_mixer.o
690 endif
691 ifdef CONFIG_CS4231A
692 SOUND_HW += cs4231a.o
693 endif
695 ifdef CONFIG_KVM_KERNEL_INC
696 CFLAGS += -I $(CONFIG_KVM_KERNEL_INC)
697 LIBS += -lkvm
698 DEPLIBS += ../libkvm/libkvm.a
699 endif
701 ifdef CONFIG_VNC_TLS
702 CPPFLAGS += $(CONFIG_VNC_TLS_CFLAGS)
703 LIBS += $(CONFIG_VNC_TLS_LIBS)
704 endif
706 ifdef CONFIG_BLUEZ
707 LIBS += $(CONFIG_BLUEZ_LIBS)
708 endif
710 ifdef CONFIG_LIBFDT
711 LIBS += -lfdt
712 DEPLIBS += ../libfdt/libfdt.a
713 endif
715 # SCSI layer
716 OBJS+= lsi53c895a.o esp.o
718 # USB layer
719 OBJS+= usb-ohci.o
721 # EEPROM emulation
722 OBJS += eeprom93xx.o
724 # PCI network cards
725 OBJS += eepro100.o
726 OBJS += ne2000.o
727 OBJS += pcnet.o
728 OBJS += rtl8139.o
729 OBJS += e1000.o
731 # virtio devices
732 OBJS += virtio.o virtio-net.o virtio-blk.o virtio-balloon.o
734 OBJS += device-hotplug.o
736 ifeq ($(USE_KVM_DEVICE_ASSIGNMENT), 1)
737 OBJS+= device-assignment.o
738 endif
740 ifeq ($(TARGET_BASE_ARCH), i386)
741 # Hardware support
742 OBJS+= ide.o pckbd.o ps2.o vga.o $(SOUND_HW) dma.o
743 OBJS+= fdc.o mc146818rtc.o serial.o i8259.o i8254.o pcspk.o pc.o
744 OBJS+= cirrus_vga.o apic.o parallel.o acpi.o piix_pci.o
745 OBJS+= usb-uhci.o vmmouse.o vmport.o vmware_vga.o extboot.o
746 ifeq ($(USE_KVM_PIT), 1)
747 OBJS+= i8254-kvm.o
748 endif
749 CPPFLAGS += -DHAS_AUDIO -DHAS_AUDIO_CHOICE
750 endif
751 ifeq ($(TARGET_BASE_ARCH), ia64)
752 # Hardware support
753 OBJS+= ide.o pckbd.o ps2.o vga.o $(SOUND_HW) dma.o $(AUDIODRV)
754 OBJS+= fdc.o mc146818rtc.o serial.o i8259.o ipf.o
755 OBJS+= cirrus_vga.o parallel.o acpi.o piix_pci.o
756 OBJS+= usb-uhci.o smbus_eeprom.o
757 endif
758 ifeq ($(TARGET_BASE_ARCH), ppc)
759 CPPFLAGS += -DHAS_AUDIO -DHAS_AUDIO_CHOICE
760 # shared objects
761 OBJS+= ppc.o ide.o vga.o $(SOUND_HW) dma.o openpic.o
762 OBJS+= cirrus_vga.o
763 # PREP target
764 OBJS+= pckbd.o ps2.o serial.o i8259.o i8254.o fdc.o m48t59.o mc146818rtc.o
765 OBJS+= prep_pci.o ppc_prep.o
766 # Mac shared devices
767 OBJS+= macio.o cuda.o adb.o mac_nvram.o mac_dbdma.o
768 # OldWorld PowerMac
769 OBJS+= heathrow_pic.o grackle_pci.o ppc_oldworld.o
770 # NewWorld PowerMac
771 OBJS+= unin_pci.o ppc_chrp.o
772 # PowerPC 4xx boards
773 OBJS+= pflash_cfi02.o ppc4xx_devs.o ppc405_uc.o ppc405_boards.o
774 OBJS+= ppc440.o ppc440_bamboo.o device_tree.o
775 endif
776 ifeq ($(TARGET_BASE_ARCH), mips)
777 OBJS+= mips_r4k.o mips_jazz.o mips_malta.o mips_mipssim.o
778 OBJS+= mips_timer.o mips_int.o dma.o vga.o serial.o i8254.o i8259.o rc4030.o
779 OBJS+= g364fb.o jazz_led.o
780 OBJS+= ide.o gt64xxx.o pckbd.o ps2.o fdc.o mc146818rtc.o usb-uhci.o acpi.o ds1225y.o
781 OBJS+= piix_pci.o parallel.o cirrus_vga.o pcspk.o $(SOUND_HW)
782 OBJS+= mipsnet.o
783 OBJS+= pflash_cfi01.o
784 CPPFLAGS += -DHAS_AUDIO -DHAS_AUDIO_CHOICE
785 endif
786 ifeq ($(TARGET_BASE_ARCH), cris)
787 OBJS+= etraxfs.o
788 OBJS+= etraxfs_dma.o
789 OBJS+= etraxfs_pic.o
790 OBJS+= etraxfs_eth.o
791 OBJS+= etraxfs_timer.o
792 OBJS+= etraxfs_ser.o
794 OBJS+= ptimer.o
795 OBJS+= pflash_cfi02.o
796 endif
797 ifeq ($(TARGET_BASE_ARCH), sparc)
798 ifeq ($(TARGET_ARCH), sparc64)
799 OBJS+= sun4u.o ide.o pckbd.o ps2.o vga.o apb_pci.o
800 OBJS+= fdc.o mc146818rtc.o serial.o m48t59.o
801 OBJS+= cirrus_vga.o parallel.o ptimer.o
802 else
803 OBJS+= sun4m.o tcx.o pcnet.o iommu.o m48t59.o slavio_intctl.o
804 OBJS+= slavio_timer.o slavio_serial.o slavio_misc.o fdc.o sparc32_dma.o
805 OBJS+= cs4231.o ptimer.o eccmemctl.o sbi.o sun4c_intctl.o
806 endif
807 endif
808 ifeq ($(TARGET_BASE_ARCH), arm)
809 OBJS+= integratorcp.o versatilepb.o ps2.o smc91c111.o arm_pic.o arm_timer.o
810 OBJS+= arm_boot.o pl011.o pl031.o pl050.o pl080.o pl110.o pl181.o pl190.o
811 OBJS+= versatile_pci.o ptimer.o
812 OBJS+= realview_gic.o realview.o arm_sysctl.o mpcore.o
813 OBJS+= armv7m.o armv7m_nvic.o stellaris.o pl022.o stellaris_enet.o
814 OBJS+= pl061.o
815 OBJS+= arm-semi.o
816 OBJS+= pxa2xx.o pxa2xx_pic.o pxa2xx_gpio.o pxa2xx_timer.o pxa2xx_dma.o
817 OBJS+= pxa2xx_lcd.o pxa2xx_mmci.o pxa2xx_pcmcia.o pxa2xx_keypad.o
818 OBJS+= pflash_cfi01.o gumstix.o
819 OBJS+= zaurus.o ide.o serial.o nand.o ecc.o spitz.o tosa.o tc6393xb.o
820 OBJS+= omap1.o omap_lcdc.o omap_dma.o omap_clk.o omap_mmc.o omap_i2c.o
821 OBJS+= omap2.o omap_dss.o soc_dma.o
822 OBJS+= palm.o tsc210x.o
823 OBJS+= nseries.o blizzard.o onenand.o vga.o cbus.o tusb6010.o usb-musb.o
824 OBJS+= tsc2005.o bt-hci-csr.o
825 OBJS+= mst_fpga.o mainstone.o
826 OBJS+= musicpal.o pflash_cfi02.o
827 CPPFLAGS += -DHAS_AUDIO
828 endif
829 ifeq ($(TARGET_BASE_ARCH), sh4)
830 OBJS+= shix.o r2d.o sh7750.o sh7750_regnames.o tc58128.o
831 OBJS+= sh_timer.o ptimer.o sh_serial.o sh_intc.o sm501.o serial.o
832 endif
833 ifeq ($(TARGET_BASE_ARCH), m68k)
834 OBJS+= an5206.o mcf5206.o ptimer.o mcf_uart.o mcf_intc.o mcf5208.o mcf_fec.o
835 OBJS+= m68k-semi.o dummy_m68k.o
836 endif
837 ifdef CONFIG_GDBSTUB
838 OBJS+=gdbstub.o gdbstub-xml.o
839 endif
840 ifdef CONFIG_COCOA
841 COCOA_LIBS=-F/System/Library/Frameworks -framework Cocoa -framework IOKit
842 ifdef CONFIG_COREAUDIO
843 COCOA_LIBS+=-framework CoreAudio
844 endif
845 endif
846 ifdef CONFIG_SLIRP
847 CPPFLAGS+=-I$(SRC_PATH)/slirp
848 endif
850 LIBS+=$(AIOLIBS)
851 # specific flags are needed for non soft mmu emulator
852 ifdef CONFIG_STATIC
853 LDFLAGS+=-static
854 endif
855 ifndef CONFIG_DARWIN
856 ifndef CONFIG_WIN32
857 ifndef CONFIG_SOLARIS
858 ifndef CONFIG_AIX
859 LIBS+=-lutil
860 endif
861 endif
862 endif
863 endif
864 ifdef TARGET_GPROF
865 vl.o: CFLAGS+=-p
866 LDFLAGS+=-p
867 endif
869 ifeq ($(ARCH),ia64)
870 LDFLAGS+=-Wl,-G0 -Wl,-T,$(SRC_PATH)/ia64.ld
871 endif
873 ifdef CONFIG_WIN32
874 SDL_LIBS := $(filter-out -mwindows, $(SDL_LIBS)) -mconsole
875 endif
877 # profiling code
878 ifdef TARGET_GPROF
879 LDFLAGS+=-p
880 main.o: CFLAGS+=-p
881 endif
882 ifeq ($(TARGET_ARCH), ia64)
883 firmware.o: firmware.c
884         $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(BASE_CFLAGS) -c -o $@ $<
885 endif
887 $(QEMU_PROG): $(OBJS) ../libqemu_common.a libqemu.a $(DEPLIBS)
888         $(CC) $(LDFLAGS) -o $@ $^ $(LIBS) $(SDL_LIBS) $(COCOA_LIBS) $(CURSES_LIBS) $(BRLAPI_LIBS) $(VDE_LIBS)
890 endif # !CONFIG_USER_ONLY
892 gdbstub-xml.c: $(TARGET_XML_FILES) feature_to_c.sh
893         rm -f $@
894 ifeq ($(TARGET_XML_FILES),)
895         echo > $@
896 else
897         $(SHELL) $(SRC_PATH)/feature_to_c.sh $@ $(TARGET_XML_FILES)
898 endif
900 %.o: %.c
901         $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
903 %.o: %.S
904         $(CC) $(CPPFLAGS) -c -o $@ $<
906 clean:
907         rm -f *.o *.a *~ $(PROGS) gen-op.h dyngen-opc.h op.h nwfpe/*.o fpu/*.o
908         rm -f *.d */*.d tcg/*.o
910 install: all
911 ifneq ($(PROGS),)
912         $(INSTALL) -m 755 $(PROGS) "$(DESTDIR)$(bindir)"
913 endif
915 # Include automatically generated dependency files
916 -include $(wildcard *.d */*.d)