Revision aa05ae6f Makefile

b/Makefile
75 75
OBJS+= libqemu.a
76 76

  
77 77
LIBOBJS+=thunk.o translate-i386.o op-i386.o exec-i386.o exec.o
78

  
78 79
# NOTE: the disassembler code is only needed for debugging
79
LIBOBJS+=disas.o ppc-dis.o i386-dis.o alpha-dis.o dis-buf.o
80
LIBOBJS+=disas.o i386-dis.o dis-buf.o
81
ifeq ($(ARCH),alpha)
82
LIBOBJS+=alpha-dis.o
83
endif
84
ifeq ($(ARCH),ppc)
85
LIBOBJS+=ppc-dis.o
86
endif
80 87

  
81 88
ifeq ($(ARCH),ia64)
82 89
OBJS += ia64-syscall.o
......
140 147
README README.distrib COPYING COPYING.LIB TODO Changelog VERSION \
141 148
dyngen.c ioctls.h ops_template.h op_string.h  syscall_types.h\
142 149
Makefile     elf.h       thunk.c\
143
elfload.c   main.c            signal.c        thunk.h\
150
elfload.c   main.c            signal.c        thunk.h exec.h\
144 151
cpu-i386.h qemu.h op-i386.c opc-i386.h syscall-i386.h  translate-i386.c\
145 152
syscall.c opreg_template.h  syscall_defs.h vm86.c\
146 153
dis-asm.h dis-buf.c disas.c disas.h alpha-dis.c ppc-dis.c i386-dis.c\

Also available in: Unified diff