#%Module 1.0
#
#  mcxtrace module for use with 'environment-modules' package:
# 
proc ModulesHelp { } {
        global version modroot

        puts stderr "\tmodules - loads the modules software & application environment"
        puts stderr "\n\tThis adds $modroot/* to several of the"
        puts stderr "\tenvironment variables."
        puts stderr "\n\tVersion $version\n"
}

module-whatis   "loads the mcxtrace environment"


# Define prefix so PATH and MANPATH can be updated.
setenv        MCXTRACE /usr/share/mcxtrace/resources
prepend-path  PATH          /usr/bin
prepend-path  MANPATH       /usr/share/doc/mcxtrace/man
