COLLECTED BY
Organization:
Alexa Crawls
Starting in 1996,
Alexa Internet has been donating their crawl data to the Internet Archive. Flowing in every day, these data are added to the
Wayback Machine after an embargo period.
Starting in 1996,
Alexa Internet has been donating their crawl data to the Internet Archive. Flowing in every day, these data are added to the
Wayback Machine after an embargo period.
The Wayback Machine - https://web.archive.org/web/20140523114951/http://www.gnu.org:80/software/make/manual/html_node/Functions.html
8 Functions for Transforming Text
Functions allow you to do text processing in the makefile to
compute the files to operate on or the commands to use in recipes.
You use a function in a function call, where you give the name
of the function and some text (the arguments) for the function
to operate on. The result of the function's processing is substituted
into the makefile at the point of the call, just as a variable might
be substituted.