Up

module BaseFileAB

: sig

File generated using environment variables

This is the same kind of file as .in file for autoconf, except we use the variable definition of Buffer.add_substitute. This is the default file to be generated by configure step (even for autoconf, except that it produce a master file before).

The file must end with '.ab'.

Author Sylvain Le Gall
#
val to_filename : OASISTypes.unix_filename -> OASISTypes.host_filename

Compute the target filename of an .ab file.

#
val replace : OASISTypes.unix_filename list -> unit

Replace variable in file %.ab to generate %.

end