Lines Matching refs:call
93 ifneq ($(call has,ctags),)
96 ifneq ($(call has,cscope),)
153 test_make_install := $(call test_dest_files,$(installed_files_all))
154 test_make_install_O := $(call test_dest_files,$(installed_files_all))
155 test_make_install_bin := $(call test_dest_files,$(installed_files_bin))
156 test_make_install_bin_O := $(call test_dest_files,$(installed_files_bin))
201 $(call clean)
206 echo " test: $(call test,$@)" >> $@ 2>&1; \
207 $(call test,$@) && \
211 $(call clean)
217 echo " test: $(call test_O,$@)" >> $@ 2>&1; \
218 $(call test_O,$@) && \