ppufiles.1 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .TH ppufiles 1 "9 June 1999" "Free Pascal" "Free Pascal unit object file lister"
  2. .SH NAME
  3. ppufiles \- The FPC Pascal unit object file lister.
  4. .SH SYNOPSIS
  5. \fBppufiles\fP [options] [file [file [file]]]
  6. .SH Description
  7. .B ppufiles
  8. lists all the binary files that are needed to link a unit file. This
  9. includes any object files or libraries that must be linked in through some
  10. directive in the unit.
  11. .SH Usage
  12. You can invoke
  13. .B ppufiles
  14. with as arguments the name of the units whose object files you wish to
  15. list. An extension must be given. This can be useful for creating a
  16. listing of all created object files and deleting them in a Makefile.
  17. .SH Options
  18. .B ppufiles
  19. has several options, which are case insensitive:
  20. .RS
  21. .TP
  22. .B \-a
  23. This option tells
  24. .B ppufiles
  25. to list all files.
  26. .TP
  27. .B \-h
  28. Help screen.
  29. .TP
  30. .B \-l
  31. This option tells
  32. .B ppufiles
  33. to list only shared libraries.
  34. .TP
  35. .B \-o
  36. This option tells
  37. .B ppufiles
  38. to list only object files.
  39. .TP
  40. .B \-s
  41. This option tells
  42. .B ppufiles
  43. to list only static libraries.
  44. .RE
  45. .SH ERRORS
  46. In case the unit is in an older or unrecognised format, ppufiles will
  47. complain about that.
  48. .SH SEE ALSO
  49. .IP
  50. .BR ppc386 (1)
  51. .BR ppumove (1)
  52. .BR make (1)