]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - MONITOR/CMakelibMONITOR.pkg
check if clusters tagged as photon decay have the decay companion in the list of...
[u/mrichter/AliRoot.git] / MONITOR / CMakelibMONITOR.pkg
... / ...
CommitLineData
1set ( SRCS
2 AliQAHistNavigator.cxx
3 AliQAHistViewer.cxx
4 AliOnlineRecoTrigger.cxx
5 AliDimIntNotifier.cxx
6 AliChildProcTerminator.cxx
7 alitestproc/AliTestChildProc.cxx
8 alieventserver/AliEventServerPreferencesWindow.cxx
9)
10
11string ( REPLACE ".cxx" ".h" CINTHDRS "${SRCS}" )
12string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
13
14set ( DHDR MONITORLinkDef.h)
15
16set ( EINCLUDE TPC TPC/Rec ITS RAW STEER/STEER STEER/CDB STEER/STEERBase MONITOR/alistoragemanager)
17
18set(DIMDIR $ENV{DIMDIR})
19set(ODIR $ENV{ODIR})
20
21if(DIMDIR)
22 set ( SRCS ${SRCS} SORNotifier.cxx)
23 set ( EINCLUDE ${EINCLUDE} ${DIMDIR}/dim)
24 set ( ELIBS dim)
25 set ( ELIBSDIR ${DIMDIR}/${ODIR})
26 if(ELIBSDIR STREQUAL "${DIMDIR}/")
27 Aset (ELIBSDIR ${DIMDIR}/linux)
28 endif(ELIBSDIR STREQUAL "${DIMDIR}/")
29
30 set ( CXXFLAGS "-DALI_DIM ${CXXFLAGS}")
31endif(DIMDIR)
32
33set (ELIBSDIR ${ELIBSDIR})
34
35set (EXPORT
36 alistoragemanager/AliStorageTypes.h
37)