]>
Commit | Line | Data |
---|---|---|
1 | # Makefile for QEMU. | |
2 | ||
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 | |
13 | ||
14 | .PHONY: all clean cscope distclean dvi html info install install-doc \ | |
15 | recurse-all speed tar tarbin test | |
16 | ||
17 | VPATH=$(SRC_PATH):$(SRC_PATH)/hw | |
18 | ||
19 | LIBS+=-lz | |
20 | ||
21 | ifdef BUILD_DOCS | |
22 | DOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 qemu-nbd.8 | |
23 | else | |
24 | DOCS= | |
25 | endif | |
26 | ||
27 | build-all: $(TOOLS) $(DOCS) recurse-all | |
28 | ||
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 | |
33 | endif | |
34 | ||
35 | SUBDIR_MAKEFLAGS=$(if $(V),,--no-print-directory) | |
36 | SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS)) | |
37 | ||
38 | subdir-%: | |
39 | $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C $* V="$(V)" TARGET_DIR="$*/" all,) | |
40 | ||
41 | $(filter %-softmmu,$(SUBDIR_RULES)): libqemu_common.a | |
42 | $(filter %-user,$(SUBDIR_RULES)): libqemu_user.a | |
43 | ||
44 | ||
45 | ROMSUBDIR_RULES=$(patsubst %,romsubdir-%, $(ROMS)) | |
46 | romsubdir-%: | |
47 | $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C pc-bios/$* V="$(V)" TARGET_DIR="$*/",) | |
48 | ||
49 | ALL_SUBDIRS=$(TARGET_DIRS) $(patsubst %,pc-bios/%, $(ROMS)) | |
50 | ||
51 | recurse-all: $(SUBDIR_RULES) $(ROMSUBDIR_RULES) | |
52 | ||
53 | ####################################################################### | |
54 | # block-obj-y is code used by both qemu system emulation and qemu-img | |
55 | ||
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 | |
59 | ||
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 | |
66 | ||
67 | block-obj-y += $(addprefix block/, $(block-nested-y)) | |
68 | ||
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 | |
73 | # CPUs and machines. | |
74 | ||
75 | obj-y = $(block-obj-y) | |
76 | obj-y += readline.o console.o | |
77 | ||
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 | |
88 | obj-y += bt-hci-csr.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 | |
93 | ||
94 | obj-$(CONFIG_BRLAPI) += baum.o | |
95 | obj-$(CONFIG_WIN32) += tap-win32.o | |
96 | obj-$(CONFIG_POSIX) += migration-exec.o | |
97 | ||
98 | ifdef CONFIG_COREAUDIO | |
99 | AUDIO_PT = y | |
100 | endif | |
101 | ifdef CONFIG_FMOD | |
102 | audio/audio.o audio/fmodaudio.o: QEMU_CFLAGS := $(FMOD_CFLAGS) $(QEMU_CFLAGS) | |
103 | endif | |
104 | ifdef CONFIG_ESD | |
105 | AUDIO_PT = y | |
106 | AUDIO_PT_INT = y | |
107 | endif | |
108 | ifdef CONFIG_PA | |
109 | AUDIO_PT = y | |
110 | AUDIO_PT_INT = y | |
111 | endif | |
112 | ifdef AUDIO_PT | |
113 | LDFLAGS += -pthread | |
114 | endif | |
115 | ||
116 | audio-obj-y = audio.o noaudio.o wavaudio.o mixeng.o | |
117 | audio-obj-$(CONFIG_SDL) += sdlaudio.o | |
118 | audio-obj-$(CONFIG_OSS) += ossaudio.o | |
119 | audio-obj-$(CONFIG_COREAUDIO) += coreaudio.o | |
120 | audio-obj-$(CONFIG_ALSA) += alsaaudio.o | |
121 | audio-obj-$(CONFIG_DSOUND) += dsoundaudio.o | |
122 | audio-obj-$(CONFIG_FMOD) += fmodaudio.o | |
123 | audio-obj-$(CONFIG_ESD) += esdaudio.o | |
124 | audio-obj-$(CONFIG_PA) += paaudio.o | |
125 | audio-obj-$(AUDIO_PT_INT) += audio_pt_int.o | |
126 | audio-obj-y += wavcapture.o | |
127 | obj-y += $(addprefix audio/, $(audio-obj-y)) | |
128 | ||
129 | obj-y += keymaps.o | |
130 | obj-$(CONFIG_SDL) += sdl.o sdl_zoom.o x_keymap.o | |
131 | obj-$(CONFIG_CURSES) += curses.o | |
132 | obj-y += vnc.o acl.o d3des.o | |
133 | obj-$(CONFIG_VNC_TLS) += vnc-tls.o vnc-auth-vencrypt.o | |
134 | obj-$(CONFIG_VNC_SASL) += vnc-auth-sasl.o | |
135 | obj-$(CONFIG_COCOA) += cocoa.o | |
136 | obj-$(CONFIG_IOTHREAD) += qemu-thread.o | |
137 | ||
138 | slirp-obj-y = cksum.o if.o ip_icmp.o ip_input.o ip_output.o | |
139 | slirp-obj-y += slirp.o mbuf.o misc.o sbuf.o socket.o tcp_input.o tcp_output.o | |
140 | slirp-obj-y += tcp_subr.o tcp_timer.o udp.o bootp.o tftp.o | |
141 | obj-$(CONFIG_SLIRP) += $(addprefix slirp/, $(slirp-obj-y)) | |
142 | ||
143 | LIBS+=$(VDE_LIBS) | |
144 | ||
145 | # xen backend driver support | |
146 | obj-$(CONFIG_XEN) += xen_backend.o xen_devconfig.o | |
147 | obj-$(CONFIG_XEN) += xen_console.o xenfb.o xen_disk.o xen_nic.o | |
148 | ||
149 | QEMU_CFLAGS+=$(CURL_CFLAGS) | |
150 | LIBS+=$(CURL_LIBS) | |
151 | ||
152 | cocoa.o: cocoa.m | |
153 | ||
154 | keymaps.o: keymaps.c keymaps.h | |
155 | ||
156 | sdl_zoom.o: sdl_zoom.c sdl_zoom.h sdl_zoom_template.h | |
157 | ||
158 | sdl.o: sdl.c keymaps.h sdl_keysym.h sdl_zoom.h | |
159 | ||
160 | sdl.o audio/sdlaudio.o sdl_zoom.o baum.o: QEMU_CFLAGS += $(SDL_CFLAGS) | |
161 | ||
162 | acl.o: acl.h acl.c | |
163 | ||
164 | vnc.h: vnc-tls.h vnc-auth-vencrypt.h vnc-auth-sasl.h keymaps.h | |
165 | ||
166 | vnc.o: vnc.c vnc.h vnc_keysym.h vnchextile.h d3des.c d3des.h acl.h | |
167 | ||
168 | vnc.o: QEMU_CFLAGS += $(VNC_TLS_CFLAGS) | |
169 | ||
170 | vnc-tls.o: vnc-tls.c vnc.h | |
171 | ||
172 | vnc-auth-vencrypt.o: vnc-auth-vencrypt.c vnc.h | |
173 | ||
174 | vnc-auth-sasl.o: vnc-auth-sasl.c vnc.h | |
175 | ||
176 | curses.o: curses.c keymaps.h curses_keys.h | |
177 | ||
178 | bt-host.o: QEMU_CFLAGS += $(BLUEZ_CFLAGS) | |
179 | ||
180 | libqemu_common.a: $(obj-y) | |
181 | ||
182 | ####################################################################### | |
183 | # user-obj-y is code used by qemu userspace emulation | |
184 | user-obj-y = cutils.o cache-utils.o | |
185 | ||
186 | libqemu_user.a: $(user-obj-y) | |
187 | ||
188 | ###################################################################### | |
189 | ||
190 | qemu-img.o: qemu-img-cmds.h | |
191 | ||
192 | qemu-img$(EXESUF): qemu-img.o qemu-tool.o tool-osdep.o $(block-obj-y) | |
193 | ||
194 | qemu-nbd$(EXESUF): qemu-nbd.o qemu-tool.o tool-osdep.o $(block-obj-y) | |
195 | ||
196 | qemu-io$(EXESUF): qemu-io.o qemu-tool.o tool-osdep.o cmd.o $(block-obj-y) | |
197 | ||
198 | qemu-img-cmds.h: $(SRC_PATH)/qemu-img-cmds.hx | |
199 | $(call quiet-command,sh $(SRC_PATH)/hxtool -h < $< > $@," GEN $@") | |
200 | ||
201 | clean: | |
202 | # avoid old build problems by removing potentially incorrect old files | |
203 | 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 | |
204 | rm -f *.o *.d *.a $(TOOLS) TAGS cscope.* *.pod *~ */*~ | |
205 | rm -f slirp/*.o slirp/*.d audio/*.o audio/*.d block/*.o block/*.d | |
206 | rm -f qemu-img-cmds.h | |
207 | $(MAKE) -C tests clean | |
208 | for d in $(ALL_SUBDIRS) libhw32 libhw64; do \ | |
209 | $(MAKE) -C $$d $@ || exit 1 ; \ | |
210 | done | |
211 | ||
212 | distclean: clean | |
213 | rm -f config-host.mak config-host.h config-host.ld $(DOCS) qemu-options.texi qemu-img-cmds.texi | |
214 | rm -f qemu-{doc,tech}.{info,aux,cp,dvi,fn,info,ky,log,pg,toc,tp,vr} | |
215 | for d in $(TARGET_DIRS) libhw32 libhw64; do \ | |
216 | rm -rf $$d || exit 1 ; \ | |
217 | done | |
218 | ||
219 | KEYMAPS=da en-gb et fr fr-ch is lt modifiers no pt-br sv \ | |
220 | ar de en-us fi fr-be hr it lv nl pl ru th \ | |
221 | common de-ch es fo fr-ca hu ja mk nl-be pt sl tr | |
222 | ||
223 | ifdef INSTALL_BLOBS | |
224 | BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \ | |
225 | video.x openbios-sparc32 openbios-sparc64 openbios-ppc \ | |
226 | pxe-ne2k_pci.bin pxe-rtl8139.bin pxe-pcnet.bin pxe-e1000.bin \ | |
227 | bamboo.dtb petalogix-s3adsp1800.dtb \ | |
228 | multiboot.bin | |
229 | else | |
230 | BLOBS= | |
231 | endif | |
232 | ||
233 | install-doc: $(DOCS) | |
234 | $(INSTALL_DIR) "$(DESTDIR)$(docdir)" | |
235 | $(INSTALL_DATA) qemu-doc.html qemu-tech.html "$(DESTDIR)$(docdir)" | |
236 | ifndef CONFIG_WIN32 | |
237 | $(INSTALL_DIR) "$(DESTDIR)$(mandir)/man1" | |
238 | $(INSTALL_DATA) qemu.1 qemu-img.1 "$(DESTDIR)$(mandir)/man1" | |
239 | $(INSTALL_DIR) "$(DESTDIR)$(mandir)/man8" | |
240 | $(INSTALL_DATA) qemu-nbd.8 "$(DESTDIR)$(mandir)/man8" | |
241 | endif | |
242 | ||
243 | install: all $(if $(BUILD_DOCS),install-doc) | |
244 | $(INSTALL_DIR) "$(DESTDIR)$(bindir)" | |
245 | ifneq ($(TOOLS),) | |
246 | $(INSTALL_PROG) $(STRIP_OPT) $(TOOLS) "$(DESTDIR)$(bindir)" | |
247 | endif | |
248 | ifneq ($(BLOBS),) | |
249 | $(INSTALL_DIR) "$(DESTDIR)$(datadir)" | |
250 | set -e; for x in $(BLOBS); do \ | |
251 | $(INSTALL_DATA) $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \ | |
252 | done | |
253 | endif | |
254 | $(INSTALL_DIR) "$(DESTDIR)$(datadir)/keymaps" | |
255 | set -e; for x in $(KEYMAPS); do \ | |
256 | $(INSTALL_DATA) $(SRC_PATH)/pc-bios/keymaps/$$x "$(DESTDIR)$(datadir)/keymaps"; \ | |
257 | done | |
258 | for d in $(TARGET_DIRS); do \ | |
259 | $(MAKE) -C $$d $@ || exit 1 ; \ | |
260 | done | |
261 | ||
262 | # various test targets | |
263 | test speed: all | |
264 | $(MAKE) -C tests $@ | |
265 | ||
266 | TAGS: | |
267 | etags *.[ch] tests/*.[ch] block/*.[ch] hw/*.[ch] | |
268 | ||
269 | cscope: | |
270 | rm -f ./cscope.* | |
271 | find . -name "*.[ch]" -print | sed 's,^\./,,' > ./cscope.files | |
272 | cscope -b | |
273 | ||
274 | # documentation | |
275 | %.html: %.texi | |
276 | $(call quiet-command,texi2html -I=. -monolithic -number $<," GEN $@") | |
277 | ||
278 | %.info: %.texi | |
279 | $(call quiet-command,makeinfo -I . $< -o $@," GEN $@") | |
280 | ||
281 | %.dvi: %.texi | |
282 | $(call quiet-command,texi2dvi -I . $<," GEN $@") | |
283 | ||
284 | qemu-options.texi: $(SRC_PATH)/qemu-options.hx | |
285 | $(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@," GEN $@") | |
286 | ||
287 | qemu-monitor.texi: $(SRC_PATH)/qemu-monitor.hx | |
288 | $(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@," GEN $@") | |
289 | ||
290 | qemu-img-cmds.texi: $(SRC_PATH)/qemu-img-cmds.hx | |
291 | $(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@," GEN $@") | |
292 | ||
293 | qemu.1: qemu-doc.texi qemu-options.texi qemu-monitor.texi | |
294 | $(call quiet-command, \ | |
295 | perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu.pod && \ | |
296 | pod2man --section=1 --center=" " --release=" " qemu.pod > $@, \ | |
297 | " GEN $@") | |
298 | ||
299 | qemu-img.1: qemu-img.texi qemu-img-cmds.texi | |
300 | $(call quiet-command, \ | |
301 | perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu-img.pod && \ | |
302 | pod2man --section=1 --center=" " --release=" " qemu-img.pod > $@, \ | |
303 | " GEN $@") | |
304 | ||
305 | qemu-nbd.8: qemu-nbd.texi | |
306 | $(call quiet-command, \ | |
307 | perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu-nbd.pod && \ | |
308 | pod2man --section=8 --center=" " --release=" " qemu-nbd.pod > $@, \ | |
309 | " GEN $@") | |
310 | ||
311 | info: qemu-doc.info qemu-tech.info | |
312 | ||
313 | dvi: qemu-doc.dvi qemu-tech.dvi | |
314 | ||
315 | html: qemu-doc.html qemu-tech.html | |
316 | ||
317 | 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 | |
318 | ||
319 | VERSION ?= $(shell cat VERSION) | |
320 | FILE = qemu-$(VERSION) | |
321 | ||
322 | # tar release (use 'make -k tar' on a checkouted tree) | |
323 | tar: | |
324 | rm -rf /tmp/$(FILE) | |
325 | cp -r . /tmp/$(FILE) | |
326 | cd /tmp && tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude CVS --exclude .git --exclude .svn | |
327 | rm -rf /tmp/$(FILE) | |
328 | ||
329 | # generate a binary distribution | |
330 | tarbin: | |
331 | cd / && tar zcvf ~/qemu-$(VERSION)-$(ARCH).tar.gz \ | |
332 | $(bindir)/qemu \ | |
333 | $(bindir)/qemu-system-x86_64 \ | |
334 | $(bindir)/qemu-system-arm \ | |
335 | $(bindir)/qemu-system-cris \ | |
336 | $(bindir)/qemu-system-m68k \ | |
337 | $(bindir)/qemu-system-mips \ | |
338 | $(bindir)/qemu-system-mipsel \ | |
339 | $(bindir)/qemu-system-mips64 \ | |
340 | $(bindir)/qemu-system-mips64el \ | |
341 | $(bindir)/qemu-system-ppc \ | |
342 | $(bindir)/qemu-system-ppcemb \ | |
343 | $(bindir)/qemu-system-ppc64 \ | |
344 | $(bindir)/qemu-system-sh4 \ | |
345 | $(bindir)/qemu-system-sh4eb \ | |
346 | $(bindir)/qemu-system-sparc \ | |
347 | $(bindir)/qemu-i386 \ | |
348 | $(bindir)/qemu-x86_64 \ | |
349 | $(bindir)/qemu-alpha \ | |
350 | $(bindir)/qemu-arm \ | |
351 | $(bindir)/qemu-armeb \ | |
352 | $(bindir)/qemu-cris \ | |
353 | $(bindir)/qemu-m68k \ | |
354 | $(bindir)/qemu-mips \ | |
355 | $(bindir)/qemu-mipsel \ | |
356 | $(bindir)/qemu-ppc \ | |
357 | $(bindir)/qemu-ppc64 \ | |
358 | $(bindir)/qemu-ppc64abi32 \ | |
359 | $(bindir)/qemu-sh4 \ | |
360 | $(bindir)/qemu-sh4eb \ | |
361 | $(bindir)/qemu-sparc \ | |
362 | $(bindir)/qemu-sparc64 \ | |
363 | $(bindir)/qemu-sparc32plus \ | |
364 | $(bindir)/qemu-img \ | |
365 | $(bindir)/qemu-nbd \ | |
366 | $(datadir)/bios.bin \ | |
367 | $(datadir)/vgabios.bin \ | |
368 | $(datadir)/vgabios-cirrus.bin \ | |
369 | $(datadir)/ppc_rom.bin \ | |
370 | $(datadir)/video.x \ | |
371 | $(datadir)/openbios-sparc32 \ | |
372 | $(datadir)/openbios-sparc64 \ | |
373 | $(datadir)/openbios-ppc \ | |
374 | $(datadir)/pxe-ne2k_pci.bin \ | |
375 | $(datadir)/pxe-rtl8139.bin \ | |
376 | $(datadir)/pxe-pcnet.bin \ | |
377 | $(datadir)/pxe-e1000.bin \ | |
378 | $(docdir)/qemu-doc.html \ | |
379 | $(docdir)/qemu-tech.html \ | |
380 | $(mandir)/man1/qemu.1 \ | |
381 | $(mandir)/man1/qemu-img.1 \ | |
382 | $(mandir)/man8/qemu-nbd.8 | |
383 | ||
384 | # Include automatically generated dependency files | |
385 | -include $(wildcard *.d audio/*.d slirp/*.d block/*.d) |