Penguin
Blame: libIDL-config(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of libIDL-config(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 LIBIDL-CONFIG
2 !!!LIBIDL-CONFIG
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 libIDL-config - helper script for building with libIDL
14 !!SYNOPSIS
15
16
17 __libIDL-config__ [[ __--libs__ ] [[ __--cflags__ ] [[
18 __--prefix__''=dir'' ] [[
19 __--exec-prefix__''=dir'' ]
20
21
22 __libIDL-config__ [[ __--version__ ] [[ __--help__
23 ]
24 !!DESCRIPTION
25
26
27 __libIDL-config__ is a tool that is used to determine the
28 compiler and linker flags that should be used to compile and
29 link programs that use the ''libIDL'' library. It is also
30 used internally by the .m4 macros for GNU autoconf that are
31 included with ''libIDL''.
32
33
34 In most cases, you will use one (or both) of the options
35 __--cflags__ or __--libs__ (depending on whether you
36 are compiling or linking.
37 !!OPTIONS
38
39
40 __libIDL-config__ accepts the following
41 options:
42
43
44 __--version__
45
46
47 Print the currently installed version of ''library'' on
48 the standard output.
49
50
51 __--help__
52
53
54 Print a usage summary.
55
56
57 __--libs__
58
59
60 Print the linker flags that are necessary to link with the
61 specified ''library''.
62
63
64 __--cflags__
65
66
67 Print the compiler flags that are necessary to compile a
68 program using the specified ''library''.
69
70
71 __--prefix__''=PREFIX''
72
73
74 If specified, use PREFIX instead of the installation prefix
75 that ''library'' was built with when computing the output
76 for the --cflags and --libs options. This option is also
77 used for the exec prefix if --exec-prefix was not specified.
78 This option must be specified before any --libs or --cflags
79 options.
80
81
82 __--exec-prefix__''=PREFIX''
83
84
85 If specified, use PREFIX instead of the installation exec
86 prefix that ''library'' was built with when computing the
87 output for the --cflags and --libs options. This option must
88 be specified before any --libs or --cflags
89 options.
90 !!SEE ALSO
91
92
93 __/usr/share/doc/liborbit-dev__, __info
94 libIDL__
95 !!AUTHOR
96
97
98 Copyright 2001 Andrew T. Veliath
99
100
101 This manual was originally written for libIDL-config by
102 Chris Waters for Debian GNU/Linux.
103 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.