Fix incorrect PowerPC instruction fetch exception dump.
[qemu] / Makefile
1 # Makefile for QEMU.
2
3 include config-host.mak
4
5 .PHONY: all clean distclean dvi info install install-doc tar tarbin \
6         speed test test2 html dvi info
7
8 BASE_CFLAGS=
9 BASE_LDFLAGS=
10
11 BASE_CFLAGS += $(OS_CFLAGS) $(ARCH_CFLAGS)
12 BASE_LDFLAGS += $(OS_LDFLAGS) $(ARCH_LDFLAGS)
13
14 CPPFLAGS += -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
15 LIBS=
16 ifdef CONFIG_STATIC
17 BASE_LDFLAGS += -static
18 endif
19 ifdef BUILD_DOCS
20 DOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1
21 else
22 DOCS=
23 endif
24
25 LIBS+=$(AIOLIBS)
26
27 all: $(TOOLS) $(DOCS) recurse-all
28
29 subdir-%: dyngen$(EXESUF)
30         $(MAKE) -C $(subst subdir-,,$@) all
31
32 recurse-all: $(patsubst %,subdir-%, $(TARGET_DIRS))
33
34 qemu-img$(EXESUF): qemu-img.c cutils.c block.c block-raw.c block-cow.c block-qcow.c aes.c block-vmdk.c block-cloop.c block-dmg.c block-bochs.c block-vpc.c block-vvfat.c block-qcow2.c block-parallels.c
35         $(CC) -DQEMU_TOOL $(CFLAGS) $(CPPFLAGS) $(BASE_CFLAGS) $(LDFLAGS) $(BASE_LDFLAGS) -o $@ $^ -lz $(LIBS)
36
37 dyngen$(EXESUF): dyngen.c
38         $(HOST_CC) $(CFLAGS) $(CPPFLAGS) $(BASE_CFLAGS) -o $@ $^
39
40 clean:
41 # avoid old build problems by removing potentially incorrect old files
42         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
43         rm -f *.o *.a $(TOOLS) dyngen$(EXESUF) TAGS cscope.* *.pod *~ */*~
44         $(MAKE) -C tests clean
45         for d in $(TARGET_DIRS); do \
46         $(MAKE) -C $$d $@ || exit 1 ; \
47         done
48
49 distclean: clean
50         rm -f config-host.mak config-host.h $(DOCS)
51         rm -f qemu-{doc,tech}.{info,aux,cp,dvi,fn,info,ky,log,pg,toc,tp,vr}
52         for d in $(TARGET_DIRS); do \
53         rm -rf $$d || exit 1 ; \
54         done
55
56 KEYMAPS=da     en-gb  et  fr     fr-ch  is  lt  modifiers  no  pt-br  sv \
57 ar      de     en-us  fi  fr-be  hr     it  lv  nl         pl  ru     th \
58 common  de-ch  es     fo  fr-ca  hu     ja  mk  nl-be      pt  sl     tr
59
60 install-doc: $(DOCS)
61         mkdir -p "$(DESTDIR)$(docdir)"
62         $(INSTALL) -m 644 qemu-doc.html  qemu-tech.html "$(DESTDIR)$(docdir)"
63 ifndef CONFIG_WIN32
64         mkdir -p "$(DESTDIR)$(mandir)/man1"
65         $(INSTALL) qemu.1 qemu-img.1 "$(DESTDIR)$(mandir)/man1"
66 endif
67
68 install: all $(if $(BUILD_DOCS),install-doc)
69         mkdir -p "$(DESTDIR)$(bindir)"
70 ifneq ($(TOOLS),)
71         $(INSTALL) -m 755 -s $(TOOLS) "$(DESTDIR)$(bindir)"
72 endif
73         mkdir -p "$(DESTDIR)$(datadir)"
74         for x in bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
75                 video.x openbios-sparc32 pxe-ne2k_pci.bin \
76                 pxe-rtl8139.bin pxe-pcnet.bin; do \
77                 $(INSTALL) -m 644 $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \
78         done
79 ifndef CONFIG_WIN32
80         mkdir -p "$(DESTDIR)$(datadir)/keymaps"
81         for x in $(KEYMAPS); do \
82                 $(INSTALL) -m 644 $(SRC_PATH)/keymaps/$$x "$(DESTDIR)$(datadir)/keymaps"; \
83         done
84 endif
85         for d in $(TARGET_DIRS); do \
86         $(MAKE) -C $$d $@ || exit 1 ; \
87         done
88
89 # various test targets
90 test speed test2: all
91         $(MAKE) -C tests $@
92
93 TAGS:
94         etags *.[ch] tests/*.[ch]
95
96 cscope:
97         rm -f ./cscope.*
98         find . -name "*.[ch]" -print > ./cscope.files
99         cscope -b
100
101 # documentation
102 %.html: %.texi
103         texi2html -monolithic -number $<
104
105 %.info: %.texi
106         makeinfo $< -o $@
107
108 %.dvi: %.texi
109         texi2dvi $<
110
111 qemu.1: qemu-doc.texi
112         $(SRC_PATH)/texi2pod.pl $< qemu.pod
113         pod2man --section=1 --center=" " --release=" " qemu.pod > $@
114
115 qemu-img.1: qemu-img.texi
116         $(SRC_PATH)/texi2pod.pl $< qemu-img.pod
117         pod2man --section=1 --center=" " --release=" " qemu-img.pod > $@
118
119 info: qemu-doc.info qemu-tech.info
120
121 dvi: qemu-doc.dvi qemu-tech.dvi
122
123 html: qemu-doc.html qemu-tech.html
124
125 VERSION ?= $(shell cat VERSION)
126 FILE = qemu-$(VERSION)
127
128 # tar release (use 'make -k tar' on a checkouted tree)
129 tar:
130         rm -rf /tmp/$(FILE)
131         cp -r . /tmp/$(FILE)
132         ( cd /tmp ; tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude CVS )
133         rm -rf /tmp/$(FILE)
134
135 # generate a binary distribution
136 tarbin:
137         ( cd / ; tar zcvf ~/qemu-$(VERSION)-$(ARCH).tar.gz \
138         $(bindir)/qemu \
139         $(bindir)/qemu-system-ppc \
140         $(bindir)/qemu-system-ppc64 \
141         $(bindir)/qemu-system-ppcemb \
142         $(bindir)/qemu-system-sparc \
143         $(bindir)/qemu-system-x86_64 \
144         $(bindir)/qemu-system-mips \
145         $(bindir)/qemu-system-mipsel \
146         $(bindir)/qemu-system-mips64 \
147         $(bindir)/qemu-system-mips64el \
148         $(bindir)/qemu-system-arm \
149         $(bindir)/qemu-system-m68k \
150         $(bindir)/qemu-system-sh4 \
151         $(bindir)/qemu-i386 \
152         $(bindir)/qemu-arm \
153         $(bindir)/qemu-armeb \
154         $(bindir)/qemu-sparc \
155         $(bindir)/qemu-ppc \
156         $(bindir)/qemu-ppc64 \
157         $(bindir)/qemu-mips \
158         $(bindir)/qemu-mipsel \
159         $(bindir)/qemu-mipsn32 \
160         $(bindir)/qemu-mipsn32el \
161         $(bindir)/qemu-mips64 \
162         $(bindir)/qemu-mips64el \
163         $(bindir)/qemu-alpha \
164         $(bindir)/qemu-m68k \
165         $(bindir)/qemu-sh4 \
166         $(bindir)/qemu-img \
167         $(datadir)/bios.bin \
168         $(datadir)/vgabios.bin \
169         $(datadir)/vgabios-cirrus.bin \
170         $(datadir)/ppc_rom.bin \
171         $(datadir)/video.x \
172         $(datadir)/openbios-sparc32 \
173         $(datadir)/pxe-ne2k_pci.bin \
174         $(datadir)/pxe-rtl8139.bin \
175         $(datadir)/pxe-pcnet.bin \
176         $(docdir)/qemu-doc.html \
177         $(docdir)/qemu-tech.html \
178         $(mandir)/man1/qemu.1 $(mandir)/man1/qemu-img.1 )
179
180 ifneq ($(wildcard .depend),)
181 include .depend
182 endif