source: GLBFrejus/HEAD/cmt/requirements @ 157

Last change on this file since 157 was 155, checked in by campagne, 18 years ago

new OS version

File size: 1.6 KB
Line 
1package GLBFrejus
2
3#Be sure to have CMTPATH configurate to search Globes
4use ROOT  v4r*  -no_auto_imports
5
6use Globes v2r* GLBFrejus/Interfaces
7use BatchLab    v1r*
8
9
10
11branches data run
12
13include_dirs $(Globes_home)/source
14
15
16#C comon features ......................................
17
18macro cc ""\
19        Linux "gcc"
20
21macro cdebugflags ""\
22        debug "-g"
23
24macro coptflags ""\
25        optimal "-O4"
26
27macro cflags ""\
28        Linux "$(coptflags)"
29
30# ..............................................
31application sensi -group=paper sensi.cxx
32macro sensilinkopts "${BatchLabAIDA_linkopts}"
33
34#----glb_min_sup.c from WWinter 15/6/05 which correct "FATAL: empty" minimizer error
35#application disco3 -group=paper discovery3.cxx glb_min_sup.c
36#macro disco3linkopts "${BatchLabAIDA_linkopts}"
37
38application discoCP -group=paper discoCP.cxx glb_min_sup.c
39macro discoCPlinkopts "${BatchLabAIDA_linkopts}"
40
41application discoTH13 -group=paper discoTheta13.cxx glb_min_sup.c
42macro discoTH13linkopts "${BatchLabAIDA_linkopts}"
43
44application dmtheta2 -group=paper dm-theta2.cxx
45macro dmtheta2linkopts "${BatchLabAIDA_linkopts}"
46
47application dm31theta23 -group=paper dm31theta23meas.cxx
48macro dm31theta23linkopts "${BatchLabAIDA_linkopts}"
49
50application th13DeltaMeas -group=paper measTH13DELTA.cxx
51macro th13DeltaMeaslinkopts "${BatchLabAIDA_linkopts}"
52
53application dege -group=test degener.cxx
54macro degelinkopts "${BatchLabAIDA_linkopts}"
55
56application exam -group=debug examine1.cxx
57macro examlinkopts "${BatchLabAIDA_linkopts}"
58
59application proba -group=debug proba.cxx
60macro probalinkopts "${BatchLabAIDA_linkopts}"
Note: See TracBrowser for help on using the repository browser.