]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/libCDB.pkg
Do not reset a zero pointer to MC info
[u/mrichter/AliRoot.git] / STEER / libCDB.pkg
index bf345c48e912f424ea3f2e1ffa345a016f1518c7..c3750cea79336c712e7c306b3bc46c320387cdd7 100644 (file)
@@ -1,7 +1,13 @@
+#-*- 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 AliPreprocessor.cxx AliShuttleInterface.cxx
+AliDCSValue.cxx AliDCSSensor.cxx AliDCSSensorArray.cxx \
+AliDCSGenDB.cxx AliSplineFit.cxx TTreeStream.cxx \
+AliPreprocessor.cxx AliShuttleInterface.cxx \
+AliGRPDCS.cxx \
+AliCDBHandler.cxx
 
 HDRS:= $(SRCS:.cxx=.h)
 
@@ -10,5 +16,12 @@ DHDR= CDBLinkDef.h
 EXPORT:= AliCDBEntry.h AliCDBId.h AliCDBMetaData.h \
 AliCDBPath.h AliCDBRunRange.h AliCDBManager.h \
 AliCDBStorage.h AliCDBLocal.h AliCDBDump.h AliCDBGrid.h \
-AliDCSValue.h AliPreprocessor.h  AliShuttleInterface.h
+AliDCSValue.h AliDCSSensor.h AliDCSSensorArray.h \
+AliDCSGenDB.h AliSplineFit.h TTreeStream.h \
+AliPreprocessor.h  AliShuttleInterface.h \
+AliGRPDCS.h \
+AliCDBHandler.h
 
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase -lMinuit
+endif