Lines Matching full:clean
52 # CLEAN_TARGETS: Targets which exist solely in clean.
53 # COMMON_TARGETS: Targets which exist in all, clean, and install.
54 # INSTALL_TARGETS: Targets which exist in clean and install (contains
66 ifeq ($$(filter %-clean,$(1)),) # not *-clean
68 else # clean
83 CLEAN_TARGETS := $(addsuffix -clean,$(CLEAN_TARGETS))
117 # Let's not conflict with ac-clean, maintainer-clean, etc, so.
118 $(filter-out include-clean,$(CLEAN_TARGETS))::
119 -$(MAKE) -C "$(subst -clean,,$@)" \
120 -f "$(abs_top_srcdir)/$(subst -clean,,$@)/Makefile" clean
124 # this if we're invoking clean or a subclean directly though.
125 ifneq ($(filter clean,$(MAKECMDGOALS)),)
128 ifneq ($(filter %clean,$(MAKECMDGOALS)),)
134 INCLUDE_CLEAN_RDEPS := $(filter-out include-clean,$(INCLUDE_CLEAN_RDEP_SUBJECT))
136 include-clean:: $(INCLUDE_CLEAN_RDEPS) | $(abs_top_builddir)/include
137 -$(MAKE) -C include -f "$(abs_top_srcdir)/include/Makefile" clean
151 # Clean the directory if the build-tree is properly configured and not set to
160 clean:: $(CLEAN_TARGETS) target