MAN page from RedHat EL 8 fpc-3.2.0-1.el8.x86_64.rpm
ppufiles
Section: Free Pascal unit object file lister (1)
Updated: 9 June 1999
Index NAME
ppufiles - The FPC Pascal unit object file lister.
SYNOPSIS
ppufiles [options] [file [file [file]]]
Description
ppufileslists all the binary files that are needed to link a unit file. Thisincludes any object files or libraries that must be linked in through somedirective in the unit.
Usage
You can invoke ppufileswith as arguments the name of the units whose object files you wish to list. An extension must be given. This can be useful for creating a listing of all created object files and deleting them in a Makefile.
Options
ppufileshas several options, which are case insensitive:
- -a
- This option tells ppufilesto list all files.
- -h
- Help screen.
- -l
- This option tells ppufilesto list only shared libraries.
- -o
- This option tells ppufilesto list only object files.
- -s
- This option tells ppufilesto list only static libraries.
ERRORS
In case the unit is in an older or unrecognised format, ppufiles willcomplain about that.
SEE ALSO
- ppc386(1)ppumove(1)make(1)
Index
- NAME
- SYNOPSIS
- Description
- Usage
- Options
- ERRORS
- SEE ALSO
This document was created byman2html,using the manual pages.