summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-02-08 22:39:17 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-02-08 22:39:17 +0000
commit05c2a3e7313870811c8a7ec9837f5e75d40ea080 (patch)
tree700e385ba9d021a2aff5352e4d9ed1ecb7a06c92 /Makefile
parentf94f5d717c14d18e0a4af2b157ca5a231d7bcc38 (diff)
downloadqemu-05c2a3e7313870811c8a7ec9837f5e75d40ea080.tar.gz
kqemu/qvm86 must now be compiled outside QEMU
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1750 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index cfa7df571c..e69cf47da9 100644
--- a/Makefile
+++ b/Makefile
@@ -17,13 +17,6 @@ all: dyngen$(EXESUF) $(TOOLS) $(DOCS)
for d in $(TARGET_DIRS); do \
$(MAKE) -C $$d $@ || exit 1 ; \
done
-ifdef CONFIG_KQEMU
-ifdef CONFIG_WIN32
- $(MAKE) -C kqemu -f Makefile.winnt
-else
- $(MAKE) -C kqemu
-endif
-endif
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 block-bochs.c block-vpc.c block-vvfat.c
$(CC) -DQEMU_TOOL $(CFLAGS) $(LDFLAGS) $(DEFINES) -o $@ $^ -lz $(LIBS)
@@ -39,9 +32,6 @@ clean:
for d in $(TARGET_DIRS); do \
$(MAKE) -C $$d $@ || exit 1 ; \
done
-ifdef CONFIG_KQEMU
- $(MAKE) -C kqemu clean
-endif
distclean: clean
rm -f config-host.mak config-host.h
@@ -73,9 +63,6 @@ endif
for d in $(TARGET_DIRS); do \
$(MAKE) -C $$d $@ || exit 1 ; \
done
-ifdef CONFIG_KQEMU
- cd kqemu ; ./install.sh
-endif
# various test targets
test speed test2: all