Changeset 189 for MEMPHYS


Ignore:
Timestamp:
Jun 19, 2006, 10:13:56 AM (18 years ago)
Author:
barrand
Message:

G.Barrand : material to declare AIDA to ROOTCINT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MEMPHYS/HEAD/cmt/requirements

    r167 r189  
    6666
    6767#//////////////////////////////////////////////////
     68#/// Things using ROOT ////////////////////////////
     69#//////////////////////////////////////////////////
     70use ROOT v1r* Interfaces
     71
     72# Example of ROOT program to work on a MEMPHYS.root file :
     73#application MEMPHYS_analysis_ROOT -group=ROOT ../applications/MEMPHYS_analysis_ROOT.cxx use_linkopts='"${ROOT_Tree_linkopts} ${ROOT_Hist_linkopts} ${ROOT_Matrix_linkopts} ${ROOT_Core_linkopts} ${ROOT_Cint_linkopts} ${dld_linkopts} ${math_linkopts}"'
     74
     75# Declare AIDA to rootcint.
     76# See scripts/ROOT/aida.C for a usage example.
     77
     78macro AIDA_cintflags "-I${AIDAROOT}/src/cpp"
     79macro AIDA_LinkDef_h "../source/ROOT/LinkDef.h"
     80document rootcint MEMPHYS_rootcint_AIDA -group=ROOT ${AIDAROOT}/src/cpp/AIDA/AIDA.h
     81
     82library MEMPHYSAIDADict -group=ROOT -import=ROOT ${dict}/AIDADict.cpp
     83macro MEMPHYSAIDADict_shlibflags "$(aida_config_libs) ${ROOT_Core_linkopts} ${ROOT_Cint_linkopts}"
     84
     85#//////////////////////////////////////////////////
    6886#//////////////////////////////////////////////////
    6987#//////////////////////////////////////////////////
     
    86104macro_append cppflags  " -O" WIN32 " /O2"
    87105macro_append cpplinkflags  " -O" WIN32 ""
    88 
    89 # SunOS : For std::map, std::list templates :
    90 macro ar "$(ar)"  SunOS "CC -xar -o"
    91106public
    92107
Note: See TracChangeset for help on using the changeset viewer.