source: trunk/CVSROOT/modules@ 827

Last change on this file since 827 was 788, checked in by domingo, 23 years ago
Adding module MaxiSingle: MAXI files (one file per run) from SINGLE (one file per event) mmcs output files
File size: 3.9 KB
Line 
1# Three different line formats are valid:
2# key -a aliases...
3# key [options] directory
4# key [options] directory files...
5#
6# Where "options" are composed of:
7# -i prog Run "prog" on "cvs commit" from top-level of module.
8# -o prog Run "prog" on "cvs checkout" of module.
9# -e prog Run "prog" on "cvs export" of module.
10# -t prog Run "prog" on "cvs rtag" of module.
11# -u prog Run "prog" on "cvs update" of module.
12# -d dir Place module in directory "dir" instead of module name.
13# -l Top-level directory only -- do not recurse.
14#
15# NOTE: If you change any of the "Run" options above, you'll have to
16# release and re-checkout any working directories of these modules.
17#
18# And "directory" is a path to a directory relative to $CVSROOT.
19#
20# The "-a" option specifies an alias. An alias is interpreted as if
21# everything on the right of the "-a" had been typed on the command line.
22#
23# You can encode a module within a module by using the special '&'
24# character to interpose another module into the current module. This
25# can be useful for creating a module that consists of many directories
26# spread out over the entire source repository.
27#
28# first administrative modules for CVS
29#
30CVSROOT -i mkmodules CVSROOT
31modules -i mkmodules CVSROOT modules
32#
33# second the source of different directories
34#
35CvsDoku -a MagicSoft/CvsDoku
36#
37#
38#
39# build aliases for the directories
40#
41#
42mmcs -a MagicSoft/Simulation/Corsika/Mmcs
43checkmc -a MagicSoft/Simulation/Corsika/Checkmc
44simone -a MagicSoft/Simulation/Corsika/Simone
45guisimone -a MagicSoft/Simulation/Corsika/GuiSimone
46maxisingle -a MagicSoft/Simulation/Corsika/MaxiSingle
47#
48detector -a MagicSoft/Simulation/Detector
49oldreflector -a MagicSoft/Simulation/Detector/Reflector
50reflector -a MagicSoft/Simulation/Detector/ReflectorII
51camera -a MagicSoft/Simulation/Detector/Camera
52timecam -a MagicSoft/Simulation/Detector/TimeCam
53starfield -a MagicSoft/Simulation/Detector/Starfield
54starrespo -a MagicSoft/Simulation/Detector/StarResponse
55inGENERAL -a MagicSoft/Simulation/Detector/include-GENERAL
56inCORSIKA -a MagicSoft/Simulation/Detector/include-CORSIKA
57inMC -a MagicSoft/Simulation/Detector/include-MC
58inMTrigger -a MagicSoft/Simulation/Detector/include-MTrigger
59inMFadc -a MagicSoft/Simulation/Detector/include-MFadc
60inMLons -a MagicSoft/Simulation/Detector/include-MLons
61inlib -a MagicSoft/Simulation/Detector/lib
62data -a MagicSoft/Simulation/Detector/Data
63#
64inBase -dMagicSoft/include-Classes/MBase MagicSoft/Mars/mbase
65inRaw -dMagicSoft/include-Classes/MRawFormat MagicSoft/Mars/mraw
66
67mmc -dmmc MagicSoft/include-Classes/MMcFormat
68
69inClasses -a inBase inRaw MagicSoft/include-Classes/MMcFormat
70#
71#
72mars -a MagicSoft/Mars
73mbase -a MagicSoft/Mars/mbase
74mraw -a MagicSoft/Mars/mraw
75#
76#
77# build aliases for the "projects"
78#
79#
80Mmcs -a mmcs
81Checkmc -a checkmc inGENERAL inCORSIKA inlib
82Simone -a simone inGENERAL inCORSIKA inlib reflector
83GuiSimone -a guisimone inGENERAL inCORSIKA inlib reflector
84MaxiSingle -a maxisingle inGENERAL inCORSIKA inlib reflector
85Reflector -a reflector inlib data
86Camera -a camera reflector starrespo inGENERAL inCORSIKA inMC inMTrigger inMFadc inMLons inlib inClasses data
87StarField -a starfield inGENERAL inCORSIKA
88StarRespo -a starrespo inGENERAL inCORSIKA inMC inMTrigger inMFadc inlib inClasses
89TimeCam -a timecam reflector inGENERAL inCORSIKA inMC inMTrigger inMFadc inlib inClasses data
90#
91# Projects (Modules)
92#
93#
94Mars MagicSoft/Mars & mmc
95Cosy MagicSoft/Cosy
Note: See TracBrowser for help on using the repository browser.