]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STEER/libCDB.pkg
To test the retrieval and storage of raw tag files, return in case of DCS problems...
[u/mrichter/AliRoot.git] / STEER / libCDB.pkg
CommitLineData
57459306 1SRCS = AliCDBEntry.cxx AliCDBId.cxx AliCDBMetaData.cxx \
2AliCDBPath.cxx AliCDBRunRange.cxx AliCDBManager.cxx \
3AliCDBStorage.cxx AliCDBLocal.cxx AliCDBDump.cxx AliCDBGrid.cxx \
4a840bc6 4AliDCSValue.cxx AliDCSSensor.cxx AliDCSSensorArray.cxx \
15ce93d9 5AliDCSGenDB.cxx AliSplineFit.cxx TTreeStream.cxx \
dce391e4 6AliPreprocessor.cxx AliShuttleInterface.cxx \
7AliGRPPreprocessor.cxx AliGRPDCS.cxx
57459306 8
9HDRS:= $(SRCS:.cxx=.h)
10
11DHDR= CDBLinkDef.h
12
13EXPORT:= AliCDBEntry.h AliCDBId.h AliCDBMetaData.h \
14AliCDBPath.h AliCDBRunRange.h AliCDBManager.h \
15AliCDBStorage.h AliCDBLocal.h AliCDBDump.h AliCDBGrid.h \
4a840bc6 16AliDCSValue.h AliDCSSensor.h AliDCSSensorArray.h \
15ce93d9 17AliDCSGenDB.h AliSplineFit.h TTreeStream.h \
dce391e4 18AliPreprocessor.h AliShuttleInterface.h \
19AliGRPPreprocessor.h AliGRPDCS.h
20
57459306 21