/[qemu]/qemu/Makefile
ViewVC logotype

Diff of /qemu/Makefile

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

revision 1.29 by bellard, Wed May 14 19:48:46 2003 UTC revision 1.30 by bellard, Sun May 25 16:41:18 2003 UTC
# Line 75  SRCS:= $(OBJS:.o=.c) Line 75  SRCS:= $(OBJS:.o=.c)
75  OBJS+= libqemu.a  OBJS+= libqemu.a
76    
77  LIBOBJS+=thunk.o translate-i386.o op-i386.o exec-i386.o exec.o  LIBOBJS+=thunk.o translate-i386.o op-i386.o exec-i386.o exec.o
78    
79  # NOTE: the disassembler code is only needed for debugging  # NOTE: the disassembler code is only needed for debugging
80  LIBOBJS+=disas.o ppc-dis.o i386-dis.o alpha-dis.o dis-buf.o  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
87    
88  ifeq ($(ARCH),ia64)  ifeq ($(ARCH),ia64)
89  OBJS += ia64-syscall.o  OBJS += ia64-syscall.o
# Line 140  FILES= \ Line 147  FILES= \
147  README README.distrib COPYING COPYING.LIB TODO Changelog VERSION \  README README.distrib COPYING COPYING.LIB TODO Changelog VERSION \
148  dyngen.c ioctls.h ops_template.h op_string.h  syscall_types.h\  dyngen.c ioctls.h ops_template.h op_string.h  syscall_types.h\
149  Makefile     elf.h       thunk.c\  Makefile     elf.h       thunk.c\
150  elfload.c   main.c            signal.c        thunk.h\  elfload.c   main.c            signal.c        thunk.h exec.h\
151  cpu-i386.h qemu.h op-i386.c opc-i386.h syscall-i386.h  translate-i386.c\  cpu-i386.h qemu.h op-i386.c opc-i386.h syscall-i386.h  translate-i386.c\
152  syscall.c opreg_template.h  syscall_defs.h vm86.c\  syscall.c opreg_template.h  syscall_defs.h vm86.c\
153  dis-asm.h dis-buf.c disas.c disas.h alpha-dis.c ppc-dis.c i386-dis.c\  dis-asm.h dis-buf.c disas.c disas.h alpha-dis.c ppc-dis.c i386-dis.c\

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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