]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/libCDB.pkg
Separate library for CDB (Jan)
[u/mrichter/AliRoot.git] / STEER / libCDB.pkg
1 SRCS          = AliCDBEntry.cxx AliCDBId.cxx AliCDBMetaData.cxx \
2 AliCDBPath.cxx AliCDBRunRange.cxx AliCDBManager.cxx \
3 AliCDBStorage.cxx AliCDBLocal.cxx AliCDBDump.cxx AliCDBGrid.cxx \
4 AliSimpleValue.cxx AliDCSValue.cxx \
5 AliPreprocessor.cxx AliDefaultPreprocessor.cxx \
6 AliShuttleInterface.cxx 
7
8 HDRS:= $(SRCS:.cxx=.h)
9
10 DHDR= CDBLinkDef.h
11
12 EXPORT:= AliCDBEntry.h AliCDBId.h AliCDBMetaData.h \
13 AliCDBPath.h AliCDBRunRange.h AliCDBManager.h \
14 AliCDBStorage.h AliCDBLocal.h AliCDBDump.h AliCDBGrid.h \
15 AliSimpleValue.h AliDCSValue.h \
16 AliPreprocessor.h AliDefaultPreprocessor.h \
17 AliShuttleInterface.h 
18