xref: /openbmc/qemu/Makefile (revision c6a5a71a)
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
855d7e8f6Saurel32else
955d7e8f6Saurel32config-host.mak:
1055d7e8f6Saurel32	@echo "Please call configure before running make!"
1155d7e8f6Saurel32	@exit 1
1255d7e8f6Saurel32endif
13766a487aSbellard
14818220f5Saliguori.PHONY: all clean cscope distclean dvi html info install install-doc \
15818220f5Saliguori	recurse-all speed tar tarbin test
160cb3fb1eSpbrook
178c462f8fSpbrookVPATH=$(SRC_PATH):$(SRC_PATH)/hw
188c462f8fSpbrook
1917759187Saliguori
2040293e58SbellardCFLAGS += $(OS_CFLAGS) $(ARCH_CFLAGS)
2140293e58SbellardLDFLAGS += $(OS_LDFLAGS) $(ARCH_LDFLAGS)
223142255cSblueswir1
2396935aa4SmalcCPPFLAGS += -I. -I$(SRC_PATH) -MMD -MP -MT $@
244fb240a4SbellardCPPFLAGS += -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
254a244704SAnthony LiguoriCPPFLAGS += -U_FORTIFY_SOURCE
26766a487aSbellardLIBS=
271f50f8d1Sbellardifdef CONFIG_STATIC
2840293e58SbellardLDFLAGS += -static
291f50f8d1Sbellardendif
30cc8ae6deSpbrookifdef BUILD_DOCS
317a5ca864SbellardDOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 qemu-nbd.8
32cc8ae6deSpbrookelse
33cc8ae6deSpbrookDOCS=
34cc8ae6deSpbrookendif
357d13299dSbellard
36e5d355d1SaliguoriLIBS+=$(PTHREADLIBS)
37e5d355d1SaliguoriLIBS+=$(CLOCKLIBS)
3883f64091Sbellard
397e00eb9bSaliguoriifdef CONFIG_SOLARIS
407e00eb9bSaliguoriLIBS+=-lsocket -lnsl -lresolv
417e00eb9bSaliguoriendif
427e00eb9bSaliguori
4303ff3ca3Saliguoriifdef CONFIG_WIN32
4403ff3ca3SaliguoriLIBS+=-lwinmm -lws2_32 -liphlpapi
4503ff3ca3Saliguoriendif
4603ff3ca3Saliguori
47253d0942SAlexander Grafbuild-all: $(TOOLS) $(DOCS) roms recurse-all
48b9dea4fbSpbrook
4955d7e8f6Saurel32config-host.mak: configure
5055d7e8f6Saurel32ifneq ($(wildcard config-host.mak),)
5155d7e8f6Saurel32	@echo $@ is out-of-date, running configure
52052ff921Sblueswir1	@sed -n "/.*Configured with/s/[^:]*: //p" $@ | sh
5355d7e8f6Saurel32endif
5455d7e8f6Saurel32
550087375eSPaul BrookSUBDIR_MAKEFLAGS=$(if $(V),,--no-print-directory)
56cec7d0b6SpbrookSUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS))
57cec7d0b6Spbrook
5886e840eeSaurel32subdir-%:
590087375eSPaul Brook	$(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C $* V="$(V)" TARGET_DIR="$*/" all,)
604aa42531Spbrook
61cec7d0b6Spbrook$(filter %-softmmu,$(SUBDIR_RULES)): libqemu_common.a
62cec7d0b6Spbrook$(filter %-user,$(SUBDIR_RULES)): libqemu_user.a
63cec7d0b6Spbrook
64cec7d0b6Spbrookrecurse-all: $(SUBDIR_RULES)
654aa42531Spbrook
66faf07963Spbrook#######################################################################
67319f08eaSJuan Quintela# block-obj-y is code used by both qemu system emulation and qemu-img
68faf07963Spbrook
69319f08eaSJuan Quintelablock-obj-y = cutils.o cache-utils.o qemu-malloc.o qemu-option.o module.o
70319f08eaSJuan Quintelablock-obj-y += block/cow.o block/qcow.o aes.o block/vmdk.o block/cloop.o
71319f08eaSJuan Quintelablock-obj-y += block/dmg.o block/bochs.o block/vpc.o block/vvfat.o
72319f08eaSJuan Quintelablock-obj-y += block/qcow2.o block/qcow2-refcount.o block/qcow2-cluster.o
73319f08eaSJuan Quintelablock-obj-y += block/qcow2-snapshot.o
74319f08eaSJuan Quintelablock-obj-y += block/parallels.o block/nbd.o
75319f08eaSJuan Quintelablock-obj-y += nbd.o block.o aio.o
7603ff3ca3Saliguori
7703ff3ca3Saliguoriifdef CONFIG_WIN32
78319f08eaSJuan Quintelablock-obj-y += block/raw-win32.o
7903ff3ca3Saliguorielse
803c529d93Saliguoriifdef CONFIG_AIO
81319f08eaSJuan Quintelablock-obj-y += posix-aio-compat.o
823c529d93Saliguoriendif
83319f08eaSJuan Quintelablock-obj-y += block/raw-posix.o
8403ff3ca3Saliguoriendif
8503ff3ca3Saliguori
860e22fd2fSJuan Quintelablock-obj-$(CONFIG_CURL) += block/curl.o
87769ce76dSAlexander Graf
884fb240a4Sbellard######################################################################
892e2ea909Sbellard# libqemu_common.a: Target independent part of system emulation. The
904fb240a4Sbellard# long term path is to suppress *all* target specific code in case of
914fb240a4Sbellard# system emulation, i.e. a single QEMU executable should support all
924fb240a4Sbellard# CPUs and machines.
9347cea614Sbellard
946ef859b3SJuan Quintelaobj-y = $(block-obj-y)
956ef859b3SJuan Quintelaobj-y += readline.o console.o
96cd01b4a3Saliguori
976ef859b3SJuan Quintelaobj-y += irq.o ptimer.o
986ef859b3SJuan Quintelaobj-y += i2c.o smbus.o smbus_eeprom.o max7310.o max111x.o wm8750.o
996ef859b3SJuan Quintelaobj-y += ssd0303.o ssd0323.o ads7846.o stellaris_input.o twl92230.o
1006ef859b3SJuan Quintelaobj-y += tmp105.o lm832x.o eeprom93xx.o tsc2005.o
1016ef859b3SJuan Quintelaobj-y += scsi-disk.o cdrom.o
1026ef859b3SJuan Quintelaobj-y += scsi-generic.o
1036ef859b3SJuan Quintelaobj-y += usb.o usb-hub.o usb-$(HOST_USB).o usb-hid.o usb-msd.o usb-wacom.o
1046ef859b3SJuan Quintelaobj-y += usb-serial.o usb-net.o
1056ef859b3SJuan Quintelaobj-y += sd.o ssi-sd.o
1066ef859b3SJuan 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
1076ef859b3SJuan Quintelaobj-y += bt-hci-csr.o
1086ef859b3SJuan Quintelaobj-y += buffered_file.o migration.o migration-tcp.o net.o qemu-sockets.o
1096ef859b3SJuan Quintelaobj-y += qemu-char.o aio.o net-checksum.o savevm.o cache-utils.o
1106ef859b3SJuan Quintelaobj-y += msmouse.o ps2.o
1116ef859b3SJuan Quintelaobj-y += qdev.o ssi.o
11287ecb68bSpbrook
1130e22fd2fSJuan Quintelaobj-$(CONFIG_BRLAPI) += baum.o
1140e22fd2fSJuan Quintela
1152e4d9fb1Saurel32ifdef CONFIG_BRLAPI
1162e4d9fb1Saurel32LIBS+=-lbrlapi
1172e4d9fb1Saurel32endif
1182e4d9fb1Saurel32
1194fb240a4Sbellardifdef CONFIG_WIN32
1206ef859b3SJuan Quintelaobj-y += tap-win32.o
121559b90fbSaliguorielse
1226ef859b3SJuan Quintelaobj-y += migration-exec.o
1234fb240a4Sbellardendif
1244fb240a4Sbellard
1254fb240a4Sbellardifdef CONFIG_COREAUDIO
126*c6a5a71aSAnthony LiguoriAUDIO_PT = y
1274fb240a4Sbellardendif
1284fb240a4Sbellardifdef CONFIG_FMOD
1294fb240a4Sbellardaudio/audio.o audio/fmodaudio.o: CPPFLAGS := -I$(CONFIG_FMOD_INC) $(CPPFLAGS)
1304fb240a4Sbellardendif
131ca9cc28cSbalrogifdef CONFIG_ESD
132*c6a5a71aSAnthony LiguoriAUDIO_PT = y
133*c6a5a71aSAnthony LiguoriAUDIO_PT_INT = y
134ca9cc28cSbalrogendif
135b8e59f18Smalcifdef CONFIG_PA
136*c6a5a71aSAnthony LiguoriAUDIO_PT = y
137*c6a5a71aSAnthony LiguoriAUDIO_PT_INT = y
138b8e59f18Smalcendif
139ca9cc28cSbalrogifdef AUDIO_PT
140ca9cc28cSbalrogLDFLAGS += -pthread
141ca9cc28cSbalrogendif
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
1520e22fd2fSJuan Quintelaaudio-obj-$(AUDIO_PT_INT) += audio_pt_int.o
153eda959bdSJuan Quintelaaudio-obj-y += wavcapture.o
1546ef859b3SJuan Quintelaobj-y += $(addprefix audio/, $(audio-obj-y))
1554fb240a4Sbellard
1566ef859b3SJuan Quintelaobj-y += keymaps.o
1570e22fd2fSJuan Quintelaobj-$(CONFIG_SDL) += sdl.o sdl_zoom.o x_keymap.o
1580e22fd2fSJuan Quintelaobj-$(CONFIG_CURSES) += curses.o
1596ef859b3SJuan Quintelaobj-y += vnc.o acl.o d3des.o
1600e22fd2fSJuan Quintelaobj-$(CONFIG_VNC_TLS) += vnc-tls.o vnc-auth-vencrypt.o
1610e22fd2fSJuan Quintelaobj-$(CONFIG_VNC_SASL) += vnc-auth-sasl.o
1620e22fd2fSJuan Quintelaobj-$(CONFIG_COCOA) += cocoa.o
1630e22fd2fSJuan Quintelaobj-$(CONFIG_IOTHREAD) += qemu-thread.o
164e5d355d1Saliguori
1654fb240a4Sbellardifdef CONFIG_SLIRP
1664fb240a4SbellardCPPFLAGS+=-I$(SRC_PATH)/slirp
1670e22fd2fSJuan Quintelaendif
1680e22fd2fSJuan Quintela
169f835ed1cSJuan Quintelaslirp-obj-y = cksum.o if.o ip_icmp.o ip_input.o ip_output.o
170f835ed1cSJuan Quintelaslirp-obj-y += slirp.o mbuf.o misc.o sbuf.o socket.o tcp_input.o tcp_output.o
171f835ed1cSJuan Quintelaslirp-obj-y += tcp_subr.o tcp_timer.o udp.o bootp.o tftp.o
1720e22fd2fSJuan Quintelaobj-$(CONFIG_SLIRP) += $(addprefix slirp/, $(slirp-obj-y))
1734fb240a4Sbellard
1748a16d273SthsLIBS+=$(VDE_LIBS)
1758a16d273Sths
1762567f579SBlue Swirl# xen backend driver support
1770e22fd2fSJuan Quintelaobj-$(CONFIG_XEN) += xen_backend.o xen_devconfig.o
1780e22fd2fSJuan Quintelaobj-$(CONFIG_XEN) += xen_console.o xenfb.o xen_disk.o xen_nic.o
1792567f579SBlue Swirl
180769ce76dSAlexander GrafLIBS+=$(CURL_LIBS)
181769ce76dSAlexander Graf
1824fb240a4Sbellardcocoa.o: cocoa.m
1834fb240a4Sbellard
1840483755aSaliguorikeymaps.o: keymaps.c keymaps.h
1850483755aSaliguori
186c18a2c36SStefano Stabellinisdl_zoom.o: sdl_zoom.c sdl_zoom.h sdl_zoom_template.h
187c18a2c36SStefano Stabellini
188c18a2c36SStefano Stabellinisdl.o: sdl.c keymaps.h sdl_keysym.h sdl_zoom.h
189807544e2Saliguori
19022d091b3SBlue Swirlsdl.o audio/sdlaudio.o sdl_zoom.o baum.o: CFLAGS += $(SDL_CFLAGS)
1914fb240a4Sbellard
19276655d6dSaliguoriacl.o: acl.h acl.c
19376655d6dSaliguori
1942f9606b3Saliguorivnc.h: vnc-tls.h vnc-auth-vencrypt.h vnc-auth-sasl.h keymaps.h
1955fb6c7a8Saliguori
19676655d6dSaliguorivnc.o: vnc.c vnc.h vnc_keysym.h vnchextile.h d3des.c d3des.h acl.h
197807544e2Saliguori
198807544e2Saliguorivnc.o: CFLAGS += $(CONFIG_VNC_TLS_CFLAGS)
1994fb240a4Sbellard
2005fb6c7a8Saliguorivnc-tls.o: vnc-tls.c vnc.h
2015fb6c7a8Saliguori
2025fb6c7a8Saliguorivnc-auth-vencrypt.o: vnc-auth-vencrypt.c vnc.h
2035fb6c7a8Saliguori
2042f9606b3Saliguorivnc-auth-sasl.o: vnc-auth-sasl.c vnc.h
2052f9606b3Saliguori
2060483755aSaliguoricurses.o: curses.c keymaps.h curses_keys.h
2074d3b6f6eSbalrog
208807544e2Saliguoribt-host.o: CFLAGS += $(CONFIG_BLUEZ_CFLAGS)
2094fb240a4Sbellard
2106ef859b3SJuan Quintelalibqemu_common.a: $(obj-y)
2114fb240a4Sbellard
212cec7d0b6Spbrook#######################################################################
213e11b1dceSJuan Quintela# user-obj-y is code used by qemu userspace emulation
214e11b1dceSJuan Quintelauser-obj-y = cutils.o cache-utils.o
215cec7d0b6Spbrook
216e11b1dceSJuan Quintelalibqemu_user.a: $(user-obj-y)
217cec7d0b6Spbrook
2184fb240a4Sbellard######################################################################
2194fb240a4Sbellard
220153859beSStuart Bradyqemu-img.o: qemu-img-cmds.h
221153859beSStuart Brady
222319f08eaSJuan Quintelaqemu-img$(EXESUF): qemu-img.o qemu-tool.o tool-osdep.o $(block-obj-y)
2234fb240a4Sbellard
224319f08eaSJuan Quintelaqemu-nbd$(EXESUF):  qemu-nbd.o qemu-tool.o tool-osdep.o $(block-obj-y)
2253aa892d7Saliguori
226319f08eaSJuan Quintelaqemu-io$(EXESUF):  qemu-io.o qemu-tool.o tool-osdep.o cmd.o $(block-obj-y)
2270a8e1acdSaliguori
2280a8e1acdSaliguoriqemu-img$(EXESUF) qemu-nbd$(EXESUF) qemu-io$(EXESUF): LIBS += -lz
2297a5ca864Sbellard
230153859beSStuart Bradyqemu-img-cmds.h: $(SRC_PATH)/qemu-img-cmds.hx
231153859beSStuart Brady	$(call quiet-command,sh $(SRC_PATH)/hxtool -h < $< > $@,"  GEN   $@")
232153859beSStuart Brady
23331e31b8aSbellardclean:
2342d80ae89Sbellard# avoid old build problems by removing potentially incorrect old files
2352d80ae89Sbellard	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
23686e840eeSaurel32	rm -f *.o *.d *.a $(TOOLS) TAGS cscope.* *.pod *~ */*~
237019d6b8fSAnthony Liguori	rm -f slirp/*.o slirp/*.d audio/*.o audio/*.d block/*.o block/*.d
23807b44ce9SBlue Swirl	rm -f qemu-img-cmds.h
2397d3505c5Sbellard	$(MAKE) -C tests clean
240253d0942SAlexander Graf	for d in $(TARGET_DIRS) $(ROMS) libhw32 libhw64; do \
2417d3505c5Sbellard	$(MAKE) -C $$d $@ || exit 1 ; \
242626df76aSbellard        done
24331e31b8aSbellard
2447d13299dSbellarddistclean: clean
245153859beSStuart Brady	rm -f config-host.mak config-host.h $(DOCS) qemu-options.texi qemu-img-cmds.texi
2460cb3fb1eSpbrook	rm -f qemu-{doc,tech}.{info,aux,cp,dvi,fn,info,ky,log,pg,toc,tp,vr}
2471ad2134fSPaul Brook	for d in $(TARGET_DIRS) libhw32 libhw64; do \
248bc1b050dSbellard	rm -rf $$d || exit 1 ; \
24976bc6838Sbellard        done
2507d13299dSbellard
251fed4a9adSbellardKEYMAPS=da     en-gb  et  fr     fr-ch  is  lt  modifiers  no  pt-br  sv \
252fed4a9adSbellardar      de     en-us  fi  fr-be  hr     it  lv  nl         pl  ru     th \
253fed4a9adSbellardcommon  de-ch  es     fo  fr-ca  hu     ja  mk  nl-be      pt  sl     tr
254fed4a9adSbellard
25577755340Sthsifdef INSTALL_BLOBS
25677755340SthsBLOBS=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
257e5d01b06Saurel32video.x openbios-sparc32 openbios-sparc64 openbios-ppc \
258e5d01b06Saurel32pxe-ne2k_pci.bin pxe-rtl8139.bin pxe-pcnet.bin pxe-e1000.bin \
259253d0942SAlexander Grafbamboo.dtb petalogix-s3adsp1800.dtb \
260253d0942SAlexander Grafmultiboot.bin
26177755340Sthselse
26277755340SthsBLOBS=
26377755340Sthsendif
26477755340Sths
265253d0942SAlexander Grafroms:
266253d0942SAlexander Graf	for d in $(ROMS); do \
267253d0942SAlexander Graf	$(MAKE) -C $$d || exit 1 ; \
268253d0942SAlexander Graf        done
269253d0942SAlexander Graf
27038954dcaSpbrookinstall-doc: $(DOCS)
27158f8aeadSaliguori	$(INSTALL_DIR) "$(DESTDIR)$(docdir)"
27258f8aeadSaliguori	$(INSTALL_DATA) qemu-doc.html  qemu-tech.html "$(DESTDIR)$(docdir)"
27338954dcaSpbrookifndef CONFIG_WIN32
27458f8aeadSaliguori	$(INSTALL_DIR) "$(DESTDIR)$(mandir)/man1"
27558f8aeadSaliguori	$(INSTALL_DATA) qemu.1 qemu-img.1 "$(DESTDIR)$(mandir)/man1"
27658f8aeadSaliguori	$(INSTALL_DIR) "$(DESTDIR)$(mandir)/man8"
27758f8aeadSaliguori	$(INSTALL_DATA) qemu-nbd.8 "$(DESTDIR)$(mandir)/man8"
27838954dcaSpbrookendif
27938954dcaSpbrook
28038954dcaSpbrookinstall: all $(if $(BUILD_DOCS),install-doc)
28158f8aeadSaliguori	$(INSTALL_DIR) "$(DESTDIR)$(bindir)"
282932a79dfSthsifneq ($(TOOLS),)
28358f8aeadSaliguori	$(INSTALL_PROG) $(STRIP_OPT) $(TOOLS) "$(DESTDIR)$(bindir)"
284932a79dfSthsendif
28577755340Sthsifneq ($(BLOBS),)
28658f8aeadSaliguori	$(INSTALL_DIR) "$(DESTDIR)$(datadir)"
28777755340Sths	set -e; for x in $(BLOBS); do \
28858f8aeadSaliguori		$(INSTALL_DATA) $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \
289ad064840Spbrook	done
29077755340Sthsendif
29158f8aeadSaliguori	$(INSTALL_DIR) "$(DESTDIR)$(datadir)/keymaps"
29218be8d77Sblueswir1	set -e; for x in $(KEYMAPS); do \
29379fd42aaSAnthony Liguori		$(INSTALL_DATA) $(SRC_PATH)/pc-bios/keymaps/$$x "$(DESTDIR)$(datadir)/keymaps"; \
294ad064840Spbrook	done
295626df76aSbellard	for d in $(TARGET_DIRS); do \
2967d3505c5Sbellard	$(MAKE) -C $$d $@ || exit 1 ; \
297626df76aSbellard        done
298612384d7Sbellard
299367e86e8Sbellard# various test targets
3009b0b8203Sbellardtest speed: all
3017d3505c5Sbellard	$(MAKE) -C tests $@
30231e31b8aSbellard
303367e86e8SbellardTAGS:
304ae95ade0SJuan Quintela	etags *.[ch] tests/*.[ch] block/*.[ch] hw/*.[ch]
30531e31b8aSbellard
3066688bc6dSbellardcscope:
3076688bc6dSbellard	rm -f ./cscope.*
308ede46085Saurel32	find . -name "*.[ch]" -print | sed 's,^\./,,' > ./cscope.files
3096688bc6dSbellard	cscope -b
3106688bc6dSbellard
3113ef693a0Sbellard# documentation
3121f673135Sbellard%.html: %.texi
3130d00e563Saliguori	$(call quiet-command,texi2html -I=. -monolithic -number $<,"  GEN   $@")
3143ef693a0Sbellard
315f3548328Sbellard%.info: %.texi
3160d00e563Saliguori	$(call quiet-command,makeinfo -I . $< -o $@,"  GEN   $@")
317f3548328Sbellard
318f3548328Sbellard%.dvi: %.texi
3190d00e563Saliguori	$(call quiet-command,texi2dvi -I . $<,"  GEN   $@")
3205824d651Sblueswir1
3215824d651Sblueswir1qemu-options.texi: $(SRC_PATH)/qemu-options.hx
3220d00e563Saliguori	$(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@,"  GEN   $@")
323f3548328Sbellard
3242313086aSBlue Swirlqemu-monitor.texi: $(SRC_PATH)/qemu-monitor.hx
3252313086aSBlue Swirl	$(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@,"  GEN   $@")
3262313086aSBlue Swirl
327153859beSStuart Bradyqemu-img-cmds.texi: $(SRC_PATH)/qemu-img-cmds.hx
328153859beSStuart Brady	$(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@,"  GEN   $@")
329153859beSStuart Brady
3302313086aSBlue Swirlqemu.1: qemu-doc.texi qemu-options.texi qemu-monitor.texi
3310d00e563Saliguori	$(call quiet-command, \
3320d00e563Saliguori	  perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu.pod && \
3330d00e563Saliguori	  pod2man --section=1 --center=" " --release=" " qemu.pod > $@, \
3340d00e563Saliguori	  "  GEN   $@")
3355a67135aSbellard
336153859beSStuart Bradyqemu-img.1: qemu-img.texi qemu-img-cmds.texi
3370d00e563Saliguori	$(call quiet-command, \
3380d00e563Saliguori	  perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu-img.pod && \
3390d00e563Saliguori	  pod2man --section=1 --center=" " --release=" " qemu-img.pod > $@, \
3400d00e563Saliguori	  "  GEN   $@")
341acd935efSbellard
3427a5ca864Sbellardqemu-nbd.8: qemu-nbd.texi
3430d00e563Saliguori	$(call quiet-command, \
3440d00e563Saliguori	  perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu-nbd.pod && \
3450d00e563Saliguori	  pod2man --section=8 --center=" " --release=" " qemu-nbd.pod > $@, \
3460d00e563Saliguori	  "  GEN   $@")
3477a5ca864Sbellard
3480cb3fb1eSpbrookinfo: qemu-doc.info qemu-tech.info
3490cb3fb1eSpbrook
3500cb3fb1eSpbrookdvi: qemu-doc.dvi qemu-tech.dvi
3510cb3fb1eSpbrook
3520cb3fb1eSpbrookhtml: qemu-doc.html qemu-tech.html
3530cb3fb1eSpbrook
354153859beSStuart 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
355818220f5Saliguori
356df5cf721SthsVERSION ?= $(shell cat VERSION)
357df5cf721SthsFILE = qemu-$(VERSION)
358586314f2Sbellard
3591e43adfcSbellard# tar release (use 'make -k tar' on a checkouted tree)
360586314f2Sbellardtar:
361586314f2Sbellard	rm -rf /tmp/$(FILE)
3621e43adfcSbellard	cp -r . /tmp/$(FILE)
36399c6c082Saurel32	cd /tmp && tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude CVS --exclude .git --exclude .svn
364586314f2Sbellard	rm -rf /tmp/$(FILE)
365586314f2Sbellard
36676b62fd0Sbellard# generate a binary distribution
367d691f669Sbellardtarbin:
36818be8d77Sblueswir1	cd / && tar zcvf ~/qemu-$(VERSION)-$(ARCH).tar.gz \
36943095f31Sbellard	$(bindir)/qemu \
37043095f31Sbellard	$(bindir)/qemu-system-x86_64 \
37140e8a53bSaurel32	$(bindir)/qemu-system-arm \
37240e8a53bSaurel32	$(bindir)/qemu-system-cris \
37340e8a53bSaurel32	$(bindir)/qemu-system-m68k \
37493856aacSbellard	$(bindir)/qemu-system-mips \
37538260998Spbrook	$(bindir)/qemu-system-mipsel \
376fbe4f65bSths	$(bindir)/qemu-system-mips64 \
377fbe4f65bSths	$(bindir)/qemu-system-mips64el \
37840e8a53bSaurel32	$(bindir)/qemu-system-ppc \
37940e8a53bSaurel32	$(bindir)/qemu-system-ppcemb \
38040e8a53bSaurel32	$(bindir)/qemu-system-ppc64 \
381ff1aaf65Sths	$(bindir)/qemu-system-sh4 \
38285ffbdfcSths	$(bindir)/qemu-system-sh4eb \
38340e8a53bSaurel32	$(bindir)/qemu-system-sparc \
3847efa4387Sbellard	$(bindir)/qemu-i386 \
385f0403c03Sbellard	$(bindir)/qemu-x86_64 \
38640e8a53bSaurel32	$(bindir)/qemu-alpha \
3877efa4387Sbellard	$(bindir)/qemu-arm \
388ea31eb5bSbellard	$(bindir)/qemu-armeb \
38940e8a53bSaurel32	$(bindir)/qemu-cris \
39040e8a53bSaurel32	$(bindir)/qemu-m68k \
39140e8a53bSaurel32	$(bindir)/qemu-mips \
39240e8a53bSaurel32	$(bindir)/qemu-mipsel \
3937efa4387Sbellard	$(bindir)/qemu-ppc \
394d4082e95Sj_mayer	$(bindir)/qemu-ppc64 \
395f0403c03Sbellard	$(bindir)/qemu-ppc64abi32 \
396ff1aaf65Sths	$(bindir)/qemu-sh4 \
39785ffbdfcSths	$(bindir)/qemu-sh4eb \
39840e8a53bSaurel32	$(bindir)/qemu-sparc \
39940e8a53bSaurel32	$(bindir)/qemu-sparc64 \
40040e8a53bSaurel32	$(bindir)/qemu-sparc32plus \
401b932cabaSbellard	$(bindir)/qemu-img \
4027a5ca864Sbellard	$(bindir)/qemu-nbd \
4037efa4387Sbellard	$(datadir)/bios.bin \
4047efa4387Sbellard	$(datadir)/vgabios.bin \
405de9258a8Sbellard	$(datadir)/vgabios-cirrus.bin \
406637f6cd7Sbellard	$(datadir)/ppc_rom.bin \
407d5295253Sbellard	$(datadir)/video.x \
4080986ac3bSbellard	$(datadir)/openbios-sparc32 \
409938255d2Sblueswir1	$(datadir)/openbios-sparc64 \
410e5d01b06Saurel32	$(datadir)/openbios-ppc \
41119c80e50Sbellard	$(datadir)/pxe-ne2k_pci.bin \
41219c80e50Sbellard	$(datadir)/pxe-rtl8139.bin \
41319c80e50Sbellard	$(datadir)/pxe-pcnet.bin \
4142991990bSaliguori	$(datadir)/pxe-e1000.bin \
4151f50f8d1Sbellard	$(docdir)/qemu-doc.html \
4161f50f8d1Sbellard	$(docdir)/qemu-tech.html \
41740e8a53bSaurel32	$(mandir)/man1/qemu.1 \
41840e8a53bSaurel32	$(mandir)/man1/qemu-img.1 \
4197a5ca864Sbellard	$(mandir)/man8/qemu-nbd.8
420d691f669Sbellard
4214fb240a4Sbellard# Include automatically generated dependency files
422019d6b8fSAnthony Liguori-include $(wildcard *.d audio/*.d slirp/*.d block/*.d)
423