source: trunk/CVSROOT/modules@ 1481

Last change on this file since 1481 was 1464, checked in by blanch, 23 years ago
Including mgeom in Monte Carlo branch.
File size: 4.3 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
43mmcs614 -a MagicSoft/Simulation/Corsika/Mmcs614
44checkmc -a MagicSoft/Simulation/Corsika/Checkmc
45simone -a MagicSoft/Simulation/Corsika/Simone
46guisimone -a MagicSoft/Simulation/Corsika/GuiSimone
47maxisingle -a MagicSoft/Simulation/Corsika/MaxiSingle
48#
49detector -a MagicSoft/Simulation/Detector
50oldreflector -a MagicSoft/Simulation/Detector/Reflector
51reflector -a MagicSoft/Simulation/Detector/ReflectorII
52camera -a MagicSoft/Simulation/Detector/Camera
53timecam -a MagicSoft/Simulation/Detector/TimeCam
54starfield -a MagicSoft/Simulation/Detector/Starfield
55starrespo -a MagicSoft/Simulation/Detector/StarResponse
56inGENERAL -a MagicSoft/Simulation/Detector/include-GENERAL
57inCORSIKA -a MagicSoft/Simulation/Detector/include-CORSIKA
58inMC -a MagicSoft/Simulation/Detector/include-MC
59inMTrigger -a MagicSoft/Simulation/Detector/include-MTrigger
60inMFadc -a MagicSoft/Simulation/Detector/include-MFadc
61inMLons -a MagicSoft/Simulation/Detector/include-MLons
62inlib -a MagicSoft/Simulation/Detector/lib
63data -a MagicSoft/Simulation/Detector/Data
64#
65inBase -dMagicSoft/include-Classes/MBase MagicSoft/Mars/mbase
66inRaw -dMagicSoft/include-Classes/MRawFormat MagicSoft/Mars/mraw
67inMgeom -dMagicSoft/include-Classes/mgeom MagicSoft/Mars/mgeom
68
69mmc -dmmc MagicSoft/include-Classes/MMcFormat
70tcpip -dtcpip MagicSoft/Control/SubsystemIO
71
72inClasses -a inBase inRaw inMgeom MagicSoft/include-Classes/MMcFormat
73#
74#
75mars -a MagicSoft/Mars
76mbase -a MagicSoft/Mars/mbase
77mraw -a MagicSoft/Mars/mraw
78#
79#
80# build aliases for the "projects"
81#
82#
83Mmcs -a mmcs614
84Checkmc -a checkmc inGENERAL inCORSIKA inlib
85Simone -a simone inGENERAL inCORSIKA inlib reflector
86GuiSimone -a guisimone inGENERAL inCORSIKA inlib reflector
87MaxiSingle -a maxisingle inGENERAL inCORSIKA inlib reflector
88Reflector -a reflector inlib data
89Camera -a camera reflector starrespo inGENERAL inCORSIKA inMC inMTrigger inMFadc inMLons inlib inClasses data
90StarField -a starfield inGENERAL inCORSIKA
91StarRespo -a starrespo inGENERAL inCORSIKA inMC inMTrigger inMFadc inlib inClasses
92TimeCam -a timecam reflector inGENERAL inCORSIKA inMC inMTrigger inMFadc inlib inClasses data
93#
94# Projects (Modules)
95#
96#
97Mars MagicSoft/Mars & mmc
98Cosy MagicSoft/Cosy & tcpip
99SubsysIO MagicSoft/Control/SubsystemIO
100#
101# Wuerzburg private modules
102#
103mphys -dmphys WuerzburgSoft/Thomas/mphys
104Thomas MagicSoft/Mars & mmc & mphys
Note: See TracBrowser for help on using the repository browser.