blob: ea76b69a5a08527d6850f206a32b37217bcf963a [file] [log] [blame]
pbrook0cb3fb12006-05-14 12:07:53 +00001# Makefile for QEMU.
2
pbrookad064842006-04-16 12:41:07 +00003include config-host.mak
aliguori17759182009-01-21 18:12:52 +00004include $(SRC_PATH)/rules.mak
bellard766a4872003-02-18 23:35:48 +00005
aliguori818220f2008-09-24 01:13:40 +00006.PHONY: all clean cscope distclean dvi html info install install-doc \
7 recurse-all speed tar tarbin test
pbrook0cb3fb12006-05-14 12:07:53 +00008
pbrook8c462f82007-11-18 21:12:37 +00009VPATH=$(SRC_PATH):$(SRC_PATH)/hw
10
aliguori17759182009-01-21 18:12:52 +000011
bellard40293e52008-01-31 11:32:10 +000012CFLAGS += $(OS_CFLAGS) $(ARCH_CFLAGS)
13LDFLAGS += $(OS_LDFLAGS) $(ARCH_LDFLAGS)
blueswir131422552007-04-16 18:27:06 +000014
malc96935aa2008-07-02 21:16:22 +000015CPPFLAGS += -I. -I$(SRC_PATH) -MMD -MP -MT $@
bellard4fb240a2007-11-07 19:24:02 +000016CPPFLAGS += -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
bellard766a4872003-02-18 23:35:48 +000017LIBS=
bellard1f50f8d2004-05-08 14:44:43 +000018ifdef CONFIG_STATIC
bellard40293e52008-01-31 11:32:10 +000019LDFLAGS += -static
bellard1f50f8d2004-05-08 14:44:43 +000020endif
pbrookcc8ae6d2006-04-23 17:57:59 +000021ifdef BUILD_DOCS
bellard7a5ca862008-05-27 21:13:40 +000022DOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 qemu-nbd.8
pbrookcc8ae6d2006-04-23 17:57:59 +000023else
24DOCS=
25endif
bellard7d132992003-03-06 23:23:54 +000026
ths70956b72007-03-17 15:00:37 +000027LIBS+=$(AIOLIBS)
bellard83f64092006-08-01 16:21:11 +000028
aliguori7e00eb92008-08-02 01:57:02 +000029ifdef CONFIG_SOLARIS
30LIBS+=-lsocket -lnsl -lresolv
31endif
32
aliguori03ff3ca2008-09-15 15:51:35 +000033ifdef CONFIG_WIN32
34LIBS+=-lwinmm -lws2_32 -liphlpapi
35endif
36
aliguori818220f2008-09-24 01:13:40 +000037all: $(TOOLS) $(DOCS) recurse-all
pbrookb9dea4f2006-05-13 16:54:03 +000038
pbrookcec7d0b2008-05-28 16:44:57 +000039SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS))
40
aurel3286e840e2008-12-07 15:21:23 +000041subdir-%:
pbrook4aa42532006-05-13 13:55:08 +000042 $(MAKE) -C $(subst subdir-,,$@) all
43
pbrookcec7d0b2008-05-28 16:44:57 +000044$(filter %-softmmu,$(SUBDIR_RULES)): libqemu_common.a
45$(filter %-user,$(SUBDIR_RULES)): libqemu_user.a
46
47recurse-all: $(SUBDIR_RULES)
bellard83f64092006-08-01 16:21:11 +000048
pbrookfaf07962007-11-11 02:51:17 +000049#######################################################################
50# BLOCK_OBJS is code used by both qemu system emulation and qemu-img
51
pbrook17e23772008-06-09 13:47:45 +000052BLOCK_OBJS=cutils.o qemu-malloc.o
pbrookfaf07962007-11-11 02:51:17 +000053BLOCK_OBJS+=block-cow.o block-qcow.o aes.o block-vmdk.o block-cloop.o
54BLOCK_OBJS+=block-dmg.o block-bochs.o block-vpc.o block-vvfat.o
aliguori03ff3ca2008-09-15 15:51:35 +000055BLOCK_OBJS+=block-qcow2.o block-parallels.o block-nbd.o
aliguoria76bab42008-09-22 19:17:18 +000056BLOCK_OBJS+=nbd.o block.o aio.o
aliguori03ff3ca2008-09-15 15:51:35 +000057
58ifdef CONFIG_WIN32
59BLOCK_OBJS += block-raw-win32.o
60else
aliguori3c529d92008-12-12 16:41:40 +000061ifdef CONFIG_AIO
62BLOCK_OBJS += posix-aio-compat.o
63endif
aliguori03ff3ca2008-09-15 15:51:35 +000064BLOCK_OBJS += block-raw-posix.o
65endif
66
bellard4fb240a2007-11-07 19:24:02 +000067######################################################################
bellard2e2ea902008-02-01 10:02:52 +000068# libqemu_common.a: Target independent part of system emulation. The
bellard4fb240a2007-11-07 19:24:02 +000069# long term path is to suppress *all* target specific code in case of
70# system emulation, i.e. a single QEMU executable should support all
71# CPUs and machines.
bellard47cea612004-05-17 20:06:42 +000072
aliguoricd01b4a2008-08-21 19:25:45 +000073OBJS=$(BLOCK_OBJS)
pbrook87ecb682007-11-17 17:14:51 +000074OBJS+=readline.o console.o
aliguoricd01b4a2008-08-21 19:25:45 +000075
pbrook87ecb682007-11-17 17:14:51 +000076OBJS+=irq.o
77OBJS+=i2c.o smbus.o smbus_eeprom.o max7310.o max111x.o wm8750.o
balrog7e7c5e42008-04-14 21:57:44 +000078OBJS+=ssd0303.o ssd0323.o ads7846.o stellaris_input.o twl92230.o
balrog1d4e5472008-05-09 22:16:11 +000079OBJS+=tmp105.o lm832x.o
pbrook87ecb682007-11-17 17:14:51 +000080OBJS+=scsi-disk.o cdrom.o
ths985a03b2007-12-24 16:10:43 +000081OBJS+=scsi-generic.o
blueswir168063642008-11-22 21:03:55 +000082OBJS+=usb.o usb-hub.o usb-$(HOST_USB).o usb-hid.o usb-msd.o usb-wacom.o
balrog6c9f8862008-07-17 20:47:13 +000083OBJS+=usb-serial.o usb-net.o
pbrook775616c2007-11-24 23:35:08 +000084OBJS+=sd.o ssi-sd.o
balroge6a6d5a2008-09-29 00:40:44 +000085OBJS+=bt.o bt-host.o bt-vhci.o bt-l2cap.o bt-sdp.o bt-hci.o bt-hid.o usb-bt.o
aliguori559b90f2008-11-11 21:20:14 +000086OBJS+=buffered_file.o migration.o migration-tcp.o net.o qemu-sockets.o
malc902b3d52008-12-10 19:18:40 +000087OBJS+=qemu-char.o aio.o net-checksum.o savevm.o cache-utils.o
pbrook87ecb682007-11-17 17:14:51 +000088
aurel322e4d9fb2008-04-08 06:01:02 +000089ifdef CONFIG_BRLAPI
90OBJS+= baum.o
91LIBS+=-lbrlapi
92endif
93
bellard4fb240a2007-11-07 19:24:02 +000094ifdef CONFIG_WIN32
95OBJS+=tap-win32.o
aliguori559b90f2008-11-11 21:20:14 +000096else
97OBJS+=migration-exec.o
bellard4fb240a2007-11-07 19:24:02 +000098endif
99
100AUDIO_OBJS = audio.o noaudio.o wavaudio.o mixeng.o
101ifdef CONFIG_SDL
102AUDIO_OBJS += sdlaudio.o
103endif
104ifdef CONFIG_OSS
105AUDIO_OBJS += ossaudio.o
106endif
107ifdef CONFIG_COREAUDIO
108AUDIO_OBJS += coreaudio.o
balrogca9cc282008-01-14 04:24:29 +0000109AUDIO_PT = yes
bellard4fb240a2007-11-07 19:24:02 +0000110endif
111ifdef CONFIG_ALSA
112AUDIO_OBJS += alsaaudio.o
113endif
114ifdef CONFIG_DSOUND
115AUDIO_OBJS += dsoundaudio.o
116endif
117ifdef CONFIG_FMOD
118AUDIO_OBJS += fmodaudio.o
119audio/audio.o audio/fmodaudio.o: CPPFLAGS := -I$(CONFIG_FMOD_INC) $(CPPFLAGS)
120endif
balrogca9cc282008-01-14 04:24:29 +0000121ifdef CONFIG_ESD
122AUDIO_PT = yes
123AUDIO_PT_INT = yes
124AUDIO_OBJS += esdaudio.o
125endif
malcb8e59f12008-07-02 21:03:08 +0000126ifdef CONFIG_PA
127AUDIO_PT = yes
128AUDIO_PT_INT = yes
129AUDIO_OBJS += paaudio.o
130endif
balrogca9cc282008-01-14 04:24:29 +0000131ifdef AUDIO_PT
132LDFLAGS += -pthread
133endif
134ifdef AUDIO_PT_INT
135AUDIO_OBJS += audio_pt_int.o
136endif
bellard4fb240a2007-11-07 19:24:02 +0000137AUDIO_OBJS+= wavcapture.o
138OBJS+=$(addprefix audio/, $(AUDIO_OBJS))
139
140ifdef CONFIG_SDL
141OBJS+=sdl.o x_keymap.o
142endif
balrog4d3b6f62008-02-10 16:33:14 +0000143ifdef CONFIG_CURSES
144OBJS+=curses.o
145endif
bellard4fb240a2007-11-07 19:24:02 +0000146OBJS+=vnc.o d3des.o
147
148ifdef CONFIG_COCOA
149OBJS+=cocoa.o
150endif
151
152ifdef CONFIG_SLIRP
153CPPFLAGS+=-I$(SRC_PATH)/slirp
154SLIRP_OBJS=cksum.o if.o ip_icmp.o ip_input.o ip_output.o \
155slirp.o mbuf.o misc.o sbuf.o socket.o tcp_input.o tcp_output.o \
156tcp_subr.o tcp_timer.o udp.o bootp.o debug.o tftp.o
157OBJS+=$(addprefix slirp/, $(SLIRP_OBJS))
158endif
159
ths8a16d272008-07-19 09:56:24 +0000160LIBS+=$(VDE_LIBS)
161
bellard4fb240a2007-11-07 19:24:02 +0000162cocoa.o: cocoa.m
bellard4fb240a2007-11-07 19:24:02 +0000163
164sdl.o: sdl.c keymaps.c sdl_keysym.h
aliguori807544e2009-01-21 18:12:44 +0000165
166sdl.o audio/sdlaudio.o: CFLAGS += $(SDL_CFLAGS)
bellard4fb240a2007-11-07 19:24:02 +0000167
168vnc.o: vnc.c keymaps.c sdl_keysym.h vnchextile.h d3des.c d3des.h
aliguori807544e2009-01-21 18:12:44 +0000169
170vnc.o: CFLAGS += $(CONFIG_VNC_TLS_CFLAGS)
bellard4fb240a2007-11-07 19:24:02 +0000171
balrog4d3b6f62008-02-10 16:33:14 +0000172curses.o: curses.c keymaps.c curses_keys.h
balrog4d3b6f62008-02-10 16:33:14 +0000173
aliguori807544e2009-01-21 18:12:44 +0000174bt-host.o: CFLAGS += $(CONFIG_BLUEZ_CFLAGS)
bellard4fb240a2007-11-07 19:24:02 +0000175
176libqemu_common.a: $(OBJS)
177 rm -f $@
178 $(AR) rcs $@ $(OBJS)
179
pbrookcec7d0b2008-05-28 16:44:57 +0000180#######################################################################
181# USER_OBJS is code used by qemu userspace emulation
malc902b3d52008-12-10 19:18:40 +0000182USER_OBJS=cutils.o cache-utils.o
pbrookcec7d0b2008-05-28 16:44:57 +0000183
184libqemu_user.a: $(USER_OBJS)
185 rm -f $@
186 $(AR) rcs $@ $(USER_OBJS)
187
bellard4fb240a2007-11-07 19:24:02 +0000188######################################################################
189
aliguori03ff3ca2008-09-15 15:51:35 +0000190qemu-img$(EXESUF): qemu-img.o qemu-tool.o osdep.o $(BLOCK_OBJS)
bellard40293e52008-01-31 11:32:10 +0000191 $(CC) $(LDFLAGS) -o $@ $^ -lz $(LIBS)
bellard4fb240a2007-11-07 19:24:02 +0000192
aliguori03ff3ca2008-09-15 15:51:35 +0000193qemu-nbd$(EXESUF): qemu-nbd.o qemu-tool.o osdep.o $(BLOCK_OBJS)
bellard7a5ca862008-05-27 21:13:40 +0000194 $(CC) $(LDFLAGS) -o $@ $^ -lz $(LIBS)
195
bellard31e31b82003-02-18 22:55:36 +0000196clean:
bellard2d80ae82003-08-11 23:01:33 +0000197# avoid old build problems by removing potentially incorrect old files
ths5fafdf22007-09-16 21:08:06 +0000198 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
aurel3286e840e2008-12-07 15:21:23 +0000199 rm -f *.o *.d *.a $(TOOLS) TAGS cscope.* *.pod *~ */*~
bellard4fb240a2007-11-07 19:24:02 +0000200 rm -f slirp/*.o slirp/*.d audio/*.o audio/*.d
bellard7d3505c2004-05-12 19:32:15 +0000201 $(MAKE) -C tests clean
bellard626df762003-08-10 21:39:31 +0000202 for d in $(TARGET_DIRS); do \
bellard7d3505c2004-05-12 19:32:15 +0000203 $(MAKE) -C $$d $@ || exit 1 ; \
bellard626df762003-08-10 21:39:31 +0000204 done
bellard31e31b82003-02-18 22:55:36 +0000205
bellard7d132992003-03-06 23:23:54 +0000206distclean: clean
pbrookcc8ae6d2006-04-23 17:57:59 +0000207 rm -f config-host.mak config-host.h $(DOCS)
pbrook0cb3fb12006-05-14 12:07:53 +0000208 rm -f qemu-{doc,tech}.{info,aux,cp,dvi,fn,info,ky,log,pg,toc,tp,vr}
bellard76bc6832003-08-10 23:41:46 +0000209 for d in $(TARGET_DIRS); do \
bellardbc1b0502003-10-28 00:12:52 +0000210 rm -rf $$d || exit 1 ; \
bellard76bc6832003-08-10 23:41:46 +0000211 done
bellard7d132992003-03-06 23:23:54 +0000212
bellardfed4a9a2004-12-12 22:18:34 +0000213KEYMAPS=da en-gb et fr fr-ch is lt modifiers no pt-br sv \
214ar de en-us fi fr-be hr it lv nl pl ru th \
215common de-ch es fo fr-ca hu ja mk nl-be pt sl tr
216
ths77755342008-11-27 15:45:16 +0000217ifdef INSTALL_BLOBS
218BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
aurel32e5d01b02009-01-09 11:01:31 +0000219video.x openbios-sparc32 openbios-sparc64 openbios-ppc \
220pxe-ne2k_pci.bin pxe-rtl8139.bin pxe-pcnet.bin pxe-e1000.bin \
221bamboo.dtb
ths77755342008-11-27 15:45:16 +0000222else
223BLOBS=
224endif
225
pbrook38954dc2006-04-30 23:54:18 +0000226install-doc: $(DOCS)
227 mkdir -p "$(DESTDIR)$(docdir)"
228 $(INSTALL) -m 644 qemu-doc.html qemu-tech.html "$(DESTDIR)$(docdir)"
229ifndef CONFIG_WIN32
230 mkdir -p "$(DESTDIR)$(mandir)/man1"
231 $(INSTALL) qemu.1 qemu-img.1 "$(DESTDIR)$(mandir)/man1"
bellard7a5ca862008-05-27 21:13:40 +0000232 mkdir -p "$(DESTDIR)$(mandir)/man8"
233 $(INSTALL) qemu-nbd.8 "$(DESTDIR)$(mandir)/man8"
pbrook38954dc2006-04-30 23:54:18 +0000234endif
235
236install: all $(if $(BUILD_DOCS),install-doc)
pbrook1236cab2006-04-09 20:47:35 +0000237 mkdir -p "$(DESTDIR)$(bindir)"
ths932a79d2007-10-20 18:29:34 +0000238ifneq ($(TOOLS),)
pbrook6a882642006-04-17 13:57:12 +0000239 $(INSTALL) -m 755 -s $(TOOLS) "$(DESTDIR)$(bindir)"
ths932a79d2007-10-20 18:29:34 +0000240endif
ths77755342008-11-27 15:45:16 +0000241ifneq ($(BLOBS),)
pbrook1236cab2006-04-09 20:47:35 +0000242 mkdir -p "$(DESTDIR)$(datadir)"
ths77755342008-11-27 15:45:16 +0000243 set -e; for x in $(BLOBS); do \
pbrook6a882642006-04-17 13:57:12 +0000244 $(INSTALL) -m 644 $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \
pbrookad064842006-04-16 12:41:07 +0000245 done
ths77755342008-11-27 15:45:16 +0000246endif
bellard11d9f692004-04-02 20:55:59 +0000247ifndef CONFIG_WIN32
pbrook1236cab2006-04-09 20:47:35 +0000248 mkdir -p "$(DESTDIR)$(datadir)/keymaps"
blueswir118be8d72008-03-05 18:16:09 +0000249 set -e; for x in $(KEYMAPS); do \
pbrook6a882642006-04-17 13:57:12 +0000250 $(INSTALL) -m 644 $(SRC_PATH)/keymaps/$$x "$(DESTDIR)$(datadir)/keymaps"; \
pbrookad064842006-04-16 12:41:07 +0000251 done
bellard11d9f692004-04-02 20:55:59 +0000252endif
bellard626df762003-08-10 21:39:31 +0000253 for d in $(TARGET_DIRS); do \
bellard7d3505c2004-05-12 19:32:15 +0000254 $(MAKE) -C $$d $@ || exit 1 ; \
bellard626df762003-08-10 21:39:31 +0000255 done
bellard612384d2003-03-22 17:31:19 +0000256
bellard367e86e2003-03-01 17:13:26 +0000257# various test targets
bellard9b0b8202007-11-14 10:34:57 +0000258test speed: all
bellard7d3505c2004-05-12 19:32:15 +0000259 $(MAKE) -C tests $@
bellard31e31b82003-02-18 22:55:36 +0000260
ths5fafdf22007-09-16 21:08:06 +0000261TAGS:
bellardb9adb4a2003-04-29 20:41:16 +0000262 etags *.[ch] tests/*.[ch]
bellard31e31b82003-02-18 22:55:36 +0000263
bellard6688bc62005-08-21 09:23:39 +0000264cscope:
265 rm -f ./cscope.*
aurel32ede46082008-10-01 21:46:58 +0000266 find . -name "*.[ch]" -print | sed 's,^\./,,' > ./cscope.files
bellard6688bc62005-08-21 09:23:39 +0000267 cscope -b
268
bellard3ef693a2003-03-23 20:17:16 +0000269# documentation
bellard1f673132004-04-04 15:21:17 +0000270%.html: %.texi
bellard3ef693a2003-03-23 20:17:16 +0000271 texi2html -monolithic -number $<
272
bellardf3548322006-04-30 22:51:54 +0000273%.info: %.texi
274 makeinfo $< -o $@
275
276%.dvi: %.texi
277 texi2dvi $<
278
bellard5a671352003-10-01 00:13:48 +0000279qemu.1: qemu-doc.texi
pbrookad064842006-04-16 12:41:07 +0000280 $(SRC_PATH)/texi2pod.pl $< qemu.pod
bellard5a671352003-10-01 00:13:48 +0000281 pod2man --section=1 --center=" " --release=" " qemu.pod > $@
282
bellardacd935e2004-11-15 22:57:26 +0000283qemu-img.1: qemu-img.texi
pbrookad064842006-04-16 12:41:07 +0000284 $(SRC_PATH)/texi2pod.pl $< qemu-img.pod
bellardacd935e2004-11-15 22:57:26 +0000285 pod2man --section=1 --center=" " --release=" " qemu-img.pod > $@
286
bellard7a5ca862008-05-27 21:13:40 +0000287qemu-nbd.8: qemu-nbd.texi
288 $(SRC_PATH)/texi2pod.pl $< qemu-nbd.pod
289 pod2man --section=8 --center=" " --release=" " qemu-nbd.pod > $@
290
pbrook0cb3fb12006-05-14 12:07:53 +0000291info: qemu-doc.info qemu-tech.info
292
293dvi: qemu-doc.dvi qemu-tech.dvi
294
295html: qemu-doc.html qemu-tech.html
296
aliguori818220f2008-09-24 01:13:40 +0000297qemu-doc.dvi qemu-doc.html qemu-doc.info: qemu-img.texi qemu-nbd.texi
298
thsdf5cf722007-01-24 22:56:36 +0000299VERSION ?= $(shell cat VERSION)
300FILE = qemu-$(VERSION)
bellard586314f2003-03-03 15:02:29 +0000301
bellard1e43adf2003-09-30 20:54:24 +0000302# tar release (use 'make -k tar' on a checkouted tree)
bellard586314f2003-03-03 15:02:29 +0000303tar:
304 rm -rf /tmp/$(FILE)
bellard1e43adf2003-09-30 20:54:24 +0000305 cp -r . /tmp/$(FILE)
aurel3299c6c082008-04-22 20:45:30 +0000306 cd /tmp && tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude CVS --exclude .git --exclude .svn
bellard586314f2003-03-03 15:02:29 +0000307 rm -rf /tmp/$(FILE)
308
bellard76b62fd2003-10-28 00:47:44 +0000309# generate a binary distribution
bellardd691f662003-03-24 21:58:34 +0000310tarbin:
blueswir118be8d72008-03-05 18:16:09 +0000311 cd / && tar zcvf ~/qemu-$(VERSION)-$(ARCH).tar.gz \
bellard43095f32005-04-27 20:49:23 +0000312 $(bindir)/qemu \
bellard43095f32005-04-27 20:49:23 +0000313 $(bindir)/qemu-system-x86_64 \
aurel3240e8a532009-01-03 12:35:57 +0000314 $(bindir)/qemu-system-arm \
315 $(bindir)/qemu-system-cris \
316 $(bindir)/qemu-system-m68k \
bellard93856aa2005-07-24 18:44:35 +0000317 $(bindir)/qemu-system-mips \
pbrook38260992006-03-11 14:51:13 +0000318 $(bindir)/qemu-system-mipsel \
thsfbe4f652007-04-01 11:16:48 +0000319 $(bindir)/qemu-system-mips64 \
320 $(bindir)/qemu-system-mips64el \
aurel3240e8a532009-01-03 12:35:57 +0000321 $(bindir)/qemu-system-ppc \
322 $(bindir)/qemu-system-ppcemb \
323 $(bindir)/qemu-system-ppc64 \
thsff1aaf62007-09-29 21:18:26 +0000324 $(bindir)/qemu-system-sh4 \
ths85ffbdf2007-12-09 05:10:03 +0000325 $(bindir)/qemu-system-sh4eb \
aurel3240e8a532009-01-03 12:35:57 +0000326 $(bindir)/qemu-system-sparc \
bellard7efa4382004-05-12 18:54:06 +0000327 $(bindir)/qemu-i386 \
bellardf0403c02008-01-06 18:27:12 +0000328 $(bindir)/qemu-x86_64 \
aurel3240e8a532009-01-03 12:35:57 +0000329 $(bindir)/qemu-alpha \
330 $(bindir)/qemu-arm \
331 $(bindir)/qemu-armeb \
332 $(bindir)/qemu-cris \
333 $(bindir)/qemu-m68k \
334 $(bindir)/qemu-mips \
335 $(bindir)/qemu-mipsel \
336 $(bindir)/qemu-ppc \
337 $(bindir)/qemu-ppc64 \
338 $(bindir)/qemu-ppc64abi32 \
339 $(bindir)/qemu-sh4 \
340 $(bindir)/qemu-sh4eb \
341 $(bindir)/qemu-sparc \
342 $(bindir)/qemu-sparc64 \
343 $(bindir)/qemu-sparc32plus \
344 $(bindir)/qemu-img \
345 $(bindir)/qemu-nbd \
bellard7efa4382004-05-12 18:54:06 +0000346 $(datadir)/bios.bin \
347 $(datadir)/vgabios.bin \
bellardde9258a2004-06-06 15:50:03 +0000348 $(datadir)/vgabios-cirrus.bin \
bellard637f6cd2004-06-21 19:54:47 +0000349 $(datadir)/ppc_rom.bin \
bellardd5295252005-07-03 14:00:51 +0000350 $(datadir)/video.x \
bellard0986ac32006-06-14 12:36:32 +0000351 $(datadir)/openbios-sparc32 \
blueswir1938255d2008-04-23 19:38:07 +0000352 $(datadir)/openbios-sparc64 \
aurel32e5d01b02009-01-09 11:01:31 +0000353 $(datadir)/openbios-ppc \
aurel3240e8a532009-01-03 12:35:57 +0000354 $(datadir)/pxe-ne2k_pci.bin \
bellard19c80e52007-02-05 21:22:42 +0000355 $(datadir)/pxe-rtl8139.bin \
aurel3240e8a532009-01-03 12:35:57 +0000356 $(datadir)/pxe-pcnet.bin \
aliguori29919902008-07-26 16:53:22 +0000357 $(datadir)/pxe-e1000.bin \
bellard1f50f8d2004-05-08 14:44:43 +0000358 $(docdir)/qemu-doc.html \
359 $(docdir)/qemu-tech.html \
aurel3240e8a532009-01-03 12:35:57 +0000360 $(mandir)/man1/qemu.1 \
361 $(mandir)/man1/qemu-img.1 \
bellard7a5ca862008-05-27 21:13:40 +0000362 $(mandir)/man8/qemu-nbd.8
bellardd691f662003-03-24 21:58:34 +0000363
bellard4fb240a2007-11-07 19:24:02 +0000364# Include automatically generated dependency files
365-include $(wildcard *.d audio/*.d slirp/*.d)