]> Git Repo - qemu.git/blame_incremental - Makefile
PCI: show also host bridge data in "info pci" output
[qemu.git] / Makefile
... / ...
CommitLineData
1# Makefile for QEMU.
2
3GENERATED_HEADERS = config-host.h
4
5ifneq ($(wildcard config-host.mak),)
6# Put the all: rule here so that config-host.mak can contain dependencies.
7all: build-all
8include config-host.mak
9include $(SRC_PATH)/rules.mak
10config-host.mak: $(SRC_PATH)/configure
11 @echo $@ is out-of-date, running configure
12 @sed -n "/.*Configured with/s/[^:]*: //p" $@ | sh
13else
14config-host.mak:
15 @echo "Please call configure before running make!"
16 @exit 1
17endif
18
19# Don't try to regenerate Makefile or configure
20# We don't generate any of them
21Makefile: ;
22configure: ;
23
24.PHONY: all clean cscope distclean dvi html info install install-doc \
25 recurse-all speed tar tarbin test build-all
26
27$(call set-vpath, $(SRC_PATH):$(SRC_PATH)/hw)
28
29LIBS+=-lz $(LIBS_TOOLS)
30
31ifdef BUILD_DOCS
32DOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 qemu-nbd.8
33else
34DOCS=
35endif
36
37SUBDIR_MAKEFLAGS=$(if $(V),,--no-print-directory)
38SUBDIR_DEVICES_MAK=$(patsubst %, %/config-devices.mak, $(TARGET_DIRS))
39
40config-all-devices.mak: $(SUBDIR_DEVICES_MAK)
41 $(call quiet-command,cat $(SUBDIR_DEVICES_MAK) | grep =y | sort -u > $@," GEN $@")
42
43%/config-devices.mak: default-configs/%.mak
44 $(call quiet-command,cat $< > [email protected], " GEN $@")
45 @if test -f $@; then \
46 if cmp -s [email protected] $@ || cmp -s $@ [email protected]; then \
47 mv [email protected] $@; \
48 cp -p $@ [email protected]; \
49 else \
50 if test -f [email protected]; then \
51 echo "WARNING: $@ (user modified) out of date.";\
52 else \
53 echo "WARNING: $@ out of date.";\
54 fi; \
55 echo "Run \"make defconfig\" to regenerate."; \
56 rm [email protected]; \
57 fi; \
58 else \
59 mv [email protected] $@; \
60 cp -p $@ [email protected]; \
61 fi
62
63defconfig:
64 rm -f config-all-devices.mak $(SUBDIR_DEVICES_MAK)
65
66-include config-all-devices.mak
67
68build-all: $(DOCS) $(TOOLS) recurse-all
69
70config-host.h: config-host.h-timestamp
71config-host.h-timestamp: config-host.mak
72
73SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS))
74
75subdir-%: $(GENERATED_HEADERS)
76 $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C $* V="$(V)" TARGET_DIR="$*/" all,)
77
78ifneq ($(wildcard config-host.mak),)
79include $(SRC_PATH)/Makefile.objs
80endif
81
82$(common-obj-y): $(GENERATED_HEADERS)
83$(filter %-softmmu,$(SUBDIR_RULES)): $(common-obj-y)
84
85$(filter %-user,$(SUBDIR_RULES)): $(GENERATED_HEADERS) subdir-libuser
86
87ROMSUBDIR_RULES=$(patsubst %,romsubdir-%, $(ROMS))
88romsubdir-%:
89 $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C pc-bios/$* V="$(V)" TARGET_DIR="$*/",)
90
91ALL_SUBDIRS=$(TARGET_DIRS) $(patsubst %,pc-bios/%, $(ROMS))
92
93recurse-all: $(SUBDIR_RULES) $(ROMSUBDIR_RULES)
94
95audio/audio.o audio/fmodaudio.o: QEMU_CFLAGS += $(FMOD_CFLAGS)
96
97QEMU_CFLAGS+=$(CURL_CFLAGS)
98
99cocoa.o: cocoa.m
100
101keymaps.o: keymaps.c keymaps.h
102
103sdl_zoom.o: sdl_zoom.c sdl_zoom.h sdl_zoom_template.h
104
105sdl.o: sdl.c keymaps.h sdl_keysym.h sdl_zoom.h
106
107sdl.o audio/sdlaudio.o sdl_zoom.o baum.o: QEMU_CFLAGS += $(SDL_CFLAGS)
108
109acl.o: acl.h acl.c
110
111vnc.h: vnc-tls.h vnc-auth-vencrypt.h vnc-auth-sasl.h keymaps.h
112
113vnc.o: vnc.c vnc.h vnc_keysym.h vnchextile.h d3des.c d3des.h acl.h
114
115vnc.o: QEMU_CFLAGS += $(VNC_TLS_CFLAGS)
116
117vnc-tls.o: vnc-tls.c vnc.h
118
119vnc-auth-vencrypt.o: vnc-auth-vencrypt.c vnc.h
120
121vnc-auth-sasl.o: vnc-auth-sasl.c vnc.h
122
123curses.o: curses.c keymaps.h curses_keys.h
124
125bt-host.o: QEMU_CFLAGS += $(BLUEZ_CFLAGS)
126
127######################################################################
128
129qemu-img.o: qemu-img-cmds.h
130qemu-img.o qemu-tool.o qemu-nbd.o qemu-io.o: $(GENERATED_HEADERS)
131
132qemu-img$(EXESUF): qemu-img.o qemu-tool.o $(block-obj-y) $(qobject-obj-y)
133
134qemu-nbd$(EXESUF): qemu-nbd.o qemu-tool.o $(block-obj-y) $(qobject-obj-y)
135
136qemu-io$(EXESUF): qemu-io.o qemu-tool.o cmd.o $(block-obj-y) $(qobject-obj-y)
137
138qemu-img-cmds.h: $(SRC_PATH)/qemu-img-cmds.hx
139 $(call quiet-command,sh $(SRC_PATH)/hxtool -h < $< > $@," GEN $@")
140
141check-qint: check-qint.o qint.o qemu-malloc.o
142check-qstring: check-qstring.o qstring.o qemu-malloc.o
143check-qdict: check-qdict.o qdict.o qfloat.o qint.o qstring.o qbool.o qemu-malloc.o qlist.o
144check-qlist: check-qlist.o qlist.o qint.o qemu-malloc.o
145check-qfloat: check-qfloat.o qfloat.o qemu-malloc.o
146check-qjson: check-qjson.o qfloat.o qint.o qdict.o qstring.o qlist.o qbool.o qjson.o json-streamer.o json-lexer.o json-parser.o qemu-malloc.o
147
148clean:
149# avoid old build problems by removing potentially incorrect old files
150 rm -f config.mak op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h
151 rm -f *.o *.d *.a $(TOOLS) TAGS cscope.* *.pod *~ */*~
152 rm -f slirp/*.o slirp/*.d audio/*.o audio/*.d block/*.o block/*.d net/*.o net/*.d
153 rm -f qemu-img-cmds.h
154 $(MAKE) -C tests clean
155 for d in $(ALL_SUBDIRS) libhw32 libhw64 libuser; do \
156 if test -d $$d; then $(MAKE) -C $$d $@ || exit 1; fi; \
157 done
158
159distclean: clean
160 rm -f config-host.mak config-host.h* config-host.ld $(DOCS) qemu-options.texi qemu-img-cmds.texi qemu-monitor.texi
161 rm -f config-all-devices.mak
162 rm -f roms/seabios/config.mak roms/vgabios/config.mak
163 rm -f qemu-{doc,tech}.{info,aux,cp,dvi,fn,info,ky,log,pg,toc,tp,vr}
164 for d in $(TARGET_DIRS) libhw32 libhw64 libuser; do \
165 rm -rf $$d || exit 1 ; \
166 done
167
168KEYMAPS=da en-gb et fr fr-ch is lt modifiers no pt-br sv \
169ar de en-us fi fr-be hr it lv nl pl ru th \
170common de-ch es fo fr-ca hu ja mk nl-be pt sl tr
171
172ifdef INSTALL_BLOBS
173BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
174video.x openbios-sparc32 openbios-sparc64 openbios-ppc \
175pxe-e1000.bin pxe-i82559er.bin \
176pxe-ne2k_pci.bin pxe-pcnet.bin \
177pxe-rtl8139.bin pxe-virtio.bin \
178bamboo.dtb petalogix-s3adsp1800.dtb \
179multiboot.bin linuxboot.bin
180else
181BLOBS=
182endif
183
184install-doc: $(DOCS)
185 $(INSTALL_DIR) "$(DESTDIR)$(docdir)"
186 $(INSTALL_DATA) qemu-doc.html qemu-tech.html "$(DESTDIR)$(docdir)"
187ifdef CONFIG_POSIX
188 $(INSTALL_DIR) "$(DESTDIR)$(mandir)/man1"
189 $(INSTALL_DATA) qemu.1 qemu-img.1 "$(DESTDIR)$(mandir)/man1"
190 $(INSTALL_DIR) "$(DESTDIR)$(mandir)/man8"
191 $(INSTALL_DATA) qemu-nbd.8 "$(DESTDIR)$(mandir)/man8"
192endif
193
194install: all $(if $(BUILD_DOCS),install-doc)
195 $(INSTALL_DIR) "$(DESTDIR)$(bindir)"
196ifneq ($(TOOLS),)
197 $(INSTALL_PROG) $(STRIP_OPT) $(TOOLS) "$(DESTDIR)$(bindir)"
198endif
199ifneq ($(BLOBS),)
200 $(INSTALL_DIR) "$(DESTDIR)$(datadir)"
201 set -e; for x in $(BLOBS); do \
202 $(INSTALL_DATA) $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \
203 done
204endif
205 $(INSTALL_DIR) "$(DESTDIR)$(datadir)/keymaps"
206 set -e; for x in $(KEYMAPS); do \
207 $(INSTALL_DATA) $(SRC_PATH)/pc-bios/keymaps/$$x "$(DESTDIR)$(datadir)/keymaps"; \
208 done
209 for d in $(TARGET_DIRS); do \
210 $(MAKE) -C $$d $@ || exit 1 ; \
211 done
212
213# various test targets
214test speed: all
215 $(MAKE) -C tests $@
216
217.PHONY: TAGS
218TAGS:
219 find "$(SRC_PATH)" -name '*.[hc]' -print0 | xargs -0 etags
220
221cscope:
222 rm -f ./cscope.*
223 find . -name "*.[ch]" -print | sed 's,^\./,,' > ./cscope.files
224 cscope -b
225
226# documentation
227%.html: %.texi
228 $(call quiet-command,texi2html -I=. -monolithic -number $<," GEN $@")
229
230%.info: %.texi
231 $(call quiet-command,makeinfo -I . $< -o $@," GEN $@")
232
233%.dvi: %.texi
234 $(call quiet-command,texi2dvi -I . $<," GEN $@")
235
236qemu-options.texi: $(SRC_PATH)/qemu-options.hx
237 $(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@," GEN $@")
238
239qemu-monitor.texi: $(SRC_PATH)/qemu-monitor.hx
240 $(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@," GEN $@")
241
242qemu-img-cmds.texi: $(SRC_PATH)/qemu-img-cmds.hx
243 $(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@," GEN $@")
244
245qemu.1: qemu-doc.texi qemu-options.texi qemu-monitor.texi
246 $(call quiet-command, \
247 perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu.pod && \
248 pod2man --section=1 --center=" " --release=" " qemu.pod > $@, \
249 " GEN $@")
250
251qemu-img.1: qemu-img.texi qemu-img-cmds.texi
252 $(call quiet-command, \
253 perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu-img.pod && \
254 pod2man --section=1 --center=" " --release=" " qemu-img.pod > $@, \
255 " GEN $@")
256
257qemu-nbd.8: qemu-nbd.texi
258 $(call quiet-command, \
259 perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu-nbd.pod && \
260 pod2man --section=8 --center=" " --release=" " qemu-nbd.pod > $@, \
261 " GEN $@")
262
263info: qemu-doc.info qemu-tech.info
264
265dvi: qemu-doc.dvi qemu-tech.dvi
266
267html: qemu-doc.html qemu-tech.html
268
269qemu-doc.dvi qemu-doc.html qemu-doc.info: qemu-img.texi qemu-nbd.texi qemu-options.texi qemu-monitor.texi qemu-img-cmds.texi
270
271VERSION ?= $(shell cat VERSION)
272FILE = qemu-$(VERSION)
273
274# tar release (use 'make -k tar' on a checkouted tree)
275tar:
276 rm -rf /tmp/$(FILE)
277 cp -r . /tmp/$(FILE)
278 cd /tmp && tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude CVS --exclude .git --exclude .svn
279 rm -rf /tmp/$(FILE)
280
281# generate a binary distribution
282tarbin:
283 cd / && tar zcvf ~/qemu-$(VERSION)-$(ARCH).tar.gz \
284 $(bindir)/qemu \
285 $(bindir)/qemu-system-x86_64 \
286 $(bindir)/qemu-system-arm \
287 $(bindir)/qemu-system-cris \
288 $(bindir)/qemu-system-m68k \
289 $(bindir)/qemu-system-microblaze \
290 $(bindir)/qemu-system-mips \
291 $(bindir)/qemu-system-mipsel \
292 $(bindir)/qemu-system-mips64 \
293 $(bindir)/qemu-system-mips64el \
294 $(bindir)/qemu-system-ppc \
295 $(bindir)/qemu-system-ppcemb \
296 $(bindir)/qemu-system-ppc64 \
297 $(bindir)/qemu-system-sh4 \
298 $(bindir)/qemu-system-sh4eb \
299 $(bindir)/qemu-system-sparc \
300 $(bindir)/qemu-i386 \
301 $(bindir)/qemu-x86_64 \
302 $(bindir)/qemu-alpha \
303 $(bindir)/qemu-arm \
304 $(bindir)/qemu-armeb \
305 $(bindir)/qemu-cris \
306 $(bindir)/qemu-m68k \
307 $(bindir)/qemu-microblaze \
308 $(bindir)/qemu-mips \
309 $(bindir)/qemu-mipsel \
310 $(bindir)/qemu-ppc \
311 $(bindir)/qemu-ppc64 \
312 $(bindir)/qemu-ppc64abi32 \
313 $(bindir)/qemu-sh4 \
314 $(bindir)/qemu-sh4eb \
315 $(bindir)/qemu-sparc \
316 $(bindir)/qemu-sparc64 \
317 $(bindir)/qemu-sparc32plus \
318 $(bindir)/qemu-img \
319 $(bindir)/qemu-nbd \
320 $(datadir)/bios.bin \
321 $(datadir)/vgabios.bin \
322 $(datadir)/vgabios-cirrus.bin \
323 $(datadir)/ppc_rom.bin \
324 $(datadir)/video.x \
325 $(datadir)/openbios-sparc32 \
326 $(datadir)/openbios-sparc64 \
327 $(datadir)/openbios-ppc \
328 $(datadir)/pxe-ne2k_pci.bin \
329 $(datadir)/pxe-rtl8139.bin \
330 $(datadir)/pxe-pcnet.bin \
331 $(datadir)/pxe-e1000.bin \
332 $(docdir)/qemu-doc.html \
333 $(docdir)/qemu-tech.html \
334 $(mandir)/man1/qemu.1 \
335 $(mandir)/man1/qemu-img.1 \
336 $(mandir)/man8/qemu-nbd.8
337
338# Include automatically generated dependency files
339-include $(wildcard *.d audio/*.d slirp/*.d block/*.d net/*.d)
This page took 0.025971 seconds and 4 git commands to generate.