This directory holds template files used to generate various files
related to PalmOS shared library (a.k.a. SysLibs).

The *.tpl files are the template files.  The *.opt are the correspounding
options given to getdefs.  The sources files are usually include/*.h files.

tplrun is in charge of calling getdefs with the template file and options.

Here is a summary of the various templates file:

  pl_const      Texinfo documentation for the various constants
  pl_decl       library C declarations
  pl_def        library prc-tool definition files
  pl_func       Texinfo documentation for functions
  pl_jumptable  library jumptable code
  pl_type	Texinfo documentation for types

(BTW, `pl' stands for `PalmOS library')
