]>
Commit | Line | Data |
---|---|---|
0cb3fb1e PB |
1 | # Makefile for QEMU. |
2 | ||
55d7e8f6 | 3 | ifneq ($(wildcard config-host.mak),) |
1ad2134f PB |
4 | # Put the all: rule here so that config-host.mak can contain dependencies. |
5 | all: build-all | |
ad064840 | 6 | include config-host.mak |
17759187 | 7 | include $(SRC_PATH)/rules.mak |
e5efe7f5 JQ |
8 | config-host.mak: configure |
9 | @echo $@ is out-of-date, running configure | |
10 | @sed -n "/.*Configured with/s/[^:]*: //p" $@ | sh | |
55d7e8f6 AJ |
11 | else |
12 | config-host.mak: | |
13 | @echo "Please call configure before running make!" | |
14 | @exit 1 | |
15 | endif | |
766a487a | 16 | |
d9ace8b3 JQ |
17 | # Don't try to regenerate Makefile or configure |
18 | # We don't generate any of them | |
19 | Makefile: ; | |
20 | configure: ; | |
21 | ||
818220f5 | 22 | .PHONY: all clean cscope distclean dvi html info install install-doc \ |
9c927650 | 23 | recurse-all speed tar tarbin test build-all |
0cb3fb1e | 24 | |
8c462f8f PB |
25 | VPATH=$(SRC_PATH):$(SRC_PATH)/hw |
26 | ||
3e2e0e6b | 27 | LIBS+=-lz $(LIBS_TOOLS) |
67c0f08d | 28 | |
cc8ae6de | 29 | ifdef BUILD_DOCS |
7a5ca864 | 30 | DOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 qemu-nbd.8 |
cc8ae6de PB |
31 | else |
32 | DOCS= | |
33 | endif | |
aa05ae6f | 34 | |
1215c6e7 JQ |
35 | SUBDIR_MAKEFLAGS=$(if $(V),,--no-print-directory) |
36 | ||
37 | build-all: config-host.h | |
38 | $(call quiet-command, $(MAKE) $(SUBDIR_MAKEFLAGS) $(TOOLS) $(DOCS) recurse-all,) | |
b9dea4fb | 39 | |
1215c6e7 JQ |
40 | config-host.h: config-host.h-timestamp |
41 | config-host.h-timestamp: config-host.mak | |
42 | ||
cec7d0b6 PB |
43 | SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS)) |
44 | ||
1215c6e7 | 45 | subdir-%: config-host.h |
0087375e | 46 | $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C $* V="$(V)" TARGET_DIR="$*/" all,) |
4aa42531 | 47 | |
cec7d0b6 | 48 | $(filter %-softmmu,$(SUBDIR_RULES)): libqemu_common.a |
c05ac895 | 49 | |
add16157 BS |
50 | $(filter %-user,$(SUBDIR_RULES)): libuser.a |
51 | ||
52 | libuser.a: | |
53 | $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C libuser V="$(V)" TARGET_DIR="$*/" all,) | |
54 | ||
c05ac895 PB |
55 | ROMSUBDIR_RULES=$(patsubst %,romsubdir-%, $(ROMS)) |
56 | romsubdir-%: | |
57 | $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C pc-bios/$* V="$(V)" TARGET_DIR="$*/",) | |
58 | ||
59 | ALL_SUBDIRS=$(TARGET_DIRS) $(patsubst %,pc-bios/%, $(ROMS)) | |
60 | ||
61 | recurse-all: $(SUBDIR_RULES) $(ROMSUBDIR_RULES) | |
83f64091 | 62 | |
faf07963 | 63 | ####################################################################### |
319f08ea | 64 | # block-obj-y is code used by both qemu system emulation and qemu-img |
faf07963 | 65 | |
319f08ea | 66 | block-obj-y = cutils.o cache-utils.o qemu-malloc.o qemu-option.o module.o |
a25a0ef5 | 67 | block-obj-y += nbd.o block.o aio.o aes.o osdep.o |
4dd75c70 | 68 | block-obj-$(CONFIG_POSIX) += posix-aio-compat.o |
5c6c3a6c | 69 | block-obj-$(CONFIG_LINUX_AIO) += linux-aio.o |
1a65ba76 | 70 | |
9aebd98a | 71 | block-nested-y += cow.o qcow.o vdi.o vmdk.o cloop.o dmg.o bochs.o vpc.o vvfat.o |
1a65ba76 JQ |
72 | block-nested-y += qcow2.o qcow2-refcount.o qcow2-cluster.o qcow2-snapshot.o |
73 | block-nested-y += parallels.o nbd.o | |
eeb6d45b JQ |
74 | block-nested-$(CONFIG_WIN32) += raw-win32.o |
75 | block-nested-$(CONFIG_POSIX) += raw-posix.o | |
1a65ba76 JQ |
76 | block-nested-$(CONFIG_CURL) += curl.o |
77 | ||
78 | block-obj-y += $(addprefix block/, $(block-nested-y)) | |
769ce76d | 79 | |
4fb240a4 | 80 | ###################################################################### |
2e2ea909 | 81 | # libqemu_common.a: Target independent part of system emulation. The |
4fb240a4 FB |
82 | # long term path is to suppress *all* target specific code in case of |
83 | # system emulation, i.e. a single QEMU executable should support all | |
84 | # CPUs and machines. | |
47cea614 | 85 | |
6ef859b3 | 86 | obj-y = $(block-obj-y) |
34005a00 | 87 | obj-y += readline.o console.o |
6ef859b3 | 88 | |
c2b023b6 | 89 | obj-y += tcg-runtime.o host-utils.o |
afcea8cb | 90 | obj-y += irq.o ptimer.o ioport.o |
6ef859b3 JQ |
91 | obj-y += i2c.o smbus.o smbus_eeprom.o max7310.o max111x.o wm8750.o |
92 | obj-y += ssd0303.o ssd0323.o ads7846.o stellaris_input.o twl92230.o | |
93 | obj-y += tmp105.o lm832x.o eeprom93xx.o tsc2005.o | |
94 | obj-y += scsi-disk.o cdrom.o | |
d52affa7 | 95 | obj-y += scsi-generic.o scsi-bus.o |
6ef859b3 | 96 | obj-y += usb.o usb-hub.o usb-$(HOST_USB).o usb-hid.o usb-msd.o usb-wacom.o |
806b6024 | 97 | obj-y += usb-serial.o usb-net.o usb-bus.o |
6ef859b3 JQ |
98 | obj-y += sd.o ssi-sd.o |
99 | 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 | |
100 | obj-y += bt-hci-csr.o | |
101 | obj-y += buffered_file.o migration.o migration-tcp.o net.o qemu-sockets.o | |
3b47612b | 102 | obj-y += qemu-char.o aio.o net-checksum.o savevm.o |
6ef859b3 | 103 | obj-y += msmouse.o ps2.o |
ee6847d1 | 104 | obj-y += qdev.o qdev-properties.o ssi.o |
a333cd71 | 105 | obj-y += qint.o qstring.o qdict.o qemu-config.o |
87ecb68b | 106 | |
0e22fd2f | 107 | obj-$(CONFIG_BRLAPI) += baum.o |
eeb6d45b | 108 | obj-$(CONFIG_WIN32) += tap-win32.o |
5ac1fad3 | 109 | obj-$(CONFIG_POSIX) += migration-exec.o migration-unix.o migration-fd.o |
4fb240a4 | 110 | |
98b068a9 | 111 | audio/audio.o audio/fmodaudio.o: QEMU_CFLAGS += $(FMOD_CFLAGS) |
0e22fd2f JQ |
112 | |
113 | audio-obj-y = audio.o noaudio.o wavaudio.o mixeng.o | |
114 | audio-obj-$(CONFIG_SDL) += sdlaudio.o | |
115 | audio-obj-$(CONFIG_OSS) += ossaudio.o | |
116 | audio-obj-$(CONFIG_COREAUDIO) += coreaudio.o | |
117 | audio-obj-$(CONFIG_ALSA) += alsaaudio.o | |
118 | audio-obj-$(CONFIG_DSOUND) += dsoundaudio.o | |
119 | audio-obj-$(CONFIG_FMOD) += fmodaudio.o | |
120 | audio-obj-$(CONFIG_ESD) += esdaudio.o | |
121 | audio-obj-$(CONFIG_PA) += paaudio.o | |
67f86e8e | 122 | audio-obj-$(CONFIG_AUDIO_PT_INT) += audio_pt_int.o |
eda959bd | 123 | audio-obj-y += wavcapture.o |
6ef859b3 | 124 | obj-y += $(addprefix audio/, $(audio-obj-y)) |
4fb240a4 | 125 | |
6ef859b3 | 126 | obj-y += keymaps.o |
0e22fd2f JQ |
127 | obj-$(CONFIG_SDL) += sdl.o sdl_zoom.o x_keymap.o |
128 | obj-$(CONFIG_CURSES) += curses.o | |
6ef859b3 | 129 | obj-y += vnc.o acl.o d3des.o |
0e22fd2f JQ |
130 | obj-$(CONFIG_VNC_TLS) += vnc-tls.o vnc-auth-vencrypt.o |
131 | obj-$(CONFIG_VNC_SASL) += vnc-auth-sasl.o | |
132 | obj-$(CONFIG_COCOA) += cocoa.o | |
133 | obj-$(CONFIG_IOTHREAD) += qemu-thread.o | |
e5d355d1 | 134 | |
f835ed1c JQ |
135 | slirp-obj-y = cksum.o if.o ip_icmp.o ip_input.o ip_output.o |
136 | slirp-obj-y += slirp.o mbuf.o misc.o sbuf.o socket.o tcp_input.o tcp_output.o | |
137 | slirp-obj-y += tcp_subr.o tcp_timer.o udp.o bootp.o tftp.o | |
0e22fd2f | 138 | obj-$(CONFIG_SLIRP) += $(addprefix slirp/, $(slirp-obj-y)) |
4fb240a4 | 139 | |
2567f579 | 140 | # xen backend driver support |
0e22fd2f JQ |
141 | obj-$(CONFIG_XEN) += xen_backend.o xen_devconfig.o |
142 | obj-$(CONFIG_XEN) += xen_console.o xenfb.o xen_disk.o xen_nic.o | |
2567f579 | 143 | |
a558ee17 | 144 | QEMU_CFLAGS+=$(CURL_CFLAGS) |
769ce76d | 145 | |
4fb240a4 | 146 | cocoa.o: cocoa.m |
4fb240a4 | 147 | |
0483755a AL |
148 | keymaps.o: keymaps.c keymaps.h |
149 | ||
c18a2c36 SS |
150 | sdl_zoom.o: sdl_zoom.c sdl_zoom.h sdl_zoom_template.h |
151 | ||
152 | sdl.o: sdl.c keymaps.h sdl_keysym.h sdl_zoom.h | |
807544e2 | 153 | |
a558ee17 | 154 | sdl.o audio/sdlaudio.o sdl_zoom.o baum.o: QEMU_CFLAGS += $(SDL_CFLAGS) |
4fb240a4 | 155 | |
76655d6d AL |
156 | acl.o: acl.h acl.c |
157 | ||
2f9606b3 | 158 | vnc.h: vnc-tls.h vnc-auth-vencrypt.h vnc-auth-sasl.h keymaps.h |
5fb6c7a8 | 159 | |
76655d6d | 160 | vnc.o: vnc.c vnc.h vnc_keysym.h vnchextile.h d3des.c d3des.h acl.h |
4fb240a4 | 161 | |
a558ee17 | 162 | vnc.o: QEMU_CFLAGS += $(VNC_TLS_CFLAGS) |
4d3b6f6e | 163 | |
5fb6c7a8 AL |
164 | vnc-tls.o: vnc-tls.c vnc.h |
165 | ||
166 | vnc-auth-vencrypt.o: vnc-auth-vencrypt.c vnc.h | |
167 | ||
2f9606b3 AL |
168 | vnc-auth-sasl.o: vnc-auth-sasl.c vnc.h |
169 | ||
0483755a | 170 | curses.o: curses.c keymaps.h curses_keys.h |
fb599c9a | 171 | |
a558ee17 | 172 | bt-host.o: QEMU_CFLAGS += $(BLUEZ_CFLAGS) |
4fb240a4 | 173 | |
6ef859b3 | 174 | libqemu_common.a: $(obj-y) |
4fb240a4 FB |
175 | |
176 | ###################################################################### | |
177 | ||
153859be SB |
178 | qemu-img.o: qemu-img-cmds.h |
179 | ||
a25a0ef5 | 180 | qemu-img$(EXESUF): qemu-img.o qemu-tool.o $(block-obj-y) |
4fb240a4 | 181 | |
a25a0ef5 | 182 | qemu-nbd$(EXESUF): qemu-nbd.o qemu-tool.o $(block-obj-y) |
3aa892d7 | 183 | |
a25a0ef5 | 184 | qemu-io$(EXESUF): qemu-io.o qemu-tool.o cmd.o $(block-obj-y) |
0a8e1acd | 185 | |
153859be SB |
186 | qemu-img-cmds.h: $(SRC_PATH)/qemu-img-cmds.hx |
187 | $(call quiet-command,sh $(SRC_PATH)/hxtool -h < $< > $@," GEN $@") | |
188 | ||
33837ba6 | 189 | check-qint: check-qint.o qint.o qemu-malloc.o |
5de65a07 | 190 | check-qstring: check-qstring.o qstring.o qemu-malloc.o |
7b8c51ad | 191 | check-qdict: check-qdict.o qdict.o qint.o qstring.o qemu-malloc.o |
33837ba6 | 192 | |
31e31b8a | 193 | clean: |
2d80ae89 | 194 | # avoid old build problems by removing potentially incorrect old files |
25be210f | 195 | rm -f config.mak op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h |
86e840ee | 196 | rm -f *.o *.d *.a $(TOOLS) TAGS cscope.* *.pod *~ */*~ |
019d6b8f | 197 | rm -f slirp/*.o slirp/*.d audio/*.o audio/*.d block/*.o block/*.d |
07b44ce9 | 198 | rm -f qemu-img-cmds.h |
7d3505c5 | 199 | $(MAKE) -C tests clean |
add16157 | 200 | for d in $(ALL_SUBDIRS) libhw32 libhw64 libuser; do \ |
7d3505c5 | 201 | $(MAKE) -C $$d $@ || exit 1 ; \ |
626df76a | 202 | done |
31e31b8a | 203 | |
7d13299d | 204 | distclean: clean |
1215c6e7 | 205 | rm -f config-host.mak config-host.h* config-host.ld $(DOCS) qemu-options.texi qemu-img-cmds.texi |
0cb3fb1e | 206 | rm -f qemu-{doc,tech}.{info,aux,cp,dvi,fn,info,ky,log,pg,toc,tp,vr} |
add16157 | 207 | for d in $(TARGET_DIRS) libhw32 libhw64 libuser; do \ |
bc1b050d | 208 | rm -rf $$d || exit 1 ; \ |
76bc6838 | 209 | done |
7d13299d | 210 | |
fed4a9ad FB |
211 | KEYMAPS=da en-gb et fr fr-ch is lt modifiers no pt-br sv \ |
212 | ar de en-us fi fr-be hr it lv nl pl ru th \ | |
213 | common de-ch es fo fr-ca hu ja mk nl-be pt sl tr | |
214 | ||
77755340 TS |
215 | ifdef INSTALL_BLOBS |
216 | BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \ | |
e5d01b06 AJ |
217 | video.x openbios-sparc32 openbios-sparc64 openbios-ppc \ |
218 | pxe-ne2k_pci.bin pxe-rtl8139.bin pxe-pcnet.bin pxe-e1000.bin \ | |
253d0942 AG |
219 | bamboo.dtb petalogix-s3adsp1800.dtb \ |
220 | multiboot.bin | |
77755340 TS |
221 | else |
222 | BLOBS= | |
223 | endif | |
224 | ||
38954dca | 225 | install-doc: $(DOCS) |
58f8aead AL |
226 | $(INSTALL_DIR) "$(DESTDIR)$(docdir)" |
227 | $(INSTALL_DATA) qemu-doc.html qemu-tech.html "$(DESTDIR)$(docdir)" | |
96d409eb | 228 | ifdef CONFIG_POSIX |
58f8aead AL |
229 | $(INSTALL_DIR) "$(DESTDIR)$(mandir)/man1" |
230 | $(INSTALL_DATA) qemu.1 qemu-img.1 "$(DESTDIR)$(mandir)/man1" | |
231 | $(INSTALL_DIR) "$(DESTDIR)$(mandir)/man8" | |
232 | $(INSTALL_DATA) qemu-nbd.8 "$(DESTDIR)$(mandir)/man8" | |
38954dca PB |
233 | endif |
234 | ||
235 | install: all $(if $(BUILD_DOCS),install-doc) | |
58f8aead | 236 | $(INSTALL_DIR) "$(DESTDIR)$(bindir)" |
932a79df | 237 | ifneq ($(TOOLS),) |
58f8aead | 238 | $(INSTALL_PROG) $(STRIP_OPT) $(TOOLS) "$(DESTDIR)$(bindir)" |
932a79df | 239 | endif |
77755340 | 240 | ifneq ($(BLOBS),) |
58f8aead | 241 | $(INSTALL_DIR) "$(DESTDIR)$(datadir)" |
77755340 | 242 | set -e; for x in $(BLOBS); do \ |
58f8aead | 243 | $(INSTALL_DATA) $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \ |
ad064840 | 244 | done |
77755340 | 245 | endif |
58f8aead | 246 | $(INSTALL_DIR) "$(DESTDIR)$(datadir)/keymaps" |
18be8d77 | 247 | set -e; for x in $(KEYMAPS); do \ |
79fd42aa | 248 | $(INSTALL_DATA) $(SRC_PATH)/pc-bios/keymaps/$$x "$(DESTDIR)$(datadir)/keymaps"; \ |
ad064840 | 249 | done |
626df76a | 250 | for d in $(TARGET_DIRS); do \ |
7d3505c5 | 251 | $(MAKE) -C $$d $@ || exit 1 ; \ |
626df76a | 252 | done |
612384d7 | 253 | |
367e86e8 | 254 | # various test targets |
9b0b8203 | 255 | test speed: all |
7d3505c5 | 256 | $(MAKE) -C tests $@ |
31e31b8a | 257 | |
21d4e8e3 | 258 | .PHONY: TAGS |
5fafdf24 | 259 | TAGS: |
21d4e8e3 | 260 | find "$(SRC_PATH)" -name '*.[hc]' -print0 | xargs -0 etags |
31e31b8a | 261 | |
6688bc6d FB |
262 | cscope: |
263 | rm -f ./cscope.* | |
ede46085 | 264 | find . -name "*.[ch]" -print | sed 's,^\./,,' > ./cscope.files |
6688bc6d FB |
265 | cscope -b |
266 | ||
3ef693a0 | 267 | # documentation |
1f673135 | 268 | %.html: %.texi |
0d00e563 | 269 | $(call quiet-command,texi2html -I=. -monolithic -number $<," GEN $@") |
3ef693a0 | 270 | |
f3548328 | 271 | %.info: %.texi |
0d00e563 | 272 | $(call quiet-command,makeinfo -I . $< -o $@," GEN $@") |
f3548328 FB |
273 | |
274 | %.dvi: %.texi | |
0d00e563 | 275 | $(call quiet-command,texi2dvi -I . $<," GEN $@") |
5824d651 BS |
276 | |
277 | qemu-options.texi: $(SRC_PATH)/qemu-options.hx | |
0d00e563 | 278 | $(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@," GEN $@") |
f3548328 | 279 | |
2313086a BS |
280 | qemu-monitor.texi: $(SRC_PATH)/qemu-monitor.hx |
281 | $(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@," GEN $@") | |
282 | ||
153859be SB |
283 | qemu-img-cmds.texi: $(SRC_PATH)/qemu-img-cmds.hx |
284 | $(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@," GEN $@") | |
285 | ||
2313086a | 286 | qemu.1: qemu-doc.texi qemu-options.texi qemu-monitor.texi |
0d00e563 AL |
287 | $(call quiet-command, \ |
288 | perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu.pod && \ | |
289 | pod2man --section=1 --center=" " --release=" " qemu.pod > $@, \ | |
290 | " GEN $@") | |
5a67135a | 291 | |
153859be | 292 | qemu-img.1: qemu-img.texi qemu-img-cmds.texi |
0d00e563 AL |
293 | $(call quiet-command, \ |
294 | perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu-img.pod && \ | |
295 | pod2man --section=1 --center=" " --release=" " qemu-img.pod > $@, \ | |
296 | " GEN $@") | |
acd935ef | 297 | |
7a5ca864 | 298 | qemu-nbd.8: qemu-nbd.texi |
0d00e563 AL |
299 | $(call quiet-command, \ |
300 | perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu-nbd.pod && \ | |
301 | pod2man --section=8 --center=" " --release=" " qemu-nbd.pod > $@, \ | |
302 | " GEN $@") | |
7a5ca864 | 303 | |
0cb3fb1e PB |
304 | info: qemu-doc.info qemu-tech.info |
305 | ||
306 | dvi: qemu-doc.dvi qemu-tech.dvi | |
307 | ||
308 | html: qemu-doc.html qemu-tech.html | |
309 | ||
153859be | 310 | 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 |
818220f5 | 311 | |
df5cf721 TS |
312 | VERSION ?= $(shell cat VERSION) |
313 | FILE = qemu-$(VERSION) | |
586314f2 | 314 | |
1e43adfc | 315 | # tar release (use 'make -k tar' on a checkouted tree) |
586314f2 FB |
316 | tar: |
317 | rm -rf /tmp/$(FILE) | |
1e43adfc | 318 | cp -r . /tmp/$(FILE) |
99c6c082 | 319 | cd /tmp && tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude CVS --exclude .git --exclude .svn |
586314f2 FB |
320 | rm -rf /tmp/$(FILE) |
321 | ||
76b62fd0 | 322 | # generate a binary distribution |
d691f669 | 323 | tarbin: |
18be8d77 | 324 | cd / && tar zcvf ~/qemu-$(VERSION)-$(ARCH).tar.gz \ |
43095f31 | 325 | $(bindir)/qemu \ |
43095f31 | 326 | $(bindir)/qemu-system-x86_64 \ |
40e8a53b AJ |
327 | $(bindir)/qemu-system-arm \ |
328 | $(bindir)/qemu-system-cris \ | |
329 | $(bindir)/qemu-system-m68k \ | |
bc6291a1 | 330 | $(bindir)/qemu-system-microblaze \ |
93856aac | 331 | $(bindir)/qemu-system-mips \ |
38260998 | 332 | $(bindir)/qemu-system-mipsel \ |
fbe4f65b TS |
333 | $(bindir)/qemu-system-mips64 \ |
334 | $(bindir)/qemu-system-mips64el \ | |
40e8a53b AJ |
335 | $(bindir)/qemu-system-ppc \ |
336 | $(bindir)/qemu-system-ppcemb \ | |
337 | $(bindir)/qemu-system-ppc64 \ | |
ff1aaf65 | 338 | $(bindir)/qemu-system-sh4 \ |
85ffbdfc | 339 | $(bindir)/qemu-system-sh4eb \ |
40e8a53b | 340 | $(bindir)/qemu-system-sparc \ |
7efa4387 | 341 | $(bindir)/qemu-i386 \ |
f0403c03 | 342 | $(bindir)/qemu-x86_64 \ |
40e8a53b AJ |
343 | $(bindir)/qemu-alpha \ |
344 | $(bindir)/qemu-arm \ | |
345 | $(bindir)/qemu-armeb \ | |
346 | $(bindir)/qemu-cris \ | |
347 | $(bindir)/qemu-m68k \ | |
bc6291a1 | 348 | $(bindir)/qemu-microblaze \ |
40e8a53b AJ |
349 | $(bindir)/qemu-mips \ |
350 | $(bindir)/qemu-mipsel \ | |
351 | $(bindir)/qemu-ppc \ | |
352 | $(bindir)/qemu-ppc64 \ | |
353 | $(bindir)/qemu-ppc64abi32 \ | |
354 | $(bindir)/qemu-sh4 \ | |
355 | $(bindir)/qemu-sh4eb \ | |
356 | $(bindir)/qemu-sparc \ | |
357 | $(bindir)/qemu-sparc64 \ | |
358 | $(bindir)/qemu-sparc32plus \ | |
359 | $(bindir)/qemu-img \ | |
360 | $(bindir)/qemu-nbd \ | |
7efa4387 FB |
361 | $(datadir)/bios.bin \ |
362 | $(datadir)/vgabios.bin \ | |
de9258a8 | 363 | $(datadir)/vgabios-cirrus.bin \ |
637f6cd7 | 364 | $(datadir)/ppc_rom.bin \ |
d5295253 | 365 | $(datadir)/video.x \ |
0986ac3b | 366 | $(datadir)/openbios-sparc32 \ |
938255d2 | 367 | $(datadir)/openbios-sparc64 \ |
e5d01b06 | 368 | $(datadir)/openbios-ppc \ |
40e8a53b | 369 | $(datadir)/pxe-ne2k_pci.bin \ |
19c80e50 | 370 | $(datadir)/pxe-rtl8139.bin \ |
40e8a53b | 371 | $(datadir)/pxe-pcnet.bin \ |
2991990b | 372 | $(datadir)/pxe-e1000.bin \ |
1f50f8d1 FB |
373 | $(docdir)/qemu-doc.html \ |
374 | $(docdir)/qemu-tech.html \ | |
40e8a53b AJ |
375 | $(mandir)/man1/qemu.1 \ |
376 | $(mandir)/man1/qemu-img.1 \ | |
7a5ca864 | 377 | $(mandir)/man8/qemu-nbd.8 |
d691f669 | 378 | |
4fb240a4 | 379 | # Include automatically generated dependency files |
019d6b8f | 380 | -include $(wildcard *.d audio/*.d slirp/*.d block/*.d) |