libmikmod-config.1.in
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:2k
源码类别:

Windows CE

开发平台:

C/C++

  1. .TH LIBMIKMOD 1 "Version @VERSION@, 3rd Januark 2000"
  2. .SH NAME
  3. libmikmod-config - script to get information about the installed version of
  4. libmikmod.
  5. .SH SYNOPSIS
  6. .B libmikmod-config [--prefixfI[=DIR]fP] [--exec-prefixfI[=DIR]fP]
  7. [--version] [--libs] [--cflags] [--ldadd]
  8. .SH DESCRIPTION
  9. .PP
  10. fIlibmikmod-configfP is a tool that is used to configure to determine
  11. the compiler and linker flags that should be used to compile
  12. and link programs that use fIlibmikmodfP. It is also used internally
  13. to the .m4 macros for GNU autoconf that are included with fIlibmikmodfP.
  14. .SH OPTIONS
  15. .l
  16. fIlibmikmod-configfP accepts the following options:
  17. .TP 8
  18. .B  --version
  19. Print the currently installed version of fIlibmikmodfP on the standard output.
  20. .TP 8
  21. .B  --libs
  22. Print the linker flags that are necessary to link a fIlibmikmodfP program.
  23. .TP 8
  24. .B  --ldadd
  25. Print the extra linker flags that are necessary to link a fIlibmikmodfP
  26. program if it was compiled with the GNU C compiler.
  27. .TP 8
  28. .B  --cflags
  29. Print the compiler flags that are necessary to compile a fIlibmikmodfP
  30. program.
  31. .TP 8
  32. .B  --prefix=PREFIX
  33. If specified, use PREFIX instead of the installation prefix that fIlibmikmodfP
  34. was built with when computing the output for the --cflags and --libs
  35. options. This option is also used for the exec prefix if --exec-prefix was
  36. not specified. This option must be specified before any --libs or --cflags
  37. options.
  38. .TP 8
  39. .B  --exec-prefix=PREFIX
  40. If specified, use PREFIX instead of the installation exec prefix that
  41. fIlibmikmodfP was built with when computing the output for the --cflags and
  42. --libs options.  This option must be specified before any --libs or
  43. --cflags options.
  44. .SH AUTHORS
  45. fIlibmikmodfP is the result of the work of many people, including:
  46. Jean-Paul Mikkers, Jake Stine, Miodrag Vallat, Steve McIntyre, Peter Amstutz,
  47. and many others.
  48. A full list of people having worked on libmikmod can be found in the libmikmod
  49. source package.
  50. This man page was inspired by the gtk-config man page written by Owen Taylor.
  51. The k in ``Januark'' is not a typo. It's a genuine Y2K bug.