
The mkrf ruby library generates rakefilesto build extensions to ruby written in c. rakefiles are ruby analogs of makefiles, describing tasks for the rake utility (ruby make).
this library is an alternative to the mkmf ruby library, provided in the ruby-*-dev packages, the main difference being that mkmf generates makefiles for the make utility instead.