xref: /openbmc/qemu/Makefile (revision 5f74377c)
10cb3fb1eSpbrook# Makefile for QEMU.
20cb3fb1eSpbrook
355d7e8f6Saurel32ifneq ($(wildcard config-host.mak),)
41ad2134fSPaul Brook# Put the all: rule here so that config-host.mak can contain dependencies.
51ad2134fSPaul Brookall: build-all
6ad064840Spbrookinclude config-host.mak
717759187Saliguoriinclude $(SRC_PATH)/rules.mak
8e5efe7f5SJuan Quintelaconfig-host.mak: configure
9e5efe7f5SJuan Quintela	@echo $@ is out-of-date, running configure
10e5efe7f5SJuan Quintela	@sed -n "/.*Configured with/s/[^:]*: //p" $@ | sh
1155d7e8f6Saurel32else
1255d7e8f6Saurel32config-host.mak:
1355d7e8f6Saurel32	@echo "Please call configure before running make!"
1455d7e8f6Saurel32	@exit 1
1555d7e8f6Saurel32endif
16766a487aSbellard
17d9ace8b3SJuan Quintela# Don't try to regenerate Makefile or configure
18d9ace8b3SJuan Quintela# We don't generate any of them
19d9ace8b3SJuan QuintelaMakefile: ;
20d9ace8b3SJuan Quintelaconfigure: ;
21d9ace8b3SJuan Quintela
22818220f5Saliguori.PHONY: all clean cscope distclean dvi html info install install-doc \
239c927650SJuan Quintela	recurse-all speed tar tarbin test build-all
240cb3fb1eSpbrook
258c462f8fSpbrookVPATH=$(SRC_PATH):$(SRC_PATH)/hw
268c462f8fSpbrook
273e2e0e6bSJuan QuintelaLIBS+=-lz $(LIBS_TOOLS)
2867c0f08dSJuan Quintela
29cc8ae6deSpbrookifdef BUILD_DOCS
307a5ca864SbellardDOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 qemu-nbd.8
31cc8ae6deSpbrookelse
32cc8ae6deSpbrookDOCS=
33cc8ae6deSpbrookendif
347d13299dSbellard
351215c6e7SJuan QuintelaSUBDIR_MAKEFLAGS=$(if $(V),,--no-print-directory)
361f3d3c8fSJuan QuintelaSUBDIR_DEVICES_MAK=$(patsubst %, %/config-devices.mak, $(TARGET_DIRS))
371f3d3c8fSJuan Quintela
381f3d3c8fSJuan Quintelaconfig-all-devices.mak: $(SUBDIR_DEVICES_MAK)
391f3d3c8fSJuan Quintela	$(call quiet-command,cat $(SUBDIR_DEVICES_MAK) | grep "=y$$" | sort -u > $@,"  GEN  $@")
401f3d3c8fSJuan Quintela
411f3d3c8fSJuan Quintela-include config-all-devices.mak
421215c6e7SJuan Quintela
43fe0d4d3fSJuan Quintelabuild-all: config-host.h config-all-devices.h
441215c6e7SJuan Quintela	$(call quiet-command, $(MAKE) $(SUBDIR_MAKEFLAGS) $(TOOLS) $(DOCS) recurse-all,)
45b9dea4fbSpbrook
461215c6e7SJuan Quintelaconfig-host.h: config-host.h-timestamp
471215c6e7SJuan Quintelaconfig-host.h-timestamp: config-host.mak
481215c6e7SJuan Quintela
49fe0d4d3fSJuan Quintelaconfig-all-devices.h: config-all-devices.h-timestamp
50fe0d4d3fSJuan Quintelaconfig-all-devices.h-timestamp: config-all-devices.mak
51fe0d4d3fSJuan Quintela
52cec7d0b6SpbrookSUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS))
53cec7d0b6Spbrook
54fe0d4d3fSJuan Quintelasubdir-%: config-host.h config-all-devices.h
550087375eSPaul Brook	$(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C $* V="$(V)" TARGET_DIR="$*/" all,)
564aa42531Spbrook
57cec7d0b6Spbrook$(filter %-softmmu,$(SUBDIR_RULES)): libqemu_common.a
58c05ac895SPaul Brook
59add16157SBlue Swirl$(filter %-user,$(SUBDIR_RULES)): libuser.a
60add16157SBlue Swirl
61add16157SBlue Swirllibuser.a:
62add16157SBlue Swirl	$(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C libuser V="$(V)" TARGET_DIR="$*/" all,)
63add16157SBlue Swirl
64c05ac895SPaul BrookROMSUBDIR_RULES=$(patsubst %,romsubdir-%, $(ROMS))
65c05ac895SPaul Brookromsubdir-%:
66c05ac895SPaul Brook	$(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C pc-bios/$* V="$(V)" TARGET_DIR="$*/",)
67c05ac895SPaul Brook
68c05ac895SPaul BrookALL_SUBDIRS=$(TARGET_DIRS) $(patsubst %,pc-bios/%, $(ROMS))
69c05ac895SPaul Brook
70c05ac895SPaul Brookrecurse-all: $(SUBDIR_RULES) $(ROMSUBDIR_RULES)
714aa42531Spbrook
72faf07963Spbrook#######################################################################
73319f08eaSJuan Quintela# block-obj-y is code used by both qemu system emulation and qemu-img
74faf07963Spbrook
75319f08eaSJuan Quintelablock-obj-y = cutils.o cache-utils.o qemu-malloc.o qemu-option.o module.o
76a25a0ef5SAnthony Liguoriblock-obj-y += nbd.o block.o aio.o aes.o osdep.o
774dd75c70SChristoph Hellwigblock-obj-$(CONFIG_POSIX) += posix-aio-compat.o
785c6c3a6cSChristoph Hellwigblock-obj-$(CONFIG_LINUX_AIO) += linux-aio.o
791a65ba76SJuan Quintela
809aebd98aSStefan Weilblock-nested-y += cow.o qcow.o vdi.o vmdk.o cloop.o dmg.o bochs.o vpc.o vvfat.o
811a65ba76SJuan Quintelablock-nested-y += qcow2.o qcow2-refcount.o qcow2-cluster.o qcow2-snapshot.o
821a65ba76SJuan Quintelablock-nested-y += parallels.o nbd.o
83eeb6d45bSJuan Quintelablock-nested-$(CONFIG_WIN32) += raw-win32.o
84eeb6d45bSJuan Quintelablock-nested-$(CONFIG_POSIX) += raw-posix.o
851a65ba76SJuan Quintelablock-nested-$(CONFIG_CURL) += curl.o
861a65ba76SJuan Quintela
871a65ba76SJuan Quintelablock-obj-y +=  $(addprefix block/, $(block-nested-y))
88769ce76dSAlexander Graf
894fb240a4Sbellard######################################################################
902e2ea909Sbellard# libqemu_common.a: Target independent part of system emulation. The
914fb240a4Sbellard# long term path is to suppress *all* target specific code in case of
924fb240a4Sbellard# system emulation, i.e. a single QEMU executable should support all
934fb240a4Sbellard# CPUs and machines.
9447cea614Sbellard
956ef859b3SJuan Quintelaobj-y = $(block-obj-y)
9634005a00SKirill A. Shutemovobj-y += readline.o console.o
97cd01b4a3Saliguori
98c2b023b6SBlue Swirlobj-y += tcg-runtime.o host-utils.o
99*5f74377cSJuan Quintelaobj-y += irq.o ioport.o
100*5f74377cSJuan Quintelaobj-$(CONFIG_PTIMER) += ptimer.o
1016ef859b3SJuan Quintelaobj-y += i2c.o smbus.o smbus_eeprom.o max7310.o max111x.o wm8750.o
1026ef859b3SJuan Quintelaobj-y += ssd0303.o ssd0323.o ads7846.o stellaris_input.o twl92230.o
1036ef859b3SJuan Quintelaobj-y += tmp105.o lm832x.o eeprom93xx.o tsc2005.o
1046ef859b3SJuan Quintelaobj-y += scsi-disk.o cdrom.o
105d52affa7SGerd Hoffmannobj-y += scsi-generic.o scsi-bus.o
1066ef859b3SJuan Quintelaobj-y += usb.o usb-hub.o usb-$(HOST_USB).o usb-hid.o usb-msd.o usb-wacom.o
107806b6024SGerd Hoffmannobj-y += usb-serial.o usb-net.o usb-bus.o
1086ef859b3SJuan Quintelaobj-y += sd.o ssi-sd.o
1096ef859b3SJuan Quintelaobj-y += bt.o bt-host.o bt-vhci.o bt-l2cap.o bt-sdp.o bt-hci.o bt-hid.o usb-bt.o
1106ef859b3SJuan Quintelaobj-y += bt-hci-csr.o
1116ef859b3SJuan Quintelaobj-y += buffered_file.o migration.o migration-tcp.o net.o qemu-sockets.o
1123b47612bSJuan Quintelaobj-y += qemu-char.o aio.o net-checksum.o savevm.o
1136ef859b3SJuan Quintelaobj-y += msmouse.o ps2.o
114ee6847d1SGerd Hoffmannobj-y += qdev.o qdev-properties.o ssi.o
115a333cd71SBlue Swirlobj-y += qint.o qstring.o qdict.o qemu-config.o
11687ecb68bSpbrook
1170e22fd2fSJuan Quintelaobj-$(CONFIG_BRLAPI) += baum.o
118eeb6d45bSJuan Quintelaobj-$(CONFIG_WIN32) += tap-win32.o
1195ac1fad3SPaolo Bonziniobj-$(CONFIG_POSIX) += migration-exec.o migration-unix.o migration-fd.o
1204fb240a4Sbellard
12198b068a9SJuan Quintelaaudio/audio.o audio/fmodaudio.o: QEMU_CFLAGS += $(FMOD_CFLAGS)
1220e22fd2fSJuan Quintela
1230e22fd2fSJuan Quintelaaudio-obj-y = audio.o noaudio.o wavaudio.o mixeng.o
1240e22fd2fSJuan Quintelaaudio-obj-$(CONFIG_SDL) += sdlaudio.o
1250e22fd2fSJuan Quintelaaudio-obj-$(CONFIG_OSS) += ossaudio.o
1260e22fd2fSJuan Quintelaaudio-obj-$(CONFIG_COREAUDIO) += coreaudio.o
1270e22fd2fSJuan Quintelaaudio-obj-$(CONFIG_ALSA) += alsaaudio.o
1280e22fd2fSJuan Quintelaaudio-obj-$(CONFIG_DSOUND) += dsoundaudio.o
1290e22fd2fSJuan Quintelaaudio-obj-$(CONFIG_FMOD) += fmodaudio.o
1300e22fd2fSJuan Quintelaaudio-obj-$(CONFIG_ESD) += esdaudio.o
1310e22fd2fSJuan Quintelaaudio-obj-$(CONFIG_PA) += paaudio.o
13267f86e8eSJuan Quintelaaudio-obj-$(CONFIG_AUDIO_PT_INT) += audio_pt_int.o
133eda959bdSJuan Quintelaaudio-obj-y += wavcapture.o
1346ef859b3SJuan Quintelaobj-y += $(addprefix audio/, $(audio-obj-y))
1354fb240a4Sbellard
1366ef859b3SJuan Quintelaobj-y += keymaps.o
1370e22fd2fSJuan Quintelaobj-$(CONFIG_SDL) += sdl.o sdl_zoom.o x_keymap.o
1380e22fd2fSJuan Quintelaobj-$(CONFIG_CURSES) += curses.o
1396ef859b3SJuan Quintelaobj-y += vnc.o acl.o d3des.o
1400e22fd2fSJuan Quintelaobj-$(CONFIG_VNC_TLS) += vnc-tls.o vnc-auth-vencrypt.o
1410e22fd2fSJuan Quintelaobj-$(CONFIG_VNC_SASL) += vnc-auth-sasl.o
1420e22fd2fSJuan Quintelaobj-$(CONFIG_COCOA) += cocoa.o
1430e22fd2fSJuan Quintelaobj-$(CONFIG_IOTHREAD) += qemu-thread.o
144e5d355d1Saliguori
145f835ed1cSJuan Quintelaslirp-obj-y = cksum.o if.o ip_icmp.o ip_input.o ip_output.o
146f835ed1cSJuan Quintelaslirp-obj-y += slirp.o mbuf.o misc.o sbuf.o socket.o tcp_input.o tcp_output.o
147f835ed1cSJuan Quintelaslirp-obj-y += tcp_subr.o tcp_timer.o udp.o bootp.o tftp.o
1480e22fd2fSJuan Quintelaobj-$(CONFIG_SLIRP) += $(addprefix slirp/, $(slirp-obj-y))
1494fb240a4Sbellard
1502567f579SBlue Swirl# xen backend driver support
1510e22fd2fSJuan Quintelaobj-$(CONFIG_XEN) += xen_backend.o xen_devconfig.o
1520e22fd2fSJuan Quintelaobj-$(CONFIG_XEN) += xen_console.o xenfb.o xen_disk.o xen_nic.o
1532567f579SBlue Swirl
154a558ee17SJuan QuintelaQEMU_CFLAGS+=$(CURL_CFLAGS)
155769ce76dSAlexander Graf
1564fb240a4Sbellardcocoa.o: cocoa.m
1574fb240a4Sbellard
1580483755aSaliguorikeymaps.o: keymaps.c keymaps.h
1590483755aSaliguori
160c18a2c36SStefano Stabellinisdl_zoom.o: sdl_zoom.c sdl_zoom.h sdl_zoom_template.h
161c18a2c36SStefano Stabellini
162c18a2c36SStefano Stabellinisdl.o: sdl.c keymaps.h sdl_keysym.h sdl_zoom.h
163807544e2Saliguori
164a558ee17SJuan Quintelasdl.o audio/sdlaudio.o sdl_zoom.o baum.o: QEMU_CFLAGS += $(SDL_CFLAGS)
1654fb240a4Sbellard
16676655d6dSaliguoriacl.o: acl.h acl.c
16776655d6dSaliguori
1682f9606b3Saliguorivnc.h: vnc-tls.h vnc-auth-vencrypt.h vnc-auth-sasl.h keymaps.h
1695fb6c7a8Saliguori
17076655d6dSaliguorivnc.o: vnc.c vnc.h vnc_keysym.h vnchextile.h d3des.c d3des.h acl.h
171807544e2Saliguori
172a558ee17SJuan Quintelavnc.o: QEMU_CFLAGS += $(VNC_TLS_CFLAGS)
1734fb240a4Sbellard
1745fb6c7a8Saliguorivnc-tls.o: vnc-tls.c vnc.h
1755fb6c7a8Saliguori
1765fb6c7a8Saliguorivnc-auth-vencrypt.o: vnc-auth-vencrypt.c vnc.h
1775fb6c7a8Saliguori
1782f9606b3Saliguorivnc-auth-sasl.o: vnc-auth-sasl.c vnc.h
1792f9606b3Saliguori
1800483755aSaliguoricurses.o: curses.c keymaps.h curses_keys.h
1814d3b6f6eSbalrog
182a558ee17SJuan Quintelabt-host.o: QEMU_CFLAGS += $(BLUEZ_CFLAGS)
1834fb240a4Sbellard
1846ef859b3SJuan Quintelalibqemu_common.a: $(obj-y)
1854fb240a4Sbellard
1864fb240a4Sbellard######################################################################
1874fb240a4Sbellard
188153859beSStuart Bradyqemu-img.o: qemu-img-cmds.h
189153859beSStuart Brady
190a25a0ef5SAnthony Liguoriqemu-img$(EXESUF): qemu-img.o qemu-tool.o $(block-obj-y)
1914fb240a4Sbellard
192a25a0ef5SAnthony Liguoriqemu-nbd$(EXESUF):  qemu-nbd.o qemu-tool.o $(block-obj-y)
1933aa892d7Saliguori
194a25a0ef5SAnthony Liguoriqemu-io$(EXESUF):  qemu-io.o qemu-tool.o cmd.o $(block-obj-y)
1950a8e1acdSaliguori
196153859beSStuart Bradyqemu-img-cmds.h: $(SRC_PATH)/qemu-img-cmds.hx
197153859beSStuart Brady	$(call quiet-command,sh $(SRC_PATH)/hxtool -h < $< > $@,"  GEN   $@")
198153859beSStuart Brady
19933837ba6SLuiz Capitulinocheck-qint: check-qint.o qint.o qemu-malloc.o
2005de65a07SLuiz Capitulinocheck-qstring: check-qstring.o qstring.o qemu-malloc.o
2017b8c51adSLuiz Capitulinocheck-qdict: check-qdict.o qdict.o qint.o qstring.o qemu-malloc.o
20233837ba6SLuiz Capitulino
20331e31b8aSbellardclean:
2042d80ae89Sbellard# avoid old build problems by removing potentially incorrect old files
20525be210fSJuan Quintela	rm -f config.mak op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h
20686e840eeSaurel32	rm -f *.o *.d *.a $(TOOLS) TAGS cscope.* *.pod *~ */*~
207019d6b8fSAnthony Liguori	rm -f slirp/*.o slirp/*.d audio/*.o audio/*.d block/*.o block/*.d
20807b44ce9SBlue Swirl	rm -f qemu-img-cmds.h
2097d3505c5Sbellard	$(MAKE) -C tests clean
210add16157SBlue Swirl	for d in $(ALL_SUBDIRS) libhw32 libhw64 libuser; do \
2117d3505c5Sbellard	$(MAKE) -C $$d $@ || exit 1 ; \
212626df76aSbellard        done
21331e31b8aSbellard
2147d13299dSbellarddistclean: clean
2151215c6e7SJuan Quintela	rm -f config-host.mak config-host.h* config-host.ld $(DOCS) qemu-options.texi qemu-img-cmds.texi
2161f3d3c8fSJuan Quintela	rm -f config-all-devices.mak config-all-devices.h*
2170cb3fb1eSpbrook	rm -f qemu-{doc,tech}.{info,aux,cp,dvi,fn,info,ky,log,pg,toc,tp,vr}
218add16157SBlue Swirl	for d in $(TARGET_DIRS) libhw32 libhw64 libuser; do \
219bc1b050dSbellard	rm -rf $$d || exit 1 ; \
22076bc6838Sbellard        done
2217d13299dSbellard
222fed4a9adSbellardKEYMAPS=da     en-gb  et  fr     fr-ch  is  lt  modifiers  no  pt-br  sv \
223fed4a9adSbellardar      de     en-us  fi  fr-be  hr     it  lv  nl         pl  ru     th \
224fed4a9adSbellardcommon  de-ch  es     fo  fr-ca  hu     ja  mk  nl-be      pt  sl     tr
225fed4a9adSbellard
22677755340Sthsifdef INSTALL_BLOBS
22777755340SthsBLOBS=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
228e5d01b06Saurel32video.x openbios-sparc32 openbios-sparc64 openbios-ppc \
229e5d01b06Saurel32pxe-ne2k_pci.bin pxe-rtl8139.bin pxe-pcnet.bin pxe-e1000.bin \
230253d0942SAlexander Grafbamboo.dtb petalogix-s3adsp1800.dtb \
231253d0942SAlexander Grafmultiboot.bin
23277755340Sthselse
23377755340SthsBLOBS=
23477755340Sthsendif
23577755340Sths
23638954dcaSpbrookinstall-doc: $(DOCS)
23758f8aeadSaliguori	$(INSTALL_DIR) "$(DESTDIR)$(docdir)"
23858f8aeadSaliguori	$(INSTALL_DATA) qemu-doc.html  qemu-tech.html "$(DESTDIR)$(docdir)"
23996d409ebSJuan Quintelaifdef CONFIG_POSIX
24058f8aeadSaliguori	$(INSTALL_DIR) "$(DESTDIR)$(mandir)/man1"
24158f8aeadSaliguori	$(INSTALL_DATA) qemu.1 qemu-img.1 "$(DESTDIR)$(mandir)/man1"
24258f8aeadSaliguori	$(INSTALL_DIR) "$(DESTDIR)$(mandir)/man8"
24358f8aeadSaliguori	$(INSTALL_DATA) qemu-nbd.8 "$(DESTDIR)$(mandir)/man8"
24438954dcaSpbrookendif
24538954dcaSpbrook
24638954dcaSpbrookinstall: all $(if $(BUILD_DOCS),install-doc)
24758f8aeadSaliguori	$(INSTALL_DIR) "$(DESTDIR)$(bindir)"
248932a79dfSthsifneq ($(TOOLS),)
24958f8aeadSaliguori	$(INSTALL_PROG) $(STRIP_OPT) $(TOOLS) "$(DESTDIR)$(bindir)"
250932a79dfSthsendif
25177755340Sthsifneq ($(BLOBS),)
25258f8aeadSaliguori	$(INSTALL_DIR) "$(DESTDIR)$(datadir)"
25377755340Sths	set -e; for x in $(BLOBS); do \
25458f8aeadSaliguori		$(INSTALL_DATA) $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \
255ad064840Spbrook	done
25677755340Sthsendif
25758f8aeadSaliguori	$(INSTALL_DIR) "$(DESTDIR)$(datadir)/keymaps"
25818be8d77Sblueswir1	set -e; for x in $(KEYMAPS); do \
25979fd42aaSAnthony Liguori		$(INSTALL_DATA) $(SRC_PATH)/pc-bios/keymaps/$$x "$(DESTDIR)$(datadir)/keymaps"; \
260ad064840Spbrook	done
261626df76aSbellard	for d in $(TARGET_DIRS); do \
2627d3505c5Sbellard	$(MAKE) -C $$d $@ || exit 1 ; \
263626df76aSbellard        done
264612384d7Sbellard
265367e86e8Sbellard# various test targets
2669b0b8203Sbellardtest speed: all
2677d3505c5Sbellard	$(MAKE) -C tests $@
26831e31b8aSbellard
26921d4e8e3SAlexandre Bique.PHONY: TAGS
270367e86e8SbellardTAGS:
27121d4e8e3SAlexandre Bique	find "$(SRC_PATH)" -name '*.[hc]' -print0 | xargs -0 etags
27231e31b8aSbellard
2736688bc6dSbellardcscope:
2746688bc6dSbellard	rm -f ./cscope.*
275ede46085Saurel32	find . -name "*.[ch]" -print | sed 's,^\./,,' > ./cscope.files
2766688bc6dSbellard	cscope -b
2776688bc6dSbellard
2783ef693a0Sbellard# documentation
2791f673135Sbellard%.html: %.texi
2800d00e563Saliguori	$(call quiet-command,texi2html -I=. -monolithic -number $<,"  GEN   $@")
2813ef693a0Sbellard
282f3548328Sbellard%.info: %.texi
2830d00e563Saliguori	$(call quiet-command,makeinfo -I . $< -o $@,"  GEN   $@")
284f3548328Sbellard
285f3548328Sbellard%.dvi: %.texi
2860d00e563Saliguori	$(call quiet-command,texi2dvi -I . $<,"  GEN   $@")
2875824d651Sblueswir1
2885824d651Sblueswir1qemu-options.texi: $(SRC_PATH)/qemu-options.hx
2890d00e563Saliguori	$(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@,"  GEN   $@")
290f3548328Sbellard
2912313086aSBlue Swirlqemu-monitor.texi: $(SRC_PATH)/qemu-monitor.hx
2922313086aSBlue Swirl	$(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@,"  GEN   $@")
2932313086aSBlue Swirl
294153859beSStuart Bradyqemu-img-cmds.texi: $(SRC_PATH)/qemu-img-cmds.hx
295153859beSStuart Brady	$(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@,"  GEN   $@")
296153859beSStuart Brady
2972313086aSBlue Swirlqemu.1: qemu-doc.texi qemu-options.texi qemu-monitor.texi
2980d00e563Saliguori	$(call quiet-command, \
2990d00e563Saliguori	  perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu.pod && \
3000d00e563Saliguori	  pod2man --section=1 --center=" " --release=" " qemu.pod > $@, \
3010d00e563Saliguori	  "  GEN   $@")
3025a67135aSbellard
303153859beSStuart Bradyqemu-img.1: qemu-img.texi qemu-img-cmds.texi
3040d00e563Saliguori	$(call quiet-command, \
3050d00e563Saliguori	  perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu-img.pod && \
3060d00e563Saliguori	  pod2man --section=1 --center=" " --release=" " qemu-img.pod > $@, \
3070d00e563Saliguori	  "  GEN   $@")
308acd935efSbellard
3097a5ca864Sbellardqemu-nbd.8: qemu-nbd.texi
3100d00e563Saliguori	$(call quiet-command, \
3110d00e563Saliguori	  perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu-nbd.pod && \
3120d00e563Saliguori	  pod2man --section=8 --center=" " --release=" " qemu-nbd.pod > $@, \
3130d00e563Saliguori	  "  GEN   $@")
3147a5ca864Sbellard
3150cb3fb1eSpbrookinfo: qemu-doc.info qemu-tech.info
3160cb3fb1eSpbrook
3170cb3fb1eSpbrookdvi: qemu-doc.dvi qemu-tech.dvi
3180cb3fb1eSpbrook
3190cb3fb1eSpbrookhtml: qemu-doc.html qemu-tech.html
3200cb3fb1eSpbrook
321153859beSStuart Bradyqemu-doc.dvi qemu-doc.html qemu-doc.info: qemu-img.texi qemu-nbd.texi qemu-options.texi qemu-monitor.texi qemu-img-cmds.texi
322818220f5Saliguori
323df5cf721SthsVERSION ?= $(shell cat VERSION)
324df5cf721SthsFILE = qemu-$(VERSION)
325586314f2Sbellard
3261e43adfcSbellard# tar release (use 'make -k tar' on a checkouted tree)
327586314f2Sbellardtar:
328586314f2Sbellard	rm -rf /tmp/$(FILE)
3291e43adfcSbellard	cp -r . /tmp/$(FILE)
33099c6c082Saurel32	cd /tmp && tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude CVS --exclude .git --exclude .svn
331586314f2Sbellard	rm -rf /tmp/$(FILE)
332586314f2Sbellard
33376b62fd0Sbellard# generate a binary distribution
334d691f669Sbellardtarbin:
33518be8d77Sblueswir1	cd / && tar zcvf ~/qemu-$(VERSION)-$(ARCH).tar.gz \
33643095f31Sbellard	$(bindir)/qemu \
33743095f31Sbellard	$(bindir)/qemu-system-x86_64 \
33840e8a53bSaurel32	$(bindir)/qemu-system-arm \
33940e8a53bSaurel32	$(bindir)/qemu-system-cris \
34040e8a53bSaurel32	$(bindir)/qemu-system-m68k \
341bc6291a1SEdgar E. Iglesias	$(bindir)/qemu-system-microblaze \
34293856aacSbellard	$(bindir)/qemu-system-mips \
34338260998Spbrook	$(bindir)/qemu-system-mipsel \
344fbe4f65bSths	$(bindir)/qemu-system-mips64 \
345fbe4f65bSths	$(bindir)/qemu-system-mips64el \
34640e8a53bSaurel32	$(bindir)/qemu-system-ppc \
34740e8a53bSaurel32	$(bindir)/qemu-system-ppcemb \
34840e8a53bSaurel32	$(bindir)/qemu-system-ppc64 \
349ff1aaf65Sths	$(bindir)/qemu-system-sh4 \
35085ffbdfcSths	$(bindir)/qemu-system-sh4eb \
35140e8a53bSaurel32	$(bindir)/qemu-system-sparc \
3527efa4387Sbellard	$(bindir)/qemu-i386 \
353f0403c03Sbellard	$(bindir)/qemu-x86_64 \
35440e8a53bSaurel32	$(bindir)/qemu-alpha \
3557efa4387Sbellard	$(bindir)/qemu-arm \
356ea31eb5bSbellard	$(bindir)/qemu-armeb \
35740e8a53bSaurel32	$(bindir)/qemu-cris \
35840e8a53bSaurel32	$(bindir)/qemu-m68k \
359bc6291a1SEdgar E. Iglesias	$(bindir)/qemu-microblaze \
36040e8a53bSaurel32	$(bindir)/qemu-mips \
36140e8a53bSaurel32	$(bindir)/qemu-mipsel \
3627efa4387Sbellard	$(bindir)/qemu-ppc \
363d4082e95Sj_mayer	$(bindir)/qemu-ppc64 \
364f0403c03Sbellard	$(bindir)/qemu-ppc64abi32 \
365ff1aaf65Sths	$(bindir)/qemu-sh4 \
36685ffbdfcSths	$(bindir)/qemu-sh4eb \
36740e8a53bSaurel32	$(bindir)/qemu-sparc \
36840e8a53bSaurel32	$(bindir)/qemu-sparc64 \
36940e8a53bSaurel32	$(bindir)/qemu-sparc32plus \
370b932cabaSbellard	$(bindir)/qemu-img \
3717a5ca864Sbellard	$(bindir)/qemu-nbd \
3727efa4387Sbellard	$(datadir)/bios.bin \
3737efa4387Sbellard	$(datadir)/vgabios.bin \
374de9258a8Sbellard	$(datadir)/vgabios-cirrus.bin \
375637f6cd7Sbellard	$(datadir)/ppc_rom.bin \
376d5295253Sbellard	$(datadir)/video.x \
3770986ac3bSbellard	$(datadir)/openbios-sparc32 \
378938255d2Sblueswir1	$(datadir)/openbios-sparc64 \
379e5d01b06Saurel32	$(datadir)/openbios-ppc \
38019c80e50Sbellard	$(datadir)/pxe-ne2k_pci.bin \
38119c80e50Sbellard	$(datadir)/pxe-rtl8139.bin \
38219c80e50Sbellard	$(datadir)/pxe-pcnet.bin \
3832991990bSaliguori	$(datadir)/pxe-e1000.bin \
3841f50f8d1Sbellard	$(docdir)/qemu-doc.html \
3851f50f8d1Sbellard	$(docdir)/qemu-tech.html \
38640e8a53bSaurel32	$(mandir)/man1/qemu.1 \
38740e8a53bSaurel32	$(mandir)/man1/qemu-img.1 \
3887a5ca864Sbellard	$(mandir)/man8/qemu-nbd.8
389d691f669Sbellard
3904fb240a4Sbellard# Include automatically generated dependency files
391019d6b8fSAnthony Liguori-include $(wildcard *.d audio/*.d slirp/*.d block/*.d)
392