version 1, including all changes.
.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
ESD-CONFIG |
|
|
2 |
!!!ESD-CONFIG |
|
|
3 |
NAME |
|
|
4 |
DESCRIPTION |
|
|
5 |
USAGE |
|
|
6 |
SEE ALSO |
|
|
7 |
---- |
|
|
8 |
!!NAME |
|
|
9 |
|
|
|
10 |
|
|
|
11 |
esd-config - The Enlightened Sound Daemon |
|
|
12 |
!!DESCRIPTION |
|
|
13 |
|
|
|
14 |
|
|
|
15 |
esd-config is a tool that is used to configure to deter mine |
|
|
16 |
the compiler and linker flags that should be used to compile |
|
|
17 |
and link programs that use EsounD. It is also used |
|
|
18 |
internally to the .m4 macros for GNU autoconf |
|
|
19 |
that are included with EsounD. |
|
|
20 |
!!USAGE |
|
|
21 |
|
|
|
22 |
|
|
|
23 |
esd-config [[--prefix[[=DIR]] [[--exec-prefix[[=DIR]] |
|
|
24 |
[[--version] [[--libs] [[--cflags] |
|
|
25 |
|
|
|
26 |
|
|
|
27 |
__--version__ Print the currently installed version of |
|
|
28 |
EsounD on the standard output. |
|
|
29 |
|
|
|
30 |
|
|
|
31 |
__--libs__ Print the linker flags that are necessary to |
|
|
32 |
link an EsounD program. |
|
|
33 |
|
|
|
34 |
|
|
|
35 |
__--cflags__ Print the compiler flags that are necessary |
|
|
36 |
to compile an EsounD program. |
|
|
37 |
|
|
|
38 |
|
|
|
39 |
__--prefix=PREFIX__ If specified, use |
|
|
40 |
PREFIX instead of the installation prefix |
|
|
41 |
that EsounD was built with when computing the output for the |
|
|
42 |
--cflags and --libs options. This option is also used for |
|
|
43 |
the exec prefix if --exec-prefix was not specified. This |
|
|
44 |
option must be specified before any --libs or --cflags |
|
|
45 |
options. |
|
|
46 |
|
|
|
47 |
|
|
|
48 |
__--exec-prefix=PREFIX__ If specified, use |
|
|
49 |
PREFIX instead of the installation exec |
|
|
50 |
prefix that EsounD was built with when computing the output |
|
|
51 |
for the --cflags and --libs options. This option must be |
|
|
52 |
specified before any --libs or --cflags |
|
|
53 |
options. |
|
|
54 |
!!SEE ALSO |
|
|
55 |
|
|
|
56 |
|
|
|
57 |
esd(1), esdcat(1), esddsp(1), |
|
|
58 |
esdloop(1), esdplay(1), esdsample(1), |
|
|
59 |
esdctl(1), esdfilt(1), esdmon(1), |
|
|
60 |
esdrec(1) |
|
|
61 |
---- |