#############################################################################
#                                                                           #
# This is the path where root seraches for macros                           #
# to execute (eg. .x merpp.C)                                               #
#                                                                           #
#############################################################################

Unix.*.Root.MacroPath:   .:./macros:$(MARSSYS)/macros

#############################################################################
#                                                                           #
# This is the path where the dynamic loader (eg. gSystem->Load("mars.so")   #
# is searching for the shared objects                                       #
#                                                                           #
#############################################################################

Unix.*.Root.DynamicPath: .:./lib:$(MARSSYS)/lib

#############################################################################
#                                                                           #
# This is the name of the logon macro (executed at root startup) and the    #
# logoff macro (executed when quiting root)                                 #
#                                                                           #
#############################################################################

Rint.Logon:              rootlogon.C
Rint.Logoff:             rootlogoff.C

#############################################################################
#                                                                           #
# This is used if you want to use the root documentation facility to        #
# create the documentation of the code out of the code                      #
#                                                                           #
#############################################################################

#Root.Html.Author:        // Introduced by:
#Root.Html.Modified:      // Modified by:
#Root.Html.Copyright:     * Copyright
Root.Html.Root:          http://root.cern.ch/root/htmldoc/
Root.Html.HomePage:      http://magic.uni-sw.gwdg.de/mars/
