1pas2fpm(1) Free Pascal fpmake file generation tool pas2fpm(1)
2
3
4
6 pas2fpm - The Free Pascal unit to fpmake.pp file generator tool.
7
8
10 pas2fpm [options] file1...filen
11
12
14 pas2fpm Creates a fpmake.pp file from the unit files specified. It
15 tries to order the units in an optimal form by scanning the uses
16 clause. It does not handle program files, only unit files are sup‐
17 ported.
18
19
21 pas2fpm takes the following options at this time:
22
23 -h Displays a short help message.
24
25 -o outputfile
26 By default, pas2fpm writes a file fpmake.pp and with this
27 option, the name can be changed.
28
29 -p packagename
30 Specify the name for the package in the fpmake file.
31
32 -v Be verbose: write some diagnostic output.
33
34
36 fppkg(1) fpc(1) make(1)
37
38
39
40Free Pascal 12 Dec 1999 pas2fpm(1)