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