Revision 611b7273 Makefile

b/Makefile
8 8
GENERATED_HEADERS += trace-dtrace.h
9 9
endif
10 10
GENERATED_HEADERS += qmp-commands.h qapi-types.h qapi-visit.h
11
GENERATED_SOURCES += qmp-marshal.c qapi-types.c qapi-visit.c
11 12

  
12 13
ifneq ($(wildcard config-host.mak),)
13 14
# Put the all: rule here so that config-host.mak can contain dependencies.
......
227 228
	rm -f trace.c trace.h trace.c-timestamp trace.h-timestamp
228 229
	rm -f trace-dtrace.dtrace trace-dtrace.dtrace-timestamp
229 230
	rm -f trace-dtrace.h trace-dtrace.h-timestamp
231
	rm -f $(GENERATED_SOURCES)
230 232
	rm -rf $(qapi-dir)
231 233
	$(MAKE) -C tests clean
232 234
	for d in $(ALL_SUBDIRS) $(QEMULIBS) libcacard; do \

Also available in: Unified diff