/[qemu]/qemu/Makefile.target
ViewVC logotype

Diff of /qemu/Makefile.target

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

revision 1.56 by bellard, Sun Jan 30 22:43:42 2005 UTC revision 1.57 by bellard, Thu Feb 10 21:48:51 2005 UTC
# Line 237  SRCS:= $(OBJS:.o=.c) Line 237  SRCS:= $(OBJS:.o=.c)
237  OBJS+= libqemu.a  OBJS+= libqemu.a
238    
239  # cpu emulator library  # cpu emulator library
240  LIBOBJS=exec.o translate-all.o cpu-exec.o\  LIBOBJS=exec.o kqemu.o translate-all.o cpu-exec.o\
241          translate.o op.o          translate.o op.o
242    
243  ifeq ($(TARGET_ARCH), i386)  ifeq ($(TARGET_ARCH), i386)
244  LIBOBJS+=helper.o helper2.o  LIBOBJS+=helper.o helper2.o
# Line 363  ifndef CONFIG_WIN32 Line 363  ifndef CONFIG_WIN32
363  VL_LIBS=-lutil  VL_LIBS=-lutil
364  endif  endif
365  endif  endif
366    ifdef TARGET_GPROF
367    vl.o: CFLAGS+=-p
368    VL_LDFLAGS+=-p
369    endif
370    
371  $(QEMU_SYSTEM): $(VL_OBJS) libqemu.a  $(QEMU_SYSTEM): $(VL_OBJS) libqemu.a
372          $(CC) $(VL_LDFLAGS) -o $@ $^ $(LIBS) $(SDL_LIBS) $(VL_LIBS)          $(CC) $(VL_LDFLAGS) -o $@ $^ $(LIBS) $(SDL_LIBS) $(VL_LIBS)

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

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