Revision 5824d651 Makefile.target

b/Makefile.target
729 729
main.o: CFLAGS+=-p
730 730
endif
731 731

  
732
vl.o: qemu-options.h
733

  
732 734
$(QEMU_PROG): LIBS += $(SDL_LIBS) $(COCOA_LIBS) $(CURSES_LIBS) $(BRLAPI_LIBS) $(VDE_LIBS)
733 735

  
734 736
$(QEMU_PROG): $(OBJS) ../libqemu_common.a libqemu.a
......
744 746
	$(SHELL) $(SRC_PATH)/feature_to_c.sh $@ $(TARGET_XML_FILES)
745 747
endif
746 748

  
749
qemu-options.h: $(SRC_PATH)/qemu-options.hx
750
	sh ../hxtool -h < $< > $@
751

  
747 752
clean:
748
	rm -f *.o *.a *~ $(PROGS) nwfpe/*.o fpu/*.o
753
	rm -f *.o *.a *~ $(PROGS) nwfpe/*.o fpu/*.o qemu-options.h
749 754
	rm -f *.d */*.d tcg/*.o
750 755

  
751 756
install: all

Also available in: Unified diff