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

Diff of /qemu/Makefile.target

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

revision 1.4 by bellard, Tue Sep 30 20:54:24 2003 UTC revision 1.5 by bellard, Mon Oct 27 21:09:52 2003 UTC
# Line 17  else Line 17  else
17  QEMU_SYSTEM=qemu  QEMU_SYSTEM=qemu
18  endif  endif
19    
20  ifndef CONFIG_SOFTMMU  ifdef CONFIG_USER_ONLY
21  PROGS=$(QEMU_USER)  PROGS=$(QEMU_USER)
22    else
23    ifeq ($(ARCH),i386)
24    ifeq ($(TARGET_ARCH), i386)
25    PROGS+=$(QEMU_SYSTEM)
26    endif
27    endif
28  endif  endif
29    
30  ifdef CONFIG_STATIC  ifdef CONFIG_STATIC
# Line 41  else Line 47  else
47  # is the simplest way to make it self virtualizable!  # is the simplest way to make it self virtualizable!
48  LDFLAGS+=-Wl,-shared  LDFLAGS+=-Wl,-shared
49  endif  endif
 ifeq ($(TARGET_ARCH), i386)  
 PROGS+=$(QEMU_SYSTEM)  
 endif  
50  endif  endif
51    
52  ifeq ($(ARCH),ppc)  ifeq ($(ARCH),ppc)
# Line 171  sdl.o: sdl.c Line 174  sdl.o: sdl.c
174          $(CC) $(CFLAGS) $(DEFINES) $(SDL_CFLAGS) -c -o $@ $<          $(CC) $(CFLAGS) $(DEFINES) $(SDL_CFLAGS) -c -o $@ $<
175    
176  depend: $(SRCS)  depend: $(SRCS)
177          $(CC) -MM $(CFLAGS) $^ 1>.depend          $(CC) -MM $(CFLAGS) $(DEFINES) $^ 1>.depend
178    
179  # libqemu  # libqemu
180    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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