GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ppufiles(1) Free Pascal unit object file lister ppufiles(1)

ppufiles - The FPC Pascal unit object file lister.

ppufiles [options] [file [file [file]]]

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

You can invoke ppufiles with 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.

ppufiles has several options, which are case insensitive:

-a
This option tells ppufiles to list all files.
-h
Help screen.
-l
This option tells ppufiles to list only shared libraries.
-o
This option tells ppufiles to list only object files.
-s
This option tells ppufiles to list only static libraries.

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

ppc386(1) ppumove(1) make(1)
9 June 1999 Free Pascal

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.