Lines Matching defs:rule
228 # Define and execute a macro that generates a rule to create a manifest for a
232 define python-manifest-rule
239 $(foreach ver,$(PYTHON_VERSIONS),$(eval $(call python-manifest-rule,$(ver))))
241 # A rule to create a helper transform package for python, that will insert the
264 # Define and execute a macro that generates a rule to create a manifest for a
266 define perl-manifest-rule
271 $(foreach ver,$(PERL_VERSIONS),$(eval $(call perl-manifest-rule,$(ver))))
273 # A rule to create a helper transform package for perl, that will insert the
291 # Define and execute a macro that generates a rule to create a manifest for a
295 define ruby-manifest-rule
308 $(eval $(call ruby-manifest-rule,$(shell echo $(ver) | \
311 # A rule to create a helper transform package for ruby, that will insert the
332 define history-manifest-rule
337 $(foreach mfst,$(HISTORICAL_MANIFESTS),$(eval $(call history-manifest-rule,$(mfst))))