]> git.proxmox.com Git - qemu.git/blame - Makefile
Refactor keymap code to avoid duplication ("Daniel P. Berrange")
[qemu.git] / Makefile
CommitLineData
0cb3fb1e
PB
1# Makefile for QEMU.
2
ad064840 3include config-host.mak
17759187 4include $(SRC_PATH)/rules.mak
766a487a 5
818220f5
AL
6.PHONY: all clean cscope distclean dvi html info install install-doc \
7 recurse-all speed tar tarbin test
0cb3fb1e 8
8c462f8f
PB
9VPATH=$(SRC_PATH):$(SRC_PATH)/hw
10
17759187 11
40293e58
FB
12CFLAGS += $(OS_CFLAGS) $(ARCH_CFLAGS)
13LDFLAGS += $(OS_LDFLAGS) $(ARCH_LDFLAGS)
3142255c 14
96935aa4 15CPPFLAGS += -I. -I$(SRC_PATH) -MMD -MP -MT $@
4fb240a4 16CPPFLAGS += -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
766a487a 17LIBS=
1f50f8d1 18ifdef CONFIG_STATIC
40293e58 19LDFLAGS += -static
1f50f8d1 20endif
cc8ae6de 21ifdef BUILD_DOCS
7a5ca864 22DOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 qemu-nbd.8
cc8ae6de
PB
23else
24DOCS=
25endif
aa05ae6f 26
70956b77 27LIBS+=$(AIOLIBS)
83f64091 28
7e00eb9b
AL
29ifdef CONFIG_SOLARIS
30LIBS+=-lsocket -lnsl -lresolv
31endif
32
03ff3ca3
AL
33ifdef CONFIG_WIN32
34LIBS+=-lwinmm -lws2_32 -liphlpapi
35endif
36
818220f5 37all: $(TOOLS) $(DOCS) recurse-all
b9dea4fb 38
cec7d0b6
PB
39SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS))
40
86e840ee 41subdir-%:
28c699a2 42 $(call quiet-command,$(MAKE) -C $* V="$(V)" TARGET_DIR="$*/" all,)
4aa42531 43
cec7d0b6
PB
44$(filter %-softmmu,$(SUBDIR_RULES)): libqemu_common.a
45$(filter %-user,$(SUBDIR_RULES)): libqemu_user.a
46
47recurse-all: $(SUBDIR_RULES)
83f64091 48
faf07963
PB
49#######################################################################
50# BLOCK_OBJS is code used by both qemu system emulation and qemu-img
51
17e2377a 52BLOCK_OBJS=cutils.o qemu-malloc.o
faf07963
PB
53BLOCK_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
03ff3ca3 55BLOCK_OBJS+=block-qcow2.o block-parallels.o block-nbd.o
a76bab49 56BLOCK_OBJS+=nbd.o block.o aio.o
03ff3ca3
AL
57
58ifdef CONFIG_WIN32
59BLOCK_OBJS += block-raw-win32.o
60else
3c529d93
AL
61ifdef CONFIG_AIO
62BLOCK_OBJS += posix-aio-compat.o
63endif
03ff3ca3
AL
64BLOCK_OBJS += block-raw-posix.o
65endif
66
4fb240a4 67######################################################################
2e2ea909 68# libqemu_common.a: Target independent part of system emulation. The
4fb240a4
FB
69# 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.
47cea614 72
cd01b4a3 73OBJS=$(BLOCK_OBJS)
87ecb68b 74OBJS+=readline.o console.o
cd01b4a3 75
87ecb68b
PB
76OBJS+=irq.o
77OBJS+=i2c.o smbus.o smbus_eeprom.o max7310.o max111x.o wm8750.o
7e7c5e4c 78OBJS+=ssd0303.o ssd0323.o ads7846.o stellaris_input.o twl92230.o
1d4e547b 79OBJS+=tmp105.o lm832x.o
87ecb68b 80OBJS+=scsi-disk.o cdrom.o
985a03b0 81OBJS+=scsi-generic.o
68063649 82OBJS+=usb.o usb-hub.o usb-$(HOST_USB).o usb-hid.o usb-msd.o usb-wacom.o
6c9f886c 83OBJS+=usb-serial.o usb-net.o
775616c3 84OBJS+=sd.o ssi-sd.o
e6a6d5ab 85OBJS+=bt.o bt-host.o bt-vhci.o bt-l2cap.o bt-sdp.o bt-hci.o bt-hid.o usb-bt.o
559b90fb 86OBJS+=buffered_file.o migration.o migration-tcp.o net.o qemu-sockets.o
902b3d5c 87OBJS+=qemu-char.o aio.o net-checksum.o savevm.o cache-utils.o
87ecb68b 88
2e4d9fb1
AJ
89ifdef CONFIG_BRLAPI
90OBJS+= baum.o
91LIBS+=-lbrlapi
92endif
93
4fb240a4
FB
94ifdef CONFIG_WIN32
95OBJS+=tap-win32.o
559b90fb
AL
96else
97OBJS+=migration-exec.o
4fb240a4
FB
98endif
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
ca9cc28c 109AUDIO_PT = yes
4fb240a4
FB
110endif
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
ca9cc28c
AZ
121ifdef CONFIG_ESD
122AUDIO_PT = yes
123AUDIO_PT_INT = yes
124AUDIO_OBJS += esdaudio.o
125endif
b8e59f18 126ifdef CONFIG_PA
127AUDIO_PT = yes
128AUDIO_PT_INT = yes
129AUDIO_OBJS += paaudio.o
130endif
ca9cc28c
AZ
131ifdef AUDIO_PT
132LDFLAGS += -pthread
133endif
134ifdef AUDIO_PT_INT
135AUDIO_OBJS += audio_pt_int.o
136endif
4fb240a4
FB
137AUDIO_OBJS+= wavcapture.o
138OBJS+=$(addprefix audio/, $(AUDIO_OBJS))
139
0483755a 140OBJS+=keymaps.o
4fb240a4
FB
141ifdef CONFIG_SDL
142OBJS+=sdl.o x_keymap.o
143endif
4d3b6f6e
AZ
144ifdef CONFIG_CURSES
145OBJS+=curses.o
146endif
4fb240a4
FB
147OBJS+=vnc.o d3des.o
148
149ifdef CONFIG_COCOA
150OBJS+=cocoa.o
151endif
152
153ifdef CONFIG_SLIRP
154CPPFLAGS+=-I$(SRC_PATH)/slirp
155SLIRP_OBJS=cksum.o if.o ip_icmp.o ip_input.o ip_output.o \
156slirp.o mbuf.o misc.o sbuf.o socket.o tcp_input.o tcp_output.o \
157tcp_subr.o tcp_timer.o udp.o bootp.o debug.o tftp.o
158OBJS+=$(addprefix slirp/, $(SLIRP_OBJS))
159endif
160
8a16d273
TS
161LIBS+=$(VDE_LIBS)
162
4fb240a4 163cocoa.o: cocoa.m
4fb240a4 164
0483755a
AL
165keymaps.o: keymaps.c keymaps.h
166
167sdl.o: sdl.c keymaps.h sdl_keysym.h
807544e2
AL
168
169sdl.o audio/sdlaudio.o: CFLAGS += $(SDL_CFLAGS)
4fb240a4 170
0483755a 171vnc.o: vnc.c keymaps.h sdl_keysym.h vnchextile.h d3des.c d3des.h
4fb240a4 172
807544e2 173vnc.o: CFLAGS += $(CONFIG_VNC_TLS_CFLAGS)
4d3b6f6e 174
0483755a 175curses.o: curses.c keymaps.h curses_keys.h
fb599c9a 176
807544e2 177bt-host.o: CFLAGS += $(CONFIG_BLUEZ_CFLAGS)
4fb240a4
FB
178
179libqemu_common.a: $(OBJS)
4fb240a4 180
cec7d0b6
PB
181#######################################################################
182# USER_OBJS is code used by qemu userspace emulation
902b3d5c 183USER_OBJS=cutils.o cache-utils.o
cec7d0b6
PB
184
185libqemu_user.a: $(USER_OBJS)
cec7d0b6 186
4fb240a4
FB
187######################################################################
188
03ff3ca3 189qemu-img$(EXESUF): qemu-img.o qemu-tool.o osdep.o $(BLOCK_OBJS)
4fb240a4 190
03ff3ca3 191qemu-nbd$(EXESUF): qemu-nbd.o qemu-tool.o osdep.o $(BLOCK_OBJS)
3aa892d7
AL
192
193qemu-img$(EXESUF) qemu-nbd$(EXESUF): LIBS += -lz
7a5ca864 194
31e31b8a 195clean:
2d80ae89 196# avoid old build problems by removing potentially incorrect old files
5fafdf24 197 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 198 rm -f *.o *.d *.a $(TOOLS) TAGS cscope.* *.pod *~ */*~
4fb240a4 199 rm -f slirp/*.o slirp/*.d audio/*.o audio/*.d
7d3505c5 200 $(MAKE) -C tests clean
626df76a 201 for d in $(TARGET_DIRS); do \
7d3505c5 202 $(MAKE) -C $$d $@ || exit 1 ; \
626df76a 203 done
31e31b8a 204
7d13299d 205distclean: clean
cc8ae6de 206 rm -f config-host.mak config-host.h $(DOCS)
0cb3fb1e 207 rm -f qemu-{doc,tech}.{info,aux,cp,dvi,fn,info,ky,log,pg,toc,tp,vr}
76bc6838 208 for d in $(TARGET_DIRS); do \
bc1b050d 209 rm -rf $$d || exit 1 ; \
76bc6838 210 done
7d13299d 211
fed4a9ad
FB
212KEYMAPS=da en-gb et fr fr-ch is lt modifiers no pt-br sv \
213ar de en-us fi fr-be hr it lv nl pl ru th \
214common de-ch es fo fr-ca hu ja mk nl-be pt sl tr
215
77755340
TS
216ifdef INSTALL_BLOBS
217BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
e5d01b06
AJ
218video.x openbios-sparc32 openbios-sparc64 openbios-ppc \
219pxe-ne2k_pci.bin pxe-rtl8139.bin pxe-pcnet.bin pxe-e1000.bin \
220bamboo.dtb
77755340
TS
221else
222BLOBS=
223endif
224
38954dca
PB
225install-doc: $(DOCS)
226 mkdir -p "$(DESTDIR)$(docdir)"
227 $(INSTALL) -m 644 qemu-doc.html qemu-tech.html "$(DESTDIR)$(docdir)"
228ifndef CONFIG_WIN32
229 mkdir -p "$(DESTDIR)$(mandir)/man1"
6473e68f 230 $(INSTALL) -m 644 qemu.1 qemu-img.1 "$(DESTDIR)$(mandir)/man1"
7a5ca864 231 mkdir -p "$(DESTDIR)$(mandir)/man8"
6473e68f 232 $(INSTALL) -m 644 qemu-nbd.8 "$(DESTDIR)$(mandir)/man8"
38954dca
PB
233endif
234
235install: all $(if $(BUILD_DOCS),install-doc)
1236cab7 236 mkdir -p "$(DESTDIR)$(bindir)"
932a79df 237ifneq ($(TOOLS),)
6a882643 238 $(INSTALL) -m 755 -s $(TOOLS) "$(DESTDIR)$(bindir)"
932a79df 239endif
77755340 240ifneq ($(BLOBS),)
1236cab7 241 mkdir -p "$(DESTDIR)$(datadir)"
77755340 242 set -e; for x in $(BLOBS); do \
6a882643 243 $(INSTALL) -m 644 $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \
ad064840 244 done
77755340 245endif
11d9f695 246ifndef CONFIG_WIN32
1236cab7 247 mkdir -p "$(DESTDIR)$(datadir)/keymaps"
18be8d77 248 set -e; for x in $(KEYMAPS); do \
6a882643 249 $(INSTALL) -m 644 $(SRC_PATH)/keymaps/$$x "$(DESTDIR)$(datadir)/keymaps"; \
ad064840 250 done
11d9f695 251endif
626df76a 252 for d in $(TARGET_DIRS); do \
7d3505c5 253 $(MAKE) -C $$d $@ || exit 1 ; \
626df76a 254 done
612384d7 255
367e86e8 256# various test targets
9b0b8203 257test speed: all
7d3505c5 258 $(MAKE) -C tests $@
31e31b8a 259
5fafdf24 260TAGS:
b9adb4a6 261 etags *.[ch] tests/*.[ch]
31e31b8a 262
6688bc6d
FB
263cscope:
264 rm -f ./cscope.*
ede46085 265 find . -name "*.[ch]" -print | sed 's,^\./,,' > ./cscope.files
6688bc6d
FB
266 cscope -b
267
3ef693a0 268# documentation
1f673135 269%.html: %.texi
3ef693a0
FB
270 texi2html -monolithic -number $<
271
f3548328
FB
272%.info: %.texi
273 makeinfo $< -o $@
274
275%.dvi: %.texi
276 texi2dvi $<
277
5a67135a 278qemu.1: qemu-doc.texi
ad064840 279 $(SRC_PATH)/texi2pod.pl $< qemu.pod
5a67135a
FB
280 pod2man --section=1 --center=" " --release=" " qemu.pod > $@
281
acd935ef 282qemu-img.1: qemu-img.texi
ad064840 283 $(SRC_PATH)/texi2pod.pl $< qemu-img.pod
acd935ef
FB
284 pod2man --section=1 --center=" " --release=" " qemu-img.pod > $@
285
7a5ca864
FB
286qemu-nbd.8: qemu-nbd.texi
287 $(SRC_PATH)/texi2pod.pl $< qemu-nbd.pod
288 pod2man --section=8 --center=" " --release=" " qemu-nbd.pod > $@
289
0cb3fb1e
PB
290info: qemu-doc.info qemu-tech.info
291
292dvi: qemu-doc.dvi qemu-tech.dvi
293
294html: qemu-doc.html qemu-tech.html
295
818220f5
AL
296qemu-doc.dvi qemu-doc.html qemu-doc.info: qemu-img.texi qemu-nbd.texi
297
df5cf721
TS
298VERSION ?= $(shell cat VERSION)
299FILE = qemu-$(VERSION)
586314f2 300
1e43adfc 301# tar release (use 'make -k tar' on a checkouted tree)
586314f2
FB
302tar:
303 rm -rf /tmp/$(FILE)
1e43adfc 304 cp -r . /tmp/$(FILE)
99c6c082 305 cd /tmp && tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude CVS --exclude .git --exclude .svn
586314f2
FB
306 rm -rf /tmp/$(FILE)
307
76b62fd0 308# generate a binary distribution
d691f669 309tarbin:
18be8d77 310 cd / && tar zcvf ~/qemu-$(VERSION)-$(ARCH).tar.gz \
43095f31 311 $(bindir)/qemu \
43095f31 312 $(bindir)/qemu-system-x86_64 \
40e8a53b
AJ
313 $(bindir)/qemu-system-arm \
314 $(bindir)/qemu-system-cris \
315 $(bindir)/qemu-system-m68k \
93856aac 316 $(bindir)/qemu-system-mips \
38260998 317 $(bindir)/qemu-system-mipsel \
fbe4f65b
TS
318 $(bindir)/qemu-system-mips64 \
319 $(bindir)/qemu-system-mips64el \
40e8a53b
AJ
320 $(bindir)/qemu-system-ppc \
321 $(bindir)/qemu-system-ppcemb \
322 $(bindir)/qemu-system-ppc64 \
ff1aaf65 323 $(bindir)/qemu-system-sh4 \
85ffbdfc 324 $(bindir)/qemu-system-sh4eb \
40e8a53b 325 $(bindir)/qemu-system-sparc \
7efa4387 326 $(bindir)/qemu-i386 \
f0403c03 327 $(bindir)/qemu-x86_64 \
40e8a53b
AJ
328 $(bindir)/qemu-alpha \
329 $(bindir)/qemu-arm \
330 $(bindir)/qemu-armeb \
331 $(bindir)/qemu-cris \
332 $(bindir)/qemu-m68k \
333 $(bindir)/qemu-mips \
334 $(bindir)/qemu-mipsel \
335 $(bindir)/qemu-ppc \
336 $(bindir)/qemu-ppc64 \
337 $(bindir)/qemu-ppc64abi32 \
338 $(bindir)/qemu-sh4 \
339 $(bindir)/qemu-sh4eb \
340 $(bindir)/qemu-sparc \
341 $(bindir)/qemu-sparc64 \
342 $(bindir)/qemu-sparc32plus \
343 $(bindir)/qemu-img \
344 $(bindir)/qemu-nbd \
7efa4387
FB
345 $(datadir)/bios.bin \
346 $(datadir)/vgabios.bin \
de9258a8 347 $(datadir)/vgabios-cirrus.bin \
637f6cd7 348 $(datadir)/ppc_rom.bin \
d5295253 349 $(datadir)/video.x \
0986ac3b 350 $(datadir)/openbios-sparc32 \
938255d2 351 $(datadir)/openbios-sparc64 \
e5d01b06 352 $(datadir)/openbios-ppc \
40e8a53b 353 $(datadir)/pxe-ne2k_pci.bin \
19c80e50 354 $(datadir)/pxe-rtl8139.bin \
40e8a53b 355 $(datadir)/pxe-pcnet.bin \
2991990b 356 $(datadir)/pxe-e1000.bin \
1f50f8d1
FB
357 $(docdir)/qemu-doc.html \
358 $(docdir)/qemu-tech.html \
40e8a53b
AJ
359 $(mandir)/man1/qemu.1 \
360 $(mandir)/man1/qemu-img.1 \
7a5ca864 361 $(mandir)/man8/qemu-nbd.8
d691f669 362
4fb240a4
FB
363# Include automatically generated dependency files
364-include $(wildcard *.d audio/*.d slirp/*.d)