# 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 guisimone -a MagicSoft/Simulation/Corsika/GuiSimone maxisingle -a MagicSoft/Simulation/Corsika/MaxiSingle # detector -a MagicSoft/Simulation/Detector oldreflector -a MagicSoft/Simulation/Detector/Reflector reflector -a MagicSoft/Simulation/Detector/ReflectorII camera -a MagicSoft/Simulation/Detector/Camera timecam -a MagicSoft/Simulation/Detector/TimeCam starfield -a MagicSoft/Simulation/Detector/Starfield starrespo -a MagicSoft/Simulation/Detector/StarResponse 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 inMLons -a MagicSoft/Simulation/Detector/include-MLons inlib -a MagicSoft/Simulation/Detector/lib data -a MagicSoft/Simulation/Detector/Data # inBase -dMagicSoft/include-Classes/MBase MagicSoft/Mars/mbase inRaw -dMagicSoft/include-Classes/MRawFormat MagicSoft/Mars/mraw mmc -dmmc MagicSoft/include-Classes/MMcFormat inClasses -a inBase inRaw MagicSoft/include-Classes/MMcFormat # # mars -a MagicSoft/Mars mbase -a MagicSoft/Mars/mbase mraw -a MagicSoft/Mars/mraw # # # build aliases for the "projects" # # Mmcs -a mmcs Checkmc -a checkmc inGENERAL inCORSIKA inlib Simone -a simone inGENERAL inCORSIKA inlib reflector GuiSimone -a guisimone inGENERAL inCORSIKA inlib reflector MaxiSingle -a maxisingle inGENERAL inCORSIKA inlib reflector Reflector -a reflector inlib data Camera -a camera reflector starrespo inGENERAL inCORSIKA inMC inMTrigger inMFadc inMLons inlib inClasses data StarField -a starfield inGENERAL inCORSIKA StarRespo -a starrespo inGENERAL inCORSIKA inMC inMTrigger inMFadc inlib inClasses TimeCam -a timecam reflector inGENERAL inCORSIKA inMC inMTrigger inMFadc inlib inClasses data # # Projects (Modules) # # Mars MagicSoft/Mars & mmc Cosy MagicSoft/Cosy