-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -120,32 +120,34 @@ 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 |