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)
167 ($(call make_version.h, $@.tmp); \
177 $(Q)$(N)$(call update_version.h)
208 $(call do_install_mkdir,$2); \
221 $(call do_install,$(PKG_CONFIG_FILE),$(pkgconfig_dir),644); \
228 $(call QUIET_INSTALL, $(LIB_TARGET)) \
229 $(call do_install_mkdir,$(libdir_SQ)); \
233 $(call QUIET_INSTALL, $(PKG_CONFIG_FILE)) \
234 $(call do_install_pkgconfig_file,$(prefix))
237 $(call QUIET_INSTALL, headers) \
238 $(call do_install,event-parse.h,$(includedir_SQ),644); \
239 $(call do_install,event-utils.h,$(includedir_SQ),644); \
240 $(call do_install,trace-seq.h,$(includedir_SQ),644); \
241 $(call do_install,kbuffer.h,$(includedir_SQ),644)
246 $(call QUIET_CLEAN, libtraceevent) \
253 $(call descend,Documentation)
257 $(call descend,Documentation,clean)
261 $(call descend,Documentation,install)
265 $(call descend,Documentation,uninstall)
286 $(call descend,plugins)
290 $(call descend,plugins,install)
294 $(call descend,plugins,clean)