/[qemu]/qemu/Makefile
ViewVC logotype

Diff of /qemu/Makefile

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

revision 1.82 by bellard, Thu Feb 10 21:48:51 2005 UTC revision 1.83 by bellard, Sat Apr 23 17:42:13 2005 UTC
# Line 18  all: dyngen$(EXESUF) $(TOOLS) $(DOCS) Line 18  all: dyngen$(EXESUF) $(TOOLS) $(DOCS)
18          $(MAKE) -C $$d $@ || exit 1 ; \          $(MAKE) -C $$d $@ || exit 1 ; \
19          done          done
20  ifdef CONFIG_KQEMU  ifdef CONFIG_KQEMU
21    ifdef CONFIG_WIN32
22            $(MAKE) -C kqemu -f Makefile.winnt
23    else
24          $(MAKE) -C kqemu          $(MAKE) -C kqemu
25  endif  endif
26    endif
27    
28  qemu-img$(EXESUF): qemu-img.c block.c block-cow.c block-qcow.c aes.c block-vmdk.c block-cloop.c block-dmg.c  qemu-img$(EXESUF): qemu-img.c block.c block-cow.c block-qcow.c aes.c block-vmdk.c block-cloop.c block-dmg.c
29          $(CC) -DQEMU_TOOL $(CFLAGS) $(LDFLAGS) $(DEFINES) -o $@ $^ -lz $(LIBS)          $(CC) -DQEMU_TOOL $(CFLAGS) $(LDFLAGS) $(DEFINES) -o $@ $^ -lz $(LIBS)

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83

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