fe4da5cc |
1 | # Path used by dynamic loader to find shared libraries and macros |
2 | # Paths are different for Unix and Windows. The example shows the defaults |
3 | # for all ROOT applications for either Unix or Windows. |
4 | Unix.*.Root.DynamicPath: .:$(ROOTSYS)/lib |
5 | Unix.*.Root.MacroPath: .:$(ROOTSYS)/macros:$(ALICE_ROOT)/macros |
6 | WinNT.*.Root.DynamicPath: ./;$(ROOTSYS);$(ROOTSYS)/bin;$(PATH) |
7 | WinNT.*.Root.MacroPath: ./;$(ROOTSYS)/macros |
8 | |
9 | |
10 | # THtml specific settings. |
11 | Root.Html.OutputDir: roothtml |
67b601c2 |
12 | Unix.*.Root.Html.SourceDir: ../ALIROOT/:../CASTOR/:../EVGEN/:../FMD/:../ITS/:../MUON/:../PDF/:../PHOS/:../PMD/:../RICH/:../STEER/:../STRUCT/:../TGeant3/:../TOF/:../TPC/:../TRD/:../ZDC/:../START:../RALICE:../CONTAINERS:../THijing:../TGeant4 |
fe4da5cc |
13 | #WinNT.*.Root.Html.SourceDir: ./ |
188507ac |
14 | Root.Html.Author: //--- Author: |
fe4da5cc |
15 | #Root.Html.Copyright: * Copyright |
188507ac |
16 | Root.Html.LastUpdate: //- Modified: |
fe4da5cc |
17 | #Root.Html.Description: //____________________ |
18 | Root.Html.Root: http://root.cern.ch/root/html |
19 | #Root.Html.SearchEngine: ../Search.phtml |
20 | |
21 | # Rint (interactive ROOT executable) specific alias, logon and logoff macros |
22 | Rint.Load: rootalias.C |
23 | Rint.Logon: rootlogon.C |
24 | Rint.Logoff: rootlogoff.C |
25 | Rint.History: $(HOME)/.root_hist |
26 | |
27 | |