| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
8.14 The guile Function
If GNU make is built with support for GNU Guile as an embedded
extension language then the guile function will be available.
The guile function takes one argument which is first expanded
by make in the normal fashion, then passed to the GNU Guile
evaluator. The result of the evaluator is converted into a string and
used as the expansion of the guile function in the makefile.
See GNU Guile Integration for details on
writing extensions to make in Guile.
You can determine whether GNU Guile support is available by checking
the .FEATURES variable for the word guile.
This document was generated on October 10, 2013 using texi2html 5.0.
