]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STEER/libCDB.pkg
Coding rules violations corrected.
[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 \
5AliDCSGenDB.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 \
17AliDCSGenDB.h \
dce391e4 18AliPreprocessor.h AliShuttleInterface.h \
19AliGRPPreprocessor.h AliGRPDCS.h
20
57459306 21