1RLIBMAP(1) General Commands Manual RLIBMAP(1)
2
3
4
6 rlibmap - ROOT utility to create class to library maps
7
9 rlibmap [-f] [[-r|-o] mapfile] -l library -d dependecy -c Linkdef
10
12 Creates a map from classes to shared libraries that contain these
13 classes.
14
16 --help Gives a short list of options avaliable, and exit
17
18 -f What!?
19
20 -rmapfile
21 Read map file mapfile
22
23 -omapfile
24 Output on mapfile
25
26 -lsofile
27 Library to inspect
28
29 -ddepsofile
30 Dependency library.
31
32 -clinkdef
33 Specify CINT linkdef to use
34
36 root(1), rootcint(1)
37
38 See also the ROOT webpages: http://root.cern.ch
39
41 The ROOT team (see web page above):
42 Rene Brun and Fons Rademakers
43
45 This library is free software; you can redistribute it and/or modify it
46 under the terms of the GNU Lesser General Public License as published
47 by the Free Software Foundation; either version 2.1 of the License, or
48 (at your option) any later version.
49
50 This library is distributed in the hope that it will be useful, but
51 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
52 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
53 General Public License for more details.
54
55 You should have received a copy of the GNU Lesser General Public
56 License along with this library; if not, write to the Free Software
57 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
58 USA
59
61 This manual page was written by Christian Holm Christensen
62 <cholm@nbi.dk>, for the Debian GNU/Linux system (but may be used by
63 others).
64
65
66
67ROOT Version 3 RLIBMAP(1)