/[qemu]/qemu/Makefile
ViewVC logotype

Diff of /qemu/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.43 by bellard, Sun Jul 6 17:15:21 2003 UTC revision 1.44 by bellard, Mon Jul 7 12:17:46 2003 UTC
# Line 141  endif Line 141  endif
141    
142  # must use static linking to avoid leaving stuff in virtual address space  # must use static linking to avoid leaving stuff in virtual address space
143  vl: vl.o block.o libqemu.a  vl: vl.o block.o libqemu.a
144          $(CC) -pg -static -Wl,-T,i386-vl.ld -o $@ $^  $(LIBS)          $(CC) -static -Wl,-T,i386-vl.ld -o $@ $^  $(LIBS)
145    
146  vlmkcow: vlmkcow.o  vlmkcow: vlmkcow.o
147          $(CC) -o $@ $^  $(LIBS)          $(CC) -o $@ $^  $(LIBS)
# Line 213  dyngen.c dyngen.h dyngen-exec.h ioctls.h Line 213  dyngen.c dyngen.h dyngen-exec.h ioctls.h
213  Makefile elf.h elfload.c main.c signal.c qemu.h \  Makefile elf.h elfload.c main.c signal.c qemu.h \
214  syscall.c syscall_defs.h vm86.c path.c mmap.c \  syscall.c syscall_defs.h vm86.c path.c mmap.c \
215  i386.ld ppc.ld alpha.ld s390.ld sparc.ld arm.ld\  i386.ld ppc.ld alpha.ld s390.ld sparc.ld arm.ld\
216  vl.c i386-vl.ld vl.h block.c\  vl.c i386-vl.ld vl.h block.c vlmkcow.c\
217  thunk.c cpu-exec.c translate.c cpu-all.h thunk.h exec.h\  thunk.c cpu-exec.c translate.c cpu-all.h thunk.h exec.h\
218  exec.c cpu-exec.c\  exec.c cpu-exec.c gdbstub.c\
219  cpu-i386.h op-i386.c helper-i386.c syscall-i386.h translate-i386.c \  cpu-i386.h op-i386.c helper-i386.c syscall-i386.h translate-i386.c \
220  exec-i386.h ops_template.h op_string.h opreg_template.h \  exec-i386.h ops_template.h ops_template_mem.h op_string.h opreg_template.h \
221  cpu-arm.h syscall-arm.h exec-arm.h op-arm.c translate-arm.c op-arm-template.h \  cpu-arm.h syscall-arm.h exec-arm.h op-arm.c translate-arm.c op-arm-template.h \
222  dis-asm.h disas.c disas.h alpha-dis.c ppc-dis.c i386-dis.c sparc-dis.c \  dis-asm.h disas.c disas.h alpha-dis.c ppc-dis.c i386-dis.c sparc-dis.c \
223  arm-dis.c \  arm-dis.c \

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26