]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/libCDB.pkg
Compilation on win32gcc: AliGRPPreprocessor moved to STEER to resolve circular dependence
[u/mrichter/AliRoot.git] / STEER / libCDB.pkg
index d2d81905fd752f64f7de90ae3bb61921154fb2d3..80990a11cc5ed2f493b59c1ec464065ceca49fe5 100644 (file)
@@ -1,10 +1,12 @@
+#-*- Mode: Makefile -*-
+
 SRCS          = AliCDBEntry.cxx AliCDBId.cxx AliCDBMetaData.cxx \
 AliCDBPath.cxx AliCDBRunRange.cxx AliCDBManager.cxx \
 AliCDBStorage.cxx AliCDBLocal.cxx AliCDBDump.cxx AliCDBGrid.cxx \
 AliDCSValue.cxx AliDCSSensor.cxx AliDCSSensorArray.cxx \
 AliDCSGenDB.cxx AliSplineFit.cxx TTreeStream.cxx \
 AliPreprocessor.cxx AliShuttleInterface.cxx \
-AliGRPPreprocessor.cxx AliGRPDCS.cxx
+AliGRPDCS.cxx
 
 HDRS:= $(SRCS:.cxx=.h)
 
@@ -16,6 +18,8 @@ AliCDBStorage.h AliCDBLocal.h AliCDBDump.h AliCDBGrid.h \
 AliDCSValue.h AliDCSSensor.h AliDCSSensorArray.h \
 AliDCSGenDB.h AliSplineFit.h TTreeStream.h \
 AliPreprocessor.h  AliShuttleInterface.h \
-AliGRPPreprocessor.h AliGRPDCS.h
-
+AliGRPDCS.h
 
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase -lMinuit
+endif