Lines Matching refs:call
25 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
26 $(call allow-override,AR,$(CROSS_COMPILE)ar)
27 $(call allow-override,NM,$(CROSS_COMPILE)nm)
28 $(call allow-override,PKG_CONFIG,pkg-config)
165 ($(call make_version.h, $@.tmp); \
175 $(Q)$(N)$(call update_version.h)
206 $(call do_install_mkdir,$2); \
218 $(call do_install,$(PKG_CONFIG_FILE),$(pkgconfig_dir),644); \
225 $(call QUIET_INSTALL, $(LIB_TARGET)) \
226 $(call do_install_mkdir,$(libdir_SQ)); \
230 $(call QUIET_INSTALL, $(PKG_CONFIG_FILE)) \
231 $(call do_install_pkgconfig_file,$(prefix))
234 $(call QUIET_INSTALL, headers) \
235 $(call do_install,event-parse.h,$(DESTDIR)$(includedir_SQ),644); \
236 $(call do_install,event-utils.h,$(DESTDIR)$(includedir_SQ),644); \
237 $(call do_install,trace-seq.h,$(DESTDIR)$(includedir_SQ),644); \
238 $(call do_install,kbuffer.h,$(DESTDIR)$(includedir_SQ),644)
243 $(call QUIET_CLEAN, libtraceevent) \
250 $(call descend,Documentation)
254 $(call descend,Documentation,clean)
258 $(call descend,Documentation,install)
262 $(call descend,Documentation,uninstall)
283 $(call descend,plugins)
287 $(call descend,plugins,install)
291 $(call descend,plugins,clean)