1LIBMIKMOD(1)                General Commands Manual               LIBMIKMOD(1)
2
3
4

NAME

6       libmikmod-config  -  script to get information about the installed ver‐
7       sion of libmikmod.
8
9

SYNOPSIS

11       libmikmod-config  [--prefix[=DIR]]  [--exec-prefix[=DIR]]   [--version]
12       [--libs] [--cflags] [--ldadd]
13
14

DESCRIPTION

16       libmikmod-config  is  a tool that is used to determine the compiler and
17       linker flags that should be used to compile and link programs that  use
18       libmikmod. It is also used internally by the libmikmod.m4 macro for GNU
19       autoconf that is included with libmikmod.
20
21

OPTIONS

23       libmikmod-config accepts the following options:
24
25       --version
26               Print the currently installed version of libmikmod on the stan‐
27               dard output.
28
29       --libs  Print  the  linker flags that are necessary to link a libmikmod
30               program.
31
32       --ldadd Print the extra linker flags that are necessary to link a  lib‐
33               mikmod program if it was compiled with the GNU C compiler.
34
35       --cflags
36               Print  the  compiler flags that are necessary to compile a lib‐
37               mikmod program.
38
39       --prefix=PREFIX
40               If specified, use PREFIX instead  of  the  installation  prefix
41               that libmikmod was built with when computing the output for the
42               --cflags and --libs options. This option is also used  for  the
43               exec  prefix  if  --exec-prefix  was not specified. This option
44               must be specified before any --libs or --cflags options.
45
46       --exec-prefix=PREFIX
47               If specified, use PREFIX instead of the installation exec  pre‐
48               fix that libmikmod was built with when computing the output for
49               the --cflags and --libs options.  This option must be specified
50               before any --libs or --cflags options.
51
52

AUTHORS

54       libmikmod  is  the  result of the work of many people, including: Jean-
55       Paul  Mikkers,  Jake  Stine,  Miodrag  Vallat,  Steve  McIntyre,  Peter
56       Amstutz, and many others.
57
58       A  full  list  of people having worked on libmikmod can be found in the
59       libmikmod source package.
60
61       This man page was inspired by the gtk-config man page written  by  Owen
62       Taylor.
63
64
65
66                         Version 3.3.11, 20 June 2017             LIBMIKMOD(1)
Impressum