1ppufiles(1)           Free Pascal unit object file lister          ppufiles(1)
2
3
4

NAME

6       ppufiles - The FPC Pascal unit object file lister.
7
8

SYNOPSIS

10       ppufiles [options] [file [file [file]]]
11
12

Description

14       ppufiles  lists  all  the  binary  files that are needed to link a unit
15       file. This includes any object files or libraries that must  be  linked
16       in through some directive in the unit.
17
18

Usage

20       You  can  invoke ppufiles with as arguments the name of the units whose
21       object files you wish to list. An extension must be given. This can  be
22       useful  for creating a listing of all created object files and deleting
23       them in a Makefile.
24
25

Options

27       ppufiles has several options, which are case insensitive:
28
29
30              -a     This option tells ppufiles to list all files.
31
32              -h     Help screen.
33
34              -l     This option tells ppufiles to list only shared libraries.
35
36              -o     This option tells ppufiles to list only object files.
37
38              -s     This option tells ppufiles to list only static libraries.
39

ERRORS

41       In case the unit is in an older or unrecognised format,  ppufiles  will
42       complain about that.
43

SEE ALSO

45              ppc386(1) ppumove(1) make(1)
46
47
48
49Free Pascal                       9 June 1999                      ppufiles(1)
Impressum