| [215] | 1 | #
 | 
|---|
 | 2 | # The CVS modules file
 | 
|---|
 | 3 | #
 | 
|---|
 | 4 | # Three different line formats are valid:
 | 
|---|
 | 5 | #       key     -a    aliases...
 | 
|---|
 | 6 | #       key [options] directory
 | 
|---|
 | 7 | #       key [options] directory files...
 | 
|---|
 | 8 | #
 | 
|---|
 | 9 | # Where "options" are composed of:
 | 
|---|
 | 10 | #       -i prog         Run "prog" on "cvs commit" from top-level of module.
 | 
|---|
 | 11 | #       -o prog         Run "prog" on "cvs checkout" of module.
 | 
|---|
 | 12 | #       -t prog         Run "prog" on "cvs rtag" of module.
 | 
|---|
 | 13 | #       -u prog         Run "prog" on "cvs update" of module.
 | 
|---|
 | 14 | #       -d dir          Place module in directory "dir" instead of module name.
 | 
|---|
 | 15 | #       -l              Top-level directory only -- do not recurse.
 | 
|---|
 | 16 | #
 | 
|---|
 | 17 | # And "directory" is a path to a directory relative to $CVSROOT.
 | 
|---|
 | 18 | #
 | 
|---|
 | 19 | # The "-a" option specifies an alias.  An alias is interpreted as if
 | 
|---|
 | 20 | # everything on the right of the "-a" had been typed on the command line.
 | 
|---|
 | 21 | #
 | 
|---|
 | 22 | # You can encode a module within a module by using the special '&'
 | 
|---|
 | 23 | # character to interpose another module into the current module.  This
 | 
|---|
 | 24 | # can be useful for creating a module that consists of many directories
 | 
|---|
 | 25 | # spread out over the entire source repository.
 | 
|---|
 | 26 | #
 | 
|---|
 | 27 | 
 | 
|---|
 | 28 | # Convenient aliases
 | 
|---|
 | 29 | world           -a .
 | 
|---|
 | 30 | 
 | 
|---|
 | 31 | # CVSROOT support; run mkmodules whenever anything changes.
 | 
|---|
 | 32 | CVSROOT         -i mkmodules CVSROOT
 | 
|---|
 | 33 | modules         -i mkmodules CVSROOT modules
 | 
|---|
 | 34 | loginfo         -i mkmodules CVSROOT loginfo
 | 
|---|
 | 35 | commitinfo      -i mkmodules CVSROOT commitinfo
 | 
|---|
 | 36 | rcsinfo         -i mkmodules CVSROOT rcsinfo
 | 
|---|
 | 37 | editinfo        -i mkmodules CVSROOT editinfo
 | 
|---|
 | 38 | 
 | 
|---|
 | 39 | # Add other modules here...
 | 
|---|
| [225] | 40 | Mgr             DPC/Mgr
 | 
|---|
 | 41 | SysTools        DPC/SysTools
 | 
|---|
| [767] | 42 | TArray          DPC/TArray
 | 
|---|
| [225] | 43 | NTools          DPC/NTools
 | 
|---|
| [767] | 44 | HiStats         DPC/HiStats
 | 
|---|
 | 45 | SkyMap          DPC/SkyMap
 | 
|---|
| [227] | 46 | Samba           DPC/Samba
 | 
|---|
| [225] | 47 | Blitz           DPC/Blitz
 | 
|---|
 | 48 | Tests           DPC/Tests 
 | 
|---|
| [472] | 49 | FitsIOServer    DPC/FitsIOServer
 | 
|---|
| [723] | 50 | SkyT            SkyT
 | 
|---|
| [767] | 51 | PMixer          PMixer
 | 
|---|
| [1305] | 52 | PrgUtil         PrgUtil
 | 
|---|
| [723] | 53 | ProgPI          ProgPI
 | 
|---|
| [767] | 54 | IFFTW           ExtLib/IFFTW
 | 
|---|
| [776] | 55 | LinAlg          ExtLib/LinAlg
 | 
|---|
| [1459] | 56 | XAstroPack      ExtLib/XAstroPack
 | 
|---|
| [797] | 57 | DocL2           DocHFI_L2
 | 
|---|
| [889] | 58 | Manual          DPC/Manual
 | 
|---|
| [1339] | 59 | Examples        DPC/Examples
 | 
|---|
 | 60 | DemoPIApp       DemoPIApp
 | 
|---|
| [800] | 61 | SigPredictor    SigPredictor
 | 
|---|
| [993] | 62 | Speed           Eval/Speed
 | 
|---|
 | 63 | COS             Eval/COS
 | 
|---|
| [1339] | 64 | JThreadsC++     JThreadsC++
 | 
|---|
| [1459] | 65 | XephemAstroLib  XephemAstroLib
 | 
|---|
 | 66 | AllSophya       Mgr SysTools TArray HiStats NTools SkyMap Samba SkyT FitsIOServer IFFTW LinAlg XAstroPack Tests PMixer PrgUtil Examples
 | 
|---|