Lines Matching refs:call
103 $(call rule_mkdir)
104 …@$(call echo-cmd,flex)$(FLEX) -o $@ --header-file=$(OUTPUT)util/parse-events-flex.h $(PARSER_DEBUG…
107 $(call rule_mkdir)
108 …@$(call echo-cmd,bison)$(BISON) -v util/parse-events.y -d $(PARSER_DEBUG_BISON) -o $@ -p parse_eve…
111 $(call rule_mkdir)
112 @$(call echo-cmd,flex)$(FLEX) -o $@ --header-file=$(OUTPUT)util/pmu-flex.h util/pmu.l
115 $(call rule_mkdir)
116 @$(call echo-cmd,bison)$(BISON) -v util/pmu.y -d -o $@ -p perf_pmu_
132 $(call rule_mkdir)
133 $(call if_changed_dep,cc_o_c)
136 $(call rule_mkdir)
137 $(call if_changed_dep,cc_o_c)
140 $(call rule_mkdir)
141 $(call if_changed_dep,cc_o_c)
144 $(call rule_mkdir)
145 $(call if_changed_dep,cc_o_c)