Revision 8c462f8f Makefile

b/Makefile
1 1
# Makefile for QEMU.
2 2

  
3
VPATH=$(SRC_PATH):$(SRC_PATH)/hw
4

  
5 3
include config-host.mak
6 4

  
7 5
.PHONY: all clean distclean dvi info install install-doc tar tarbin \
8 6
	speed test html dvi info
9 7

  
8
VPATH=$(SRC_PATH):$(SRC_PATH)/hw
9

  
10 10
BASE_CFLAGS=
11 11
BASE_LDFLAGS=
12 12

  

Also available in: Unified diff