]> 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 d59123f752075736268b7366d25aa9be8c846ca6..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        \
@@ -44,6 +46,7 @@ AliTracker.cxx AliCluster.cxx AliCluster3D.cxx \
 AliHelix.cxx AliV0.cxx AliKink.cxx \
 AliSelectorRL.cxx \
 AliMagFMapsV1.cxx \
+AliMagWrapCheb.cxx \
 AliSurveyObj.cxx AliSurveyPoint.cxx \
 AliFstream.cxx \
 AliCTPRawData.cxx \
@@ -58,7 +61,7 @@ AliMillepede.cxx \
 AliRecoParam.cxx \
 AliDetectorRecoParam.cxx \
 AliPlaneEff.cxx \
-AliTriggerRunScalers.cxx
+AliTriggerRunScalers.cxx AliGRPPreprocessor.cxx
 
 
 HDRS:= $(SRCS:.cxx=.h) 
@@ -72,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