Lines Matching +full:config +full:- +full:host
12 # preceded by a "--" argument), it will run the analysis on
18 # "make" (typically used for a "-j" argument suitable for your
24 x--)
28 x-* | x)
29 mkdir -p +build
31 test -f Makefile && make distclean
39 QEMU_CFLAGS=$(sed -n s/^QEMU_CFLAGS=//p config-host.mak)
40 QEMU_INCLUDES=$(sed -n s/^QEMU_INCLUDES=//p config-host.mak | \
42 CFLAGS=$(sed -n s/^CFLAGS=//p config-host.mak)
45 find . -name "*.d" -exec grep -l "$@" {} + | wc -l
48 echo Found $(find . -name "*.d" | wc -l) object files
49 echo $(grep_include -F 'hw/hw.h') files include hw/hw.h
50 echo $(grep_include 'target/[a-z0-9]*/cpu\.h') files include cpu.h
51 echo $(grep_include -F 'qapi-types.h') files include qapi-types.h
52 echo $(grep_include -F 'trace/generated-tracers.h') files include generated-tracers.h
53 echo $(grep_include -F 'qapi/error.h') files include qapi/error.h
54 echo $(grep_include -F 'qom/object.h') files include qom/object.h
55 echo $(grep_include -F 'block/aio.h') files include block/aio.h
56 echo $(grep_include -F 'system/memory.h') files include system/memory.h
57 echo $(grep_include -F 'fpu/softfloat.h') files include fpu/softfloat.h
58 echo $(grep_include -F 'qemu/bswap.h') files include qemu/bswap.h
80 cc $QEMU_CFLAGS $QEMU_INCLUDES $CFLAGS -E -o - "$@" | \
89 analyze -include ../include/qemu/osdep.h ../include/hw/hw.h
91 echo trace/generated-tracers.h:
92 analyze -include ../include/qemu/osdep.h trace/generated-tracers.h
95 analyze -DCOMPILING_PER_TARGET -I../target/i386 -Ii386-softmmu -include ../include/qemu/osdep.h ../…
98 analyze -DCOMPILING_PER_TARGET -I../target/i386 -Ii386-softmmu -include ../include/qemu/osdep.h ../…