X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=4b26d893db13aff1404d5cea026a461ec4a113fe;hb=590861b31f5f1f7140d637173d8d9bac8d41ccc6;hp=50b4b3afb966ade060d08916e20a6a530de32e85;hpb=1dc33ed90bf1fe1c2014dffa0d9e863c520d953a;p=sdk%2Femulator%2Fqemu.git diff --git a/Makefile b/Makefile index 50b4b3a..4b26d89 100644 --- a/Makefile +++ b/Makefile @@ -359,6 +359,8 @@ clean: rm -f qemu-options.def rm -f *.msi find . \( -name '*.l[oa]' -o -name '*.so' -o -name '*.dll' -o -name '*.mo' -o -name '*.[oda]' \) -type f -exec rm {} + + @# For TIZEN, we should remove source files generated by moc, rcc + find . \( -name 'moc_*.cpp' -o -name 'qrc_*.cpp' \) -type f -exec rm {} + rm -f $(filter-out %.tlb,$(TOOLS)) $(HELPERS-y) qemu-ga TAGS cscope.* *.pod *~ */*~ rm -f fsdev/*.pod rm -rf .libs */.libs @@ -449,7 +451,6 @@ ifdef CONFIG_VIRTFS $(INSTALL_DIR) "$(DESTDIR)$(mandir)/man1" $(INSTALL_DATA) fsdev/virtfs-proxy-helper.1 "$(DESTDIR)$(mandir)/man1" endif - install-datadir: $(INSTALL_DIR) "$(DESTDIR)$(qemu_datadir)"