]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/CMakelibPWG4JCORRAN.pkg
Moving the classes that belong to the following libraries: STEERBase, ESD, CDB, AOD...
[u/mrichter/AliRoot.git] / PWG4 / CMakelibPWG4JCORRAN.pkg
index 2a465fbc29af7af2512edbe1b86746e6d6363f83..f936ac0798629298a52970e77d85cd09e6b5d9cc 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: CMake -*-
 #--------------------------------------------------------------------------------#
 # Package File for PWG4JCORRAN                                                   #
 # Author : Johny Jose (johny.jose@cern.ch)                                       #
 # SHLIBS - Shared Libraries and objects for linking (Executables only)           #
 #--------------------------------------------------------------------------------#
 
-set ( SRCS    JCORRAN/AliPhJBaseTrack.cxx JCORRAN/AliPhJPhoton.cxx JCORRAN/AliJPhoton.cxx JCORRAN/AliPhJPhotonList.cxx JCORRAN/AliJTrack.cxx JCORRAN/AliJMCTrack.cxx JCORRAN/AliPhJTrackList.cxx JCORRAN/AliPhJMCTrackList.cxx JCORRAN/AliPhJPiZero.cxx JCORRAN/AliPhJBaseHeader.cxx JCORRAN/AliJHeader.cxx JCORRAN/AliPhJHeaderList.cxx JCORRAN/AliJRunHeader.cxx JCORRAN/AliJCORRANSetup.cxx JCORRAN/AliJCORRANTask.cxx JCORRAN/AliAnalysisTaskDiHadron.cxx)
+set ( SRCS 
+    JCORRAN/AliPhJBaseTrack.cxx 
+    JCORRAN/AliPhJPhoton.cxx 
+    JCORRAN/AliJPhoton.cxx 
+    JCORRAN/AliPhJPhotonList.cxx 
+    JCORRAN/AliJTrack.cxx 
+    JCORRAN/AliJMCTrack.cxx 
+    JCORRAN/AliPhJTrackList.cxx 
+    JCORRAN/AliPhJMCTrackList.cxx 
+    JCORRAN/AliPhJPiZero.cxx 
+    JCORRAN/AliPhJBaseHeader.cxx 
+    JCORRAN/AliJHeader.cxx 
+    JCORRAN/AliPhJHeaderList.cxx 
+    JCORRAN/AliJRunHeader.cxx 
+    JCORRAN/AliJCORRANSetup.cxx 
+    JCORRAN/AliJCORRANTask.cxx 
+    JCORRAN/AliAnalysisTaskDiHadron.cxx 
+    )
 
 string (REPLACE ".cxx" ".h" HDRS "${SRCS}")
 set(HDRS ${HDRS} JCORRAN/JConst.h)
@@ -34,10 +52,4 @@ set ( DHDR  PWG4JCORRANLinkDef.h)
 
 string ( REPLACE ".cxx" ".h" EXPORT "${SRCS}" )
 
-set ( EINCLUDE PWG4/JCORRAN)
-
-if( ALICE_TARGET STREQUAL "win32gcc")
-       
-                       set ( PACKSOFLAGS  ${SOFLAGS} -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET} -lSTEERBase -lESD -lAOD -lANALYSIS -lANALYSISalice -L${ROOTLIBDIR} -lEG)
-
-endif( ALICE_TARGET STREQUAL "win32gcc")
+set ( EINCLUDE PWG4/JCORRAN STEER/STEERBase)