/[qemu]/qemu/Makefile
ViewVC logotype

Diff of /qemu/Makefile

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

revision 1.42 by bellard, Mon Jun 30 23:36:57 2003 UTC revision 1.43 by bellard, Sun Jul 6 17:15:21 2003 UTC
# Line 28  else Line 28  else
28  LDFLAGS+=-Wl,-shared  LDFLAGS+=-Wl,-shared
29  endif  endif
30  ifeq ($(TARGET_ARCH), i386)  ifeq ($(TARGET_ARCH), i386)
31  PROGS+=vl  PROGS+=vl vlmkcow
32  endif  endif
33  endif  endif
34    
# 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) -static -Wl,-T,i386-vl.ld -o $@ $^  $(LIBS)          $(CC) -pg -static -Wl,-T,i386-vl.ld -o $@ $^  $(LIBS)
145    
146    vlmkcow: vlmkcow.o
147            $(CC) -o $@ $^  $(LIBS)
148    
149  depend: $(SRCS)  depend: $(SRCS)
150          $(CC) -MM $(CFLAGS) $^ 1>.depend          $(CC) -MM $(CFLAGS) $^ 1>.depend

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

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