Remove env->ready_for_interrupt_injection
[qemu-kvm/fedora.git] / Makefile.target
blobac5eda184200ce717c14ea695db6a729e61f6357
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 := -Wall -O2 -g -fno-strict-aliasing
85 # cc-option
86 # Usage: OP_CFLAGS+=$(call cc-option, -falign-functions=0, -malign-functions=0)
88 cc-option = $(shell if $(CC) $(OP_CFLAGS) $(1) -S -o /dev/null -xc /dev/null \
89               > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi ;)
91 OP_CFLAGS+=$(call cc-option, -fno-reorder-blocks, "")
92 OP_CFLAGS+=$(call cc-option, -fno-gcse, "")
93 OP_CFLAGS+=$(call cc-option, -fno-tree-ch, "")
94 OP_CFLAGS+=$(call cc-option, -fno-optimize-sibling-calls, "")
95 OP_CFLAGS+=$(call cc-option, -fno-crossjumping, "")
96 OP_CFLAGS+=$(call cc-option, -fno-align-labels, "")
97 OP_CFLAGS+=$(call cc-option, -fno-align-jumps, "")
98 OP_CFLAGS+=$(call cc-option, -fno-align-functions, $(call cc-option, -malign-functions=0, ""))
99 OP_CFLAGS+=$(call cc-option, -fno-section-anchors, "")
101 HELPER_CFLAGS=
103 ifeq ($(ARCH),i386)
104 HELPER_CFLAGS+=-fomit-frame-pointer
105 OP_CFLAGS+=-mpreferred-stack-boundary=2 -fomit-frame-pointer
106 # op.c and helper.c need this on 32-bit x86 system to avoid
107 # a compiler spill error. This can probably go away
108 # once the SSE ops have been converted to TCG
109 ifeq ($(HAVE_GT_GCC_3_3), true)
110 I386_CFLAGS=-march=i586 -mtune=i686
111 endif
112 endif
114 ifeq ($(ARCH),ppc)
115 CPPFLAGS+= -D__powerpc__
116 endif
118 ifeq ($(ARCH),sparc)
119   CFLAGS+=-ffixed-g2 -ffixed-g3
120   OP_CFLAGS+=-fno-delayed-branch -ffixed-i0
121   ifeq ($(CONFIG_SOLARIS),yes)
122     OP_CFLAGS+=-fno-omit-frame-pointer
123   else
124     CFLAGS+=-ffixed-g1 -ffixed-g6
125     HELPER_CFLAGS+=-ffixed-i0
126   endif
127 endif
129 ifeq ($(ARCH),sparc64)
130   CFLAGS+=-ffixed-g1 -ffixed-g4 -ffixed-g5 -ffixed-g7
131   OP_CFLAGS+=-mcpu=ultrasparc -m64 -fno-delayed-branch -ffixed-i0
132   ifneq ($(CONFIG_SOLARIS),yes)
133     OP_CFLAGS+=-ffixed-g1 -ffixed-g4 -ffixed-g5 -ffixed-g7
134   endif
135 endif
137 ifeq ($(ARCH),alpha)
138 # -msmall-data is not used for OP_CFLAGS because we want two-instruction
139 # relocations for the constant constructions
140 # Ensure there's only a single GP
141 CFLAGS+=-msmall-data
142 endif
144 ifeq ($(ARCH),hppa)
145 OP_CFLAGS=-O1 -fno-delayed-branch
146 BASE_LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
147 endif
149 ifeq ($(ARCH),ia64)
150 CFLAGS+=-mno-sdata
151 OP_CFLAGS+=-mno-sdata
152 endif
154 ifeq ($(ARCH),arm)
155 OP_CFLAGS+=-mno-sched-prolog -fno-omit-frame-pointer
156 endif
158 ifeq ($(ARCH),m68k)
159 OP_CFLAGS+=-fomit-frame-pointer
160 endif
162 ifeq ($(ARCH),mips)
163 OP_CFLAGS+=-mabi=32 -G0 -fno-PIC -mno-abicalls -fomit-frame-pointer -fno-delayed-branch -Wa,-O0
164 endif
166 ifeq ($(ARCH),mips64)
167 OP_CFLAGS+=-mabi=n32 -G0 -fno-PIC -mno-abicalls -fomit-frame-pointer -fno-delayed-branch -Wa,-O0
168 endif
170 CFLAGS+=$(OS_CFLAGS) $(ARCH_CFLAGS)
171 LDFLAGS+=$(OS_LDFLAGS) $(ARCH_LDFLAGS)
172 OP_CFLAGS+=$(OS_CFLAGS) $(ARCH_CFLAGS)
174 CPPFLAGS+=-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D__user=
175 LIBS+=-lm
176 ifdef CONFIG_WIN32
177 LIBS+=-lwinmm -lws2_32 -liphlpapi
178 endif
179 ifdef CONFIG_SOLARIS
180 LIBS+=-lsocket -lnsl -lresolv
181 ifdef NEEDS_LIBSUNMATH
182 LIBS+=-lsunmath
183 LDFLAGS+=-L/opt/SUNWspro/prod/lib -R/opt/SUNWspro/prod/lib
184 OP_CFLAGS+=-I/opt/SUNWspro/prod/include/cc
185 CFLAGS+=-I/opt/SUNWspro/prod/include/cc
186 endif
187 endif
189 all: $(PROGS)
191 #########################################################
192 # cpu emulator library
193 LIBOBJS=exec.o kqemu.o cpu-exec.o host-utils.o
195 ifeq ($(NO_CPU_EMULATION), 1)
196 LIBOBJS+=fake-exec.o
197 else
198 LIBOBJS+= translate-all.o translate.o
199 endif
200 ifdef CONFIG_DYNGEN_OP
201 LIBOBJS+=op.o
202 endif
203 # TCG code generator
204 LIBOBJS+= tcg/tcg.o tcg/tcg-dyngen.o tcg/tcg-runtime.o
205 CPPFLAGS+=-I$(SRC_PATH)/tcg -I$(SRC_PATH)/tcg/$(ARCH)
206 ifeq ($(ARCH),sparc64)
207 CPPFLAGS+=-I$(SRC_PATH)/tcg/sparc
208 endif
210 ifeq ($(USE_KVM), 1)
211 LIBOBJS+=qemu-kvm.o kvm-compatfd.o
212 endif
213 ifdef CONFIG_SOFTFLOAT
214 LIBOBJS+=fpu/softfloat.o
215 else
216 LIBOBJS+=fpu/softfloat-native.o
217 endif
218 CPPFLAGS+=-I$(SRC_PATH)/fpu
220 ifeq ($(TARGET_ARCH), i386)
221 LIBOBJS+=helper.o
222 ifeq ($(USE_KVM), 1)
223 LIBOBJS+=qemu-kvm-x86.o kvm-tpr-opt.o
224 LIBOBJS+=qemu-kvm-helper.o
225 endif
226 endif
228 ifeq ($(TARGET_ARCH), x86_64)
229 LIBOBJS+=helper.o
230 ifeq ($(USE_KVM), 1)
231 LIBOBJS+=qemu-kvm-x86.o kvm-tpr-opt.o
232 LIBOBJS+=qemu-kvm-helper.o
233 endif
234 endif
236 ifeq ($(TARGET_BASE_ARCH), ppc)
237 ifeq ($(USE_KVM), 1)
238 LIBOBJS+= qemu-kvm-powerpc.o
239 endif
240 endif
242 LIBOBJS+= op_helper.o helper.o
244 ifeq ($(TARGET_BASE_ARCH), arm)
245 LIBOBJS+= neon_helper.o iwmmxt_helper.o
246 endif
248 ifeq ($(TARGET_BASE_ARCH), alpha)
249 LIBOBJS+= alpha_palcode.o
250 endif
252 ifeq ($(TARGET_BASE_ARCH), ia64)
253 LIBOBJS+=op_helper.o firmware.o
254 ifeq ($(USE_KVM), 1)
255 LIBOBJS+=qemu-kvm-ia64.o
256 endif
257 endif
259 ifeq ($(TARGET_BASE_ARCH), cris)
260 LIBOBJS+= cris-dis.o
262 ifndef CONFIG_USER_ONLY
263 LIBOBJS+= mmu.o
264 endif
265 endif
268 # NOTE: the disassembler code is only needed for debugging
269 LIBOBJS+=disas.o
270 ifeq ($(findstring i386, $(TARGET_ARCH) $(ARCH)),i386)
271 USE_I386_DIS=y
272 endif
273 ifeq ($(findstring x86_64, $(TARGET_ARCH) $(ARCH)),x86_64)
274 USE_I386_DIS=y
275 endif
276 ifdef USE_I386_DIS
277 LIBOBJS+=i386-dis.o
278 endif
279 ifeq ($(findstring alpha, $(TARGET_ARCH) $(ARCH)),alpha)
280 LIBOBJS+=alpha-dis.o
281 endif
282 ifeq ($(findstring ppc, $(TARGET_BASE_ARCH) $(ARCH)),ppc)
283 LIBOBJS+=ppc-dis.o
284 endif
285 ifeq ($(findstring mips, $(TARGET_BASE_ARCH) $(ARCH)),mips)
286 LIBOBJS+=mips-dis.o
287 endif
288 ifeq ($(findstring sparc, $(TARGET_BASE_ARCH) $(ARCH)),sparc)
289 LIBOBJS+=sparc-dis.o
290 endif
291 ifeq ($(findstring arm, $(TARGET_ARCH) $(ARCH)),arm)
292 LIBOBJS+=arm-dis.o
293 endif
294 ifeq ($(findstring m68k, $(TARGET_ARCH) $(ARCH)),m68k)
295 LIBOBJS+=m68k-dis.o
296 endif
297 ifeq ($(findstring sh4, $(TARGET_ARCH) $(ARCH)),sh4)
298 LIBOBJS+=sh4-dis.o
299 endif
300 ifeq ($(findstring hppa, $(TARGET_BASE_ARCH) $(ARCH)),hppa)
301 LIBOBJS+=hppa-dis.o
302 endif
303 ifeq ($(findstring s390, $(TARGET_ARCH) $(ARCH)),s390)
304 LIBOBJS+=s390-dis.o
305 endif
307 # libqemu
309 ifdef CONFIG_DYNGEN_OP
310 OPC_H = gen-op.h dyngen-opc.h op.h
311 endif
313 libqemu.a: $(LIBOBJS)
314         rm -f $@
315         $(AR) rcs $@ $(LIBOBJS)
317 translate.o: translate.c cpu.h $(OPC_H)
319 translate-all.o: translate-all.c cpu.h $(OPC_H)
321 tcg/tcg.o: cpu.h $(OPC_H)
323 tcg/tcg-dyngen.o: $(OPC_H)
325 tcg/tcg-runtime.o: $(OPC_H)
327 op.h: op.o $(DYNGEN)
328         $(DYNGEN) -o $@ $<
330 dyngen-opc.h: op.o $(DYNGEN)
331         $(DYNGEN) -c -o $@ $<
333 gen-op.h: op.o $(DYNGEN)
334         $(DYNGEN) -g -o $@ $<
336 op.o: op.c
337         $(CC) $(OP_CFLAGS) $(CPPFLAGS) $(I386_CFLAGS) -c -o $@ $<
339 machine.o: machine.c
340         $(CC) $(OP_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
342 # HELPER_CFLAGS is used for all the code compiled with static register
343 # variables
344 op_helper.o: op_helper.c
345         $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) $(I386_CFLAGS) -c -o $@ $<
347 cpu-exec.o: cpu-exec.c $(OPC_H)
348         $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
350 qemu-kvm-helper.o: qemu-kvm-helper.c
351         $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
353 #########################################################
354 # Linux user emulator target
356 ifdef CONFIG_LINUX_USER
358 ifndef TARGET_ABI_DIR
359   TARGET_ABI_DIR=$(TARGET_ARCH)
360 endif
361 VPATH+=:$(SRC_PATH)/linux-user:$(SRC_PATH)/linux-user/$(TARGET_ABI_DIR)
362 CPPFLAGS+=-I$(SRC_PATH)/linux-user -I$(SRC_PATH)/linux-user/$(TARGET_ABI_DIR)
364 ifdef CONFIG_STATIC
365 LDFLAGS+=-static
366 endif
368 ifeq ($(ARCH),i386)
369 ifdef TARGET_GPROF
370 USE_I386_LD=y
371 endif
372 ifdef CONFIG_STATIC
373 USE_I386_LD=y
374 endif
375 ifdef USE_I386_LD
376 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
377 else
378 # WARNING: this LDFLAGS is _very_ tricky : qemu is an ELF shared object
379 # that the kernel ELF loader considers as an executable. I think this
380 # is the simplest way to make it self virtualizable!
381 LDFLAGS+=-Wl,-shared
382 endif
383 endif
385 ifeq ($(ARCH),x86_64)
386 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
387 endif
389 ifeq ($(ARCH),ppc)
390 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
391 endif
393 ifeq ($(ARCH),s390)
394 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
395 endif
397 ifeq ($(ARCH),sparc)
398 # -static is used to avoid g1/g3 usage by the dynamic linker    
399 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld -static
400 endif
402 ifeq ($(ARCH),sparc64)
403 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
404 endif
406 ifeq ($(ARCH),alpha)
407 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
408 endif
410 ifeq ($(ARCH),ia64)
411 LDFLAGS+=-Wl,-G0 -Wl,-T,$(SRC_PATH)/$(ARCH).ld
412 endif
414 ifeq ($(ARCH),arm)
415 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
416 endif
418 ifeq ($(ARCH),m68k)
419 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
420 endif
422 ifeq ($(ARCH),mips)
423 ifeq ($(WORDS_BIGENDIAN),yes)
424 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
425 else
426 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH)el.ld
427 endif
428 endif
430 ifeq ($(ARCH),mips64)
431 ifeq ($(WORDS_BIGENDIAN),yes)
432 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
433 else
434 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH)el.ld
435 endif
436 endif
438 OBJS= main.o syscall.o strace.o mmap.o signal.o path.o osdep.o thunk.o \
439       elfload.o linuxload.o uaccess.o
440 LIBS+= $(AIOLIBS)
441 ifdef TARGET_HAS_BFLT
442 OBJS+= flatload.o
443 endif
444 ifdef TARGET_HAS_ELFLOAD32
445 OBJS+= elfload32.o
446 elfload32.o: elfload.c
447 endif
449 ifeq ($(TARGET_ARCH), i386)
450 OBJS+= vm86.o
451 endif
452 ifeq ($(TARGET_ARCH), arm)
453 OBJS+=nwfpe/fpa11.o nwfpe/fpa11_cpdo.o \
454 nwfpe/fpa11_cpdt.o nwfpe/fpa11_cprt.o nwfpe/fpopcode.o nwfpe/single_cpdo.o \
455  nwfpe/double_cpdo.o nwfpe/extended_cpdo.o arm-semi.o
456 endif
457 ifeq ($(TARGET_ARCH), m68k)
458 OBJS+= m68k-sim.o m68k-semi.o
459 endif
461 ifdef CONFIG_GDBSTUB
462 OBJS+=gdbstub.o
463 endif
465 OBJS+= libqemu.a
467 # Note: this is a workaround. The real fix is to avoid compiling
468 # cpu_signal_handler() in cpu-exec.c.
469 signal.o: signal.c
470         $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
472 $(QEMU_PROG): $(OBJS) ../libqemu_user.a
473         $(CC) $(LDFLAGS) -o $@ $^  $(LIBS)
474 ifeq ($(ARCH),alpha)
475 # Mark as 32 bit binary, i. e. it will be mapped into the low 31 bit of
476 # the address space (31 bit so sign extending doesn't matter)
477         echo -ne '\001\000\000\000' | dd of=qemu bs=1 seek=48 count=4 conv=notrunc
478 endif
480 endif #CONFIG_LINUX_USER
482 #########################################################
483 # Darwin user emulator target
485 ifdef CONFIG_DARWIN_USER
487 VPATH+=:$(SRC_PATH)/darwin-user
488 CPPFLAGS+=-I$(SRC_PATH)/darwin-user -I$(SRC_PATH)/darwin-user/$(TARGET_ARCH)
490 # Leave some space for the regular program loading zone
491 LDFLAGS+=-Wl,-segaddr,__STD_PROG_ZONE,0x1000 -image_base 0x0e000000
493 LIBS+=-lmx
495 OBJS= main.o commpage.o machload.o mmap.o osdep.o signal.o syscall.o thunk.o
497 OBJS+= libqemu.a
499 ifdef CONFIG_GDBSTUB
500 OBJS+=gdbstub.o
501 endif
503 # Note: this is a workaround. The real fix is to avoid compiling
504 # cpu_signal_handler() in cpu-exec.c.
505 signal.o: signal.c
506         $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
508 $(QEMU_PROG): $(OBJS)
509         $(CC) $(LDFLAGS) -o $@ $^  $(LIBS)
511 endif #CONFIG_DARWIN_USER
513 #########################################################
514 # System emulator target
515 ifndef CONFIG_USER_ONLY
517 OBJS=vl.o osdep.o monitor.o pci.o loader.o isa_mmio.o machine.o migration.o
518 ifdef CONFIG_WIN32
519 OBJS+=block-raw-win32.o
520 else
521 OBJS+=block-raw-posix.o
522 endif
524 LIBS+=-lz
525 ifdef CONFIG_ALSA
526 LIBS += -lasound
527 endif
528 ifdef CONFIG_ESD
529 LIBS += -lesd
530 endif
531 ifdef CONFIG_DSOUND
532 LIBS += -lole32 -ldxguid
533 endif
534 ifdef CONFIG_FMOD
535 LIBS += $(CONFIG_FMOD_LIB)
536 endif
538 SOUND_HW = sb16.o es1370.o
539 ifdef CONFIG_AC97
540 SOUND_HW += ac97.o
541 endif
542 ifdef CONFIG_ADLIB
543 SOUND_HW += fmopl.o adlib.o
544 endif
545 ifdef CONFIG_GUS
546 SOUND_HW += gus.o gusemu_hal.o gusemu_mixer.o
547 endif
549 ifdef CONFIG_KVM_KERNEL_INC
550 CFLAGS += -I $(CONFIG_KVM_KERNEL_INC)
551 LIBS += -lkvm
552 DEPLIBS += ../libkvm/libkvm.a
553 endif
555 ifdef CONFIG_VNC_TLS
556 CPPFLAGS += $(CONFIG_VNC_TLS_CFLAGS)
557 LIBS += $(CONFIG_VNC_TLS_LIBS)
558 endif
560 ifdef CONFIG_LIBFDT
561 LIBS += -lfdt
562 DEPLIBS += libfdt.a
563 endif
565 # SCSI layer
566 OBJS+= lsi53c895a.o esp.o
568 # USB layer
569 OBJS+= usb-ohci.o
571 # EEPROM emulation
572 OBJS += eeprom93xx.o
574 # PCI network cards
575 OBJS += eepro100.o
576 OBJS += ne2000.o
577 OBJS += pcnet.o
578 OBJS += rtl8139.o
579 OBJS += e1000.o
581 # PCI Hypercall
582 OBJS+= hypercall.o
584 # virtio devices
585 OBJS += virtio.o virtio-net.o virtio-blk.o
587 OBJS += device-hotplug.o
589 ifeq ($(TARGET_BASE_ARCH), i386)
590 # Hardware support
591 OBJS+= ide.o pckbd.o ps2.o vga.o $(SOUND_HW) dma.o
592 OBJS+= fdc.o mc146818rtc.o serial.o i8259.o i8254.o pcspk.o pc.o
593 OBJS+= cirrus_vga.o apic.o parallel.o acpi.o piix_pci.o
594 OBJS+= usb-uhci.o vmmouse.o vmport.o vmware_vga.o extboot.o
595 ifeq ($(USE_KVM_PIT), 1)
596 OBJS+= i8254-kvm.o
597 endif
598 CPPFLAGS += -DHAS_AUDIO -DHAS_AUDIO_CHOICE
599 endif
600 ifeq ($(TARGET_BASE_ARCH), ia64)
601 # Hardware support
602 OBJS+= ide.o pckbd.o ps2.o vga.o $(SOUND_HW) dma.o $(AUDIODRV)
603 OBJS+= fdc.o mc146818rtc.o serial.o i8259.o ipf.o
604 OBJS+= cirrus_vga.o parallel.o acpi.o piix_pci.o
605 OBJS+= usb-uhci.o smbus_eeprom.o
606 endif
607 ifeq ($(TARGET_BASE_ARCH), ppc)
608 CPPFLAGS += -DHAS_AUDIO -DHAS_AUDIO_CHOICE
609 # shared objects
610 OBJS+= ppc.o ide.o vga.o $(SOUND_HW) dma.o openpic.o
611 OBJS+= cirrus_vga.o
612 # PREP target
613 OBJS+= pckbd.o ps2.o serial.o i8259.o i8254.o fdc.o m48t59.o mc146818rtc.o
614 OBJS+= prep_pci.o ppc_prep.o
615 # Mac shared devices
616 OBJS+= macio.o cuda.o adb.o mac_nvram.o mac_dbdma.o
617 # OldWorld PowerMac
618 OBJS+= heathrow_pic.o grackle_pci.o ppc_oldworld.o
619 # NewWorld PowerMac
620 OBJS+= unin_pci.o ppc_chrp.o
621 # PowerPC 4xx boards
622 OBJS+= pflash_cfi02.o ppc4xx_devs.o ppc405_uc.o ppc405_boards.o
623 OBJS+= ppc440.o ppc440_bamboo.o device_tree.o
624 endif
625 ifeq ($(TARGET_BASE_ARCH), mips)
626 OBJS+= mips_r4k.o mips_jazz.o mips_malta.o mips_mipssim.o
627 OBJS+= mips_timer.o mips_int.o dma.o vga.o serial.o i8254.o i8259.o rc4030.o
628 OBJS+= g364fb.o jazz_led.o
629 OBJS+= ide.o gt64xxx.o pckbd.o ps2.o fdc.o mc146818rtc.o usb-uhci.o acpi.o ds1225y.o
630 OBJS+= piix_pci.o parallel.o cirrus_vga.o pcspk.o $(SOUND_HW)
631 OBJS+= mipsnet.o
632 OBJS+= pflash_cfi01.o
633 CPPFLAGS += -DHAS_AUDIO -DHAS_AUDIO_CHOICE
634 endif
635 ifeq ($(TARGET_BASE_ARCH), cris)
636 OBJS+= etraxfs.o
637 OBJS+= etraxfs_dma.o
638 OBJS+= etraxfs_pic.o
639 OBJS+= etraxfs_eth.o
640 OBJS+= etraxfs_timer.o
641 OBJS+= etraxfs_ser.o
643 OBJS+= ptimer.o
644 OBJS+= pflash_cfi02.o
645 endif
646 ifeq ($(TARGET_BASE_ARCH), sparc)
647 ifeq ($(TARGET_ARCH), sparc64)
648 OBJS+= sun4u.o ide.o pckbd.o ps2.o vga.o apb_pci.o
649 OBJS+= fdc.o mc146818rtc.o serial.o m48t59.o
650 OBJS+= cirrus_vga.o parallel.o ptimer.o
651 else
652 OBJS+= sun4m.o tcx.o pcnet.o iommu.o m48t59.o slavio_intctl.o
653 OBJS+= slavio_timer.o slavio_serial.o slavio_misc.o fdc.o sparc32_dma.o
654 OBJS+= cs4231.o ptimer.o eccmemctl.o sbi.o sun4c_intctl.o
655 endif
656 endif
657 ifeq ($(TARGET_BASE_ARCH), arm)
658 OBJS+= integratorcp.o versatilepb.o ps2.o smc91c111.o arm_pic.o arm_timer.o
659 OBJS+= arm_boot.o pl011.o pl031.o pl050.o pl080.o pl110.o pl181.o pl190.o
660 OBJS+= versatile_pci.o ptimer.o
661 OBJS+= realview_gic.o realview.o arm_sysctl.o mpcore.o
662 OBJS+= armv7m.o armv7m_nvic.o stellaris.o pl022.o stellaris_enet.o
663 OBJS+= pl061.o
664 OBJS+= arm-semi.o
665 OBJS+= pxa2xx.o pxa2xx_pic.o pxa2xx_gpio.o pxa2xx_timer.o pxa2xx_dma.o
666 OBJS+= pxa2xx_lcd.o pxa2xx_mmci.o pxa2xx_pcmcia.o pxa2xx_keypad.o
667 OBJS+= pflash_cfi01.o gumstix.o
668 OBJS+= zaurus.o ide.o serial.o nand.o ecc.o spitz.o tosa.o
669 OBJS+= omap1.o omap_lcdc.o omap_dma.o omap_clk.o omap_mmc.o omap_i2c.o
670 OBJS+= omap2.o omap_dss.o
671 OBJS+= palm.o tsc210x.o
672 OBJS+= nseries.o blizzard.o onenand.o vga.o cbus.o tusb6010.o usb-musb.o
673 OBJS+= tsc2005.o
674 OBJS+= mst_fpga.o mainstone.o
675 OBJS+= musicpal.o pflash_cfi02.o
676 CPPFLAGS += -DHAS_AUDIO
677 endif
678 ifeq ($(TARGET_BASE_ARCH), sh4)
679 OBJS+= shix.o r2d.o sh7750.o sh7750_regnames.o tc58128.o
680 OBJS+= sh_timer.o ptimer.o sh_serial.o sh_intc.o
681 endif
682 ifeq ($(TARGET_BASE_ARCH), m68k)
683 OBJS+= an5206.o mcf5206.o ptimer.o mcf_uart.o mcf_intc.o mcf5208.o mcf_fec.o
684 OBJS+= m68k-semi.o dummy_m68k.o
685 endif
686 ifdef CONFIG_GDBSTUB
687 OBJS+=gdbstub.o
688 endif
689 ifdef CONFIG_COCOA
690 COCOA_LIBS=-F/System/Library/Frameworks -framework Cocoa -framework IOKit
691 ifdef CONFIG_COREAUDIO
692 COCOA_LIBS+=-framework CoreAudio
693 endif
694 endif
695 ifdef CONFIG_SLIRP
696 CPPFLAGS+=-I$(SRC_PATH)/slirp
697 endif
699 LIBS+=$(AIOLIBS)
700 # specific flags are needed for non soft mmu emulator
701 ifdef CONFIG_STATIC
702 LDFLAGS+=-static
703 endif
704 ifndef CONFIG_DARWIN
705 ifndef CONFIG_WIN32
706 ifndef CONFIG_SOLARIS
707 LIBS+=-lutil
708 endif
709 endif
710 endif
711 ifdef TARGET_GPROF
712 vl.o: CFLAGS+=-p
713 LDFLAGS+=-p
714 endif
716 ifeq ($(ARCH),ia64)
717 LDFLAGS+=-Wl,-G0 -Wl,-T,$(SRC_PATH)/ia64.ld
718 endif
720 ifdef CONFIG_WIN32
721 SDL_LIBS := $(filter-out -mwindows, $(SDL_LIBS)) -mconsole
722 endif
724 # profiling code
725 ifdef TARGET_GPROF
726 LDFLAGS+=-p
727 main.o: CFLAGS+=-p
728 endif
729 ifeq ($(TARGET_ARCH), ia64)
730 firmware.o: firmware.c
731         $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(BASE_CFLAGS) -c -o $@ $<
732 endif
734 $(QEMU_PROG): $(OBJS) ../libqemu_common.a libqemu.a
735         $(CC) $(LDFLAGS) -o $@ $^ $(LIBS) $(SDL_LIBS) $(COCOA_LIBS) $(CURSES_LIBS) $(BRLAPI_LIBS)
737 endif # !CONFIG_USER_ONLY
739 %.o: %.c
740         $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
742 %.o: %.S
743         $(CC) $(CPPFLAGS) -c -o $@ $<
745 clean:
746         rm -f *.o *.a *~ $(PROGS) gen-op.h dyngen-opc.h op.h nwfpe/*.o fpu/*.o
747         rm -f *.d */*.d tcg/*.o
749 install: all
750 ifneq ($(PROGS),)
751         $(INSTALL) -m 755 $(PROGS) "$(DESTDIR)$(bindir)"
752 endif
754 # Include automatically generated dependency files
755 -include $(wildcard *.d */*.d)