| 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) |
| 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 |
| 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 |