Fix 32-bit overflow in parallels image support
[qemu-kvm/fedora.git] / Makefile
blobf2b8885ab12f5dc6cad240b58535ee91bad6a635
1 # Makefile for QEMU.
3 ifneq ($(wildcard config-host.mak),)
4 # Put the all: rule here so that config-host.mak can contain dependencies.
5 all: build-all
6 include config-host.mak
7 include $(SRC_PATH)/rules.mak
8 else
9 config-host.mak:
10 @echo "Please call configure before running make!"
11 @exit 1
12 endif
14 .PHONY: all clean cscope distclean dvi html info install install-doc \
15 recurse-all speed tar tarbin test
17 VPATH=$(SRC_PATH):$(SRC_PATH)/hw
19 CPPFLAGS += -I. -I$(SRC_PATH) -MMD -MP -MT $@
20 CPPFLAGS += -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
21 CPPFLAGS += -U_FORTIFY_SOURCE
22 LIBS=
23 ifdef CONFIG_STATIC
24 LDFLAGS += -static
25 endif
26 ifdef BUILD_DOCS
27 DOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 qemu-nbd.8
28 else
29 DOCS=
30 endif
32 LIBS+=$(PTHREADLIBS)
33 LIBS+=$(CLOCKLIBS)
35 ifdef CONFIG_SOLARIS
36 LIBS+=-lsocket -lnsl -lresolv
37 endif
39 ifdef CONFIG_WIN32
40 LIBS+=-lwinmm -lws2_32 -liphlpapi
41 endif
43 build-all: $(TOOLS) $(DOCS) recurse-all
45 config-host.mak: configure
46 ifneq ($(wildcard config-host.mak),)
47 @echo $@ is out-of-date, running configure
48 @sed -n "/.*Configured with/s/[^:]*: //p" $@ | sh
49 endif
51 SUBDIR_MAKEFLAGS=$(if $(V),,--no-print-directory)
52 SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS))
54 ifeq ($(KVM_KMOD),yes)
56 .PHONEY: kvm-kmod
58 all: kvm-kmod
60 kvm-kmod:
61 $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C kvm/kernel V="$(V)" )
64 endif
66 subdir-%:
67 $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C $* V="$(V)" TARGET_DIR="$*/" all,)
69 $(filter %-softmmu,$(SUBDIR_RULES)): libqemu_common.a
70 $(filter %-user,$(SUBDIR_RULES)): libqemu_user.a
73 ROMSUBDIR_RULES=$(patsubst %,romsubdir-%, $(ROMS))
74 romsubdir-%:
75 $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C pc-bios/$* V="$(V)" TARGET_DIR="$*/",)
77 ALL_SUBDIRS=$(TARGET_DIRS) $(patsubst %,pc-bios/%, $(ROMS))
79 recurse-all: $(SUBDIR_RULES) $(ROMSUBDIR_RULES)
81 #######################################################################
82 # block-obj-y is code used by both qemu system emulation and qemu-img
84 block-obj-y = cutils.o cache-utils.o qemu-malloc.o qemu-option.o module.o
85 block-obj-y += nbd.o block.o aio.o aes.o
87 block-nested-y += cow.o qcow.o vmdk.o cloop.o dmg.o bochs.o vpc.o vvfat.o
88 block-nested-y += qcow2.o qcow2-refcount.o qcow2-cluster.o qcow2-snapshot.o
89 block-nested-y += parallels.o nbd.o
92 ifdef CONFIG_WIN32
93 block-nested-y += raw-win32.o
94 else
95 ifdef CONFIG_AIO
96 block-obj-y += posix-aio-compat.o
97 endif
98 block-nested-y += raw-posix.o
99 endif
101 block-nested-$(CONFIG_CURL) += curl.o
103 block-obj-y += $(addprefix block/, $(block-nested-y))
105 ifdef CONFIG_AIO
106 block-obj-y += compatfd.o
107 endif
109 ######################################################################
110 # libqemu_common.a: Target independent part of system emulation. The
111 # long term path is to suppress *all* target specific code in case of
112 # system emulation, i.e. a single QEMU executable should support all
113 # CPUs and machines.
115 obj-y = $(block-obj-y)
116 obj-y += readline.o console.o
118 obj-y += irq.o ptimer.o
119 obj-y += i2c.o smbus.o smbus_eeprom.o max7310.o max111x.o wm8750.o
120 obj-y += ssd0303.o ssd0323.o ads7846.o stellaris_input.o twl92230.o
121 obj-y += tmp105.o lm832x.o eeprom93xx.o tsc2005.o
122 obj-y += scsi-disk.o cdrom.o
123 obj-y += scsi-generic.o
124 obj-y += usb.o usb-hub.o usb-$(HOST_USB).o usb-hid.o usb-msd.o usb-wacom.o
125 obj-y += usb-serial.o usb-net.o
126 obj-y += sd.o ssi-sd.o
127 obj-y += bt.o bt-host.o bt-vhci.o bt-l2cap.o bt-sdp.o bt-hci.o bt-hid.o usb-bt.o
128 obj-y += bt-hci-csr.o
129 obj-y += buffered_file.o migration.o migration-tcp.o net.o qemu-sockets.o
130 obj-y += qemu-char.o aio.o net-checksum.o savevm.o
131 obj-y += msmouse.o ps2.o
132 obj-y += qdev.o qdev-properties.o ssi.o
134 obj-$(CONFIG_BRLAPI) += baum.o
136 ifdef CONFIG_BRLAPI
137 LIBS+=-lbrlapi
138 endif
140 ifdef CONFIG_WIN32
141 obj-y += tap-win32.o
142 else
143 obj-y += migration-exec.o
144 endif
146 ifdef CONFIG_COREAUDIO
147 AUDIO_PT = y
148 endif
149 ifdef CONFIG_FMOD
150 audio/audio.o audio/fmodaudio.o: CPPFLAGS := -I$(CONFIG_FMOD_INC) $(CPPFLAGS)
151 endif
152 ifdef CONFIG_ESD
153 AUDIO_PT = y
154 AUDIO_PT_INT = y
155 endif
156 ifdef CONFIG_PA
157 AUDIO_PT = y
158 AUDIO_PT_INT = y
159 endif
160 ifdef AUDIO_PT
161 LDFLAGS += -pthread
162 endif
164 audio-obj-y = audio.o noaudio.o wavaudio.o mixeng.o
165 audio-obj-$(CONFIG_SDL) += sdlaudio.o
166 audio-obj-$(CONFIG_OSS) += ossaudio.o
167 audio-obj-$(CONFIG_COREAUDIO) += coreaudio.o
168 audio-obj-$(CONFIG_ALSA) += alsaaudio.o
169 audio-obj-$(CONFIG_DSOUND) += dsoundaudio.o
170 audio-obj-$(CONFIG_FMOD) += fmodaudio.o
171 audio-obj-$(CONFIG_ESD) += esdaudio.o
172 audio-obj-$(CONFIG_PA) += paaudio.o
173 audio-obj-$(AUDIO_PT_INT) += audio_pt_int.o
174 audio-obj-y += wavcapture.o
175 obj-y += $(addprefix audio/, $(audio-obj-y))
177 obj-y += keymaps.o
178 obj-$(CONFIG_SDL) += sdl.o sdl_zoom.o x_keymap.o
179 obj-$(CONFIG_CURSES) += curses.o
180 obj-y += vnc.o acl.o d3des.o
181 obj-$(CONFIG_VNC_TLS) += vnc-tls.o vnc-auth-vencrypt.o
182 obj-$(CONFIG_VNC_SASL) += vnc-auth-sasl.o
183 obj-$(CONFIG_COCOA) += cocoa.o
184 obj-$(CONFIG_IOTHREAD) += qemu-thread.o
186 ifdef CONFIG_SLIRP
187 CPPFLAGS+=-I$(SRC_PATH)/slirp
188 endif
190 slirp-obj-y = cksum.o if.o ip_icmp.o ip_input.o ip_output.o
191 slirp-obj-y += slirp.o mbuf.o misc.o sbuf.o socket.o tcp_input.o tcp_output.o
192 slirp-obj-y += tcp_subr.o tcp_timer.o udp.o bootp.o tftp.o
193 obj-$(CONFIG_SLIRP) += $(addprefix slirp/, $(slirp-obj-y))
195 LIBS+=$(VDE_LIBS)
197 # xen backend driver support
198 obj-$(CONFIG_XEN) += xen_backend.o xen_devconfig.o
199 obj-$(CONFIG_XEN) += xen_console.o xenfb.o xen_disk.o xen_nic.o
201 LIBS+=$(CURL_LIBS)
203 cocoa.o: cocoa.m
205 keymaps.o: keymaps.c keymaps.h
207 sdl_zoom.o: sdl_zoom.c sdl_zoom.h sdl_zoom_template.h
209 sdl.o: sdl.c keymaps.h sdl_keysym.h sdl_zoom.h
211 sdl.o audio/sdlaudio.o sdl_zoom.o baum.o: CFLAGS += $(SDL_CFLAGS)
213 acl.o: acl.h acl.c
215 vnc.h: vnc-tls.h vnc-auth-vencrypt.h vnc-auth-sasl.h keymaps.h
217 vnc.o: vnc.c vnc.h vnc_keysym.h vnchextile.h d3des.c d3des.h acl.h
219 vnc.o: CFLAGS += $(CONFIG_VNC_TLS_CFLAGS)
221 vnc-tls.o: vnc-tls.c vnc.h
223 vnc-auth-vencrypt.o: vnc-auth-vencrypt.c vnc.h
225 vnc-auth-sasl.o: vnc-auth-sasl.c vnc.h
227 curses.o: curses.c keymaps.h curses_keys.h
229 bt-host.o: CFLAGS += $(CONFIG_BLUEZ_CFLAGS)
231 libqemu_common.a: $(obj-y)
233 #######################################################################
234 # user-obj-y is code used by qemu userspace emulation
235 user-obj-y = cutils.o cache-utils.o
237 libqemu_user.a: $(user-obj-y)
239 ######################################################################
241 qemu-img.o: qemu-img-cmds.h
243 qemu-img$(EXESUF): qemu-img.o qemu-tool.o tool-osdep.o $(block-obj-y)
245 qemu-nbd$(EXESUF): qemu-nbd.o qemu-tool.o tool-osdep.o $(block-obj-y)
247 qemu-io$(EXESUF): qemu-io.o qemu-tool.o tool-osdep.o cmd.o $(block-obj-y)
249 qemu-img$(EXESUF) qemu-nbd$(EXESUF) qemu-io$(EXESUF): LIBS += -lz
251 qemu-img-cmds.h: $(SRC_PATH)/qemu-img-cmds.hx
252 $(call quiet-command,sh $(SRC_PATH)/hxtool -h < $< > $@," GEN $@")
254 clean:
255 # avoid old build problems by removing potentially incorrect old files
256 rm -f config.mak config.h op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h
257 rm -f *.o *.d *.a $(TOOLS) TAGS cscope.* *.pod *~ */*~
258 rm -f slirp/*.o slirp/*.d audio/*.o audio/*.d block/*.o block/*.d
259 rm -f qemu-img-cmds.h
260 $(MAKE) -C tests clean
261 for d in $(ALL_SUBDIRS) libhw32 libhw64; do \
262 $(MAKE) -C $$d $@ || exit 1 ; \
263 done
265 distclean: clean
266 rm -f config-host.mak config-host.h $(DOCS) qemu-options.texi qemu-img-cmds.texi
267 rm -f qemu-{doc,tech}.{info,aux,cp,dvi,fn,info,ky,log,pg,toc,tp,vr}
268 for d in $(TARGET_DIRS) libhw32 libhw64; do \
269 rm -rf $$d || exit 1 ; \
270 done
272 KEYMAPS=da en-gb et fr fr-ch is lt modifiers no pt-br sv \
273 ar de en-us fi fr-be hr it lv nl pl ru th \
274 common de-ch es fo fr-ca hu ja mk nl-be pt sl tr
276 ifdef INSTALL_BLOBS
277 BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
278 video.x openbios-sparc32 openbios-sparc64 openbios-ppc \
279 pxe-ne2k_pci.bin pxe-rtl8139.bin pxe-pcnet.bin pxe-e1000.bin \
280 bamboo.dtb petalogix-s3adsp1800.dtb \
281 multiboot.bin
282 BLOBS += extboot.bin
283 else
284 BLOBS=
285 endif
287 install-doc: $(DOCS)
288 $(INSTALL_DIR) "$(DESTDIR)$(docdir)"
289 $(INSTALL_DATA) qemu-doc.html qemu-tech.html "$(DESTDIR)$(docdir)"
290 ifndef CONFIG_WIN32
291 $(INSTALL_DIR) "$(DESTDIR)$(mandir)/man1"
292 $(INSTALL_DATA) qemu.1 qemu-img.1 "$(DESTDIR)$(mandir)/man1"
293 $(INSTALL_DIR) "$(DESTDIR)$(mandir)/man8"
294 $(INSTALL_DATA) qemu-nbd.8 "$(DESTDIR)$(mandir)/man8"
295 endif
297 install: all $(if $(BUILD_DOCS),install-doc)
298 $(INSTALL_DIR) "$(DESTDIR)$(bindir)"
299 ifneq ($(TOOLS),)
300 $(INSTALL_PROG) $(STRIP_OPT) $(TOOLS) "$(DESTDIR)$(bindir)"
301 endif
302 ifneq ($(BLOBS),)
303 $(INSTALL_DIR) "$(DESTDIR)$(datadir)"
304 set -e; for x in $(BLOBS); do \
305 if [ -f $(SRC_PATH)/pc-bios/$$x ];then \
306 $(INSTALL_DATA) $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \
307 fi \
308 ; if [ -f pc-bios/optionrom/$$x ];then \
309 $(INSTALL_DATA) pc-bios/optionrom/$$x "$(DESTDIR)$(datadir)"; \
310 fi \
311 done
312 endif
313 $(INSTALL_DIR) "$(DESTDIR)$(datadir)/keymaps"
314 set -e; for x in $(KEYMAPS); do \
315 $(INSTALL_DATA) $(SRC_PATH)/pc-bios/keymaps/$$x "$(DESTDIR)$(datadir)/keymaps"; \
316 done
317 for d in $(TARGET_DIRS); do \
318 $(MAKE) -C $$d $@ || exit 1 ; \
319 done
320 ifeq ($(KVM_KMOD),yes)
321 $(MAKE) -C kvm/kernel $@
322 endif
324 # various test targets
325 test speed: all
326 $(MAKE) -C tests $@
328 TAGS:
329 etags *.[ch] tests/*.[ch] block/*.[ch] hw/*.[ch]
331 cscope:
332 rm -f ./cscope.*
333 find . -name "*.[ch]" -print | sed 's,^\./,,' > ./cscope.files
334 cscope -b
336 # documentation
337 %.html: %.texi
338 $(call quiet-command,texi2html -I=. -monolithic -number $<," GEN $@")
340 %.info: %.texi
341 $(call quiet-command,makeinfo -I . $< -o $@," GEN $@")
343 %.dvi: %.texi
344 $(call quiet-command,texi2dvi -I . $<," GEN $@")
346 qemu-options.texi: $(SRC_PATH)/qemu-options.hx
347 $(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@," GEN $@")
349 qemu-monitor.texi: $(SRC_PATH)/qemu-monitor.hx
350 $(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@," GEN $@")
352 qemu-img-cmds.texi: $(SRC_PATH)/qemu-img-cmds.hx
353 $(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@," GEN $@")
355 qemu.1: qemu-doc.texi qemu-options.texi qemu-monitor.texi
356 $(call quiet-command, \
357 perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu.pod && \
358 pod2man --section=1 --center=" " --release=" " qemu.pod > $@, \
359 " GEN $@")
361 qemu-img.1: qemu-img.texi qemu-img-cmds.texi
362 $(call quiet-command, \
363 perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu-img.pod && \
364 pod2man --section=1 --center=" " --release=" " qemu-img.pod > $@, \
365 " GEN $@")
367 qemu-nbd.8: qemu-nbd.texi
368 $(call quiet-command, \
369 perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu-nbd.pod && \
370 pod2man --section=8 --center=" " --release=" " qemu-nbd.pod > $@, \
371 " GEN $@")
373 info: qemu-doc.info qemu-tech.info
375 dvi: qemu-doc.dvi qemu-tech.dvi
377 html: qemu-doc.html qemu-tech.html
379 qemu-doc.dvi qemu-doc.html qemu-doc.info: qemu-img.texi qemu-nbd.texi qemu-options.texi qemu-monitor.texi qemu-img-cmds.texi
381 VERSION ?= $(shell cat VERSION)
382 FILE = qemu-$(VERSION)
384 # tar release (use 'make -k tar' on a checkouted tree)
385 tar:
386 rm -rf /tmp/$(FILE)
387 cp -r . /tmp/$(FILE)
388 cd /tmp && tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude CVS --exclude .git --exclude .svn
389 rm -rf /tmp/$(FILE)
391 # generate a binary distribution
392 tarbin:
393 cd / && tar zcvf ~/qemu-$(VERSION)-$(ARCH).tar.gz \
394 $(bindir)/qemu \
395 $(bindir)/qemu-system-x86_64 \
396 $(bindir)/qemu-system-arm \
397 $(bindir)/qemu-system-cris \
398 $(bindir)/qemu-system-m68k \
399 $(bindir)/qemu-system-mips \
400 $(bindir)/qemu-system-mipsel \
401 $(bindir)/qemu-system-mips64 \
402 $(bindir)/qemu-system-mips64el \
403 $(bindir)/qemu-system-ppc \
404 $(bindir)/qemu-system-ppcemb \
405 $(bindir)/qemu-system-ppc64 \
406 $(bindir)/qemu-system-sh4 \
407 $(bindir)/qemu-system-sh4eb \
408 $(bindir)/qemu-system-sparc \
409 $(bindir)/qemu-i386 \
410 $(bindir)/qemu-x86_64 \
411 $(bindir)/qemu-alpha \
412 $(bindir)/qemu-arm \
413 $(bindir)/qemu-armeb \
414 $(bindir)/qemu-cris \
415 $(bindir)/qemu-m68k \
416 $(bindir)/qemu-mips \
417 $(bindir)/qemu-mipsel \
418 $(bindir)/qemu-ppc \
419 $(bindir)/qemu-ppc64 \
420 $(bindir)/qemu-ppc64abi32 \
421 $(bindir)/qemu-sh4 \
422 $(bindir)/qemu-sh4eb \
423 $(bindir)/qemu-sparc \
424 $(bindir)/qemu-sparc64 \
425 $(bindir)/qemu-sparc32plus \
426 $(bindir)/qemu-img \
427 $(bindir)/qemu-nbd \
428 $(datadir)/bios.bin \
429 $(datadir)/vgabios.bin \
430 $(datadir)/vgabios-cirrus.bin \
431 $(datadir)/ppc_rom.bin \
432 $(datadir)/video.x \
433 $(datadir)/openbios-sparc32 \
434 $(datadir)/openbios-sparc64 \
435 $(datadir)/openbios-ppc \
436 $(datadir)/pxe-ne2k_pci.bin \
437 $(datadir)/pxe-rtl8139.bin \
438 $(datadir)/pxe-pcnet.bin \
439 $(datadir)/pxe-e1000.bin \
440 $(datadir)/extboot.bin \
441 $(docdir)/qemu-doc.html \
442 $(docdir)/qemu-tech.html \
443 $(mandir)/man1/qemu.1 \
444 $(mandir)/man1/qemu-img.1 \
445 $(mandir)/man8/qemu-nbd.8
447 # Include automatically generated dependency files
448 -include $(wildcard *.d audio/*.d slirp/*.d block/*.d)
450 build-targets-i386 = $(build-targets-x86)
451 build-targets-x86_64 = $(build-targets-x86)
452 build-targets-x86 =
453 build-targets-ia64 =
455 all: $(build-targets-$(ARCH))