package GLBFrejus

#Be sure to have CMTPATH configurate to search Globes
use ROOT  v4r*  -no_auto_imports

use Globes v2r* GLBFrejus/Interfaces
use BatchLab    v1r*



branches data run

include_dirs $(Globes_home)/source


#C comon features ......................................

macro cc ""\
        Linux "gcc"

macro cdebugflags ""\
        debug "-g"

macro coptflags ""\
        optimal "-O4"

macro cflags ""\
        Linux "$(coptflags)"

# ..............................................
application sensi -group=paper sensi.cxx
macro sensilinkopts "${BatchLabAIDA_linkopts}"

#----glb_min_sup.c from WWinter 15/6/05 which correct "FATAL: empty" minimizer error 
#application disco3 -group=paper discovery3.cxx glb_min_sup.c 
#macro disco3linkopts "${BatchLabAIDA_linkopts}"

application discoCP -group=paper discoCP.cxx glb_min_sup.c 
macro discoCPlinkopts "${BatchLabAIDA_linkopts}"

application discoTH13 -group=paper discoTheta13.cxx glb_min_sup.c 
macro discoTH13linkopts "${BatchLabAIDA_linkopts}"

application dmtheta2 -group=paper dm-theta2.cxx
macro dmtheta2linkopts "${BatchLabAIDA_linkopts}"

application dm31theta23 -group=paper dm31theta23meas.cxx
macro dm31theta23linkopts "${BatchLabAIDA_linkopts}"

application th13DeltaMeas -group=paper measTH13DELTA.cxx
macro th13DeltaMeaslinkopts "${BatchLabAIDA_linkopts}"

application dege -group=test degener.cxx
macro degelinkopts "${BatchLabAIDA_linkopts}"

application exam -group=debug examine1.cxx
macro examlinkopts "${BatchLabAIDA_linkopts}"

application proba -group=debug proba.cxx
macro probalinkopts "${BatchLabAIDA_linkopts}"
