xref: /openbmc/qemu/Makefile (revision 966ea5ec)
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
43581d45f0SStefan Weilbuild-all: config-host.h config-all-devices.h $(DOCS) $(TOOLS)
44581d45f0SStefan Weil	$(call quiet-command, $(MAKE) $(SUBDIR_MAKEFLAGS) 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:
626a8a2803SBlue Swirl	$(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C libuser V="$(V)" TARGET_DIR="libuser/" 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
89e1144d00SMark McLoughlinnet-obj-y = net.o
907200ac3cSMark McLoughlinnet-nested-y = queue.o checksum.o
915281d757SMark McLoughlinnet-nested-$(CONFIG_POSIX) += tap.o
9233ad161aSMark McLoughlinnet-nested-$(CONFIG_WIN32) += tap-win32.o
93e7e92325SMark McLoughlinnet-nested-$(CONFIG_BSD) += tap-bsd.o
94*966ea5ecSMark McLoughlinnet-nested-$(CONFIG_SOLARIS) += tap-solaris.o
95e1144d00SMark McLoughlinnet-obj-y += $(addprefix net/, $(net-nested-y))
96e1144d00SMark McLoughlin
974fb240a4Sbellard######################################################################
982e2ea909Sbellard# libqemu_common.a: Target independent part of system emulation. The
994fb240a4Sbellard# long term path is to suppress *all* target specific code in case of
1004fb240a4Sbellard# system emulation, i.e. a single QEMU executable should support all
1014fb240a4Sbellard# CPUs and machines.
10247cea614Sbellard
1036ef859b3SJuan Quintelaobj-y = $(block-obj-y)
104e1144d00SMark McLoughlinobj-y += $(net-obj-y)
10534005a00SKirill A. Shutemovobj-y += readline.o console.o
106cd01b4a3Saliguori
107c2b023b6SBlue Swirlobj-y += tcg-runtime.o host-utils.o
1085f74377cSJuan Quintelaobj-y += irq.o ioport.o
1095f74377cSJuan Quintelaobj-$(CONFIG_PTIMER) += ptimer.o
110ae573db3SJuan Quintelaobj-$(CONFIG_MAX7310) += max7310.o
111976ca9abSJuan Quintelaobj-$(CONFIG_WM8750) += wm8750.o
11292eb6b4eSJuan Quintelaobj-$(CONFIG_TWL92230) += twl92230.o
1133c848e2aSJuan Quintelaobj-$(CONFIG_TSC2005) += tsc2005.o
11403aba0e3SJuan Quintelaobj-$(CONFIG_LM832X) += lm832x.o
115d9b44620SJuan Quintelaobj-$(CONFIG_TMP105) += tmp105.o
1164aa5b83fSJuan Quintelaobj-$(CONFIG_STELLARIS_INPUT) += stellaris_input.o
1176a559be5SJuan Quintelaobj-$(CONFIG_SSD0303) += ssd0303.o
11854bcf074SJuan Quintelaobj-$(CONFIG_SSD0323) += ssd0323.o
11920a4afc4SJuan Quintelaobj-$(CONFIG_ADS7846) += ads7846.o
120ee99ca01SJuan Quintelaobj-$(CONFIG_MAX111X) += max111x.o
121ee99ca01SJuan Quintelaobj-y += i2c.o smbus.o smbus_eeprom.o
122d9b44620SJuan Quintelaobj-y += eeprom93xx.o
1236ef859b3SJuan Quintelaobj-y += scsi-disk.o cdrom.o
124d52affa7SGerd Hoffmannobj-y += scsi-generic.o scsi-bus.o
1256ef859b3SJuan Quintelaobj-y += usb.o usb-hub.o usb-$(HOST_USB).o usb-hid.o usb-msd.o usb-wacom.o
126806b6024SGerd Hoffmannobj-y += usb-serial.o usb-net.o usb-bus.o
127c62c4551SJuan Quintelaobj-$(CONFIG_SSI) += ssi.o
12893a60400SJuan Quintelaobj-$(CONFIG_SSI_SD) += ssi-sd.o
129b21fd8e6SJuan Quintelaobj-$(CONFIG_SD) += sd.o
1306ef859b3SJuan 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
1316ef859b3SJuan Quintelaobj-y += bt-hci-csr.o
132f7105843SMark McLoughlinobj-y += buffered_file.o migration.o migration-tcp.o qemu-sockets.o
1337200ac3cSMark McLoughlinobj-y += qemu-char.o aio.o savevm.o
1346ef859b3SJuan Quintelaobj-y += msmouse.o ps2.o
135c62c4551SJuan Quintelaobj-y += qdev.o qdev-properties.o
136a6fd08ebSLuiz Capitulinoobj-y += qint.o qstring.o qdict.o qlist.o qemu-config.o
13787ecb68bSpbrook
1380e22fd2fSJuan Quintelaobj-$(CONFIG_BRLAPI) += baum.o
1395ac1fad3SPaolo Bonziniobj-$(CONFIG_POSIX) += migration-exec.o migration-unix.o migration-fd.o
1404fb240a4Sbellard
14198b068a9SJuan Quintelaaudio/audio.o audio/fmodaudio.o: QEMU_CFLAGS += $(FMOD_CFLAGS)
1420e22fd2fSJuan Quintela
1430e22fd2fSJuan Quintelaaudio-obj-y = audio.o noaudio.o wavaudio.o mixeng.o
1440e22fd2fSJuan Quintelaaudio-obj-$(CONFIG_SDL) += sdlaudio.o
1450e22fd2fSJuan Quintelaaudio-obj-$(CONFIG_OSS) += ossaudio.o
1460e22fd2fSJuan Quintelaaudio-obj-$(CONFIG_COREAUDIO) += coreaudio.o
1470e22fd2fSJuan Quintelaaudio-obj-$(CONFIG_ALSA) += alsaaudio.o
1480e22fd2fSJuan Quintelaaudio-obj-$(CONFIG_DSOUND) += dsoundaudio.o
1490e22fd2fSJuan Quintelaaudio-obj-$(CONFIG_FMOD) += fmodaudio.o
1500e22fd2fSJuan Quintelaaudio-obj-$(CONFIG_ESD) += esdaudio.o
1510e22fd2fSJuan Quintelaaudio-obj-$(CONFIG_PA) += paaudio.o
152d5631638Smalcaudio-obj-$(CONFIG_WINWAVE) += winwaveaudio.o
15367f86e8eSJuan Quintelaaudio-obj-$(CONFIG_AUDIO_PT_INT) += audio_pt_int.o
154d5631638Smalcaudio-obj-$(CONFIG_AUDIO_WIN_INT) += audio_win_int.o
155eda959bdSJuan Quintelaaudio-obj-y += wavcapture.o
1566ef859b3SJuan Quintelaobj-y += $(addprefix audio/, $(audio-obj-y))
1574fb240a4Sbellard
1586ef859b3SJuan Quintelaobj-y += keymaps.o
1590e22fd2fSJuan Quintelaobj-$(CONFIG_SDL) += sdl.o sdl_zoom.o x_keymap.o
1600e22fd2fSJuan Quintelaobj-$(CONFIG_CURSES) += curses.o
1616ef859b3SJuan Quintelaobj-y += vnc.o acl.o d3des.o
1620e22fd2fSJuan Quintelaobj-$(CONFIG_VNC_TLS) += vnc-tls.o vnc-auth-vencrypt.o
1630e22fd2fSJuan Quintelaobj-$(CONFIG_VNC_SASL) += vnc-auth-sasl.o
1640e22fd2fSJuan Quintelaobj-$(CONFIG_COCOA) += cocoa.o
1650e22fd2fSJuan Quintelaobj-$(CONFIG_IOTHREAD) += qemu-thread.o
166e5d355d1Saliguori
167f835ed1cSJuan Quintelaslirp-obj-y = cksum.o if.o ip_icmp.o ip_input.o ip_output.o
168f835ed1cSJuan Quintelaslirp-obj-y += slirp.o mbuf.o misc.o sbuf.o socket.o tcp_input.o tcp_output.o
169f835ed1cSJuan Quintelaslirp-obj-y += tcp_subr.o tcp_timer.o udp.o bootp.o tftp.o
1700e22fd2fSJuan Quintelaobj-$(CONFIG_SLIRP) += $(addprefix slirp/, $(slirp-obj-y))
1714fb240a4Sbellard
1722567f579SBlue Swirl# xen backend driver support
1730e22fd2fSJuan Quintelaobj-$(CONFIG_XEN) += xen_backend.o xen_devconfig.o
1740e22fd2fSJuan Quintelaobj-$(CONFIG_XEN) += xen_console.o xenfb.o xen_disk.o xen_nic.o
1752567f579SBlue Swirl
176a558ee17SJuan QuintelaQEMU_CFLAGS+=$(CURL_CFLAGS)
177769ce76dSAlexander Graf
1784fb240a4Sbellardcocoa.o: cocoa.m
1794fb240a4Sbellard
1800483755aSaliguorikeymaps.o: keymaps.c keymaps.h
1810483755aSaliguori
182c18a2c36SStefano Stabellinisdl_zoom.o: sdl_zoom.c sdl_zoom.h sdl_zoom_template.h
183c18a2c36SStefano Stabellini
184c18a2c36SStefano Stabellinisdl.o: sdl.c keymaps.h sdl_keysym.h sdl_zoom.h
185807544e2Saliguori
186a558ee17SJuan Quintelasdl.o audio/sdlaudio.o sdl_zoom.o baum.o: QEMU_CFLAGS += $(SDL_CFLAGS)
1874fb240a4Sbellard
18876655d6dSaliguoriacl.o: acl.h acl.c
18976655d6dSaliguori
1902f9606b3Saliguorivnc.h: vnc-tls.h vnc-auth-vencrypt.h vnc-auth-sasl.h keymaps.h
1915fb6c7a8Saliguori
19276655d6dSaliguorivnc.o: vnc.c vnc.h vnc_keysym.h vnchextile.h d3des.c d3des.h acl.h
193807544e2Saliguori
194a558ee17SJuan Quintelavnc.o: QEMU_CFLAGS += $(VNC_TLS_CFLAGS)
1954fb240a4Sbellard
1965fb6c7a8Saliguorivnc-tls.o: vnc-tls.c vnc.h
1975fb6c7a8Saliguori
1985fb6c7a8Saliguorivnc-auth-vencrypt.o: vnc-auth-vencrypt.c vnc.h
1995fb6c7a8Saliguori
2002f9606b3Saliguorivnc-auth-sasl.o: vnc-auth-sasl.c vnc.h
2012f9606b3Saliguori
2020483755aSaliguoricurses.o: curses.c keymaps.h curses_keys.h
2034d3b6f6eSbalrog
204a558ee17SJuan Quintelabt-host.o: QEMU_CFLAGS += $(BLUEZ_CFLAGS)
2054fb240a4Sbellard
2066ef859b3SJuan Quintelalibqemu_common.a: $(obj-y)
2074fb240a4Sbellard
2084fb240a4Sbellard######################################################################
2094fb240a4Sbellard
210153859beSStuart Bradyqemu-img.o: qemu-img-cmds.h
211153859beSStuart Brady
212a25a0ef5SAnthony Liguoriqemu-img$(EXESUF): qemu-img.o qemu-tool.o $(block-obj-y)
2134fb240a4Sbellard
214a25a0ef5SAnthony Liguoriqemu-nbd$(EXESUF):  qemu-nbd.o qemu-tool.o $(block-obj-y)
2153aa892d7Saliguori
216a25a0ef5SAnthony Liguoriqemu-io$(EXESUF):  qemu-io.o qemu-tool.o cmd.o $(block-obj-y)
2170a8e1acdSaliguori
218153859beSStuart Bradyqemu-img-cmds.h: $(SRC_PATH)/qemu-img-cmds.hx
219153859beSStuart Brady	$(call quiet-command,sh $(SRC_PATH)/hxtool -h < $< > $@,"  GEN   $@")
220153859beSStuart Brady
22133837ba6SLuiz Capitulinocheck-qint: check-qint.o qint.o qemu-malloc.o
2225de65a07SLuiz Capitulinocheck-qstring: check-qstring.o qstring.o qemu-malloc.o
2237b8c51adSLuiz Capitulinocheck-qdict: check-qdict.o qdict.o qint.o qstring.o qemu-malloc.o
2243aa3dcffSLuiz Capitulinocheck-qlist: check-qlist.o qlist.o qint.o qemu-malloc.o
22533837ba6SLuiz Capitulino
22631e31b8aSbellardclean:
2272d80ae89Sbellard# avoid old build problems by removing potentially incorrect old files
22825be210fSJuan 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
22986e840eeSaurel32	rm -f *.o *.d *.a $(TOOLS) TAGS cscope.* *.pod *~ */*~
230e1144d00SMark McLoughlin	rm -f slirp/*.o slirp/*.d audio/*.o audio/*.d block/*.o block/*.d net/*.o net/*.d
23107b44ce9SBlue Swirl	rm -f qemu-img-cmds.h
2327d3505c5Sbellard	$(MAKE) -C tests clean
233add16157SBlue Swirl	for d in $(ALL_SUBDIRS) libhw32 libhw64 libuser; do \
2347d3505c5Sbellard	$(MAKE) -C $$d $@ || exit 1 ; \
235626df76aSbellard        done
23631e31b8aSbellard
2377d13299dSbellarddistclean: clean
2381215c6e7SJuan Quintela	rm -f config-host.mak config-host.h* config-host.ld $(DOCS) qemu-options.texi qemu-img-cmds.texi
2391f3d3c8fSJuan Quintela	rm -f config-all-devices.mak config-all-devices.h*
2400cb3fb1eSpbrook	rm -f qemu-{doc,tech}.{info,aux,cp,dvi,fn,info,ky,log,pg,toc,tp,vr}
241add16157SBlue Swirl	for d in $(TARGET_DIRS) libhw32 libhw64 libuser; do \
242bc1b050dSbellard	rm -rf $$d || exit 1 ; \
24376bc6838Sbellard        done
2447d13299dSbellard
245fed4a9adSbellardKEYMAPS=da     en-gb  et  fr     fr-ch  is  lt  modifiers  no  pt-br  sv \
246fed4a9adSbellardar      de     en-us  fi  fr-be  hr     it  lv  nl         pl  ru     th \
247fed4a9adSbellardcommon  de-ch  es     fo  fr-ca  hu     ja  mk  nl-be      pt  sl     tr
248fed4a9adSbellard
24977755340Sthsifdef INSTALL_BLOBS
25077755340SthsBLOBS=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
251e5d01b06Saurel32video.x openbios-sparc32 openbios-sparc64 openbios-ppc \
252e5d01b06Saurel32pxe-ne2k_pci.bin pxe-rtl8139.bin pxe-pcnet.bin pxe-e1000.bin \
253253d0942SAlexander Grafbamboo.dtb petalogix-s3adsp1800.dtb \
254253d0942SAlexander Grafmultiboot.bin
25577755340Sthselse
25677755340SthsBLOBS=
25777755340Sthsendif
25877755340Sths
25938954dcaSpbrookinstall-doc: $(DOCS)
26058f8aeadSaliguori	$(INSTALL_DIR) "$(DESTDIR)$(docdir)"
26158f8aeadSaliguori	$(INSTALL_DATA) qemu-doc.html  qemu-tech.html "$(DESTDIR)$(docdir)"
26296d409ebSJuan Quintelaifdef CONFIG_POSIX
26358f8aeadSaliguori	$(INSTALL_DIR) "$(DESTDIR)$(mandir)/man1"
26458f8aeadSaliguori	$(INSTALL_DATA) qemu.1 qemu-img.1 "$(DESTDIR)$(mandir)/man1"
26558f8aeadSaliguori	$(INSTALL_DIR) "$(DESTDIR)$(mandir)/man8"
26658f8aeadSaliguori	$(INSTALL_DATA) qemu-nbd.8 "$(DESTDIR)$(mandir)/man8"
26738954dcaSpbrookendif
26838954dcaSpbrook
26938954dcaSpbrookinstall: all $(if $(BUILD_DOCS),install-doc)
27058f8aeadSaliguori	$(INSTALL_DIR) "$(DESTDIR)$(bindir)"
271932a79dfSthsifneq ($(TOOLS),)
27258f8aeadSaliguori	$(INSTALL_PROG) $(STRIP_OPT) $(TOOLS) "$(DESTDIR)$(bindir)"
273932a79dfSthsendif
27477755340Sthsifneq ($(BLOBS),)
27558f8aeadSaliguori	$(INSTALL_DIR) "$(DESTDIR)$(datadir)"
27677755340Sths	set -e; for x in $(BLOBS); do \
27758f8aeadSaliguori		$(INSTALL_DATA) $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \
278ad064840Spbrook	done
27977755340Sthsendif
28058f8aeadSaliguori	$(INSTALL_DIR) "$(DESTDIR)$(datadir)/keymaps"
28118be8d77Sblueswir1	set -e; for x in $(KEYMAPS); do \
28279fd42aaSAnthony Liguori		$(INSTALL_DATA) $(SRC_PATH)/pc-bios/keymaps/$$x "$(DESTDIR)$(datadir)/keymaps"; \
283ad064840Spbrook	done
284626df76aSbellard	for d in $(TARGET_DIRS); do \
2857d3505c5Sbellard	$(MAKE) -C $$d $@ || exit 1 ; \
286626df76aSbellard        done
287612384d7Sbellard
288367e86e8Sbellard# various test targets
2899b0b8203Sbellardtest speed: all
2907d3505c5Sbellard	$(MAKE) -C tests $@
29131e31b8aSbellard
29221d4e8e3SAlexandre Bique.PHONY: TAGS
293367e86e8SbellardTAGS:
29421d4e8e3SAlexandre Bique	find "$(SRC_PATH)" -name '*.[hc]' -print0 | xargs -0 etags
29531e31b8aSbellard
2966688bc6dSbellardcscope:
2976688bc6dSbellard	rm -f ./cscope.*
298ede46085Saurel32	find . -name "*.[ch]" -print | sed 's,^\./,,' > ./cscope.files
2996688bc6dSbellard	cscope -b
3006688bc6dSbellard
3013ef693a0Sbellard# documentation
3021f673135Sbellard%.html: %.texi
3030d00e563Saliguori	$(call quiet-command,texi2html -I=. -monolithic -number $<,"  GEN   $@")
3043ef693a0Sbellard
305f3548328Sbellard%.info: %.texi
3060d00e563Saliguori	$(call quiet-command,makeinfo -I . $< -o $@,"  GEN   $@")
307f3548328Sbellard
308f3548328Sbellard%.dvi: %.texi
3090d00e563Saliguori	$(call quiet-command,texi2dvi -I . $<,"  GEN   $@")
3105824d651Sblueswir1
3115824d651Sblueswir1qemu-options.texi: $(SRC_PATH)/qemu-options.hx
3120d00e563Saliguori	$(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@,"  GEN   $@")
313f3548328Sbellard
3142313086aSBlue Swirlqemu-monitor.texi: $(SRC_PATH)/qemu-monitor.hx
3152313086aSBlue Swirl	$(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@,"  GEN   $@")
3162313086aSBlue Swirl
317153859beSStuart Bradyqemu-img-cmds.texi: $(SRC_PATH)/qemu-img-cmds.hx
318153859beSStuart Brady	$(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@,"  GEN   $@")
319153859beSStuart Brady
3202313086aSBlue Swirlqemu.1: qemu-doc.texi qemu-options.texi qemu-monitor.texi
3210d00e563Saliguori	$(call quiet-command, \
3220d00e563Saliguori	  perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu.pod && \
3230d00e563Saliguori	  pod2man --section=1 --center=" " --release=" " qemu.pod > $@, \
3240d00e563Saliguori	  "  GEN   $@")
3255a67135aSbellard
326153859beSStuart Bradyqemu-img.1: qemu-img.texi qemu-img-cmds.texi
3270d00e563Saliguori	$(call quiet-command, \
3280d00e563Saliguori	  perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu-img.pod && \
3290d00e563Saliguori	  pod2man --section=1 --center=" " --release=" " qemu-img.pod > $@, \
3300d00e563Saliguori	  "  GEN   $@")
331acd935efSbellard
3327a5ca864Sbellardqemu-nbd.8: qemu-nbd.texi
3330d00e563Saliguori	$(call quiet-command, \
3340d00e563Saliguori	  perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu-nbd.pod && \
3350d00e563Saliguori	  pod2man --section=8 --center=" " --release=" " qemu-nbd.pod > $@, \
3360d00e563Saliguori	  "  GEN   $@")
3377a5ca864Sbellard
3380cb3fb1eSpbrookinfo: qemu-doc.info qemu-tech.info
3390cb3fb1eSpbrook
3400cb3fb1eSpbrookdvi: qemu-doc.dvi qemu-tech.dvi
3410cb3fb1eSpbrook
3420cb3fb1eSpbrookhtml: qemu-doc.html qemu-tech.html
3430cb3fb1eSpbrook
344153859beSStuart 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
345818220f5Saliguori
346df5cf721SthsVERSION ?= $(shell cat VERSION)
347df5cf721SthsFILE = qemu-$(VERSION)
348586314f2Sbellard
3491e43adfcSbellard# tar release (use 'make -k tar' on a checkouted tree)
350586314f2Sbellardtar:
351586314f2Sbellard	rm -rf /tmp/$(FILE)
3521e43adfcSbellard	cp -r . /tmp/$(FILE)
35399c6c082Saurel32	cd /tmp && tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude CVS --exclude .git --exclude .svn
354586314f2Sbellard	rm -rf /tmp/$(FILE)
355586314f2Sbellard
35676b62fd0Sbellard# generate a binary distribution
357d691f669Sbellardtarbin:
35818be8d77Sblueswir1	cd / && tar zcvf ~/qemu-$(VERSION)-$(ARCH).tar.gz \
35943095f31Sbellard	$(bindir)/qemu \
36043095f31Sbellard	$(bindir)/qemu-system-x86_64 \
36140e8a53bSaurel32	$(bindir)/qemu-system-arm \
36240e8a53bSaurel32	$(bindir)/qemu-system-cris \
36340e8a53bSaurel32	$(bindir)/qemu-system-m68k \
364bc6291a1SEdgar E. Iglesias	$(bindir)/qemu-system-microblaze \
36593856aacSbellard	$(bindir)/qemu-system-mips \
36638260998Spbrook	$(bindir)/qemu-system-mipsel \
367fbe4f65bSths	$(bindir)/qemu-system-mips64 \
368fbe4f65bSths	$(bindir)/qemu-system-mips64el \
36940e8a53bSaurel32	$(bindir)/qemu-system-ppc \
37040e8a53bSaurel32	$(bindir)/qemu-system-ppcemb \
37140e8a53bSaurel32	$(bindir)/qemu-system-ppc64 \
372ff1aaf65Sths	$(bindir)/qemu-system-sh4 \
37385ffbdfcSths	$(bindir)/qemu-system-sh4eb \
37440e8a53bSaurel32	$(bindir)/qemu-system-sparc \
3757efa4387Sbellard	$(bindir)/qemu-i386 \
376f0403c03Sbellard	$(bindir)/qemu-x86_64 \
37740e8a53bSaurel32	$(bindir)/qemu-alpha \
3787efa4387Sbellard	$(bindir)/qemu-arm \
379ea31eb5bSbellard	$(bindir)/qemu-armeb \
38040e8a53bSaurel32	$(bindir)/qemu-cris \
38140e8a53bSaurel32	$(bindir)/qemu-m68k \
382bc6291a1SEdgar E. Iglesias	$(bindir)/qemu-microblaze \
38340e8a53bSaurel32	$(bindir)/qemu-mips \
38440e8a53bSaurel32	$(bindir)/qemu-mipsel \
3857efa4387Sbellard	$(bindir)/qemu-ppc \
386d4082e95Sj_mayer	$(bindir)/qemu-ppc64 \
387f0403c03Sbellard	$(bindir)/qemu-ppc64abi32 \
388ff1aaf65Sths	$(bindir)/qemu-sh4 \
38985ffbdfcSths	$(bindir)/qemu-sh4eb \
39040e8a53bSaurel32	$(bindir)/qemu-sparc \
39140e8a53bSaurel32	$(bindir)/qemu-sparc64 \
39240e8a53bSaurel32	$(bindir)/qemu-sparc32plus \
393b932cabaSbellard	$(bindir)/qemu-img \
3947a5ca864Sbellard	$(bindir)/qemu-nbd \
3957efa4387Sbellard	$(datadir)/bios.bin \
3967efa4387Sbellard	$(datadir)/vgabios.bin \
397de9258a8Sbellard	$(datadir)/vgabios-cirrus.bin \
398637f6cd7Sbellard	$(datadir)/ppc_rom.bin \
399d5295253Sbellard	$(datadir)/video.x \
4000986ac3bSbellard	$(datadir)/openbios-sparc32 \
401938255d2Sblueswir1	$(datadir)/openbios-sparc64 \
402e5d01b06Saurel32	$(datadir)/openbios-ppc \
40319c80e50Sbellard	$(datadir)/pxe-ne2k_pci.bin \
40419c80e50Sbellard	$(datadir)/pxe-rtl8139.bin \
40519c80e50Sbellard	$(datadir)/pxe-pcnet.bin \
4062991990bSaliguori	$(datadir)/pxe-e1000.bin \
4071f50f8d1Sbellard	$(docdir)/qemu-doc.html \
4081f50f8d1Sbellard	$(docdir)/qemu-tech.html \
40940e8a53bSaurel32	$(mandir)/man1/qemu.1 \
41040e8a53bSaurel32	$(mandir)/man1/qemu-img.1 \
4117a5ca864Sbellard	$(mandir)/man8/qemu-nbd.8
412d691f669Sbellard
4134fb240a4Sbellard# Include automatically generated dependency files
414e1144d00SMark McLoughlin-include $(wildcard *.d audio/*.d slirp/*.d block/*.d net/*.d)
415