make: Guile Function

1 
1 8.14 The 'guile' Function
1 =========================
1 
1 If GNU 'make' is built with support for GNU Guile as an embedded
1 extension language then the 'guile' function will be available.  The
1 'guile' function takes one argument which is first expanded by 'make' in
1 the normal fashion, then passed to the GNU Guile evaluator.  The result
1 of the evaluator is converted into a string and used as the expansion of
11 the 'guile' function in the makefile.  See ⇒GNU Guile Integration
 Guile Integration. for details on writing extensions to 'make' in Guile.
1 
1    You can determine whether GNU Guile support is available by checking
1 the '.FEATURES' variable for the word GUILE.
1