/[qemu]/qemu/Makefile
ViewVC logotype

Diff of /qemu/Makefile

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

revision 1.81 by bellard, Sun Dec 19 23:18:01 2004 UTC revision 1.82 by bellard, Thu Feb 10 21:48:51 2005 UTC
# Line 17  all: dyngen$(EXESUF) $(TOOLS) $(DOCS) Line 17  all: dyngen$(EXESUF) $(TOOLS) $(DOCS)
17          for d in $(TARGET_DIRS); do \          for d in $(TARGET_DIRS); do \
18          $(MAKE) -C $$d $@ || exit 1 ; \          $(MAKE) -C $$d $@ || exit 1 ; \
19          done          done
20    ifdef CONFIG_KQEMU
21            $(MAKE) -C kqemu
22    endif
23    
24  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
25          $(CC) -DQEMU_TOOL $(CFLAGS) $(LDFLAGS) $(DEFINES) -o $@ $^ -lz $(LIBS)          $(CC) -DQEMU_TOOL $(CFLAGS) $(LDFLAGS) $(DEFINES) -o $@ $^ -lz $(LIBS)
# Line 32  clean: Line 35  clean:
35          for d in $(TARGET_DIRS); do \          for d in $(TARGET_DIRS); do \
36          $(MAKE) -C $$d $@ || exit 1 ; \          $(MAKE) -C $$d $@ || exit 1 ; \
37          done          done
38    ifdef CONFIG_KQEMU
39            $(MAKE) -C kqemu clean
40    endif
41    
42  distclean: clean  distclean: clean
43          rm -f config-host.mak config-host.h          rm -f config-host.mak config-host.h
# Line 63  endif Line 69  endif
69          for d in $(TARGET_DIRS); do \          for d in $(TARGET_DIRS); do \
70          $(MAKE) -C $$d $@ || exit 1 ; \          $(MAKE) -C $$d $@ || exit 1 ; \
71          done          done
72    ifdef CONFIG_KQEMU
73            cd kqemu ; ./install.sh
74    endif
75    
76  # various test targets  # various test targets
77  test speed test2: all  test speed test2: all

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

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