| [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... | 
|---|
| [1595] | 40 |  | 
|---|
|  | 41 | #   Sophya Library modules | 
|---|
|  | 42 | Mgr             SophyaLib/Mgr | 
|---|
| [2722] | 43 | BuildMgr        SophyaLib/BuildMgr | 
|---|
| [1600] | 44 | BaseTools       SophyaLib/BaseTools | 
|---|
| [1608] | 45 | SUtils          SophyaLib/SUtils | 
|---|
| [1595] | 46 | SysTools        SophyaLib/SysTools | 
|---|
|  | 47 | TArray          SophyaLib/TArray | 
|---|
|  | 48 | NTools          SophyaLib/NTools | 
|---|
|  | 49 | HiStats         SophyaLib/HiStats | 
|---|
|  | 50 | SkyMap          SophyaLib/SkyMap | 
|---|
|  | 51 | Samba           SophyaLib/Samba | 
|---|
|  | 52 | SkyT            SophyaLib/SkyT | 
|---|
|  | 53 | Manual          SophyaLib/Manual | 
|---|
|  | 54 |  | 
|---|
| [1823] | 55 | # System-specific stuff | 
|---|
|  | 56 | SysSpec         SophyaLib/SysSpec | 
|---|
|  | 57 |  | 
|---|
| [1595] | 58 | #   Main programs using Sophya library | 
|---|
|  | 59 | Tests           SophyaProg/Tests | 
|---|
|  | 60 | PMixer          SophyaProg/PMixer | 
|---|
|  | 61 | PrgUtil         SophyaProg/PrgUtil | 
|---|
| [1597] | 62 | PrgMap          SophyaProg/PrgMap | 
|---|
| [1595] | 63 |  | 
|---|
|  | 64 | #   Example and demo programs and data | 
|---|
|  | 65 | Examples        SophyaProg/Examples | 
|---|
|  | 66 |  | 
|---|
|  | 67 | #   Sophya modules using external libraries | 
|---|
|  | 68 | FitsIOServer    SophyaExt/FitsIOServer | 
|---|
|  | 69 | IFFTW           SophyaExt/IFFTW | 
|---|
|  | 70 | LinAlg          SophyaExt/LinAlg | 
|---|
|  | 71 | XAstroPack      SophyaExt/XAstroPack | 
|---|
| [2406] | 72 | MinuitAdapt     SophyaExt/MinuitAdapt | 
|---|
| [1595] | 73 |  | 
|---|
|  | 74 | #   External libraries included in SOPHYA CVS repository | 
|---|
|  | 75 | XephemAstroLib  SophyaExt/XephemAstroLib | 
|---|
| [2406] | 76 | CodeMinuit      SophyaExt/CodeMinuit | 
|---|
| [1595] | 77 | JThreadsC++     SophyaExt/JThreadsC++ | 
|---|
|  | 78 | Blitz           SophyaExt/Blitz | 
|---|
|  | 79 |  | 
|---|
|  | 80 |  | 
|---|
|  | 81 | #   PI (GUI) library and piapp | 
|---|
|  | 82 | PI              SophyaPI/PI | 
|---|
| [1831] | 83 | PIGcont         SophyaPI/PIGcont | 
|---|
| [1595] | 84 | PIext           SophyaPI/PIext | 
|---|
|  | 85 | ProgPI          SophyaPI/ProgPI | 
|---|
|  | 86 | DemoPIApp       SophyaPI/DemoPIApp | 
|---|
|  | 87 |  | 
|---|
| [797] | 88 | DocL2           DocHFI_L2 | 
|---|
| [800] | 89 | SigPredictor    SigPredictor | 
|---|
| [1595] | 90 |  | 
|---|
|  | 91 | #   Special evaluation, test programs | 
|---|
| [993] | 92 | Speed           Eval/Speed | 
|---|
|  | 93 | COS             Eval/COS | 
|---|
| [1595] | 94 |  | 
|---|
| [3117] | 95 | #   Cosmo simulation modules | 
|---|
|  | 96 | SimLSS          Cosmo/SimLSS | 
|---|
| [3162] | 97 | RadioBeam       Cosmo/RadioBeam | 
|---|
| [3117] | 98 |  | 
|---|
| [3310] | 99 | #   Code extrait / importe de EROS/PEIDA | 
|---|
|  | 100 | AnaLC           FrEROS/AnaLC | 
|---|
|  | 101 |  | 
|---|
| [3086] | 102 | #   Alias regroupant des ensembles coherents de modules SOPHYA | 
|---|
|  | 103 | LibSophya -a    BuildMgr BaseTools SUtils SysTools TArray HiStats NTools SkyMap Samba SkyT | 
|---|
| [1596] | 104 | ExtSophya -a    FitsIOServer IFFTW LinAlg XAstroPack | 
|---|
| [1597] | 105 | PrgSophya -a    Tests PMixer PrgUtil PrgMap Examples | 
|---|
| [1831] | 106 | PISophya  -a    PI PIGcont PIext ProgPI DemoPIApp | 
|---|
| [1596] | 107 |  | 
|---|
|  | 108 | AllSophya -a    LibSophya ExtSophya PrgSophya PISophya | 
|---|
|  | 109 |  | 
|---|