Penguin
Blame: audiofile-config(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of audiofile-config(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 AUDIOFILE-CONFIG
2 !!!AUDIOFILE-CONFIG
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 AUTHOR
8 ----
9 !!NAME
10
11
12 audiofile-config - script to get information about libaudiofile
13 !!SYNOPSIS
14
15
16 __audiofile-config [[--prefix[[=__''DIR''__]]
17 [[--exec-prefix[[=__''DIR''__]] [[--version] [[--cflags]
18 [[--libs]__
19 !!DESCRIPTION
20
21
22 __audiofile-config__ is a tool that is used to configure
23 to determine the compiler and linker flags that should be
24 used to compile and link programs that use
25 __libaudiofile__.
26 !!OPTIONS
27
28
29 __--version__
30
31
32 Print the currently installed version of __libaudiofile__
33 on the standard output.
34
35
36 __--libs__
37
38
39 Print the linker flags that are necessary to link a program
40 with __libaudiofile__.
41
42
43 __--cflags__
44
45
46 Print the compiler flags that are necessary to compile a
47 program with __libaudiofile__.
48
49
50 __--prefix=__''PREFIX''
51
52
53 If specified, use ''PREFIX'' instead of the installation
54 prefix that __libaudiofile__ was built with when
55 computing the output for the __--cflags__ and
56 __--libs__ options. This option is also used for the exec
57 prefix if __--exec-prefix__ was not specified. This
58 option must be specified before any __--libs__ or
59 __--cflags__ options.
60
61
62 __--exec-prefix=__''PREFIX''
63
64
65 If specified, use ''PREFIX'' instead of the installation
66 exec prefix that libaudiofile was built with when computing
67 the output for the __--cflags__ and __--libs__
68 options. This option must be specified before any
69 __--libs__ or __--cflags__ options.
70 !!AUTHOR
71
72
73 __audiofile-config was written by Michael Pruett
74 __
75
76
77 This manual page was created by Roland Rosenfeld
78 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.