3
3
.\"
4
4
.TH ROOT-CONFIG 1 "Version 3" "ROOT"
5
5
.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
6
- .\" other parms are allowed: see man(7), man(1)
6
+ .\" other params are allowed: see man(7), man(1)
7
7
.SH NAME
8
8
root-config \- ROOT utility for your Makefiles
9
9
.SH SYNOPSIS
10
10
.B root-config
11
11
.I "[options]"
12
12
.SH "DESCRIPTION"
13
- \fI root-config \fP is a tool that is used to configure to determine
13
+ \fI root-config \fP is a tool that is used to configure and determine
14
14
the compiler and linker flags that should be used to compile
15
15
and link programs that use \fI ROOT \fP .
16
16
.RS
@@ -25,11 +25,11 @@ LDFLAGS += $(shell root-config \-\-ldflags)
25
25
26
26
.fi
27
27
.RE
28
- in you Makefile to use the built-in rules of gnu make. For GUIs, replace \fI \-\- libs \fR by \fI \-\- glibs \fR .
28
+ in your Makefile to use the built-in rules of GNU make. For GUIs, replace \fI \-\- libs \fR by \fI \-\- glibs \fR .
29
29
.PP
30
30
You may also find the \fI automake \fR (1), \fI autoconf \fR (1), and
31
31
\fI libtool \fR (1) macro file \fI /usr/share/aclocal/root.m4 \fR
32
- useful. If that macro file isn't installed where \d Iaclocal \fR will
32
+ useful. If that macro file isn't installed where \fI aclocal \fR will
33
33
find it, copy the contents to your local \fI acinclude.m4 \fR file. In
34
34
the directories you use \fB ROOT \fR libraries, have in your
35
35
\fI Makefile.am \fR file:
@@ -99,9 +99,9 @@ And then in some \fIMakefile.am\fR
99
99
.RS
100
100
.nf
101
101
102
- EXTRA_SOURCES = root_depenent_source .cc
102
+ EXTRA_SOURCES = root_dependent_source .cc
103
103
if GOT_ROOT
104
- LIBFOOXTRA = root_depenent_source .cc
104
+ LIBFOOXTRA = root_dependent_source .cc
105
105
else
106
106
LIBFOOXTRA =
107
107
endif
@@ -138,26 +138,26 @@ Extra compiler flags
138
138
\fB ROOT \fR basic + GUI libraries
139
139
.TP
140
140
.B ROOTAUXLIBS
141
- Auxilary libraries and linker flags for \fB ROOT \fR
141
+ Auxiliary libraries and linker flags for \fB ROOT \fR
142
142
.TP
143
143
.B ROOTAUXCFLAGS
144
- Auxilary compiler flags
144
+ Auxiliary compiler flags
145
145
.TP
146
146
.B ROOTRPATH
147
147
Same as \fB ROOTLIBDIR \fR
148
148
.SH OPTIONS
149
149
.TP
150
150
.B \-\- help
151
- Gives a short list of options available, and exit
151
+ Give a short list of options available, and exit
152
152
.TP
153
153
.B \-\- version
154
154
Report the version number of installed \fB ROOT \fR , and exit.
155
155
.TP
156
156
.BI \-\- prefix =<prefix>
157
- If no arguments is given, reports where \fB ROOT \fR is installed. With
157
+ If no arguments are given, reports where \fB ROOT \fR is installed. With
158
158
an argument of =\fI <prefix> \fR , set the base of the subsequent options
159
- to \fI <prefix> \fR . If \fB \\-\- exec-prefix \fR is passedwith an argument,
160
- that argument overrides the argument given to \fB \\-\- prefix \fR for the
159
+ to \fI <prefix> \fR . If \fB \\-\- exec-prefix \fR is passed with an argument,
160
+ it overrides the argument given to \fB \\-\- prefix \fR for the
161
161
library path.
162
162
.TP
163
163
.BI \-\- exec-prefix =<prefix>
@@ -172,8 +172,8 @@ Print the directory where the ROOT libraries are installed.
172
172
Print the directory where the ROOT headers are installed.
173
173
.TP
174
174
.B \-\- libs
175
- Output a line suitable for linking a program agains the \fB ROOT \fR
176
- libraries. No graphics libraries are output .
175
+ Output a line suitable for linking a program against the \fB ROOT \fR
176
+ libraries. No graphics libraries are included .
177
177
.TP
178
178
.B \-\- glibs
179
179
As above, but also output for the graphics (GUI) libraries.
@@ -190,7 +190,7 @@ Put the \fBlibNew.so\fR library in the library lists. This option
190
190
\fI must \fR be given before options \fB \-\- libs \fR and \fB \-\- glibs \fR .
191
191
.TP
192
192
.B \-\- nonew
193
- Compatiblity option. Does nothing.
193
+ Compatiblity option, does nothing.
194
194
.TP
195
195
.B \-\- auxlibs
196
196
Print auxiliary libraries and/or system linker flags.
0 commit comments