Revision 0cb3fb1e

b/.cvsignore
11 11
ppc-user
12 12
qemu-doc.html
13 13
qemu-tech.html
14
qemu-doc.info
15
qemu-tech.info
14 16
qemu.1
15 17
qemu.pod
16 18
qemu-img.1
......
25 27
mipsel-softmmu
26 28
mips-user
27 29
mipsel-user
30
.gdbinit
28 31
sh4-user
29 32
sh4-softmmu
33
*.aux
34
*.cp
35
*.dvi
36
*.fn
37
*.ky
38
*.log
39
*.pg
40
*.toc
41
*.tp
42
*.vr
b/Makefile
1
# Makefile for QEMU.
2

  
1 3
include config-host.mak
2 4

  
5
.PHONY: all clean distclean dvi info install install-doc tar tarbin \
6
	speed test test2 html dvi info
7

  
3 8
CFLAGS=-Wall -O2 -g -fno-strict-aliasing -I.
4 9
ifdef CONFIG_DARWIN
5 10
CFLAGS+= -mdynamic-no-pic
......
41 46

  
42 47
distclean: clean
43 48
	rm -f config-host.mak config-host.h $(DOCS)
49
	rm -f qemu-{doc,tech}.{info,aux,cp,dvi,fn,info,ky,log,pg,toc,tp,vr}
44 50
	for d in $(TARGET_DIRS); do \
45 51
	rm -rf $$d || exit 1 ; \
46 52
        done
......
105 111
	$(SRC_PATH)/texi2pod.pl $< qemu-img.pod
106 112
	pod2man --section=1 --center=" " --release=" " qemu-img.pod > $@
107 113

  
114
info: qemu-doc.info qemu-tech.info
115

  
116
dvi: qemu-doc.dvi qemu-tech.dvi
117

  
118
html: qemu-doc.html qemu-tech.html
119

  
108 120
FILE=qemu-$(shell cat VERSION)
109 121

  
110 122
# tar release (use 'make -k tar' on a checkouted tree)

Also available in: Unified diff