man m68k-palmos-stubgen (Commandes) - m68k-palmos-stubgen
NAME
m68k-palmos-stubgen
SYNOPSIS
m68k-palmos-stubgen [ -b base | --base base ] deffile.def
OPTIONS
- -b base, --base base
- Write the GLib output to base-stubs.c and base-jumps.s, or the SysLib output to base-dispatch.s
DESCRIPTION
The stubgen utility generates assembly language stub files for a GLib or an assembly language dispatch table for a SysLib. You can write these stub files yourself, but, particularly for a GLib, it is easier to have stubgen generate them for you from the relevant clause in your library's definition file.
stubgen reads from deffile and by default writes its output to deffile-stubs.c and deffile-jumps.s, or to deffile-dispatch.s, depending on the project-kind specified in deffile.
Please see the prc-tools-doc package for complete documentation on this command.
AUTHOR
Stephen Zander <gibreel@debian.org> for the Debian GNU/Linux distribution.