1libprelude-config(1) General Commands Manual libprelude-config(1)
2
3
4
6 libprelude-config - helper script for building with libprelude
7
9 libprelude-config [options]
10
12 libprelude-config is a simple shell script used to determine the com‐
13 piler and linker flags that should be used to compile and link programs
14 that use the libprelude library.
15
17 --prefix=dir If specified, use dir instead of the installation prefix
18 that the library was built with, when computing the out‐
19 put for the --cflags and --libs options. This option
20 must be specified before any --libs or --cflags options.
21 This option is also used for the exec prefix if the
22 --exec-prefix option is not specified.
23 --exec-prefix=dir
24 If specified, use dir instead of the exec installation
25 prefix that the library was built with, when computing
26 the output for the --cflags and --libs options. This
27 option must be specified before any --libs or --cflags
28 options.
29 --config-prefix
30 Print the directory prefix where libprelude configura‐
31 tion is installed on the standard output.
32 --version Print the currently installed version of the library on
33 the standard output.
34 --c++ If specified, indicate that the linkage will be done
35 with a C++ library
36 --libs Print the linker flags that are necessary to link with
37 the specified library.
38 --ldflags Print the LDflags that are necessary to compile a pro‐
39 gram using the specified library.
40 --cflags Print the compiler flags that are necessary to compile a
41 program using the specified library.
42 --pthread-cflags
43 Print the pthread compiler flags that are necessary to
44 compile a program using the specified library.
46 This man page has been written by CS GROUP - France
47
48
49
50 2 May 2016 libprelude-config(1)