Revision 2313086a Makefile.target

b/Makefile.target
732 732

  
733 733
vl.o: qemu-options.h
734 734

  
735
monitor.o: qemu-monitor.h
736

  
735 737
$(QEMU_PROG): LIBS += $(SDL_LIBS) $(COCOA_LIBS) $(CURSES_LIBS) $(BRLAPI_LIBS) $(VDE_LIBS) $(CURL_LIBS)
736 738
$(QEMU_PROG): ARLIBS=../libqemu_common.a libqemu.a $(HWLIB)
737 739
$(QEMU_PROG): $(OBJS) ../libqemu_common.a libqemu.a $(HWLIB)
......
749 751
qemu-options.h: $(SRC_PATH)/qemu-options.hx
750 752
	$(call quiet-command,sh $(SRC_PATH)/hxtool -h < $< > $@,"  GEN   $(TARGET_DIR)$@")
751 753

  
754
qemu-monitor.h: $(SRC_PATH)/qemu-monitor.hx
755
	$(call quiet-command,sh $(SRC_PATH)/hxtool -h < $< > $@,"  GEN   $(TARGET_DIR)$@")
756

  
752 757
clean:
753
	rm -f *.o *.a *~ $(PROGS) nwfpe/*.o fpu/*.o qemu-options.h gdbstub-xml.c
758
	rm -f *.o *.a *~ $(PROGS) nwfpe/*.o fpu/*.o
754 759
	rm -f *.d */*.d tcg/*.o
760
	rm -f qemu-options.h qemu-monitor.h gdbstub-xml.c
755 761

  
756 762
install: all
757 763
ifneq ($(PROGS),)

Also available in: Unified diff