source: Sophya/trunk/CVSROOT/modules@ 1595

Last change on this file since 1595 was 1595, checked in by cmv, 24 years ago

Restructuration de la base CVS Sophya, deplacement de PI de la base Eros vers la base Sophya - cmv+Reza 30/07/2001

File size: 2.6 KB
Line 
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
29world -a .
30
31# CVSROOT support; run mkmodules whenever anything changes.
32CVSROOT -i mkmodules CVSROOT
33modules -i mkmodules CVSROOT modules
34loginfo -i mkmodules CVSROOT loginfo
35commitinfo -i mkmodules CVSROOT commitinfo
36rcsinfo -i mkmodules CVSROOT rcsinfo
37editinfo -i mkmodules CVSROOT editinfo
38
39# Add other modules here...
40
41# Sophya Library modules
42Mgr SophyaLib/Mgr
43SysTools SophyaLib/SysTools
44TArray SophyaLib/TArray
45NTools SophyaLib/NTools
46HiStats SophyaLib/HiStats
47SkyMap SophyaLib/SkyMap
48Samba SophyaLib/Samba
49SkyT SophyaLib/SkyT
50Manual SophyaLib/Manual
51
52# Main programs using Sophya library
53Tests SophyaProg/Tests
54PMixer SophyaProg/PMixer
55PrgUtil SophyaProg/PrgUtil
56
57# Example and demo programs and data
58Examples SophyaProg/Examples
59
60# Sophya modules using external libraries
61FitsIOServer SophyaExt/FitsIOServer
62IFFTW SophyaExt/IFFTW
63LinAlg SophyaExt/LinAlg
64XAstroPack SophyaExt/XAstroPack
65
66# External libraries included in SOPHYA CVS repository
67XephemAstroLib SophyaExt/XephemAstroLib
68JThreadsC++ SophyaExt/JThreadsC++
69Blitz SophyaExt/Blitz
70
71
72# PI (GUI) library and piapp
73PI SophyaPI/PI
74PIext SophyaPI/PIext
75ProgPI SophyaPI/ProgPI
76DemoPIApp SophyaPI/DemoPIApp
77
78DocL2 DocHFI_L2
79SigPredictor SigPredictor
80
81# Special evaluation, test programs
82Speed Eval/Speed
83COS Eval/COS
84
85AllSophya Mgr SysTools TArray HiStats NTools SkyMap Samba SkyT FitsIOServer IFFTW LinAlg XAstroPack Tests PMixer PrgUtil Examples
Note: See TracBrowser for help on using the repository browser.