| 1 | package GLBFrejus
|
|---|
| 2 |
|
|---|
| 3 | #Be sure to have CMTPATH configurate to search Globes
|
|---|
| 4 | use ROOT v4r* -no_auto_imports
|
|---|
| 5 |
|
|---|
| 6 | use Globes v2r* GLBFrejus/Interfaces
|
|---|
| 7 | use BatchLab v1r*
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 | branches data run
|
|---|
| 12 |
|
|---|
| 13 | include_dirs $(Globes_home)/source
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 | #C comon features ......................................
|
|---|
| 17 |
|
|---|
| 18 | macro cc ""\
|
|---|
| 19 | Linux "gcc"
|
|---|
| 20 |
|
|---|
| 21 | macro cdebugflags ""\
|
|---|
| 22 | debug "-g"
|
|---|
| 23 |
|
|---|
| 24 | macro coptflags ""\
|
|---|
| 25 | optimal "-O4"
|
|---|
| 26 |
|
|---|
| 27 | macro cflags ""\
|
|---|
| 28 | Linux "$(coptflags)"
|
|---|
| 29 |
|
|---|
| 30 | # ..............................................
|
|---|
| 31 | application sensi -group=paper sensi.cxx
|
|---|
| 32 | macro 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 |
|
|---|
| 38 | application discoCP -group=paper discoCP.cxx glb_min_sup.c
|
|---|
| 39 | macro discoCPlinkopts "${BatchLabAIDA_linkopts}"
|
|---|
| 40 |
|
|---|
| 41 | application discoTH13 -group=paper discoTheta13.cxx glb_min_sup.c
|
|---|
| 42 | macro discoTH13linkopts "${BatchLabAIDA_linkopts}"
|
|---|
| 43 |
|
|---|
| 44 | application dmtheta2 -group=paper dm-theta2.cxx
|
|---|
| 45 | macro dmtheta2linkopts "${BatchLabAIDA_linkopts}"
|
|---|
| 46 |
|
|---|
| 47 | application dm31theta23 -group=paper dm31theta23meas.cxx
|
|---|
| 48 | macro dm31theta23linkopts "${BatchLabAIDA_linkopts}"
|
|---|
| 49 |
|
|---|
| 50 | application th13DeltaMeas -group=paper measTH13DELTA.cxx
|
|---|
| 51 | macro th13DeltaMeaslinkopts "${BatchLabAIDA_linkopts}"
|
|---|
| 52 |
|
|---|
| 53 | application dege -group=test degener.cxx
|
|---|
| 54 | macro degelinkopts "${BatchLabAIDA_linkopts}"
|
|---|
| 55 |
|
|---|
| 56 | application exam -group=debug examine1.cxx
|
|---|
| 57 | macro examlinkopts "${BatchLabAIDA_linkopts}"
|
|---|
| 58 |
|
|---|
| 59 | application proba -group=debug proba.cxx
|
|---|
| 60 | macro probalinkopts "${BatchLabAIDA_linkopts}"
|
|---|