| 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 |
| 12 | Unix.*.Root.Html.SourceDir: ./:../ |
| 13 | #WinNT.*.Root.Html.SourceDir: ./ |
| 14 | Root.Html.Author: //--- Author: |
| 15 | #Root.Html.Copyright: * Copyright |
| 16 | Root.Html.LastUpdate: //- Modified: |
| 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 | |