-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -119,32 +119,33 @@ $(subdir-y) : $(if $(CONFIG_LIBQPE),$(OPIEDIR)/stamp-headers) $(TOPDIR)/library/ 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 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 |