]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/libCDB.pkg
change in the dtor
[u/mrichter/AliRoot.git] / STEER / libCDB.pkg
index df4d669d6c361f0d2c94ff3af978e3f948ad6b8c..80990a11cc5ed2f493b59c1ec464065ceca49fe5 100644 (file)
@@ -1,9 +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 \
-AliSimpleValue.cxx AliDCSValue.cxx \
-AliPreprocessor.cxx AliDefaultPreprocessor.cxx \
-AliShuttleInterface.cxx 
+AliDCSValue.cxx AliDCSSensor.cxx AliDCSSensorArray.cxx \
+AliDCSGenDB.cxx AliSplineFit.cxx TTreeStream.cxx \
+AliPreprocessor.cxx AliShuttleInterface.cxx \
+AliGRPDCS.cxx
 
 HDRS:= $(SRCS:.cxx=.h)
 
@@ -12,7 +15,11 @@ DHDR= CDBLinkDef.h
 EXPORT:= AliCDBEntry.h AliCDBId.h AliCDBMetaData.h \
 AliCDBPath.h AliCDBRunRange.h AliCDBManager.h \
 AliCDBStorage.h AliCDBLocal.h AliCDBDump.h AliCDBGrid.h \
-AliSimpleValue.h AliDCSValue.h \
-AliPreprocessor.h AliDefaultPreprocessor.h \
-AliShuttleInterface.h 
+AliDCSValue.h AliDCSSensor.h AliDCSSensorArray.h \
+AliDCSGenDB.h AliSplineFit.h TTreeStream.h \
+AliPreprocessor.h  AliShuttleInterface.h \
+AliGRPDCS.h
 
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase -lMinuit
+endif