3 ifneq ($(wildcard config-host.mak
),)
4 # Put the all: rule here so that config-host.mak can contain dependencies.
6 include config-host.mak
7 include $(SRC_PATH
)/rules.mak
10 @echo
"Please call configure before running make!"
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
22 DOCS
=qemu-doc.html qemu-tech.html qemu
.1 qemu-img
.1 qemu-nbd
.8
27 build-all
: $(TOOLS
) $(DOCS
) recurse-all
29 config-host.mak
: configure
30 ifneq ($(wildcard config-host.mak
),)
31 @echo
$@ is out-of-date
, running configure
32 @sed
-n
"/.*Configured with/s/[^:]*: //p" $@ | sh
35 SUBDIR_MAKEFLAGS
=$(if
$(V
),,--no-print-directory
)
36 SUBDIR_RULES
=$(patsubst %,subdir-
%, $(TARGET_DIRS
))
39 $(call quiet-command
,$(MAKE
) $(SUBDIR_MAKEFLAGS
) -C
$* V
="$(V)" TARGET_DIR
="$*/" all,)
41 $(filter %-softmmu
,$(SUBDIR_RULES
)): libqemu_common.a
42 $(filter %-user
,$(SUBDIR_RULES
)): libqemu_user.a
45 ROMSUBDIR_RULES
=$(patsubst %,romsubdir-
%, $(ROMS
))
47 $(call quiet-command
,$(MAKE
) $(SUBDIR_MAKEFLAGS
) -C pc-bios
/$* V
="$(V)" TARGET_DIR
="$*/",)
49 ALL_SUBDIRS
=$(TARGET_DIRS
) $(patsubst %,pc-bios
/%, $(ROMS
))
51 recurse-all
: $(SUBDIR_RULES
) $(ROMSUBDIR_RULES
)
53 #######################################################################
54 # block-obj-y is code used by both qemu system emulation and qemu-img
56 block-obj-y
= cutils.o cache-utils.o qemu-malloc.o qemu-option.o module.o
57 block-obj-y
+= nbd.o block.o aio.o aes.o
58 block-obj-
$(CONFIG_AIO
) += posix-aio-compat.o
60 block-nested-y
+= cow.o qcow.o vdi.o vmdk.o cloop.o dmg.o bochs.o vpc.o vvfat.o
61 block-nested-y
+= qcow2.o qcow2-refcount.o qcow2-cluster.o qcow2-snapshot.o
62 block-nested-y
+= parallels.o nbd.o
63 block-nested-
$(CONFIG_WIN32
) += raw-win32.o
64 block-nested-
$(CONFIG_POSIX
) += raw-posix.o
65 block-nested-
$(CONFIG_CURL
) += curl.o
67 block-obj-y
+= $(addprefix block
/, $(block-nested-y
))
69 ######################################################################
70 # libqemu_common.a: Target independent part of system emulation. The
71 # long term path is to suppress *all* target specific code in case of
72 # system emulation, i.e. a single QEMU executable should support all
75 obj-y
= $(block-obj-y
)
76 obj-y
+= readline.o console.o
78 obj-y
+= irq.o ptimer.o
79 obj-y
+= i2c.o smbus.o smbus_eeprom.o max7310.o max111x.o wm8750.o
80 obj-y
+= ssd0303.o ssd0323.o ads7846.o stellaris_input.o twl92230.o
81 obj-y
+= tmp105.o lm832x.o eeprom93xx.o tsc2005.o
82 obj-y
+= scsi-disk.o cdrom.o
83 obj-y
+= scsi-generic.o
84 obj-y
+= usb.o usb-hub.o usb-
$(HOST_USB
).o usb-hid.o usb-msd.o usb-wacom.o
85 obj-y
+= usb-serial.o usb-net.o
86 obj-y
+= sd.o ssi-sd.o
87 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
89 obj-y
+= buffered_file.o migration.o migration-tcp.o net.o qemu-sockets.o
90 obj-y
+= qemu-char.o aio.o net-checksum.o savevm.o
91 obj-y
+= msmouse.o ps2.o
92 obj-y
+= qdev.o qdev-properties.o ssi.o
94 obj-
$(CONFIG_BRLAPI
) += baum.o
98 obj-
$(CONFIG_WIN32
) += tap-win32.o
99 obj-
$(CONFIG_POSIX
) += migration-exec.o
101 ifdef CONFIG_COREAUDIO
105 audio
/audio.o audio
/fmodaudio.o
: QEMU_CFLAGS
:= $(FMOD_CFLAGS
) $(QEMU_CFLAGS
)
119 audio-obj-y
= audio.o noaudio.o wavaudio.o mixeng.o
120 audio-obj-
$(CONFIG_SDL
) += sdlaudio.o
121 audio-obj-
$(CONFIG_OSS
) += ossaudio.o
122 audio-obj-
$(CONFIG_COREAUDIO
) += coreaudio.o
123 audio-obj-
$(CONFIG_ALSA
) += alsaaudio.o
124 audio-obj-
$(CONFIG_DSOUND
) += dsoundaudio.o
125 audio-obj-
$(CONFIG_FMOD
) += fmodaudio.o
126 audio-obj-
$(CONFIG_ESD
) += esdaudio.o
127 audio-obj-
$(CONFIG_PA
) += paaudio.o
128 audio-obj-
$(AUDIO_PT_INT
) += audio_pt_int.o
129 audio-obj-y
+= wavcapture.o
130 obj-y
+= $(addprefix audio
/, $(audio-obj-y
))
133 obj-
$(CONFIG_SDL
) += sdl.o sdl_zoom.o x_keymap.o
134 obj-
$(CONFIG_CURSES
) += curses.o
135 obj-y
+= vnc.o acl.o d3des.o
136 obj-
$(CONFIG_VNC_TLS
) += vnc-tls.o vnc-auth-vencrypt.o
137 obj-
$(CONFIG_VNC_SASL
) += vnc-auth-sasl.o
138 obj-
$(CONFIG_COCOA
) += cocoa.o
139 obj-
$(CONFIG_IOTHREAD
) += qemu-thread.o
142 QEMU_CFLAGS
+=-I
$(SRC_PATH
)/slirp
145 slirp-obj-y
= cksum.o if.o ip_icmp.o ip_input.o ip_output.o
146 slirp-obj-y
+= slirp.o mbuf.o misc.o sbuf.o socket.o tcp_input.o tcp_output.o
147 slirp-obj-y
+= tcp_subr.o tcp_timer.o udp.o bootp.o tftp.o
148 obj-
$(CONFIG_SLIRP
) += $(addprefix slirp
/, $(slirp-obj-y
))
152 # xen backend driver support
153 obj-
$(CONFIG_XEN
) += xen_backend.o xen_devconfig.o
154 obj-
$(CONFIG_XEN
) += xen_console.o xenfb.o xen_disk.o xen_nic.o
156 QEMU_CFLAGS
+=$(CURL_CFLAGS
)
161 keymaps.o
: keymaps.c keymaps.h
163 sdl_zoom.o
: sdl_zoom.c sdl_zoom.h sdl_zoom_template.h
165 sdl.o
: sdl.c keymaps.h sdl_keysym.h sdl_zoom.h
167 sdl.o audio
/sdlaudio.o sdl_zoom.o baum.o
: QEMU_CFLAGS
+= $(SDL_CFLAGS
)
171 vnc.h
: vnc-tls.h vnc-auth-vencrypt.h vnc-auth-sasl.h keymaps.h
173 vnc.o
: vnc.c vnc.h vnc_keysym.h vnchextile.h d3des.c d3des.h acl.h
175 vnc.o
: QEMU_CFLAGS
+= $(VNC_TLS_CFLAGS
)
177 vnc-tls.o
: vnc-tls.c vnc.h
179 vnc-auth-vencrypt.o
: vnc-auth-vencrypt.c vnc.h
181 vnc-auth-sasl.o
: vnc-auth-sasl.c vnc.h
183 curses.o
: curses.c keymaps.h curses_keys.h
185 bt-host.o
: QEMU_CFLAGS
+= $(BLUEZ_CFLAGS
)
187 libqemu_common.a
: $(obj-y
)
189 #######################################################################
190 # user-obj-y is code used by qemu userspace emulation
191 user-obj-y
= cutils.o cache-utils.o
193 libqemu_user.a
: $(user-obj-y
)
195 ######################################################################
197 qemu-img.o
: qemu-img-cmds.h
199 qemu-img
$(EXESUF
): qemu-img.o qemu-tool.o tool-osdep.o
$(block-obj-y
)
201 qemu-nbd
$(EXESUF
): qemu-nbd.o qemu-tool.o tool-osdep.o
$(block-obj-y
)
203 qemu-io
$(EXESUF
): qemu-io.o qemu-tool.o tool-osdep.o cmd.o
$(block-obj-y
)
205 qemu-img-cmds.h
: $(SRC_PATH
)/qemu-img-cmds.hx
206 $(call quiet-command
,sh
$(SRC_PATH
)/hxtool
-h
< $< > $@
," GEN $@")
209 # avoid old build problems by removing potentially incorrect old files
210 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
211 rm -f
*.o
*.d
*.a
$(TOOLS
) TAGS cscope.
* *.pod
*~
*/*~
212 rm -f slirp
/*.o slirp
/*.d audio
/*.o audio
/*.d block
/*.o block
/*.d
213 rm -f qemu-img-cmds.h
214 $(MAKE
) -C tests
clean
215 for d in
$(ALL_SUBDIRS
) libhw32 libhw64
; do \
216 $(MAKE
) -C
$$d $@ || exit
1 ; \
220 rm -f config-host.mak config-host.h config-host.
ld $(DOCS
) qemu-options.texi qemu-img-cmds.texi
221 rm -f qemu-
{doc
,tech
}.
{info,aux
,cp
,dvi,fn
,info,ky
,log
,pg
,toc
,tp
,vr
}
222 for d in
$(TARGET_DIRS
) libhw32 libhw64
; do \
223 rm -rf
$$d || exit
1 ; \
226 KEYMAPS
=da en-gb et fr fr-ch is lt modifiers no pt-br sv \
227 ar de en-us fi fr-be hr it lv nl pl ru th \
228 common de-ch es fo fr-ca hu ja mk nl-be pt sl tr
231 BLOBS
=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
232 video.x openbios-sparc32 openbios-sparc64 openbios-ppc \
233 pxe-ne2k_pci.bin pxe-rtl8139.bin pxe-pcnet.bin pxe-e1000.bin \
234 bamboo.dtb petalogix-s3adsp1800.dtb \
241 $(INSTALL_DIR
) "$(DESTDIR)$(docdir)"
242 $(INSTALL_DATA
) qemu-doc.html qemu-tech.html
"$(DESTDIR)$(docdir)"
244 $(INSTALL_DIR
) "$(DESTDIR)$(mandir)/man1"
245 $(INSTALL_DATA
) qemu
.1 qemu-img
.1 "$(DESTDIR)$(mandir)/man1"
246 $(INSTALL_DIR
) "$(DESTDIR)$(mandir)/man8"
247 $(INSTALL_DATA
) qemu-nbd
.8 "$(DESTDIR)$(mandir)/man8"
250 install: all $(if
$(BUILD_DOCS
),install-doc
)
251 $(INSTALL_DIR
) "$(DESTDIR)$(bindir)"
253 $(INSTALL_PROG
) $(STRIP_OPT
) $(TOOLS
) "$(DESTDIR)$(bindir)"
256 $(INSTALL_DIR
) "$(DESTDIR)$(datadir)"
257 set
-e
; for x in
$(BLOBS
); do \
258 $(INSTALL_DATA
) $(SRC_PATH
)/pc-bios
/$$x "$(DESTDIR)$(datadir)"; \
261 $(INSTALL_DIR
) "$(DESTDIR)$(datadir)/keymaps"
262 set
-e
; for x in
$(KEYMAPS
); do \
263 $(INSTALL_DATA
) $(SRC_PATH
)/pc-bios
/keymaps
/$$x "$(DESTDIR)$(datadir)/keymaps"; \
265 for d in
$(TARGET_DIRS
); do \
266 $(MAKE
) -C
$$d $@ || exit
1 ; \
269 # various test targets
274 etags
*.
[ch
] tests
/*.
[ch
] block
/*.
[ch
] hw
/*.
[ch
]
278 find .
-name
"*.[ch]" -print | sed
's,^\./,,' > .
/cscope.files
283 $(call quiet-command
,texi2html
-I
=.
-monolithic
-number
$<," GEN $@")
286 $(call quiet-command
,makeinfo -I .
$< -o
$@
," GEN $@")
289 $(call quiet-command
,texi2dvi -I .
$<," GEN $@")
291 qemu-options.texi
: $(SRC_PATH
)/qemu-options.hx
292 $(call quiet-command
,sh
$(SRC_PATH
)/hxtool
-t
< $< > $@
," GEN $@")
294 qemu-monitor.texi
: $(SRC_PATH
)/qemu-monitor.hx
295 $(call quiet-command
,sh
$(SRC_PATH
)/hxtool
-t
< $< > $@
," GEN $@")
297 qemu-img-cmds.texi
: $(SRC_PATH
)/qemu-img-cmds.hx
298 $(call quiet-command
,sh
$(SRC_PATH
)/hxtool
-t
< $< > $@
," GEN $@")
300 qemu
.1: qemu-doc.texi qemu-options.texi qemu-monitor.texi
301 $(call quiet-command
, \
302 perl
-Ww
-- $(SRC_PATH
)/texi2pod.pl
$< qemu.pod
&& \
303 pod2man
--section
=1 --center
=" " --release
=" " qemu.pod
> $@
, \
306 qemu-img
.1: qemu-img.texi qemu-img-cmds.texi
307 $(call quiet-command
, \
308 perl
-Ww
-- $(SRC_PATH
)/texi2pod.pl
$< qemu-img.pod
&& \
309 pod2man
--section
=1 --center
=" " --release
=" " qemu-img.pod
> $@
, \
312 qemu-nbd
.8: qemu-nbd.texi
313 $(call quiet-command
, \
314 perl
-Ww
-- $(SRC_PATH
)/texi2pod.pl
$< qemu-nbd.pod
&& \
315 pod2man
--section
=8 --center
=" " --release
=" " qemu-nbd.pod
> $@
, \
318 info: qemu-doc.
info qemu-tech.
info
320 dvi: qemu-doc.
dvi qemu-tech.
dvi
322 html
: qemu-doc.html qemu-tech.html
324 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
326 VERSION ?
= $(shell cat VERSION
)
327 FILE
= qemu-
$(VERSION
)
329 # tar release (use 'make -k tar' on a checkouted tree)
333 cd
/tmp
&& tar zcvf ~
/$(FILE
).
tar.gz
$(FILE
) --exclude CVS
--exclude .git
--exclude .svn
336 # generate a binary distribution
338 cd
/ && tar zcvf ~
/qemu-
$(VERSION
)-$(ARCH
).
tar.gz \
340 $(bindir)/qemu-system-x86_64 \
341 $(bindir)/qemu-system-arm \
342 $(bindir)/qemu-system-cris \
343 $(bindir)/qemu-system-m68k \
344 $(bindir)/qemu-system-mips \
345 $(bindir)/qemu-system-mipsel \
346 $(bindir)/qemu-system-mips64 \
347 $(bindir)/qemu-system-mips64el \
348 $(bindir)/qemu-system-ppc \
349 $(bindir)/qemu-system-ppcemb \
350 $(bindir)/qemu-system-ppc64 \
351 $(bindir)/qemu-system-sh4 \
352 $(bindir)/qemu-system-sh4eb \
353 $(bindir)/qemu-system-sparc \
354 $(bindir)/qemu-i386 \
355 $(bindir)/qemu-x86_64 \
356 $(bindir)/qemu-alpha \
358 $(bindir)/qemu-armeb \
359 $(bindir)/qemu-cris \
360 $(bindir)/qemu-m68k \
361 $(bindir)/qemu-mips \
362 $(bindir)/qemu-mipsel \
364 $(bindir)/qemu-ppc64 \
365 $(bindir)/qemu-ppc64abi32 \
367 $(bindir)/qemu-sh4eb \
368 $(bindir)/qemu-sparc \
369 $(bindir)/qemu-sparc64 \
370 $(bindir)/qemu-sparc32plus \
373 $(datadir)/bios.bin \
374 $(datadir)/vgabios.bin \
375 $(datadir)/vgabios-cirrus.bin \
376 $(datadir)/ppc_rom.bin \
378 $(datadir)/openbios-sparc32 \
379 $(datadir)/openbios-sparc64 \
380 $(datadir)/openbios-ppc \
381 $(datadir)/pxe-ne2k_pci.bin \
382 $(datadir)/pxe-rtl8139.bin \
383 $(datadir)/pxe-pcnet.bin \
384 $(datadir)/pxe-e1000.bin \
385 $(docdir
)/qemu-doc.html \
386 $(docdir
)/qemu-tech.html \
387 $(mandir)/man1
/qemu
.1 \
388 $(mandir)/man1
/qemu-img
.1 \
389 $(mandir)/man8
/qemu-nbd
.8
391 # Include automatically generated dependency files
392 -include $(wildcard *.d audio
/*.d slirp
/*.d block
/*.d
)