Using Tools: 8 mkmf

Up: GEOS SDK TechDocs | Up | Prev: 7 Grev | Next: 9 pccom

The mkmf tool exists to create a file named MAKEFILE. The pmake program will use this file as a sort of script, using it to determine how to compile and link the geode. However, makefiles can get rather complicated, so it is best to create them using mkmf instead of by hand.

For information about customizing this boilerplate makefile, see pmake .

The mkmf tool uses the following rules to build the makefile:


Up: GEOS SDK TechDocs | Up | Prev: 7 Grev | Next: 9 pccom