Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xing Lin
qemu
Commits
76bc6838
Commit
76bc6838
authored
Aug 10, 2003
by
bellard
Browse files
updated
git-svn-id:
svn://svn.savannah.nongnu.org/qemu/trunk@363
c046a42c-6fe2-441c-8c8c-71466251a162
parent
3b22c470
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
76bc6838
...
...
@@ -27,7 +27,10 @@ clean:
done
distclean
:
clean
rm
-f
config.mak config.h
rm
-f
config-host.mak config-host.h config.mak config.h
for
d
in
$(TARGET_DIRS)
;
do
\
rm
-f
$$
d/config.h
$$
d/config.mak
||
exit
1
;
\
done
install
:
all
mkdir
-p
$(prefix)
/bin
...
...
@@ -49,16 +52,17 @@ qemu-doc.html: qemu-doc.texi
FILES
=
\
README README.distrib COPYING COPYING.LIB TODO Changelog VERSION
\
configure
\
configure
Makefile Makefile.target
\
dyngen.c dyngen.h dyngen-exec.h ioctls.h syscall_types.h
\
Makefile
elf.h elfload.c main.c signal.c qemu.h
\
elf.h elfload.c main.c signal.c qemu.h
\
syscall.c syscall_defs.h vm86.c path.c mmap.c
\
i386.ld ppc.ld alpha.ld s390.ld sparc.ld arm.ld
\
vl.c i386-vl.ld vl.h block.c vlmkcow.c
\
thunk.c cpu-exec.c translate.c cpu-all.h thunk.h exec.h
\
exec.c cpu-exec.c gdbstub.c
\
cpu-i386.h op-i386.c helper-i386.c syscall-i386.h translate-i386.c
\
i386.ld ppc.ld alpha.ld s390.ld sparc.ld arm.ld
m68k.ld
\
vl.c i386-vl.ld vl.h block.c vlmkcow.c
vga.c vga_template.h sdl.c
\
thunk.c cpu-exec.c translate.c cpu-all.h
cpu-defs.h
thunk.h exec.h
\
exec.c cpu-exec.c gdbstub.c
bswap.h
\
cpu-i386.h op-i386.c helper-i386.c
helper2-i386.c
syscall-i386.h translate-i386.c
\
exec-i386.h ops_template.h ops_template_mem.h op_string.h opreg_template.h
\
ops_mem.h softmmu_template.h softmmu_header.h
\
cpu-arm.h syscall-arm.h exec-arm.h op-arm.c translate-arm.c op-arm-template.h
\
dis-asm.h disas.c disas.h alpha-dis.c ppc-dis.c i386-dis.c sparc-dis.c
\
arm-dis.c
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment