Lines Matching refs:call
117 ifneq ($(call has,ctags),)
120 ifneq ($(call has,cscope),)
177 test_make_install := $(call test_dest_files,$(installed_files_all))
178 test_make_install_O := $(call test_dest_files,$(installed_files_all))
179 test_make_install_bin := $(call test_dest_files,$(installed_files_bin))
180 test_make_install_bin_O := $(call test_dest_files,$(installed_files_bin))
185 test_make_install_prefix := $(call test_dest_files,$(installed_files_all_prefix))
186 test_make_install_prefix_O := $(call test_dest_files,$(installed_files_all_prefix))
239 $(call clean)
244 echo " test: $(call test,$@)" >> $@ 2>&1; \
245 $(call test,$@) && \
249 $(call clean)
255 echo " test: $(call test_O,$@)" >> $@ 2>&1; \
256 $(call test_O,$@) && \
266 $(call clean); \
272 $(call clean); \