Lines Matching full:clean
44 # CLEAN_TARGETS: Targets which exist solely in clean.
45 # COMMON_TARGETS: Targets which exist in all, clean, and install.
46 # INSTALL_TARGETS: Targets which exist in clean and install (contains
58 ifeq ($$(filter %-clean,$(1)),) # not *-clean
60 else # clean
75 CLEAN_TARGETS := $(addsuffix -clean,$(CLEAN_TARGETS))
111 # Let's not conflict with ac-clean, maintainer-clean, etc, so.
112 $(filter-out include-clean,$(CLEAN_TARGETS))::
113 -$(MAKE) -C "$(subst -clean,,$@)" \
114 -f "$(abs_top_srcdir)/$(subst -clean,,$@)/Makefile" clean
118 # this if we're invoking clean or a subclean directly though.
119 ifneq ($(filter clean,$(MAKECMDGOALS)),)
122 ifneq ($(filter %clean,$(MAKECMDGOALS)),)
128 INCLUDE_CLEAN_RDEPS := $(filter-out include-clean,$(INCLUDE_CLEAN_RDEP_SUBJECT))
130 include-clean:: $(INCLUDE_CLEAN_RDEPS) | $(abs_top_builddir)/include
131 -$(MAKE) -C include -f "$(abs_top_srcdir)/include/Makefile" clean
145 # Clean the directory if the build-tree is properly configured and not set to
154 clean:: $(CLEAN_TARGETS) target