pas2fpm(1) Free Pascal fpmake file generation tool pas2fpm(1)

pas2fpm - The Free Pascal unit to fpmake.pp file generator tool.

pas2fpm [options] file1...filen

pas2fpm Creates a fpmake.pp file from the unit files specified. It tries to order the units in an optimal form by scanning the uses clause. It does not handle program files, only unit files are supported.

pas2fpm takes the following options at this time:

Displays a short help message.
By default, pas2fpm writes a file fpmake.pp and with this option, the name can be changed.
Specify the name for the package in the fpmake file.
Be verbose: write some diagnostic output.

fppkg(1) fpc(1) make(1)
12 Dec 1999 Free Pascal