# Three different line formats are valid:
#	key	-a    aliases...
#	key [options] directory
#	key [options] directory files...
#
# Where "options" are composed of:
#	-i prog		Run "prog" on "cvs commit" from top-level of module.
#	-o prog		Run "prog" on "cvs checkout" of module.
#	-e prog		Run "prog" on "cvs export" of module.
#	-t prog		Run "prog" on "cvs rtag" of module.
#	-u prog		Run "prog" on "cvs update" of module.
#	-d dir		Place module in directory "dir" instead of module name.
#	-l		Top-level directory only -- do not recurse.
#
# NOTE:  If you change any of the "Run" options above, you'll have to
# release and re-checkout any working directories of these modules.
#
# And "directory" is a path to a directory relative to $CVSROOT.
#
# The "-a" option specifies an alias.  An alias is interpreted as if
# everything on the right of the "-a" had been typed on the command line.
#
# You can encode a module within a module by using the special '&'
# character to interpose another module into the current module.  This
# can be useful for creating a module that consists of many directories
# spread out over the entire source repository.
#
# first administrative modules for CVS
#
CVSROOT -i mkmodules  CVSROOT
modules -i mkmodules  CVSROOT modules
#
# second the source of different directories
#
CvsDoku         -a        MagicSoft/CvsDoku
#
#
#
#    build aliases for the directories
#
#
mmcs            -a        MagicSoft/Simulation/Corsika/Mmcs
checkmc         -a        MagicSoft/Simulation/Corsika/Checkmc
simone          -a        MagicSoft/Simulation/Corsika/Simone
#
detector        -a        MagicSoft/Simulation/Detector
reflector       -a        MagicSoft/Simulation/Detector/Reflector
camera          -a        MagicSoft/Simulation/Detector/Camera
timecam         -a        MagicSoft/Simulation/Detector/TimeCam
starfield       -a        MagicSoft/Simulation/Detector/Starfield
inGENERAL       -a        MagicSoft/Simulation/Detector/include-GENERAL
inCORSIKA       -a        MagicSoft/Simulation/Detector/include-CORSIKA
inMC            -a        MagicSoft/Simulation/Detector/include-MC
inMTrigger      -a        MagicSoft/Simulation/Detector/include-MTrigger
inMFadc         -a        MagicSoft/Simulation/Detector/include-MFadc
inlib           -a        MagicSoft/Simulation/Detector/lib
data            -a        MagicSoft/Simulation/Detector/Data
#
inClasses       -a        MagicSoft/include-Classes
#
#
#
#   build aliases for the "projects" 
#
#
Mmcs            -a        mmcs
Checkmc         -a        checkmc inGENERAL inCORSIKA inlib 
Simone          -a        simone inGENERAL inCORSIKA inlib reflector 
Reflector       -a        reflector inGENERAL inCORSIKA inMC inlib data
Camera          -a        camera reflector inGENERAL inCORSIKA inMC inMTrigger inMFadc inlib inClasses data
StarField       -a        starfield inCORSIKA
TimeCam         -a        timecam reflector inGENERAL inCORSIKA inMC inMTrigger inMFadc inlib inClasses data






