]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/libSTEER.pkg
Possibility to fix some of the parameters. New method to get the number of free param...
[u/mrichter/AliRoot.git] / STEER / libSTEER.pkg
index 569a7448d066bf991e42605fbca8bec5337c4464..24b51ddcd700c29f46ccd09e8860982a7a89f55c 100644 (file)
@@ -1,3 +1,5 @@
+#-*- Mode: Makefile -*-
+
 SRCS          = AliRunLoader.cxx AliLoader.cxx AliDataLoader.cxx  \
 AliObjectLoader.cxx AliBaseLoader.cxx AliTreeLoader.cxx AliTaskLoader.cxx \
 AliDetector.cxx        \
@@ -20,7 +22,7 @@ AliMemoryWatcher.cxx \
 AliVertexer.cxx \
 AliV0vertexer.cxx AliCascadeVertexer.cxx\
 AliMC.cxx AliSimulation.cxx AliReconstruction.cxx AliVertexGenFile.cxx \
-AliReconstructor.cxx TTreeStream.cxx\
+AliReconstructor.cxx \
 AliGeomManager.cxx \
 AliAlignObj.cxx AliAlignObjParams.cxx AliAlignObjMatrix.cxx \
 AliTriggerInput.cxx \
@@ -44,19 +46,22 @@ AliTracker.cxx AliCluster.cxx AliCluster3D.cxx \
 AliHelix.cxx AliV0.cxx AliKink.cxx \
 AliSelectorRL.cxx \
 AliMagFMapsV1.cxx \
+AliMagWrapCheb.cxx \
 AliSurveyObj.cxx AliSurveyPoint.cxx \
-AliCodeTimer.cxx \
 AliFstream.cxx \
 AliCTPRawData.cxx \
-AliQA.cxx \
 AliQADataMaker.cxx \
+AliGlobalQADataMaker.cxx \
+AliQADataMakerSim.cxx \
+AliQADataMakerRec.cxx \
 AliQADataMakerSteer.cxx \
 AliQAChecker.cxx \
 AliQACheckerBase.cxx \
 AliMillepede.cxx \
 AliRecoParam.cxx \
-AliDetectorRecoParam.cxx 
-
+AliDetectorRecoParam.cxx \
+AliPlaneEff.cxx \
+AliTriggerRunScalers.cxx AliGRPPreprocessor.cxx
 
 
 HDRS:= $(SRCS:.cxx=.h) 
@@ -70,3 +75,8 @@ EINCLUDE+= TPC
 
 EXPORT:=$(SRCS:.cxx=.h) AliConst.h AliCallf77.h AliRawDataHeaderSim.h
 
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lSTEERBase -lESD -lAOD -lCDB -lRAWDatabase -lRAWDatarec \
+                         -L$(shell root-config --libdir) -lMinuit -lVMC -lEG -lGeom -lProofPlayer
+endif