-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -112,40 +112,42 @@ qtmessages: ifndef CONFIG_TARGET_OE $(subdir-y) : $(if $(CONFIG_LIBQPE),$(QTDIR)/stamp-headers $(OPIEDIR)/stamp-headers) \ $(if $(CONFIG_LIBQPE-X11),$(QTDIR)/stamp-headers-x11 $(OPIEDIR)/stamp-headers-x11 ) \ $(TOPDIR)/library/custom.h else $(subdir-y) : $(if $(CONFIG_LIBQPE),$(OPIEDIR)/stamp-headers) $(TOPDIR)/library/custom.h endif clean : $(TOPDIR)/.config make -C bin clean make -C lib clean make -C plugins clean apidox : doc/generate_apidox mrproper : clean-configs find . -name ".moc"|xargs rm -rf find . -name ".obj"|xargs rm -rf find lib -name "lib*.*"|xargs rm -f find plugins -name "lib*.*"|xargs rm -f find . -name "*.pro"|xargs touch rm stamp-headers + make -C qmake clean + rm qmake/qmake include $(TOPDIR)/Rules.make # to speed up (avoid include/generation of packaging rules) ifneq ($(filter package%,$(MAKECMDGOALS)),) # packaging requested $(TOPDIR)/Package.make : @echo "Generating packaging rules" @$(TOPDIR)/scripts/GeneratePackageMake > $(TOPDIR)/Package.make # load rules to make packages -include $(TOPDIR)/Package.make endif |