pinball-config.6 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .TH "PINBALL-CONFIG" "6"
  2. .SH "NAME"
  3. pinball-config \- returns information about installed pinball libraries and
  4. binaries
  5. .SH SYNOPSIS
  6. .B pinball-config
  7. [OPTIONS]
  8. .SH DESCRIPTION
  9. The
  10. .B pinball-config
  11. shell script is designed to retrieve the configuration information about
  12. the libraries and binaries of the
  13. .B pinball
  14. package.
  15. .SH "OPTIONS"
  16. .TP
  17. \fB\-\-version\fR
  18. displays the pinball version number
  19. .TP
  20. \fB\-\-libs\fR
  21. lists libraries needed for building new levels
  22. .TP
  23. \fB\-\-cflags\fR
  24. lists additional compilation flags needed
  25. .TP
  26. \fB\-\-datadir\fR
  27. Display the installation datadir
  28. .TP
  29. \fB\-\-libdir\fR
  30. Display the installation libdir
  31. .TP
  32. \fB\-\-prefix\fR
  33. Display the installation prefix
  34. .TP
  35. \fB\-\-exec\-prefix\fR
  36. Display the installation exec-prefix
  37. .SH "SEE ALSO"
  38. .PP
  39. The program is documented fully by the
  40. .B README
  41. file that can be found under
  42. .B /usr/share/doc/pinball/README
  43. on
  44. .B Debian GNU/Linux.
  45. .SH "AUTHOR"
  46. .PP
  47. This manual page was written by Jochen Friedrich <jochen@scram.de> for
  48. the
  49. .B Debian GNU/Linux
  50. system (but may be used by others).