Lines Matching refs:rule
236 # Define and execute a macro that generates a rule to create a manifest for a
240 define python-manifest-rule
251 $(foreach ver,$(PYTHON_VERSIONS),$(eval $(call python-manifest-rule,$(ver))))
253 # A rule to create a helper transform package for python, that will insert the
279 # Define and execute a macro that generates a rule to create a manifest for a
281 define perl-manifest-rule
289 $(foreach ver,$(PERL_VERSIONS),$(eval $(call perl-manifest-rule,$(ver))))
291 # A rule to create a helper transform package for perl, that will insert the
310 # Define and execute a macro that generates a rule to create a manifest for a
314 define ruby-manifest-rule
330 $(eval $(call ruby-manifest-rule,$(shell echo $(ver) | \
333 # A rule to create a helper transform package for ruby, that will insert the
356 define history-manifest-rule
361 $(foreach mfst,$(HISTORICAL_MANIFESTS),$(eval $(call history-manifest-rule,$(mfst))))